Packagecom.ghostwire.ui.enums
Classpublic final class INVALID

Defines constants for the values to be used as parameter for the invalidate() method.

~ This class is available in Aspire UI Components Lite Edition ~

See also

com.ghostwire.ui.core.uiComponent.invalidate()


Public Constants
 ConstantDefined 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
Constant detail
DISPLAYconstant
public static const DISPLAY:String = "display"

Indicates that the component should be re-painted.

LAYOUTconstant 
public static const LAYOUT:String = "layout"

Indicates that the component should run its routine for laying out its child objects.

SIZEconstant 
public static const SIZE:String = "size"

Indicates that the desired size of the component may have changed.

TEXTSTYLEconstant 
public static const TEXTSTYLE:String = "textstyle"

Indicates that the style of embedded text has changed and therefore the text should be re-drawn.