Breadcrumbs
| Events | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| On Load: |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| On Click: |
Extends:
Methods:
Inherited
addClass(name, [replaced])
Add/replace CSS class(es) for this control
Example
appendItem(elt, data)
appends a new item in the last index of the breadcrumbs control
Inherited
getData()
Returns:
{Object}
Retrieve bound data associated this view/control. Only works for views/controls with bound data.
Example
getItemAt()
Returns:
{any}
Get item at the index from the breadcrumbs control
Example
getItemCount()
Returns:
{integer}
Get number of items in the breadcrumb trail
getLabel()
Returns:
{string}
Get label associated with breadcrumbs control
getType()
Returns:
{string}
returns the descriptive identifier for this control
Inherited
hide(collapseFlag)
Hide this view/control
Example
Inherited
isBound()
Returns:
{boolean}
Indicates bound status of control.
Inherited
isEnabled()
Returns:
{boolean}
Checks if the view is enabled or not
Example
isLabelVisible()
Returns:
{boolean}
Get label visibility for breadcrumbs control
Inherited
isVisible()
Returns:
{boolean}
Checks whether or not view is visible
Example
Inherited
propagateUpValueChange(event)
Returns:
{boolean}
Propagates value change of control up through parent views
Example
Inherited
recalculate()
Only for formula-enabled views!
Explicitly triggers the re-evaluation of the formula for this view (if a formula has been specified). If the view is not formula-enabled, recalculate() does nothing.Example
removeItem(index)
removes an item at the index of the breadcrumbs control
removeLastItem()
removes the last item in the breadcrumbs controls
Inherited
setEnabled(enabled, required)
Enable/disable this view/control
Example
setItemAt(level, text, data)
Set the name and value of an item in the breadcrumbs control
Example
setLabel(label)
Set label for breadcrumbs control
setLabelVisible(flag)
Set label visibility for breadcrumbs control
Inherited
setViewData(data, createPseudoBinding)
Set/update bound data associated this view/control. Only works for views/controls with bound data.
Note: Should only be used with simple type bindings, or complex type bindings with simple type properties. Should not be used with bindings that have properties that are lists or compext types. For complex types, set bindings using the binding.set pattern detailed in the Knowlege Center section Binding Data and Configuration Options
Example
Inherited
setVisible(visible, collapse)
Show/hide this view/control
Examples
Inherited
show()
Show this view/control
Example
Inherited
triggerFormulaUpdates([phase])
Broadcasts the expression trigger for the specified view
Example
trim(index)
removes the item and all following items
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||