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 |
---|---|
UiWidgetGridRow |
UiWidgetGridPanel.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridRow , adds the
given children to it and then adds it to this
UiWidgetGridPanel . |
UiWidgetGridRow |
UiWidgetGridPanel.addChildSpanned(UiWidgetRegular child)
This method creates a
UiWidgetGridRow , adds the
given child with a full column span to it and then
adds it to this UiWidgetGridPanel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetGridRow<ADAPTER extends UiWidgetAdapterGridRow>
This is the abstract base implementation of
UiWidgetGridCell . |
Modifier and Type | Method and Description |
---|---|
UiWidgetGridRow |
AbstractUiWidgetGridPanel.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridRow , adds the
given children to it and then adds it to this
UiWidgetGridPanel . |
UiWidgetGridRow |
AbstractUiWidgetGridPanel.addChildSpanned(UiWidgetRegular child)
This method creates a
UiWidgetGridRow , adds the
given child with a full column span to it and then
adds it to this UiWidgetGridPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridRowGwt
This is the implementation of
UiWidgetGridRow using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetGridRow |
UiWidgetGridRowGwt.Factory.create(UiContext context)
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtGridPanel.addChild(UiWidgetGridRow child,
int index)
This method adds the given
child at the given index . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridRowTestImpl
This is the implementation of
UiWidgetGridRow using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetGridRow |
UiWidgetGridRowTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.