A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
cancelLabel — Static property in class com.ghostwire.ui.controls.uiDialog
Indicates the default label for the Cancel button.
CAN_CLOSE — Constant static property in class com.ghostwire.ui.enums.WINDOW
Indicates that the uiWindow instance can be closed by end-users and should therefore display the close button in the titlebar.
CAN_MAXIMIZE — Constant static property in class com.ghostwire.ui.enums.WINDOW
Indicates that the uiWindow instance can be maximized by end-users and should therefore display the maximize button in the titlebar.
CAN_MINIMIZE — Constant static property in class com.ghostwire.ui.enums.WINDOW
Indicates that the uiWindow instance can be minimized by end-users and should therefore display the minimize button in the titlebar.
CAN_MOVE — Constant static property in class com.ghostwire.ui.enums.WINDOW
Indicates that the uiWindow instance can be moved by end-users by pressing down on the title bar and dragging it.
CAN_RESIZE — Constant static property in class com.ghostwire.ui.enums.WINDOW
Indicates that the uiWindow instance can be resized by end-users.
CENTER — Constant static property in class com.ghostwire.ui.enums.ALIGN
Place in the center.
change — Event in class com.ghostwire.ui.containers.uiTabView
Dispatched when the current selected tab has changed.
change — Event in class com.ghostwire.ui.controls.uiButton
Dispatched when the selected property changes.
change — Event in class com.ghostwire.ui.controls.uiButtonGroup
Dispatched when the selected uiButton instance in this group changes.
change — Event in class com.ghostwire.ui.controls.uiComboBox
Dispatched when the user changes the selection.
change — Event in class com.ghostwire.ui.controls.uiImage
Dispatched when the image source is changed and the new image is loaded and displayed.
change — Event in class com.ghostwire.ui.controls.uiListBox
Dispatched when the selection in the list has changed.
change — Event in class com.ghostwire.ui.controls.uiSlider
Dispatched when the range.value has changed.
change — Event in class com.ghostwire.ui.controls.uiStepper
Dispatched when the range.value has changed.
change — Event in class com.ghostwire.ui.controls.uiTabViewBar
Dispatched when the current selected tab has changed.
change — Event in class com.ghostwire.ui.controls.uiTextArea
Dispatched when the text in the component changes.
change — Event in class com.ghostwire.ui.controls.uiTextInput
Dispatched when the text in the component changes.
change — Event in class com.ghostwire.ui.data.uiModel
Dispatched when one or more items in the model have been invalidated (modified).
change — Event in class com.ghostwire.ui.data.uiRange
Dispatched when the value has changed.
CHANGE — Constant static property in class com.ghostwire.ui.events.uiModelEvent
Dispatched when one or more items in the model have been invalidated (modified).
clear() — Method in class com.ghostwire.ui.managers.uiTextStyles
Removes all styles.
clearCache() — Static method in class com.ghostwire.ui.controls.uiImage
Clears the cache of bitmap images.
click — Event in class com.ghostwire.ui.controls.uiButton
Dispatched when the button is activated, either by user clicking on it or pressing the SPACE key while the button is in focus.
clone() — Method in class com.ghostwire.ui.data.uiModel
Returns a copy of this uiModel object.
cloneItem(item) — Static method in class com.ghostwire.ui.data.uiModel
Returns a copy of an item.
close — Event in class com.ghostwire.ui.containers.uiWindow
Dispatched when the uiWindow container is about to be closed.
close() — Method in class com.ghostwire.ui.containers.uiWindow
Closes this uiWindow instance (and its child windows if any).
close — Event in class com.ghostwire.ui.controls.uiComboBox
Dispatched when the popup list is closed.
close() — Method in class com.ghostwire.ui.controls.uiComboBox
Closes the pop-up list, dispatching an Event.CLOSE event.
columns — Property in class com.ghostwire.ui.containers.uiGrid
Indicates the number of columns in this grid layout, which in turn determines the number of rows (you cannot specify the number of rows directly).
com.ghostwire.ui.containers — Package
com.ghostwire.ui.controls — Package
com.ghostwire.ui.core — Package
com.ghostwire.ui.data — Package
com.ghostwire.ui.enums — Package
com.ghostwire.ui.events — Package
com.ghostwire.ui.managers — Package
complete — Event in class com.ghostwire.ui.managers.uiFonts
Dispatched when all font assets in the loading queue have been loaded.
complete — Event in class com.ghostwire.ui.managers.uiTextStyles
Dispatched when CSS file has been loaded successfully and the manager is populated with the styles.
confirmIcon — Static property in class com.ghostwire.ui.controls.uiDialog
Indicates the default image source if more than one button is displayed in the control.
container — Property in class com.ghostwire.ui.core.uiComponent
Indicates the uiComponent instance that contains this instance.
content — Property in class com.ghostwire.ui.containers.uiFrame
Indicates the single DisplayObject contained as the content inside this uiFrame container.
content — Property in class com.ghostwire.ui.containers.uiScrollPane
Returns the uiPane instance that is used as the content container.
content — Property in class com.ghostwire.ui.containers.uiTabView
Returns the child object currently displayed in the content area.
content — Property in class com.ghostwire.ui.containers.uiWindow
Returns the uiForm instance that is used as the content container.
content — Property in class com.ghostwire.ui.controls.uiSWF
Returns a reference to the root DisplayObject of the SWF file loaded into the uiSWF container.
contentPadding — Property in class com.ghostwire.ui.containers.uiWindow
Indicates the padding to apply to the content (uiForm child).
cursor — Property in class com.ghostwire.ui.managers.uiCursors
Indicates the current active custom cursor.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z