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  
scroll — Event in class com.ghostwire.ui.core.uiScrollable
Dispatched when the scroll position of a scrollable component has changed.
SCROLL — Constant static property in class com.ghostwire.ui.events.uiScrollEvent
Dispatched when the scroll position of a scrollable component has changed.
SCROLLBAR — Final class in package com.ghostwire.ui.enums
Defines constants for the values to be used for hScrollPolicy and vScrollPolicy properties.
scrollToItem(item) — Method in class com.ghostwire.ui.controls.uiListBox
Scrolls to the indicated item in the list.
scrollX — Property in class com.ghostwire.ui.core.uiScrollable
Indicates the horizontal scroll position.
scrollY — Property in class com.ghostwire.ui.core.uiScrollable
Indicates the vertical scroll position.
selectable — Property in class com.ghostwire.ui.controls.uiListBox
Indicates whether items in this list are selectable.
selectable — Property in class com.ghostwire.ui.controls.uiText
Indicates whether the text is selectable.
selectAll() — Method in class com.ghostwire.ui.controls.uiListBox
Selects all items in this list.
selected — Property in class com.ghostwire.ui.controls.uiButton
Indicates whether the button is selected; applicable only if the toggle property is set to true.
selectedButton — Property in class com.ghostwire.ui.controls.uiButtonGroup
Indicates the currently selected uiButton instance.
selectedData — Property in class com.ghostwire.ui.controls.uiButtonGroup
Indicates the data associated with the currently selected uiButton instance.
selectedIndex — Property in class com.ghostwire.ui.containers.uiTabView
Indicates the index position of the currently selected tab.
selectedIndex — Property in class com.ghostwire.ui.controls.uiButtonGroup
Indicates the index position of the selected button in the group.
selectedIndex — Property in class com.ghostwire.ui.controls.uiComboBox
Indicates the index position of the selected item.
selectedIndex — Property in class com.ghostwire.ui.controls.uiListBox
Indicates the index position of the last selected item.
selectedIndex — Property in class com.ghostwire.ui.controls.uiTabViewBar
Indicates the index position of the currently selected tab.
selectedIndices — Property in class com.ghostwire.ui.controls.uiListBox
Returns an array of index positions of the selected items.
selectedItem — Property in class com.ghostwire.ui.controls.uiComboBox
Indicates the selected item.
selectedItem — Property in class com.ghostwire.ui.controls.uiListBox
Indicates the last selected item.
selectedItems — Property in class com.ghostwire.ui.controls.uiListBox
Gets or sets an array containing the selected items.
selectedValue — Property in class com.ghostwire.ui.controls.uiComboBox
Indicates the text associated with the selected item, or the input text if editable if true.
selectedValue — Property in class com.ghostwire.ui.controls.uiListBox
Indicates the value associated with the last selected item.
setColumnSize(index, size) — Method in class com.ghostwire.ui.containers.uiGrid
Sets the width of the space allocated to a specific column.
setFocus(flag) — Method in class com.ghostwire.ui.core.uiComponent
Gives this component instance the focus; the component must be on the display list and has its tabEnabled property set to true, otherwise this method will fail silently.
setGroupItem(item) — Method in class com.ghostwire.ui.data.uiMenuModel
Sets the indicated radio button menu item object as the selected member in its group of items.
setMnemonicKey(key, obj, textObj:com.ghostwire.ui.controls:uiText) — Method in class com.ghostwire.ui.containers.uiForm
Registers an alphabet (case-insensitive) as a short-cut to the specified InteractiveObject contained in this uiForm.
setRowSize(index, size) — Method in class com.ghostwire.ui.containers.uiGrid
Sets the height of the space allocated to a specific row.
setScrollPosition(x, y, noEvent) — Method in class com.ghostwire.ui.core.uiScrollable
Sets the scrollX and scrollY positions, dispatching a "scroll" event.
setSize(width, height, noEvent) — Method in class com.ghostwire.ui.controls.uiImage
Sets the width and height of the image explicitly.
setSize(width, height, noEvent) — Method in class com.ghostwire.ui.core.uiComponent
Sets this component's size to the specified width and height.
setStyle(styleName, styleObject) — Method in class com.ghostwire.ui.managers.uiTextStyles
Adds a new style with the specified styleName to this manager.
setVisible(value, noEvent) — Method in class com.ghostwire.ui.core.uiComponent
Sets the visibility of this component instance, dispatching a "show" or "hide" event accordingly.
show(text, title, icon, buttons, prompt, custom) — Method in class com.ghostwire.ui.controls.uiDialog
Shows the uiDialog control with the specified message text.
show — Event in class com.ghostwire.ui.core.uiComponent
Dispatched when the component's visible property is changed from false to true via calling the setVisible() method.
SHOW — Constant static property in class com.ghostwire.ui.events.uiEvent
Dispatched when the component is explicitly set visible via the setVisible() method.
showDelay — Property in class com.ghostwire.ui.managers.uiToolTips
Indicates the time, in milliseconds, that the mouse cursor must stay stationary over an interactive object before its tool tip (if any) is shown.
SIZE — Constant static property in class com.ghostwire.ui.enums.INVALID
Indicates that the desired size of the component may have changed.
sizeLimit — Constant static property in class com.ghostwire.ui.core.uiBitmapImage
Indicates the maximum valid value for width and height.
skin — Property in class com.ghostwire.ui.core.uiComponent
Indicates the name of the skin to use for this component instance.
smoothing — Property in class com.ghostwire.ui.controls.uiImage
Controls whether or not the bitmap is smoothed when scaled.
snap — Property in class com.ghostwire.ui.data.uiRange
Indicates whether the value should be rounded to the nearest step value.
sort — Event in class com.ghostwire.ui.data.uiModel
Dispatched when sorting has been performed on the items in the model.
sort(... rest) — Method in class com.ghostwire.ui.data.uiModel
Sorts the items in the model and dispatches a uiModelEvent.SORT event.
SORT — Constant static property in class com.ghostwire.ui.events.uiModelEvent
Dispatched when sorting has been performed on the items in the model.
sortOn(fieldName, options) — Method in class com.ghostwire.ui.data.uiModel
Sorts the items in the model according to one or more fields and dispatches a uiModelEvent.SORT event.
source — Property in class com.ghostwire.ui.controls.uiImage
Indicates the source of the current image displayed.
source — Property in class com.ghostwire.ui.controls.uiImageButton
Indicates the source to the image displayed inside the button.
source — Property in class com.ghostwire.ui.controls.uiSWF
Indicates the source of the external SWF.
spacing — Property in class com.ghostwire.ui.containers.uiBox
Indicates the gap between each child, in pixels.
spacing — Property in class com.ghostwire.ui.controls.uiTabViewBar
Indicates the spacing between tab buttons.
spacingH — Property in class com.ghostwire.ui.containers.uiGrid
Indicates the gap between each column, in pixels.
spacingV — Property in class com.ghostwire.ui.containers.uiGrid
Indicates the gap between each row, in pixels.
status — Property in class com.ghostwire.ui.containers.uiWindow
Indicates the text to display in the status bar of this uiWindow instance.
step — Property in class com.ghostwire.ui.data.uiRange
Indicates the step increment size.
stretch — Property in class com.ghostwire.ui.core.uiComponent
Indicates whether surplus space available in the parent container should be allocated to this component.
swapItems(item1, item2) — Method in class com.ghostwire.ui.data.uiModel
Swaps the index positions of the two specified items.
sync — Event in class com.ghostwire.ui.managers.uiTextStyles
Dispatched when one or more styles have been changed.
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