public class EnabledMixin<T extends com.google.gwt.user.client.ui.Widget & com.google.gwt.user.client.ui.HasEnabled> extends Object implements com.google.gwt.user.client.ui.HasEnabled
| Constructor and Description |
|---|
EnabledMixin(T widget) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setUiObject(T uiObject) |
public EnabledMixin(T widget)
public void setUiObject(T uiObject)
public boolean isEnabled()
isEnabled in interface com.google.gwt.user.client.ui.HasEnabledpublic void setEnabled(boolean enabled)
setEnabled in interface com.google.gwt.user.client.ui.HasEnabledCopyright © 2016. All rights reserved.