public class AfterLayoutEvent extends GwtEvent<AfterLayoutEvent.AfterLayoutHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AfterLayoutEvent.AfterLayoutHandler
Handler for
AfterLayoutEvent events. |
static interface |
AfterLayoutEvent.HasAfterLayoutHandlers
A widget that implements this interface is a public source of
AfterLayoutEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
AfterLayoutEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<AfterLayoutEvent.AfterLayoutHandler> |
getAssociatedType() |
HasLayout |
getSource()
Returns the target layout.
|
static GwtEvent.Type<AfterLayoutEvent.AfterLayoutHandler> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<AfterLayoutEvent.AfterLayoutHandler> getType()
public GwtEvent.Type<AfterLayoutEvent.AfterLayoutHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AfterLayoutEvent.AfterLayoutHandler>public HasLayout getSource()
getSource in class GwtEvent<AfterLayoutEvent.AfterLayoutHandler>Copyright © 2012. All Rights Reserved.