public interface IWidgetCommon
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getUiReference()
Gets the reference to the ui implementation of this widget.
|
boolean |
isEnabled()
Gets the enabled state
|
void |
setEnabled(boolean enabled)
Sets the widget enabled
|
java.lang.Object getUiReference()
void setEnabled(boolean enabled)
enabled
- The enabled state to setboolean isEnabled()
Siehe auch Jowidgets Nutzerhandbuch