Method Summary |
|
public String | getBgcolor() Gets The background color of this element. |
public int | getBorder() Gets Specifies the width of the border of this element, in pixels. |
public String | getCaptionClass() Gets A comma separated list of CSS class names to apply to all captions. |
public String | getCaptionStyle() Gets The CSS class to be applied to the Caption. |
public String | getCellpadding() Gets Specifies the amount of empty space between the cell border and
its contents. |
public String | getCellspacing() Gets Specifies the amount of space between the cells of the table. |
public String | getColumnClasses() Gets A comma separated list of CSS class names to apply to td elements in
each column. |
public String | getDir() Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public String | getFamily() |
public String | getFooterClass() Gets The CSS class to be applied to footer cells. |
public String | getFrame() Gets Controls what part of the frame that surrounds a table is
visible. |
public String | getHeaderClass() Gets The CSS class to be applied to header cells. |
public String | getLang() Gets The base language of this document. |
public String | getOnclick() Gets Script to be invoked when the element is clicked. |
public String | getOndblclick() Gets Script to be invoked when the element is double-clicked. |
public String | getOnkeydown() Gets Script to be invoked when a key is pressed down over this element. |
public String | getOnkeypress() Gets Script to be invoked when a key is pressed over this element. |
public String | getOnkeyup() Gets Script to be invoked when a key is released over this element. |
public String | getOnmousedown() Gets Script to be invoked when the pointing device is pressed over this element. |
public String | getOnmousemove() Gets Script to be invoked when the pointing device is moved while it is in this element. |
public String | getOnmouseout() Gets Script to be invoked when the pointing device is moves out of this element. |
public String | getOnmouseover() Gets Script to be invoked when the pointing device is moved into this element. |
public String | getOnmouseup() Gets Script to be invoked when the pointing device is released over this element. |
public String | getRowClasses() Gets A comma separated list of CSS class names to apply to td elements in
each row. |
public String | getRules() Gets Controls how rules are rendered between cells. |
public String | getStyle() Gets CSS styling instructions. |
public String | getStyleClass() Gets The CSS class for this element. |
public String | getSummary() Gets Provides a summary of the contents of the table, for
accessibility purposes. |
public String | getTitle() Gets An advisory title for this element. |
public String | getWidth() Gets Specifies the desired width of the table, as a pixel length or
a percentage of available space. |
public void | restoreState(FacesContext facesContext, Object state) |
public Object | saveState(FacesContext facesContext) |
public void | setBgcolor(String bgcolor) Sets The background color of this element. |
public void | setBorder(int border) Sets Specifies the width of the border of this element, in pixels. |
public void | setCaptionClass(String captionClass) Sets A comma separated list of CSS class names to apply to all captions. |
public void | setCaptionStyle(String captionStyle) Sets The CSS class to be applied to the Caption. |
public void | setCellpadding(String cellpadding) Sets Specifies the amount of empty space between the cell border and
its contents. |
public void | setCellspacing(String cellspacing) Sets Specifies the amount of space between the cells of the table. |
public void | setColumnClasses(String columnClasses) Sets A comma separated list of CSS class names to apply to td elements in
each column. |
public void | setDir(String dir) Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public void | setFooterClass(String footerClass) Sets The CSS class to be applied to footer cells. |
public void | setFrame(String frame) Sets Controls what part of the frame that surrounds a table is
visible. |
public void | setHeaderClass(String headerClass) Sets The CSS class to be applied to header cells. |
public void | setLang(String lang) Sets The base language of this document. |
public void | setOnclick(String onclick) Sets Script to be invoked when the element is clicked. |
public void | setOndblclick(String ondblclick) Sets Script to be invoked when the element is double-clicked. |
public void | setOnkeydown(String onkeydown) Sets Script to be invoked when a key is pressed down over this element. |
public void | setOnkeypress(String onkeypress) Sets Script to be invoked when a key is pressed over this element. |
public void | setOnkeyup(String onkeyup) Sets Script to be invoked when a key is released over this element. |
public void | setOnmousedown(String onmousedown) Sets Script to be invoked when the pointing device is pressed over this element. |
public void | setOnmousemove(String onmousemove) Sets Script to be invoked when the pointing device is moved while it is in this element. |
public void | setOnmouseout(String onmouseout) Sets Script to be invoked when the pointing device is moves out of this element. |
public void | setOnmouseover(String onmouseover) Sets Script to be invoked when the pointing device is moved into this element. |
public void | setOnmouseup(String onmouseup) Sets Script to be invoked when the pointing device is released over this element. |
public void | setRowClasses(String rowClasses) Sets A comma separated list of CSS class names to apply to td elements in
each row. |
public void | setRules(String rules) Sets Controls how rules are rendered between cells. |
public void | setStyle(String style) Sets CSS styling instructions. |
public void | setStyleClass(String styleClass) Sets The CSS class for this element. |
public void | setSummary(String summary) Sets Provides a summary of the contents of the table, for
accessibility purposes. |
public void | setTitle(String title) Sets An advisory title for this element. |
public void | setWidth(String width) Sets Specifies the desired width of the table, as a pixel length or
a percentage of available space. |