Class type Goog.Ui.popup
class type popup = object..end
Inherits
- Goog.Ui.popupBaseReturns the corner of the popup to used in the positioning algorithm.
method getPinnedCorner : Goog.Positioning.corner Js.meth
method setPinnedCorner : Goog.Positioning.corner -> unit Js.meth
Sets the corner of the popup to used in the positioning algorithm.
method getPosition : Goog.Positioning.abstractPosition Js.t Js.meth
Returns the position helper object associated with the popup.
method setPosition :
Goog.Positioning.abstractPosition Js.t -> unit Js.meth
Sets the position helper object associated with the popup.
method getMargin : Goog.Math.box Js.t Js.opt Js.meth
Returns the margin to place around the popup.
method setMargin :
(Goog.Math.box Js.t, int) Goog.Tools.Union.t Js.opt ->
int Js.opt -> int Js.opt -> int Js.opt -> unit Js.meth
Sets the margin to place around the popup
method reposition : unit Js.meth
Repositions the popup according to the current state.
