| org.itsnat.impl.core.domutil.ElementGroupImpl org.itsnat.impl.core.domutil.ElementTableBaseImpl org.itsnat.impl.core.domutil.ElementTableFreeImpl
All known Subclasses: org.itsnat.impl.core.domutil.ElementTableFreeMasterImpl, org.itsnat.impl.core.domutil.ElementTableFreeSlaveImpl,
Method Summary | |
public boolean | add(Object o) | public void | add(int index, Object element) | public boolean | addAll(int index, Collection c) | public boolean | addAll(Collection c) | public void | addColumn(Element[] cells) | public void | addElement(Element elem) | public Element | addElement2(Element elem) | public void | addRow(Element rowElem) | public Element | addRow2(Element rowElem) | public void | clear() | public boolean | contains(Object o) | public boolean | containsAll(Collection c) | public Object | get(int index) | public ElementListFree | getCellElementListOfRow(int row) | public Element | getNextSiblingElement(int index, Element ref) | public Element | getPreviousSiblingElement(int index, Element ref) | public ElementListFreeImpl | getRows() | public ElementListFreeImpl | getRowsAsElementListFree() | public int | indexOf(Object o) | public Element | insertBeforeElement(int index, Element newNode, Element refNode) | public void | insertColumnAt(int column, Element[] cells) | public void | insertElementAt(int index, Element elem) | public Element | insertElementAt2(int index, Element elem) | public void | insertRowAt(int row, Element rowElem) | public Element | insertRowAt2(int row, Element rowElem) | public boolean | isMaster() | public Iterator | iterator() | public int | lastIndexOf(Object o) | public ListIterator | listIterator(int index) | public ListIterator | listIterator() | public void | moveColumn(int columnIndex, int newIndex) | public ElementListBaseImpl | newColumnsOfRowElementList(int row, Element rowElem) | public boolean | remove(Object o) | public Object | remove(int index) | public boolean | removeAll(Collection c) | public void | removeElement(int index, Element node) | public boolean | retainAll(Collection c) | public Object | set(int index, Object element) | public Element | setCellElementAt(int row, int column, Element elem) | public Element[] | setCellElementsOfColumn(int column, Element[] cells) | public Element[] | setCellElementsOfRow(int row, Element[] cells) | public Element | setElementAt(int index, Element elem) | public ElementPair | setElementAt2(int index, Element elem) | public Element[] | setElements(Element[] newElems) | public Element | setRowAt(int row, Element rowElem) | public ElementPair | setRowAt2(int row, Element rowElem) | public int | size() | public List | subList(int fromIndex, int toIndex) | public Object[] | toArray(Object[] a) | public Object[] | toArray() |
ElementTableFreeImpl | public ElementTableFreeImpl(ItsNatDocumentImpl itsNatDoc, boolean master, Element parentElement)(Code) | | Creates a new instance of ElementTableBaseImpl
|
clear | public void clear()(Code) | | |
insertColumnAt | public void insertColumnAt(int column, Element[] cells)(Code) | | |
insertElementAt | public void insertElementAt(int index, Element elem)(Code) | | |
insertRowAt | public void insertRowAt(int row, Element rowElem)(Code) | | |
isMaster | public boolean isMaster()(Code) | | |
moveColumn | public void moveColumn(int columnIndex, int newIndex)(Code) | | |
removeElement | public void removeElement(int index, Element node)(Code) | | |
subList | public List subList(int fromIndex, int toIndex)(Code) | | |
Methods inherited from org.itsnat.impl.core.domutil.ElementTableBaseImpl | public void addColumnListOfRow(Element rowElem)(Code)(Java Doc) public void createAndSyncColumnArrayList()(Code)(Java Doc) protected Element[] createCellElementArray(int size)(Code)(Java Doc) public Element getCellElementAt(int row, int column)(Code)(Java Doc) public Element[] getCellElementsOfColumn(int column)(Code)(Java Doc) public Element[] getCellElementsOfRow(int row)(Code)(Java Doc) public ArrayList getColumnListOfRowArrayList()(Code)(Java Doc) abstract public ElementListBaseImpl getColumnsOfRowElementList(int row, Element rowElem)(Code)(Java Doc) public Element getElementAt(int index)(Code)(Java Doc) public Element getElementFromNode(Node node)(Code)(Java Doc) public Element[] getElementRows()(Code)(Java Doc) public Element[] getElements()(Code)(Java Doc) public Element getFirstElement()(Code)(Java Doc) public Element getFirstRowElement()(Code)(Java Doc) public Element getLastElement()(Code)(Java Doc) public Element getLastRowElement()(Code)(Java Doc) public int getLength()(Code)(Java Doc) public ListElementInfo getListElementInfoAt(int index)(Code)(Java Doc) public ListElementInfo getListElementInfoFromNode(Node node)(Code)(Java Doc) public Element getParentElement()(Code)(Java Doc) public int getRowCount()(Code)(Java Doc) public Element getRowElementAt(int row)(Code)(Java Doc) public Element getRowElementFromNode(Node node)(Code)(Java Doc) public ListElementInfo getRowListElementInfoAt(int index)(Code)(Java Doc) public ListElementInfo getRowListElementInfoFromNode(Node node)(Code)(Java Doc) public ElementListBaseImpl getRowsAsElementListBase()(Code)(Java Doc) abstract public ElementListFreeImpl getRowsAsElementListFree()(Code)(Java Doc) abstract public TableCellElementInfoImpl getTableCellElementInfo(ListElementInfo rowInfo, ListElementInfo cellInfo)(Code)(Java Doc) public TableCellElementInfo getTableCellElementInfoAt(int row, int column)(Code)(Java Doc) public TableCellElementInfo getTableCellElementInfoFromNode(Node node)(Code)(Java Doc) public int indexOfElement(Element elem)(Code)(Java Doc) public int indexOfRowElement(Element elem)(Code)(Java Doc) public void insertColumnListOfRow(int row, Element rowElem)(Code)(Java Doc) public boolean isEmpty()(Code)(Java Doc) public Node item(int index)(Code)(Java Doc) public int lastIndexOfElement(Element elem)(Code)(Java Doc) public int lastIndexOfRowElement(Element elem)(Code)(Java Doc) public void moveElement(int start, int end, int to)(Code)(Java Doc) public void moveRow(int start, int end, int to)(Code)(Java Doc) abstract public ElementListBaseImpl newColumnsOfRowElementList(int row, Element rowElem)(Code)(Java Doc) public void removeAllColumnListOfRow()(Code)(Java Doc) public void removeAllColumns()(Code)(Java Doc) public void removeAllElements()(Code)(Java Doc) public void removeAllRows()(Code)(Java Doc) public void removeColumnAt(int column)(Code)(Java Doc) public void removeColumnListOfRow(int row)(Code)(Java Doc) public void removeColumnListOfRowRange(int fromIndex, int toIndex)(Code)(Java Doc) public Element removeElementAt(int index)(Code)(Java Doc) public void removeElementRange(int fromIndex, int toIndex)(Code)(Java Doc) public Element removeRowAt(int row)(Code)(Java Doc) public void removeRowRange(int fromIndex, int toIndex)(Code)(Java Doc)
|
|
|