Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
net.sf.mmm.client.ui.api.handler.event |
Contains interfaces for event related UI handlers.
|
net.sf.mmm.client.ui.base |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.dynamic |
Contains the (base) implementations of dynamic effects.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.custom |
Contains the API for custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.pattern |
Contains the API for custom pattern widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
Modifier and Type | Method and Description |
---|---|
UiMode |
AttributeReadMode.getMode()
This method gets the current
UiMode of this object. |
UiMode |
AttributeReadModeFixed.getModeFixed()
This method gets the fixed
UiMode of this object. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeWriteMode.setMode(UiMode mode)
This method sets the
mode of this object. |
void |
AttributeWriteModeFixed.setModeFixed(UiMode mode)
This method sets the
fixed mode of this object. |
Modifier and Type | Field and Description |
---|---|
static UiMode |
UiMode.EDIT
The mode to edit content.
|
static UiMode |
UiMode.VIEW
The mode to show content in a read-only view.
|
Modifier and Type | Field and Description |
---|---|
static Set<UiMode> |
UiMode.SET_EDIT
|
static Set<UiMode> |
UiMode.SET_VIEW
|
static Set<UiMode> |
UiMode.SET_VIEW_AND_EDIT
|
Modifier and Type | Method and Description |
---|---|
abstract void |
UiHandlerEventMode.onModeChange(UiEventMode event,
UiMode newMode)
|
Modifier and Type | Method and Description |
---|---|
void |
UiModeChanger.changeMode(UiWidget widget,
UiMode newMode)
|
Modifier and Type | Method and Description |
---|---|
void |
UiHandlerEventModeVisibility.onModeChange(UiEventMode event,
UiMode newMode)
|
Modifier and Type | Field and Description |
---|---|
private UiMode |
AbstractUiWidgetNative.mode |
private UiMode |
AbstractUiWidgetNative.modeFixed |
Modifier and Type | Method and Description |
---|---|
UiMode |
AbstractUiWidgetNative.getMode()
This method gets the current
UiMode of this object. |
UiMode |
AbstractUiWidgetNative.getModeFixed()
This method gets the fixed
UiMode of this object. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUiModeChanger.changeMode(AbstractUiWidgetNative<?,?> widget,
UiMode newMode,
UiWidgetAdapter widgetAdapter)
This method is called from
AbstractUiModeChanger.changeMode(UiWidget, UiMode) if the UiWidgetAdapter has
already been created . |
void |
AbstractUiModeChanger.changeMode(UiWidget widget,
UiMode newMode)
|
protected void |
AbstractUiWidgetNative.doSetMode(UiMode uiMode)
This method is called from
AbstractUiWidgetNative.setMode(UiMode) if the UiMode actually changed. |
void |
AbstractUiWidgetNative.setMode(UiMode mode)
This method sets the
mode of this object. |
void |
AbstractUiWidget.setMode(UiMode mode)
This method sets the
mode of this object. |
protected void |
AbstractUiWidgetNative.setMode(UiMode newMode,
boolean programmatic) |
protected abstract void |
AbstractUiWidget.setMode(UiMode mode,
boolean programmatic) |
void |
AbstractUiWidgetNative.setModeFixed(UiMode modeFixed)
This method sets the
fixed mode of this object. |
(package private) void |
AbstractUiWidgetNative.setModeRecursive(UiMode newMode,
boolean programmatic)
This method is called from
AbstractUiWidgetNative.setMode(UiMode) to recursively change the UiMode . |
Modifier and Type | Method and Description |
---|---|
UiMode |
UiWidgetCustom.getMode()
This method gets the current
UiMode of this object. |
UiMode |
UiWidgetCustom.getModeFixed()
This method gets the fixed
UiMode of this object. |
Modifier and Type | Method and Description |
---|---|
protected void |
UiWidgetCustom.doSetMode(UiMode mode)
This method actually changes the
mode . |
void |
UiWidgetCustom.setMode(UiMode mode)
This method sets the
mode of this object. |
protected void |
UiWidgetCustom.setMode(UiMode mode,
boolean programmatic) |
void |
UiWidgetCustom.setModeFixed(UiMode mode)
This method sets the
fixed mode of this object. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUiWidgetCustomMasterDetail.doSetMode(UiMode mode)
This method actually changes the
mode . |
Modifier and Type | Method and Description |
---|---|
UiMode |
UiWidgetAdapterGwtTree.TreeNodeAdapter.getMode()
This method gets the current
UiMode of this object. |
UiMode |
UiWidgetAdapterGwtTree.TreeNodeAdapter.getModeFixed()
This method gets the fixed
UiMode of this object. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtTree.TreeNodeAdapter.setMode(UiMode mode)
This method sets the
mode of this object. |
void |
UiWidgetAdapterGwtTree.TreeNodeAdapter.setModeFixed(UiMode mode)
This method sets the
fixed mode of this object. |
Copyright © 2001–2016 mmm-Team. All rights reserved.