Package | com.ghostwire.ui.enums |
Class | public final class INVALID |
invalidate()
method.
~ This class is available in Aspire UI Components Lite Edition ~
See also
Constant | Defined by | ||
---|---|---|---|
DISPLAY : String = "display" [static]
Indicates that the component should be re-painted.
| INVALID | ||
LAYOUT : String = "layout" [static]
Indicates that the component should run its routine for laying out its child objects.
| INVALID | ||
SIZE : String = "size" [static]
Indicates that the desired size of the component may have changed.
| INVALID | ||
TEXTSTYLE : String = "textstyle" [static]
Indicates that the style of embedded text has changed and therefore the text should be re-drawn.
| INVALID |
DISPLAY | constant |
public static const DISPLAY:String = "display"
Indicates that the component should be re-painted.
LAYOUT | constant |
public static const LAYOUT:String = "layout"
Indicates that the component should run its routine for laying out its child objects.
SIZE | constant |
public static const SIZE:String = "size"
Indicates that the desired size of the component may have changed.
TEXTSTYLE | constant |
public static const TEXTSTYLE:String = "textstyle"
Indicates that the style of embedded text has changed and therefore the text should be re-drawn.