UIListDataBinding
Inherits from UIDataBinding
Summary
Constructors
UIListDataBinding() |
UIListDataBinding(guid: Guid) |
UIListDataBinding(other: UIDataBinding) |
UIListDataBinding(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
UIListDataBinding.typeInfo | TypeInformation |
Constructors
UIListDataBinding
UIListDataBinding()
Creates a new UIListDataBinding frostbite instance.
UIListDataBinding
UIListDataBinding(guid: Guid)
Creates a new UIListDataBinding frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIListDataBinding
UIListDataBinding(other: UIDataBinding)
Casts an instance of type UIDataBinding to UIListDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIDataBinding | The instance to cast to UIListDataBinding. |
UIListDataBinding
UIListDataBinding(other: DataContainer)
Casts an instance of type DataContainer to UIListDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIListDataBinding. |
Properties
listIndex
int
listQuery
staticItems
emptyRowType
defaultHighlightedRow
rowType
navigationType
navigationTypeSource
rowSpacing
int
unFocusMode
disabledRows
string
clearListAtNavigationEvent
bool
sendIndexWithEvent
bool
screenRotationEnabled
bool
use3DSelection
bool
fireHighlightOnMouseOut
bool
dataIncludesButtonLayout
bool
visible
bool
spinnerEnabled
bool
useScrollBar
bool
highLightOnUpdate
bool
keepScrollOffset
bool
Static members
typeInfo
The type information for the UIListDataBinding type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)