Interface Popup.Behavior
- All Known Implementing Classes:
Popup.AddToStageBehavior
,Popup.Behavior.Adapter
,Popup.BehaviorMultiplexer
,Popup.FadeBehavior
,Popup.MenuBehavior
,Popup.PositionBehavior
,Popup.TooltipBehavior
,Popup.TooltipBehavior.TooltipPositionBehavior
,Popup.VisibilityBehavior
public static interface Popup.Behavior
what to do in the Popup methods
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Popup.Behavior.Adapter
Does nothing. -
Method Summary
-
Method Details
-
show
- Parameters:
event
- the Event to handlepopup
- the Popup this Behavior is attached to
-
hide
- Parameters:
event
- the Event to handlepopup
- the Popup this Behavior is attached to
-
handle
- Parameters:
event
- the Event to handlepopup
- the Popup this Behavior is attached to- Returns:
- what to do
-