Method | Description | |
---|---|---|
AddChild ( |
||
DismissPopup ( ) : void |
Dismisses the popup.
|
|
PopupLayout ( ) : System | ||
ReliableShowPopup ( |
||
ShowPopup ( |
Shows the popup centered to the parent view.
|
|
ShowPopup ( |
Shows the popup with constraints.
|
|
ShowPopup ( |
Shows the popup.
|
public AddChild ( |
||
view | ||
xConstraint | Constraint | |
yConstraint | Constraint | |
widthConstraint | Constraint | |
heightConstraint | Constraint | |
return | void |
public ReliableShowPopup ( |
||
popupView | ||
presenter | ||
location | PopupLocation | |
paddingX | float | |
paddingY | float | |
return | void |
public ShowPopup ( |
||
popupView | The popup view. | |
return | void |
public ShowPopup ( |
||
popupView | The popup view. | |
xConstraint | Constraint | X constraint. |
yConstraint | Constraint | Y constraint. |
widthConstraint | Constraint | Optional width constraint. |
heightConstraint | Constraint | Optional height constraint. |
return | void |
public ShowPopup ( |
||
popupView | The popup view. | |
presenter | The presenter. | |
location | PopupLocation | The location. |
paddingX | float | The padding x. |
paddingY | float | The padding y. |
return | void |