Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.adapter |
Contains the adapters for widgets.
|
net.sf.mmm.client.ui.base.widget.core.adapter |
Contains the adapters for core widgets.
|
net.sf.mmm.client.ui.base.widget.menu.adapter |
Contains the adapters for menu widgets.
|
net.sf.mmm.client.ui.base.widget.panel.adapter |
Contains the adapters for panel widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.adapter |
Contains the implementation for widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.core.adapter |
Contains the implementation for core widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.menu.adapter |
Contains the implementation for menu widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.panel.adapter |
Contains the implementation for panel widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
net.sf.mmm.client.ui.impl.test.widget.complex.adapter |
Contains the test implementation of adapters for complex widgets.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.menu.adapter |
Contains the test implementation of adapters for menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel.adapter |
Contains the test implementation of adapters for panel widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetWithLabel<ADAPTER extends UiWidgetAdapterWithLabel>
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterClickable
This is the interface for
UiWidgetAdapterActive that has a label . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterButton
This is the interface for a
UiWidgetAdapter adapting
UiWidgetButton . |
interface |
UiWidgetAdapterCollapsableSection
This is the interface for a
UiWidgetAdapter adapting
UiWidgetCollapsableSection . |
interface |
UiWidgetAdapterLabel
This is the interface for a
UiWidgetAdapter adapting
UiWidgetLabel . |
interface |
UiWidgetAdapterLink
This is the interface for a
UiWidgetAdapter adapting
UiWidgetLink . |
interface |
UiWidgetAdapterSection
This is the interface for a
UiWidgetAdapter adapting
UiWidgetSection . |
interface |
UiWidgetAdapterTab
This is the interface for a
UiWidgetAdapter adapting
UiWidgetTab . |
interface |
UiWidgetAdapterToggleButton
This is the interface for a
UiWidgetAdapter adapting
UiWidgetToggleButton . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterMenuItemClickable
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMenuItem . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractBorderPanel
This is the
UiWidgetAdapter for
UiWidgetAbstractBorderPanel . |
interface |
UiWidgetAdapterBorderPanel
This is the
UiWidgetAdapter for
UiWidgetBorderPanel . |
interface |
UiWidgetAdapterCollapsableBorderPanel
This is the
UiWidgetAdapter for
UiWidgetCollapsableBorderPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtClickable<WIDGET extends com.google.gwt.user.client.ui.FocusWidget>
This is the implementation of
UiWidgetAdapterClickable using GWT based on FocusWidget . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtButton
This is the implementation of
UiWidgetAdapterButton using GWT based on Button . |
class |
UiWidgetAdapterGwtCollapsableSection
This is the implementation of
UiWidgetAdapterCollapsableSection using GWT based on
FlowPanel . |
class |
UiWidgetAdapterGwtLabel
This is the implementation of
UiWidgetAdapterLabel using GWT based on LabelWidget . |
class |
UiWidgetAdapterGwtLink
This is the implementation of
UiWidgetAdapterLink using GWT based on Anchor . |
class |
UiWidgetAdapterGwtSection
This is the implementation of
UiWidgetAdapterSection using GWT based on Section . |
class |
UiWidgetAdapterGwtTab
This is the implementation of
UiWidgetAdapterTab using GWT based on HorizontalPanel . |
class |
UiWidgetAdapterGwtToggleButton
This is the implementation of
UiWidgetAdapterToggleButton using GWT based on
SimpleToggleButton . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtMenuItem
This is the implementation of
UiWidgetAdapterMenuItemClickable using GWT based on MenuItem . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtBorderPanel
This is the implementation of
UiWidgetAdapterBorderPanel using GWT based on Fieldset . |
class |
UiWidgetAdapterGwtCollapsableBorderPanel
This is the implementation of
UiWidgetAdapterCollapsableBorderPanel using GWT based on
Fieldset and CollapseExpandButton . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTest
This is the implementation of
UiWidgetAdapter for testing
without a native toolkit. |
class |
UiWidgetAdapterTestComposite<CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterComposite and various
sub-interfaces for testing without a native toolkit. |
class |
UiWidgetAdapterTestCompositeRegular
This is the implementation of
UiWidgetAdapterComposite and
various sub-interfaces bound to UiWidgetRegular for testing without a native toolkit. |
class |
UiWidgetAdapterTestSelectedValue<VALUE>
This class extends
UiWidgetAdapterTest and implements AttributeWriteSelectedValue for
testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestTree<NODE>
This is the implementation of
UiWidgetAdapterTree for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestCheckboxField
This is the implementation of
UiWidgetAdapterCheckboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestColorField
This is the implementation of
UiWidgetAdapterColorField for testing without native toolkit. |
class |
UiWidgetAdapterTestDateField
This is the implementation of
UiWidgetAdapterDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestDoubleField
This is the implementation of
UiWidgetAdapterDoubleField for testing without a native toolkit. |
class |
UiWidgetAdapterTestField<VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField for testing without a native toolkit. |
class |
UiWidgetAdapterTestFileField
This is the implementation of
UiWidgetAdapterFileField for testing without native toolkit. |
class |
UiWidgetAdapterTestIntegerField
This is the implementation of
UiWidgetAdapterIntegerField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalDateField
This is the implementation of
UiWidgetAdapterLocalDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalTimeField
This is the implementation of
UiWidgetAdapterLocalTimeField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLongField
This is the implementation of
UiWidgetAdapterLongField for testing without a native toolkit. |
class |
UiWidgetAdapterTestNumberField<VALUE extends Number>
This is the implementation of
UiWidgetAdapterNumberField for testing without a native toolkit. |
class |
UiWidgetAdapterTestOptionsField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestStringField
This is the implementation of
UiWidgetAdapterTextField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestMenu
This is the implementation of
UiWidgetAdapterMenu for testing without a native toolkit. |
class |
UiWidgetAdapterTestMenuBar
This is the implementation of
UiWidgetAdapterMenuBar for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestGridPanel
This is the implementation of
UiWidgetAdapterGridPanel for testing without a native toolkit. |
class |
UiWidgetAdapterTestGridRow
This is the implementation of
UiWidgetAdapterGridRow for testing without a native toolkit. |
class |
UiWidgetAdapterTestTabPanel
This is the implementation of
UiWidgetAdapterTabPanel for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.