Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for 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 |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
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.panel |
Contains the implementation for panel widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.core |
Contains the test implementation of core widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetSingleMutableComposite<CHILD extends UiWidget>
This is the abstract interface for a
single composite widget that allows to
set or replace its child . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetSlot
This is the interface for a
single composite widget that represents
a slot . |
interface |
UiWidgetTab
This is the interface for a
single composite widget that represents
a single tab . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractBorderPanel
This is the interface for a
panel widget that shows a single child that is surrounded by a labeled border. |
interface |
UiWidgetBorderPanel
This is the interface for a normal
border panel . |
interface |
UiWidgetCollapsableBorderPanel
This is the interface for a
border panel that can be
collapsed and expanded . |
interface |
UiWidgetGridCell
This is the interface for a
single composite that represents the
cell of a UiWidgetGridRow . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetSingleComposite<ADAPTER extends UiWidgetAdapterSingleComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetSingleComposite . |
class |
AbstractUiWidgetSingleMutableComposite<ADAPTER extends UiWidgetAdapterSingleMutableComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetSingleMutableComposite . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetSlot<ADAPTER extends UiWidgetAdapterSlot>
This is the abstract base implementation of
UiWidgetSlot . |
class |
AbstractUiWidgetTab<ADAPTER extends UiWidgetAdapterTab>
This is the abstract base implementation of
UiWidgetTab . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractBorderPanel<ADAPTER extends UiWidgetAdapterAbstractBorderPanel>
This is the abstract base implementation of
UiWidgetAbstractBorderPanel . |
class |
AbstractUiWidgetBorderPanel<ADAPTER extends UiWidgetAdapterBorderPanel>
This is the abstract base implementation of
UiWidgetBorderPanel . |
class |
AbstractUiWidgetCollapsableBorderPanel<ADAPTER extends UiWidgetAdapterCollapsableBorderPanel>
This is the abstract base implementation of
UiWidgetCollapsableBorderPanel . |
class |
AbstractUiWidgetGridCell<ADAPTER extends UiWidgetAdapterGridCell>
This is the abstract base implementation of
UiWidgetGridCell . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetSlotGwt
This is the implementation of
UiWidgetSlot using GWT. |
class |
UiWidgetTabGwt
This is the implementation of
UiWidgetTab using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetCollapsableBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetGridCellGwt
This is the implementation of
UiWidgetGridCell using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetSlotTestImpl
This is the implementation of
UiWidgetSlot using GWT. |
class |
UiWidgetTabTestImpl
This is the implementation of
UiWidgetTab using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelTestImpl
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetGridCellTestImpl
This is the implementation of
UiWidgetGridCell using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.