public interface HasWidgetReadyCallback
| Modifier and Type | Method and Description |
|---|---|
void |
addWidgetReadyCallback(Callback<com.google.gwt.user.client.ui.Widget> callback)
This method can be used to register a callback to be executed when a widget
has been initialized.
|
boolean |
isInitialized()
This method can be used to query if a widget has been initialized.
|
void |
setInitialized(boolean initialized)
This method sets an initialized state of the widget
|
void setInitialized(boolean initialized)
initialized - boolean isInitialized()
void addWidgetReadyCallback(Callback<com.google.gwt.user.client.ui.Widget> callback)
callback - Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.