Package | Description |
---|---|
gwt.material.design.addins.client.splitpanel | |
gwt.material.design.addins.client.splitpanel.constants |
Modifier and Type | Method and Description |
---|---|
Dock |
MaterialSplitPanel.getDock()
Get the dock value.
|
Modifier and Type | Method and Description |
---|---|
void |
MaterialSplitPanel.setDock(Dock dock)
Set the dock value (LEFT, RIGHT -> HORIZONTAL AXIS and TOP,LEFT -> VERTICAL AXIS).
|
Modifier and Type | Method and Description |
---|---|
static Dock |
Dock.fromStyleName(String styleName) |
static Dock |
Dock.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dock[] |
Dock.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.