Package | Description |
---|---|
net.sf.mmm.client.ui.api.aria.attribute |
Contains abstract interfaces for attributes of ARIA roles.
|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.base.aria.role |
Contains abstract base implementation of ARIA roles.
|
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.util.lang.api |
Provides the API for utilities of general purpose.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
AttributeReadAriaOrientation.getOrientation()
This method gets the orientation property of
this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeWriteAriaOrientation.setOrientation(Orientation orientation)
This method sets the
orientation attribute of this object. |
Modifier and Type | Method and Description |
---|---|
Orientation |
AttributeReadOrientation.getOrientation()
This method gets the orientation of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeWriteOrientation.setOrientation(Orientation orientation)
This method sets the orientation to the given value.
|
Modifier and Type | Method and Description |
---|---|
Filling |
Filling.getPart(Orientation orientation)
This method extracts the horizontal or vertical part of this filling.
|
Modifier and Type | Method and Description |
---|---|
UiWidgetSplitPanel |
UiWidgetFactory.createSplitPanel(Orientation orientation,
UiWidgetRegular... children)
Creates a new
UiWidgetSplitPanel . |
Modifier and Type | Field and Description |
---|---|
private Orientation |
AbstractRoleWithCommonAttributes.orientation |
Modifier and Type | Method and Description |
---|---|
Orientation |
AbstractRoleWithCommonAttributes.getOrientation()
This method gets the orientation property of
this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRoleWithCommonAttributes.setOrientation(Orientation orientation)
This method sets the
orientation attribute of this object. |
Modifier and Type | Method and Description |
---|---|
UiWidgetSplitPanel |
UiWidgetFactoryImpl.createSplitPanel(Orientation orientation,
UiWidgetRegular... children)
Creates a new
UiWidgetSplitPanel . |
Modifier and Type | Method and Description |
---|---|
Orientation |
AbstractUiWidgetVerticalSplitPanel.getOrientation()
This method gets the orientation of this object.
|
Orientation |
AbstractUiWidgetHorizontalSplitPanel.getOrientation()
This method gets the orientation of this object.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.fromValue(String value)
This method gets the
Orientation with the given value . |
Orientation |
Orientation.getMirrored()
This method gets the inverse orientation.
|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Alignment |
Alignment.getPart(Orientation orientation)
This method extracts the
horizontal or vertical part of
this alignment. |
Copyright © 2001–2016 mmm-Team. All rights reserved.