Uses of Class
org.silverpeas.mobile.client.common.mobil.Orientation
-
Packages that use Orientation Package Description org.silverpeas.mobile.client.common.mobil org.silverpeas.mobile.client.components.base.events.window -
-
Uses of Orientation in org.silverpeas.mobile.client.common.mobil
Methods in org.silverpeas.mobile.client.common.mobil that return Orientation Modifier and Type Method Description static Orientation
MobilUtils. getOrientation()
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. -
Uses of Orientation in org.silverpeas.mobile.client.components.base.events.window
Methods in org.silverpeas.mobile.client.components.base.events.window that return Orientation Modifier and Type Method Description Orientation
OrientationChangeEvent. getOrientation()
Constructors in org.silverpeas.mobile.client.components.base.events.window with parameters of type Orientation Constructor Description OrientationChangeEvent(Orientation orientation)
-