View source
interface IOptionalHierarchyItemRenderer
package feathers.controls.dataRenderers
extends IUIControl
extended by HierarchicalItemRenderer
An item renderer for hierarchical data containers that may optionally hide
any indicators that it is rendered in a hierarchy. Used by TreeGridView
to differentiate between the first column and other columns.
Available since
1.0.0
.See also:
Variables
showHierarchy:Bool
Indicates if this item renderer should show indicators of its hierarchy, such as a disclosure button and indentation.
Available since
1.0.0
.