Packagecom.adobe.csxs.types
Classpublic class CSXSWindowType

Stores constants for the window types supported by the CSXS infrastructure.



Public Properties
 PropertyDefined by
  MODAL_DIALOG : String
[static][read-only] Modal dialog window type.
CSXSWindowType
  MODELESS : String
[static][read-only] Modeless window type (such as a welcome screen or about box).
CSXSWindowType
  PANEL : String
[static][read-only] Panel window type.
CSXSWindowType
  TOOLTIP : String
[static][read-only] Chromeless and floating window type.
CSXSWindowType
Property detail
MODAL_DIALOGproperty
MODAL_DIALOG:String  [read-only]

Modal dialog window type.

Implementation
    public static function get MODAL_DIALOG():String
MODELESSproperty 
MODELESS:String  [read-only]

Modeless window type (such as a welcome screen or about box).

Implementation
    public static function get MODELESS():String
PANELproperty 
PANEL:String  [read-only]

Panel window type.

Implementation
    public static function get PANEL():String
TOOLTIPproperty 
TOOLTIP:String  [read-only]

Chromeless and floating window type. When the user clicks outside this window, the window is disposed of.

Implementation
    public static function get TOOLTIP():String
Constant detail
_CUSTOMconstant
csxs_internal static const _CUSTOM:String = "Custom"

Constant for the CSXS window type Custom.

_MODAL_DIALOGconstant 
csxs_internal static const _MODAL_DIALOG:String = "ModalDialog"

Constant for the CSXS window type ModalDialog.

_MODELESSconstant 
csxs_internal static const _MODELESS:String = "Modeless"

Constant for the CSXS window type Modeless.

_PANELconstant 
csxs_internal static const _PANEL:String = "Panel"

Constant for the CSXS window type Panel.

_TOOLTIPconstant 
csxs_internal static const _TOOLTIP:String = "Tooltip"

Constant for the CSXS window type Tooltip.