| Package | com.yworks.graph.model |
| Interface | public interface IStripeSelection extends ISelectionModel, flash.events.IEventDispatcher, Iterable |
| Implementors | StripeSelection |
ITable instance.
This interface provides access to the ISelectionModel
instances that manage the selection of rows and columns.
The generic methods that use IModelItem parameters
delegate to the corresponding domain-specific selection models.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | count : uint [read-only]
Returns the number of selected items. | ISelectionModel | |
| crossTableSelectionAllowed : Boolean
Whether to allow the selection to span multiple table instances. | IStripeSelection | ||
| mixedSelectionAllowed : Boolean
Whether to allow mixed row/column selections. | IStripeSelection | ||
| selectedColumns : ISelectionModel [read-only]
An ISelectionModel of the selected columns. | IStripeSelection | ||
![]() | selectedObjects : Iterable [read-only]
Gets an iterable that enumerates all currently selected items. | ISelectionModel | |
| selectedRows : ISelectionModel [read-only]
An ISelectionModel of the selected rows. | IStripeSelection | ||
| selectedStripes : ICollectionModel [read-only]
An ICollectionModel of all selected items. | IStripeSelection | ||
| crossTableSelectionAllowed | property |
crossTableSelectionAllowed:BooleanWhether to allow the selection to span multiple table instances.
public function get crossTableSelectionAllowed():Boolean public function set crossTableSelectionAllowed(value:Boolean):void| mixedSelectionAllowed | property |
mixedSelectionAllowed:BooleanWhether to allow mixed row/column selections.
public function get mixedSelectionAllowed():Boolean public function set mixedSelectionAllowed(value:Boolean):void| selectedColumns | property |
selectedColumns:ISelectionModel [read-only]
An ISelectionModel of the selected columns.
This is the column part of the selection that this instance is a composite of.
public function get selectedColumns():ISelectionModel| selectedRows | property |
selectedRows:ISelectionModel [read-only]
An ISelectionModel of the selected rows.
This is the row part of the selection that this instance is a composite of.
public function get selectedRows():ISelectionModel| selectedStripes | property |
selectedStripes:ICollectionModel [read-only]
An ICollectionModel of all selected items.
public function get selectedStripes():ICollectionModel