| Package | com.yworks.yfiles.layout.grid |
| Class | public class PartitionCellId |
| Inheritance | PartitionCellId YObject Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| cells : Collection [read-only]
Returns a collection of elements of type Pair. | PartitionCellId | ||
| column : ColumnDescriptor [read-only]
Returns the first column associated with this partition cell id. | PartitionCellId | ||
| isSpanning : Boolean [read-only]
Returns true if the partition cell id represents a multi-cell, i.e., whether or not it was created with method com.yworks.yfiles.layout.grid.PartitionGrid.createCellSpanId(), com.yworks.yfiles.layout.grid.PartitionGrid.createCellSpanId3(), com.yworks.yfiles.layout.grid.PartitionGrid.createCellSpanId2(), com.yworks.yfiles.layout.grid.PartitionGrid.createColumnSpanId() or com.yworks.yfiles.layout.grid.PartitionGrid.createRowSpanId(). | PartitionCellId | ||
| row : RowDescriptor [read-only]
Returns the first row associated with this partition cell id. | PartitionCellId | ||
| Method | Defined By | ||
|---|---|---|---|
PartitionCellId(init:Boolean = true) | PartitionCellId | ||
equals(o:Object):Boolean [override] | PartitionCellId | ||
getClass():Class [override] | PartitionCellId | ||
hashCode():int [override] | PartitionCellId | ||
| cells | property |
cells:Collection [read-only] Returns a collection of elements of type Pair. Each pair consists of a column and a row defining a single partition cell. Note: a partition cell id that covers more than one partition cell can only be assigned to group nodes.
public function get cells():Collection| column | property |
column:ColumnDescriptor [read-only] Returns the first column associated with this partition cell id.
public function get column():ColumnDescriptor| isSpanning | property |
isSpanning:Boolean [read-only] Returns true if the partition cell id represents a multi-cell, i.e., whether or not it was created with method com.yworks.yfiles.layout.grid.PartitionGrid.createCellSpanId(), com.yworks.yfiles.layout.grid.PartitionGrid.createCellSpanId3(), com.yworks.yfiles.layout.grid.PartitionGrid.createCellSpanId2(), com.yworks.yfiles.layout.grid.PartitionGrid.createColumnSpanId() or com.yworks.yfiles.layout.grid.PartitionGrid.createRowSpanId().
public function get isSpanning():BooleanSee also
| row | property |
row:RowDescriptor [read-only] Returns the first row associated with this partition cell id.
public function get row():RowDescriptor| PartitionCellId | () | Constructor |
public function PartitionCellId(init:Boolean = true)init:Boolean (default = true) |
| equals | () | method |
override public function equals(o:Object):BooleanParameters
o:Object |
Boolean |
| getClass | () | method |
override public function getClass():ClassReturnsClass |
| hashCode | () | method |
override public function hashCode():intReturnsint |