|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TableGroupNodeRealizer.RowContainer
A container for rows
.
Method Summary | |
---|---|
TableGroupNodeRealizer.Row |
addRow()
Adds a new last row in the container. |
TableGroupNodeRealizer.Row |
addRow(int position)
Adds a new row at the specified position in the container. |
TableGroupNodeRealizer.Row |
getRow(int index)
Returns the row at the specified position in the container. |
java.util.List |
getRows()
Returns a read-only List view of the container's rows. |
int |
rowCount()
Returns the number of rows in this container. |
Method Detail |
---|
TableGroupNodeRealizer.Row addRow()
TableGroupNodeRealizer.Row addRow(int position)
position
- the position of the new row.
TableGroupNodeRealizer.Row getRow(int index)
index
- the index of the row to return.
java.lang.IndexOutOfBoundsException
- if the index is out of range
(index < 0 || index >= rowCount()
)int rowCount()
java.util.List getRows()
List
view of the container's rows.
List
view of the container's rows.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |