public class CellSet extends java.util.Vector<CellSet>
| Constructor and Description |
|---|
CellSet(Axis axis,
XBRLTableLayout layout)
Instantiates a new cell set.
|
| Modifier and Type | Method and Description |
|---|---|
Axis |
getAxis()
Gets the axis.
|
java.util.Collection<Cell> |
getCells()
Gets the cells.
|
boolean |
isLeaf()
Returns true if this CellSet contains no other CellSet.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSizepublic CellSet(Axis axis, XBRLTableLayout layout)
axis - the axislayout - the layout