Method | Defined By | ||
---|---|---|---|
initSelectableAttributes(input:Array):void
This will initialize the selectable attributes using a list of columns and/or column references. | IInitSelectableAttributes |
initSelectableAttributes | () | method |
public function initSelectableAttributes(input:Array):void
This will initialize the selectable attributes using a list of columns and/or column references. Tools can override this function for different behavior.
Parameters
input:Array — An Array of IAttributeColumn and/or IColumnReference objects
|