IPopupTip.Container Interface
- public static interface IPopupTip.Container
Interface allowing the popup tip to reference its parent container. Needed to initiate relayout
and dismissal by the popup tip.
-
Enclosing interface
-
IPopupTip
public boolean |
-
dismiss ()
- Dismisses the container containing the popup tip (thus dismissing the tip).
|
public void |
-
relayout ()
- Calls relayout on the container containing the popup tip.
|
dismiss() Method
public boolean dismiss()
Dismisses the container containing the popup tip (thus dismissing the tip).
relayout() Method
public void relayout()
Calls relayout on the container containing the popup tip.