Modifier and Type | Method and Description |
---|---|
Orientation |
HasOrientation.getOrientation() |
Orientation |
MaterialWidget.getOrientation() |
Modifier and Type | Method and Description |
---|---|
void |
HasOrientation.setOrientation(Orientation orientation) |
void |
MaterialWidget.setOrientation(Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
Orientation |
OrientationMixin.getOrientation() |
Modifier and Type | Method and Description |
---|---|
CssNameMixin<MaterialWidget,Orientation> |
OrientationMixin.getNameMixin() |
Modifier and Type | Method and Description |
---|---|
void |
OrientationMixin.setOrientation(Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.fromStyleName(String styleName) |
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 |
---|---|
Orientation |
OrientationChangeEvent.getOrientation() |
Modifier and Type | Method and Description |
---|---|
static void |
OrientationChangeEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Orientation orientation) |
Constructor and Description |
---|
OrientationChangeEvent(Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
Orientation |
MaterialDatePicker.getOrientation() |
Modifier and Type | Method and Description |
---|---|
void |
MaterialDatePicker.setOrientation(Orientation orientation) |
Copyright © 2018. All rights reserved.