UINestedListDataBinding
Inherits from UIDataBinding
Summary
Constructors
UINestedListDataBinding() |
UINestedListDataBinding(guid: Guid) |
UINestedListDataBinding(other: UIDataBinding) |
UINestedListDataBinding(other: DataContainer) |
Properties
Name | Type |
---|---|
listIndex | int |
nestedLists | NestedList[] |
rowSpacing | int |
defaultHighlightedRow | DefaultSelectionItem |
navigationType | UIListNavigationType |
rowType | UIListRowType |
emptyRowType | UIListEmptyRowType |
selectorWidth | int |
visibility | UIDataSourceInfo |
sendIndexWithEvent | bool |
useScrollBar | bool |
dataIncludesButtonLayout | bool |
clearListAtNavigationEvent | bool |
use3DSelection | bool |
invertVisible | bool |
visible | bool |
screenRotationEnabled | bool |
highLightOnUpdate | bool |
keepScrollOffset | bool |
Static members
Name | Type |
---|---|
UINestedListDataBinding.typeInfo | TypeInformation |
Constructors
UINestedListDataBinding
UINestedListDataBinding()
Creates a new UINestedListDataBinding frostbite instance.
UINestedListDataBinding
UINestedListDataBinding(guid: Guid)
Creates a new UINestedListDataBinding frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UINestedListDataBinding
UINestedListDataBinding(other: UIDataBinding)
Casts an instance of type UIDataBinding to UINestedListDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIDataBinding | The instance to cast to UINestedListDataBinding. |
UINestedListDataBinding
UINestedListDataBinding(other: DataContainer)
Casts an instance of type DataContainer to UINestedListDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UINestedListDataBinding. |
Properties
listIndex
int
nestedLists
rowSpacing
int
defaultHighlightedRow
navigationType
rowType
emptyRowType
selectorWidth
int
visibility
sendIndexWithEvent
bool
useScrollBar
bool
dataIncludesButtonLayout
bool
clearListAtNavigationEvent
bool
use3DSelection
bool
invertVisible
bool
visible
bool
screenRotationEnabled
bool
highLightOnUpdate
bool
keepScrollOffset
bool
Static members
typeInfo
The type information for the UINestedListDataBinding type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)