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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteOrientation
This interface gives read and
write access to the
orientation of an object. |
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 |
UiWidgetSplitPanel
This is the interface for a
dynamic panel that shows splitter-bars between
each of its children and allows the user to slide these splitter-bars to dynamically
adjust the size of the children . |
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 | 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.