Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
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.panel |
Contains the test implementation of panel widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteColumnCount
This interface gives read and write access to the
columnCount attribute of an
object. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetGridPanel
This is the interface for a
dynamic panel that represents a flexible grid. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetGridPanel<ADAPTER extends UiWidgetAdapterGridPanel>
This is the abstract base implementation of
UiWidgetGridPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridPanelGwt
This is the implementation of
UiWidgetGridPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridPanelTestImpl
This is the implementation of
UiWidgetGridPanel using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.