Package | Description |
---|---|
org.jboss.errai.orientation.client.local | |
org.jboss.errai.ui.cordova |
Modifier and Type | Class and Description |
---|---|
class |
Html5MotionDetector
Handles DeviceMotion events, such as those fired by Gecko-based browsers on laptop computers.
|
class |
Html5OrientationDetector
Detects device orientation through the official HTML 5 API, periodically firing CDI
events with the latest orientation info.
|
class |
NoMotionDetector
Just uses resize events to tell if the device has changed it's orientation.
|
Modifier and Type | Method and Description |
---|---|
OrientationDetector |
OrientationDetector.OrientationDetectorProvider.createOrientationDetector() |
Modifier and Type | Class and Description |
---|---|
class |
PhoneGapOrientationDetector
Detects device orientation through the PhoneGap API, periodically firing CDI
events with the latest orientation info.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.