public static class JRSUIConstants.State
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static JRSUIConstants.State |
ACTIVE |
static JRSUIConstants.State |
DISABLED |
static JRSUIConstants.State |
DRAG |
static JRSUIConstants.State |
INACTIVE |
static JRSUIConstants.State |
PRESSED |
static JRSUIConstants.State |
PULSED |
static JRSUIConstants.State |
ROLLOVER |
| Modifier and Type | Method and Description |
|---|---|
long |
apply(long encodedState)
Applies this property value to the provided state
|
java.lang.String |
toString() |
public static final JRSUIConstants.State ACTIVE
public static final JRSUIConstants.State INACTIVE
public static final JRSUIConstants.State DISABLED
public static final JRSUIConstants.State PRESSED
public static final JRSUIConstants.State PULSED
public static final JRSUIConstants.State ROLLOVER
public static final JRSUIConstants.State DRAG
public long apply(long encodedState)
encodedState - the incoming JRSUI encoded statepublic java.lang.String toString()
toString in class java.lang.Object