Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.feature |
Contains the feature API of the client UI.
|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.api.widget.core |
Contains the API for core widgets.
|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
net.sf.mmm.client.ui.base.widget.core.adapter |
Contains the adapters for core widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.base.widget.panel.adapter |
Contains the adapters for panel widgets.
|
net.sf.mmm.client.ui.gwt.widgets |
Contains the implementation of various GWT widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.core |
Contains the implementation for core widgets 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.panel |
Contains the implementation for panel widgets 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.core |
Contains the test implementation of core 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 | Interface and Description |
---|---|
interface |
AttributeWriteCollapsed
This interface gives read and write access to the
collapsed attribute of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiFeatureCollapse
This is the interface for the
features of a collapsable object. |
Modifier and Type | Interface and Description |
---|---|
static interface |
UiWidgetAbstractTree.UiWidgetTreeNode<NODE>
This is the interface for the main widget representing a node of the tree.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCollapsableSection
This is the interface for a
regular widget that represents a
collapsable section. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCollapsableBorderPanel
This is the interface for a
border panel that can be
collapsed and expanded . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCollapsableSection<ADAPTER extends UiWidgetAdapterCollapsableSection>
This is the abstract base implementation of
UiWidgetCollapsableSection . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterCollapsableSection
This is the interface for a
UiWidgetAdapter adapting
UiWidgetCollapsableSection . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCollapsableBorderPanel<ADAPTER extends UiWidgetAdapterCollapsableBorderPanel>
This is the abstract base implementation of
UiWidgetCollapsableBorderPanel . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterCollapsableBorderPanel
This is the
UiWidgetAdapter for
UiWidgetCollapsableBorderPanel . |
Modifier and Type | Class and Description |
---|---|
class |
CollapseExpandButton
A
CollapseExpandButton is a Button used to collapse and
expand a section that is typically located below it. |
Modifier and Type | Class and Description |
---|---|
protected class |
UiWidgetAdapterGwtTree.TreeNodeAdapter
This inner class adapts from <NODE> to
TreeItem . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCollapsableSectionGwt
This is the implementation of
UiWidgetCollapsableSection using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtCollapsableSection
This is the implementation of
UiWidgetAdapterCollapsableSection using GWT based on
FlowPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCollapsableBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
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 |
UiWidgetCollapsableSectionTestImpl
This is the implementation of
UiWidgetCollapsableSection using GWT. |
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.