Main Page | Packages | Class Tree | Index | Help

xp.system

class UIConstants

Object
  |
  +--xp.system.UIConstants


class UIConstants
extends Object

Various constants used in UI controls


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public static
ALERT: String
constant for the alert icon to display in a dialog

public static
AUTOSIZE_BOTH: Number
autosizing constant - size vertically and horizontally

public static
AUTOSIZE_HORIZONTAL: Number
autosizing constant - size horizontally only

public static
AUTOSIZE_NONE: Number
autosizing constant - do not size

public static
AUTOSIZE_VERTICAL: Number
autosizing constant - size vertically only

public static
BUMP: Number
Border style constant - bump

public static
CANCEL: Number
Button/DialogResult constant CANCEL

public static
DEPTH_BACKGROUND: Number
Depth reserved for the background object

public static
DEPTH_FOCUS: Number
Depth reserved for the focus object

public static
DEPTH_RESERVED_ACTIVATOR: Number
Depth reserved for the window activator object

public static
DEPTH_RESERVED_BOUNDS: Number
Depth reserved for the bounds object

public static
DEPTH_RESERVED_MASK: Number
Depth reserved for the component mask

public static
DOUBLE: Number
Border style constant - double

public static
ETCHED: Number
Border style constant - etched/groove

public static
FILL: Number
Border style constant - fill

public static
FLAT: Number
Border style constant -flat

public static
INFO: String
constant for the info icon to display in a dialog

public static
NO: Number
Button/DialogResult constant NO

public static
NONE: Number
Border style constant - none

public static
OK: Number
standard button bypes Button/DialogResult constant OK

public static
OKCANCEL: Number
Button/DialogResult constant OKCANCEL

public static
RAISED: Number
Border style constant - raised

public static
RAISEDLOW: Number
Border style constant - raised low

public static
REGION_BACKGROUND: Number
Invalidation region constant - border background

public static
REGION_BORDER: Number
Invalidation region constant - border all

public static
REGION_BORDER_FRAME: Number
Invalidation region constant - border frame

public static
REGION_BOUNDS: Number
Invalidation region constant - the components layout

public static
REGION_DRAW: Number
Invalidation region constant - the components layout

public static
REGION_HLAYOUT: Number
Invalidation region constant - the components horizontal size

public static
REGION_LAYOUT: Number
Invalidation region constant - the components size

public static
REGION_NONE: Number
Invalidation region constant - no region

public static
REGION_SHADOW: Number
Invalidation region constant - border shadow

public static
REGION_TREE: Number
Invalidation region constant - the components children tree

public static
REGION_VLAYOUT: Number
Invalidation region constant - the components vertical size

public static
SEPARATOR: Number
Border style constant - row

public static
SHADOW: Number
Border style constant - shadow

public static
SINGLE: Number
Border style constant - solid

public static
STATE_INIT: Number
Component state constant - initializing

public static
STATE_LOADED: Number
Component state constant - loaded

public static
STATE_STYLE_LOADED: Number
Component state constant - style loaded

public static
SUNKEN: Number
Border style constant - sunken

public static
SUNKENLOW: Number
Border style constant - sunlken low

public static
WARN: String
constant for the warnt icon to display in a dialog

public static
YES: Number
Button/DialogResult constant YES

public static
YESNOCANCEL: Number
Button/DialogResult constant YESNOCANCEL



Field Documentation

ALERT

public static var ALERT: String
constant for the alert icon to display in a dialog

AUTOSIZE_BOTH

public static var AUTOSIZE_BOTH: Number
autosizing constant - size vertically and horizontally

AUTOSIZE_HORIZONTAL

public static var AUTOSIZE_HORIZONTAL: Number
autosizing constant - size horizontally only

AUTOSIZE_NONE

public static var AUTOSIZE_NONE: Number
autosizing constant - do not size

AUTOSIZE_VERTICAL

public static var AUTOSIZE_VERTICAL: Number
autosizing constant - size vertically only

BUMP

public static var BUMP: Number
Border style constant - bump

CANCEL

public static var CANCEL: Number
Button/DialogResult constant CANCEL

DEPTH_BACKGROUND

public static var DEPTH_BACKGROUND: Number
Depth reserved for the background object

DEPTH_FOCUS

public static var DEPTH_FOCUS: Number
Depth reserved for the focus object

DEPTH_RESERVED_ACTIVATOR

public static var DEPTH_RESERVED_ACTIVATOR: Number
Depth reserved for the window activator object

DEPTH_RESERVED_BOUNDS

public static var DEPTH_RESERVED_BOUNDS: Number
Depth reserved for the bounds object

DEPTH_RESERVED_MASK

public static var DEPTH_RESERVED_MASK: Number
Depth reserved for the component mask

DOUBLE

public static var DOUBLE: Number
Border style constant - double

ETCHED

public static var ETCHED: Number
Border style constant - etched/groove

FILL

public static var FILL: Number
Border style constant - fill

FLAT

public static var FLAT: Number
Border style constant -flat

INFO

public static var INFO: String
constant for the info icon to display in a dialog

NO

public static var NO: Number
Button/DialogResult constant NO

NONE

public static var NONE: Number
Border style constant - none

OK

public static var OK: Number
standard button bypes Button/DialogResult constant OK

OKCANCEL

public static var OKCANCEL: Number
Button/DialogResult constant OKCANCEL

RAISED

public static var RAISED: Number
Border style constant - raised

RAISEDLOW

public static var RAISEDLOW: Number
Border style constant - raised low

REGION_BACKGROUND

public static var REGION_BACKGROUND: Number
Invalidation region constant - border background

REGION_BORDER

public static var REGION_BORDER: Number
Invalidation region constant - border all

REGION_BORDER_FRAME

public static var REGION_BORDER_FRAME: Number
Invalidation region constant - border frame

REGION_BOUNDS

public static var REGION_BOUNDS: Number
Invalidation region constant - the components layout

REGION_DRAW

public static var REGION_DRAW: Number
Invalidation region constant - the components layout

REGION_HLAYOUT

public static var REGION_HLAYOUT: Number
Invalidation region constant - the components horizontal size

REGION_LAYOUT

public static var REGION_LAYOUT: Number
Invalidation region constant - the components size

REGION_NONE

public static var REGION_NONE: Number
Invalidation region constant - no region

REGION_SHADOW

public static var REGION_SHADOW: Number
Invalidation region constant - border shadow

REGION_TREE

public static var REGION_TREE: Number
Invalidation region constant - the components children tree

REGION_VLAYOUT

public static var REGION_VLAYOUT: Number
Invalidation region constant - the components vertical size

SEPARATOR

public static var SEPARATOR: Number
Border style constant - row

SHADOW

public static var SHADOW: Number
Border style constant - shadow

SINGLE

public static var SINGLE: Number
Border style constant - solid

STATE_INIT

public static var STATE_INIT: Number
Component state constant - initializing

STATE_LOADED

public static var STATE_LOADED: Number
Component state constant - loaded

STATE_STYLE_LOADED

public static var STATE_STYLE_LOADED: Number
Component state constant - style loaded

SUNKEN

public static var SUNKEN: Number
Border style constant - sunken

SUNKENLOW

public static var SUNKENLOW: Number
Border style constant - sunlken low

WARN

public static var WARN: String
constant for the warnt icon to display in a dialog

YES

public static var YES: Number
Button/DialogResult constant YES

YESNOCANCEL

public static var YESNOCANCEL: Number
Button/DialogResult constant YESNOCANCEL


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc