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 OrientationMobilUtils. getOrientation()static OrientationOrientation. 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 OrientationOrientationChangeEvent. getOrientation()Constructors in org.silverpeas.mobile.client.components.base.events.window with parameters of type Orientation Constructor Description OrientationChangeEvent(Orientation orientation)
-