| Package | qnx.ui.skins |
| Class | public class SkinStates |
| Inheritance | SkinStates Object |
SkinStates class defines the skin states that are referenced by the skin classes.
For an overview of skins and skin assets, including an example of how to create your own custom skins, see Understanding skins.
See also
| Constant | Defined By | ||
|---|---|---|---|
| DISABLED : String = disabled [static] A String which represents the DISABLED state of the skin | SkinStates | ||
| DISABLED_SELECTED : String = disabled_selected [static] A String which represents the DISABLED_SELECTED state of the skin | SkinStates | ||
| DOWN : String = down [static] A String which represents the DOWN state of the skin | SkinStates | ||
| DOWN_SELECTED : String = down_selected [static] A String which represents the DOWN state of the skin when it is selected | SkinStates | ||
| FOCUS : String = focus [static] A String which represents the FOCUS state of the skin | SkinStates | ||
| SELECTED : String = selected [static] A String which represents the SELECTED state of the skin | SkinStates | ||
| UP : String = up [static] A String which represents the UP state of the skin | SkinStates | ||
| UP_ODD : String = up_odd [static] A String which represents the UP state of a list item at an odd numbered index | SkinStates | ||
| DISABLED | Constant |
public static const DISABLED:String = disabled A String which represents the DISABLED state of the skin
| DISABLED_SELECTED | Constant |
public static const DISABLED_SELECTED:String = disabled_selected A String which represents the DISABLED_SELECTED state of the skin
| DOWN | Constant |
public static const DOWN:String = down A String which represents the DOWN state of the skin
| DOWN_SELECTED | Constant |
public static const DOWN_SELECTED:String = down_selected A String which represents the DOWN state of the skin when it is selected
| FOCUS | Constant |
public static const FOCUS:String = focus A String which represents the FOCUS state of the skin
| SELECTED | Constant |
public static const SELECTED:String = selected A String which represents the SELECTED state of the skin
| UP | Constant |
public static const UP:String = up A String which represents the UP state of the skin
| UP_ODD | Constant |
public static const UP_ODD:String = up_odd A String which represents the UP state of a list item at an odd numbered index