public class ColumnGroupModel.TreeIterator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected org.icefaces.ace.model.table.ColumnGroupModel.Cell |
cell() |
ColumnGroup |
columnGroup() |
java.util.List<Column> |
columns() |
boolean |
empty() |
boolean |
firstChild(boolean moveToIt) |
ColumnGroupModel |
getColumnGroupModel() |
int |
getUnsortedIndex() |
boolean |
nextPeer(boolean sameParent,
boolean moveToIt) |
boolean |
nextRendered(boolean moveToIt) |
boolean |
nextRow(boolean firstStartingColumn,
boolean moveToIt) |
boolean |
parent(boolean moveToIt) |
Row |
row() |
int |
rowIndex() |
public ColumnGroupModel getColumnGroupModel()
public boolean empty()
public ColumnGroup columnGroup()
public Row row()
public java.util.List<Column> columns()
protected org.icefaces.ace.model.table.ColumnGroupModel.Cell cell()
public boolean nextPeer(boolean sameParent,
boolean moveToIt)
public boolean nextRow(boolean firstStartingColumn,
boolean moveToIt)
public boolean nextRendered(boolean moveToIt)
public boolean firstChild(boolean moveToIt)
public boolean parent(boolean moveToIt)
public int getUnsortedIndex()
public int rowIndex()
Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.