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  
range — Property in class com.ghostwire.ui.controls.uiSlider
Indicates the uiRange object used to determine the bounds of this slider.
range — Property in class com.ghostwire.ui.controls.uiStepper
Indicates the uiRange object used to determine the bounds of this stepper.
range — Property in class com.ghostwire.ui.controls.uiStepperInput
Returns the uiRange object represented by this component.
rangeH — Property in class com.ghostwire.ui.core.uiScrollable
Returns the uiRange object used to represent the horizontal scroll range.
rangeV — Property in class com.ghostwire.ui.core.uiScrollable
Returns the uiRange object used to represent the vertical scroll range.
registerBitmapData(id, data) — Static method in class com.ghostwire.ui.controls.uiImage
Registers the specified BitmapData in the image cache, giving it the specified id.
remove — Event in class com.ghostwire.ui.data.uiModel
Dispatched when one or more items have been removed from the model.
REMOVE — Constant static property in class com.ghostwire.ui.events.uiModelEvent
Dispatched when one or more items have been removed from the model.
removeAll() — Method in class com.ghostwire.ui.data.uiModel
Removes all item(s) from the model and dispatches a uiModelEvent.REMOVE event.
removeAllChildren(all) — Method in class com.ghostwire.ui.core.uiComponent
Removes all children from this component.
removeButton(button:com.ghostwire.ui.controls:uiButton) — Method in class com.ghostwire.ui.controls.uiButtonGroup
Removes the indicated uiButton instance from this group.
removeItem(item) — Method in class com.ghostwire.ui.data.uiModel
Removes a single item from the model.
removeItemAt(index) — Method in class com.ghostwire.ui.data.uiModel
Removes the item at the specified index position from the model and dispatches a uiModelEvent.REMOVE event.
removeItems(... rest) — Method in class com.ghostwire.ui.data.uiModel
Removes the specified item(s) from the model and dispatches a uiModelEvent.REMOVE event.
renderer — Property in class com.ghostwire.ui.controls.uiInteractiveItem
Indicates the class that is used to represent the data in this uiInteractiveItem.
repeatDelay — Property in class com.ghostwire.ui.controls.uiSlider
Indicates the number of milliseconds to wait after the slider track is first pressed down before the thumb is automatically moved repeatedly over time towards the pressed location.
repeatDelay — Property in class com.ghostwire.ui.controls.uiStepper
Indicates the number of milliseconds to wait after a button is pressed down before the value is changed.
repeatInterval — Property in class com.ghostwire.ui.controls.uiSlider
Indicates how often the thumb movement will repeat while the track is being pressed down.
repeatInterval — Property in class com.ghostwire.ui.controls.uiStepper
Indicates how often the value will change while a button is being pressed down.
repeatSteps — Property in class com.ghostwire.ui.controls.uiStepper
Indicates the number of step value changes before the increment/decrement starts using page value instead.
repeatX — Property in class com.ghostwire.ui.core.uiBitmapImage
Indicates whether the scaling portion of the bitmap should repeat across the X-axis (horizontally) instead of stretching linearly.
repeatY — Property in class com.ghostwire.ui.core.uiBitmapImage
Indicates whether the scaling portion of the bitmap should repeat across the Y-axis (vertically) instead of stretching linearly.
replace — Event in class com.ghostwire.ui.data.uiModel
Dispatched when an item in the model has been replaced with another item.
REPLACE — Constant static property in class com.ghostwire.ui.events.uiModelEvent
Dispatched when an item in the model has been replaced with another item.
replaceItem(oldItem, newItem) — Method in class com.ghostwire.ui.data.uiModel
Replaces an existing item in the model with a new item and dispatches a uiModelEvent.REPLACE event.
request(assetName) — Method in class com.ghostwire.ui.managers.uiSkins
Returns a skin asset.
resize — Event in class com.ghostwire.ui.core.uiComponent
Dispatched when the component's size has changed via calling the setSize() method.
resize — Event in class com.ghostwire.ui.data.uiRange
Dispatched when the range has resized (minimum and/or maximum has changed).
resize(minimum, maximum) — Method in class com.ghostwire.ui.data.uiRange
Changes the minimum and maximum bounds of this range and dispatches a "resize" event.
RESIZE — Constant static property in class com.ghostwire.ui.events.uiResizeEvent
Dispatched when the component is explicitly resized via the setSize() method.
response — Property in class com.ghostwire.ui.controls.uiDialog
Indicates the label (text) on the button that was pressed when the dialog was last closed.
restrict — Property in class com.ghostwire.ui.controls.uiTextInput
Indicates the set of characters that a user can enter into the text field.
reversed — Property in class com.ghostwire.ui.containers.uiBox
Indicates whether child objects should be laid out in reversed order.
right — Property in class com.ghostwire.ui.core.uiEdge
The thickness of the right edge region, in pixels.
RIGHT — Constant static property in class com.ghostwire.ui.enums.ALIGN
All free space to the left, resulting in right-aligned placement.
RIGHT — Constant static property in class com.ghostwire.ui.enums.POSITION
Place to the right.
rowCount — Property in class com.ghostwire.ui.controls.uiComboBox
Indicates the preferred number of rows to display.
rowCount — Property in class com.ghostwire.ui.controls.uiListBox
Indicates the preferred number of rows to display.
rowHeight — Property in class com.ghostwire.ui.controls.uiComboBox
Indicates the fixed value to be used for the height of every row in the list.
rowHeight — Property in class com.ghostwire.ui.controls.uiListBox
Indicates the fixed value to be used for the height of every row in the list.
rowWidth — Property in class com.ghostwire.ui.controls.uiListBox
Indicates the fixed value to be used for the width of every item in the list.
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