UIListDataBinding

Inherits from UIDataBinding

Summary

Constructors

UIListDataBinding()
UIListDataBinding(guid: Guid)
UIListDataBinding(other: UIDataBinding)
UIListDataBinding(other: DataContainer)

Properties

Name Type
listIndex int
listQuery UIDataSourceInfo
staticItems StaticListItem[]
emptyRowType UIListEmptyRowType
defaultHighlightedRow DefaultSelectionItem
rowType UIListRowType
navigationType UIListNavigationType
navigationTypeSource UIDataSourceInfo
rowSpacing int
unFocusMode UIListUnFocusMode
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

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

UIDataSourceInfo

staticItems

StaticListItem[]

emptyRowType

UIListEmptyRowType

defaultHighlightedRow

DefaultSelectionItem

rowType

UIListRowType

UIListNavigationType

UIDataSourceInfo

rowSpacing

int

unFocusMode

UIListUnFocusMode

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

TypeInformation

The type information for the UIListDataBinding type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)