Method Summary |
|
public void | addColumnListOfRow(Element rowElem) |
public void | createAndSyncColumnArrayList() |
protected Element[] | createCellElementArray(int size) |
public Element | getCellElementAt(int row, int column) |
public Element[] | getCellElementsOfColumn(int column) |
public Element[] | getCellElementsOfRow(int row) |
public ArrayList | getColumnListOfRowArrayList() |
abstract public ElementListBaseImpl | getColumnsOfRowElementList(int row, Element rowElem) |
public Element | getElementAt(int index) |
public Element | getElementFromNode(Node node) |
public Element[] | getElementRows() |
public Element[] | getElements() |
public Element | getFirstElement() |
public Element | getFirstRowElement() |
public Element | getLastElement() |
public Element | getLastRowElement() |
public int | getLength() |
public ListElementInfo | getListElementInfoAt(int index) |
public ListElementInfo | getListElementInfoFromNode(Node node) |
public Element | getParentElement() |
public int | getRowCount() |
public Element | getRowElementAt(int row) |
public Element | getRowElementFromNode(Node node) |
public ListElementInfo | getRowListElementInfoAt(int index) |
public ListElementInfo | getRowListElementInfoFromNode(Node node) |
public ElementListBaseImpl | getRowsAsElementListBase() |
abstract public ElementListFreeImpl | getRowsAsElementListFree() |
abstract public TableCellElementInfoImpl | getTableCellElementInfo(ListElementInfo rowInfo, ListElementInfo cellInfo) |
public TableCellElementInfo | getTableCellElementInfoAt(int row, int column) |
public TableCellElementInfo | getTableCellElementInfoFromNode(Node node) |
public int | indexOfElement(Element elem) |
public int | indexOfRowElement(Element elem) |
public void | insertColumnListOfRow(int row, Element rowElem) |
public boolean | isEmpty() |
public Node | item(int index) |
public int | lastIndexOfElement(Element elem) |
public int | lastIndexOfRowElement(Element elem) |
public void | moveElement(int start, int end, int to) |
public void | moveRow(int start, int end, int to) |
abstract public ElementListBaseImpl | newColumnsOfRowElementList(int row, Element rowElem) |
public void | removeAllColumnListOfRow() |
public void | removeAllColumns() |
public void | removeAllElements() |
public void | removeAllRows() |
public void | removeColumnAt(int column) |
public void | removeColumnListOfRow(int row) |
public void | removeColumnListOfRowRange(int fromIndex, int toIndex) |
public Element | removeElementAt(int index) |
public void | removeElementRange(int fromIndex, int toIndex) |
public Element | removeRowAt(int row) |
public void | removeRowRange(int fromIndex, int toIndex) |