Interface: IListViewControlPane experimental
Beta
Properties
id
readonlyid:string
Beta
Remarks
Unique identifier
isFilterActive
readonlyisFilterActive:boolean
Beta
Remarks
Active state of the filter
visible
readonlyvisible:boolean
Beta
Remarks
Visible state of the pane
Methods
getActionState()
getActionState(
id):ListViewControlActionState|undefined
Beta
Parameters
id
string
Identifier for the action
Returns
ListViewControlActionState | undefined
Remarks
Returns the state of an existing action
setActionEnabledState()
setActionEnabledState(
id,enabled):void
Beta
Parameters
id
string
Identifier for the action
enabled
boolean
New action enabled state
Returns
void
Remarks
Updates enabled state of the existing action
setActionStates()
setActionStates(
newActions):void
Beta
Parameters
newActions
New actions
Returns
void
Remarks
Updates existing actions
setVisible()
setVisible(
visible):void
Beta
Parameters
visible
boolean
New visibility state
Returns
void
Remarks
Updates visible state of the pane
updateActionState()
updateActionState(
id,newState):void
Beta
Parameters
id
string
Identifier for the action
newState
New action state
Returns
void
Remarks
Updates action item state for the view control
