| Package | qnx.ui.core |
| Class | public class InvalidationType |
| Inheritance | InvalidationType Object |
InvalidationType object defines InvalidationType constants that are used to indicate which portions of a component are invalid.
This allows components to re-draw only the parts of the component that are invalid.
See also
| Constant | Defined By | ||
|---|---|---|---|
| ALL : String = all [static]
The InvalidationType.ALL constant defines the property which indicates the entire component should be re-drawn. | InvalidationType | ||
| DATA : String = data [static]
The InvalidationType.DATA constant defines the property which indicates the data of the component is invalid. | InvalidationType | ||
| IMAGE : String = image [static]
The InvalidationType.IMAGE constant defines the property which indicates the image of the component is invalid. | InvalidationType | ||
| LABEL : String = label [static]
The InvalidationType.LABEL constant defines the property which indicates the label of the component is invalid. | InvalidationType | ||
| LAYOUT : String = layout [static]
The InvalidationType.LAYOUT constant defines the property which indicates the layout of the component is invalid. | InvalidationType | ||
| SCROLL : String = scroll [static]
The InvalidationType.SCROLL constant defines the property which indicates the scroll position of the component is invalid. | InvalidationType | ||
| SCROLLBAR : String = scrollbar [static]
The InvalidationType.SCROLLBAR constant defines the property which indicates properties of the scrollbar of the component is invalid. | InvalidationType | ||
| SCROLL_DIRECTION : String = scroll [static]
The InvalidationType.SCROLL_DIRECTION constant defines the property which indicates the scroll direction of the component is invalid. | InvalidationType | ||
| SIZE : String = size [static]
The InvalidationType.SIZE constant defines the property which indicates the size of the component is invalid. | InvalidationType | ||
| SKIN : String = skin [static]
The InvalidationType.SKIN constant defines the property which indicates the skin of the component is invalid. | InvalidationType | ||
| STATE : String = state [static]
The InvalidationType.STATE constant defines the property which indicates the state of the component is invalid. | InvalidationType | ||
| ALL | Constant |
public static const ALL:String = all
The InvalidationType.ALL constant defines the property which indicates the entire component should be re-drawn.
| DATA | Constant |
public static const DATA:String = data
The InvalidationType.DATA constant defines the property which indicates the data of the component is invalid.
| IMAGE | Constant |
public static const IMAGE:String = image
The InvalidationType.IMAGE constant defines the property which indicates the image of the component is invalid.
| LABEL | Constant |
public static const LABEL:String = label
The InvalidationType.LABEL constant defines the property which indicates the label of the component is invalid.
| LAYOUT | Constant |
public static const LAYOUT:String = layout
The InvalidationType.LAYOUT constant defines the property which indicates the layout of the component is invalid.
| SCROLL | Constant |
public static const SCROLL:String = scroll
The InvalidationType.SCROLL constant defines the property which indicates the scroll position of the component is invalid.
| SCROLL_DIRECTION | Constant |
public static const SCROLL_DIRECTION:String = scroll
The InvalidationType.SCROLL_DIRECTION constant defines the property which indicates the scroll direction of the component is invalid.
| SCROLLBAR | Constant |
public static const SCROLLBAR:String = scrollbar
The InvalidationType.SCROLLBAR constant defines the property which indicates properties of the scrollbar of the component is invalid.
| SIZE | Constant |
public static const SIZE:String = size
The InvalidationType.SIZE constant defines the property which indicates the size of the component is invalid.
| SKIN | Constant |
public static const SKIN:String = skin
The InvalidationType.SKIN constant defines the property which indicates the skin of the component is invalid.
| STATE | Constant |
public static const STATE:String = state
The InvalidationType.STATE constant defines the property which indicates the state of the component is invalid.