Method Summary |
|
public Element | getContentElementAt(int index) Returns the "content" element, this element is used to render below
the associated value of the header column element. |
public Element | getElementAt(int index) Returns the header column element at the specified index.
Parameters: index - index of the header column to search. |
public ItsNatTableHeader | getItsNatTableHeader() Returns the associated component object. |
public ItsNatTableHeaderCellUI | getItsNatTableHeaderCellUIAt(int index) Returns an object info of the header column element at the specified position.
Parameters: index - index of the element to search for. |
public ItsNatTableHeaderCellUI | getItsNatTableHeaderCellUIFromNode(Node node) Returns an object info of the header column element containing the specified node (or the node
is itself an element of the list).
Parameters: node - the node to search for. |
public int | getLength() Returns the number of header columns. |
public Element | insertElementAt(int index, Object value) Inserts a new header column element at the specified position rendering
the specified column value.
Parameters: index - index of the new header column. Parameters: value - the column value to render as markup. |
public boolean | isEmpty() Informs whether the table header is empty (no columns). |
public boolean | isUsePatternMarkupToRender() Informs whether the original (saved as pattern) markup is used to render. |
public void | removeAllElements() Removes all header columns. |
public Element | removeElementAt(int index) Removes the specified header column.
Parameters: index - index of the header column to remove. |
public void | removeElementRange(int fromIndex, int toIndex) Removes the header column elements between the specified indexes. |
public void | setElementValueAt(int index, Object value, boolean isSelected, boolean hasFocus) Renders the specified value into the header column element with the given position.
Parameters: index - index of the element. |
public void | setLength(int len) Sets the number of header columns. |
public void | setUsePatternMarkupToRender(boolean value) Sets whether the original (saved as pattern) markup is used to render. |