Package | Description |
---|---|
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.gwt.widget.panel.adapter |
Contains the implementation for panel widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
Modifier and Type | Method and Description |
---|---|
UiWidgetGridCell |
UiWidgetGridRow.addChild(UiWidgetRegular child)
|
UiWidgetGridCell |
UiWidgetGridRow.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridCell , sets
the given children composed to a single widget and adds
it to this row. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetGridCell<ADAPTER extends UiWidgetAdapterGridCell>
This is the abstract base implementation of
UiWidgetGridCell . |
Modifier and Type | Method and Description |
---|---|
UiWidgetGridCell |
AbstractUiWidgetGridRow.addChild(UiWidgetRegular child)
|
private UiWidgetGridCell |
AbstractUiWidgetGridRow.addChildInternal(UiWidgetRegular child) |
UiWidgetGridCell |
AbstractUiWidgetGridRow.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridCell , sets
the given children composed to a single widget and adds
it to this row. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetGridRow.addChild(UiWidgetGridCell child)
This method adds the given
child to the end of the child-list . |
void |
AbstractUiWidgetGridRow.addChild(UiWidgetGridCell child,
int index)
This method adds or better inserts the given
child at the given index . |
private boolean |
AbstractUiWidgetGridRow.verifyColumnCount(UiWidgetGridCell child,
int index)
Verifies that the column count is not exceeded after addChild operation.
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridCellGwt
This is the implementation of
UiWidgetGridCell using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetGridCell |
UiWidgetGridCellGwt.Factory.create(UiContext context)
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtGridRow.addChild(UiWidgetGridCell child,
int index)
This method adds the given
child at the given index . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridCellTestImpl
This is the implementation of
UiWidgetGridCell using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetGridCell |
UiWidgetGridCellTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.