|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.table.CellActiveStates
public abstract class CellActiveStates
Defines a set of constants for identifying the different activation states of a TableView cell, and a method for determining whether a given integer is one of them.
Cell.getActiveState()
Field Summary | |
---|---|
static int |
ACTIVE
Indicates that in addition to the cell being current it is also (fully, see ACTIVE_LIGHT) activated. |
static int |
ACTIVE_LIGHT
Indicates that in addition to the cell being current it is also partially or "lightly" activated. |
static int |
CURRENT
Indicates that the cell is the table view's current cell. |
static int |
NOT_CURRENT
Indicates that the cell is not the table view's current cell. |
Constructor Summary | |
---|---|
CellActiveStates()
|
Method Summary | |
---|---|
static boolean |
validate(int state)
Determines whether a given integer value is one of the defined active states. |
Field Detail |
---|
public static final int NOT_CURRENT
public static final int CURRENT
public static final int ACTIVE_LIGHT
public static final int ACTIVE
Constructor Detail |
---|
public CellActiveStates()
Method Detail |
---|
public static boolean validate(int state)
state
- The integer value to validate.
true
if state is one of the defined ones
and false
otherwise.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |