|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object extended by org.jopendocument.dom.ODNode extended by org.jopendocument.dom.spreadsheet.TableGroup
public class TableGroup
A group of columns/rows that can be hidden.
| Method Summary | |
|---|---|
boolean |
contains(int i)
|
List<TableGroup> |
getChildren()
|
int |
getFirst()
The index of the first row/column in this group. |
int |
getHeaderCount()
|
TableGroup |
getParent()
The parent of this group. |
int |
getSize()
|
Table<?> |
getTable()
|
boolean |
isDisplayed()
|
| Methods inherited from class org.jopendocument.dom.ODNode |
|---|
getElement, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public final Table<?> getTable()
public final TableGroup getParent()
null if this is the root group.public final List<TableGroup> getChildren()
public final boolean isDisplayed()
public final int getFirst()
public final int getHeaderCount()
public final int getSize()
public final boolean contains(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||