Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ScrollbarPolicy |
AttributeReadScrollbarPolicy.getHorizontalScrollbarPolicy()
This method gets the
ScrollbarPolicy for the horizontal scrollbar. |
ScrollbarPolicy |
AttributeReadScrollbarPolicy.getVerticalScrollbarPolicy()
This method gets the
ScrollbarPolicy for the vertical scrollbar. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeWriteScrollbarPolicy.setScrollbarPolicy(ScrollbarPolicy horizontalPolicy,
ScrollbarPolicy verticalPolicy)
This method sets the
ScrollbarPolicy for the horizontal and vertical scrollbars. |
Modifier and Type | Method and Description |
---|---|
static ScrollbarPolicy |
ScrollbarPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollbarPolicy[] |
ScrollbarPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.