public abstract class LayoutHandler extends Object implements BeforeLayoutEvent.BeforeLayoutHandler, AfterLayoutEvent.AfterLayoutHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
LayoutHandler.HasLayoutHandlers
A layout that implements this interface is a public source of
BeforeLayoutEvent and AfterLayoutEvent events. |
| Constructor and Description |
|---|
LayoutHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterLayout(AfterLayoutEvent event)
Called after a container's layout is executed.
|
void |
onBeforeLayout(BeforeLayoutEvent event)
Called before a container's layout is executed.
|
public void onAfterLayout(AfterLayoutEvent event)
AfterLayoutEvent.AfterLayoutHandleronAfterLayout in interface AfterLayoutEvent.AfterLayoutHandlerevent - the AfterLayoutEvent that was firedpublic void onBeforeLayout(BeforeLayoutEvent event)
BeforeLayoutEvent.BeforeLayoutHandlerBeforeShowContextMenuEvent.setCancelled(boolean).onBeforeLayout in interface BeforeLayoutEvent.BeforeLayoutHandlerevent - the BeforeLayoutEvent that was firedCopyright © 2012. All Rights Reserved.