Package | com.adobe.csxs.types |
Class | public class CSXSWindowType |
Property | Defined 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 |
MODAL_DIALOG | property |
MODAL_DIALOG:String
[read-only]Modal dialog window type.
Implementation public static function get MODAL_DIALOG():String
MODELESS | property |
MODELESS:String
[read-only]Modeless window type (such as a welcome screen or about box).
Implementation public static function get MODELESS():String
PANEL | property |
PANEL:String
[read-only]Panel window type.
Implementation public static function get PANEL():String
TOOLTIP | property |
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
_CUSTOM | constant |
csxs_internal static const _CUSTOM:String = "Custom"
Constant for the CSXS window type Custom.
_MODAL_DIALOG | constant |
csxs_internal static const _MODAL_DIALOG:String = "ModalDialog"
Constant for the CSXS window type ModalDialog.
_MODELESS | constant |
csxs_internal static const _MODELESS:String = "Modeless"
Constant for the CSXS window type Modeless.
_PANEL | constant |
csxs_internal static const _PANEL:String = "Panel"
Constant for the CSXS window type Panel.
_TOOLTIP | constant |
csxs_internal static const _TOOLTIP:String = "Tooltip"
Constant for the CSXS window type Tooltip.