Package | feathers.layout |
Interface | public interface IGroupedLayout extends ILayout, IFeathersEventDispatcher |
Implementors | VerticalLayout |
Product Version : | Feathers 2.3.0 |
See also
Property | Defined By | ||
---|---|---|---|
headerIndices : Vector.<int>
Used internally by a component with grouped data to indicate which
indices are headers for a group. | IGroupedLayout | ||
requiresLayoutOnScroll : Boolean [read-only]
Determines if the container calls layout() when the
scroll position changes. | ILayout |
headerIndices | property |
headerIndices:Vector.<int>
Used internally by a component with grouped data to indicate which indices are headers for a group.
public function get headerIndices():Vector.<int>
public function set headerIndices(value:Vector.<int>):void