Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for 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.
|
Modifier and Type | Method and Description |
---|---|
UiWidgetSplitPanel |
UiWidgetFactory.createSplitPanel(Orientation orientation,
UiWidgetRegular... children)
Creates a new
UiWidgetSplitPanel . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetHorizontalSplitPanel
This is the interface for a
split panel that shows its children with horizontal orientation from the left to the right. |
interface |
UiWidgetVerticalSplitPanel
This is the interface for a
split panel that shows its children with vertical orientation from the top to the bottom. |
Modifier and Type | Method and Description |
---|---|
UiWidgetSplitPanel |
UiWidgetFactoryImpl.createSplitPanel(Orientation orientation,
UiWidgetRegular... children)
Creates a new
UiWidgetSplitPanel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetHorizontalSplitPanel<ADAPTER extends UiWidgetAdapterHorizontalSplitPanel>
This is the abstract base implementation of
UiWidgetHorizontalSplitPanel . |
class |
AbstractUiWidgetSplitPanel<ADAPTER extends UiWidgetAdapterSplitPanel>
This is the abstract base implementation of
UiWidgetSplitPanel . |
class |
AbstractUiWidgetVerticalSplitPanel<ADAPTER extends UiWidgetAdapterVerticalSplitPanel>
This is the abstract base implementation of
UiWidgetVerticalSplitPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetHorizontalSplitPanelGwt
This is the implementation of
UiWidgetHorizontalSplitPanel using GWT. |
class |
UiWidgetVerticalSplitPanelGwt
This is the implementation of
UiWidgetVerticalSplitPanel using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.