public class HtmlDataTable extends UIData
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
bindings
SEPARATOR_CHAR
Constructor and Description |
---|
HtmlDataTable()
Construct an instance of the HtmlDataTable.
|
Modifier and Type | Method and Description |
---|---|
String |
getBgcolor()
Gets The background color of this element.
|
int |
getBorder()
Gets Specifies the width of the border of this element, in pixels.
|
String |
getCaptionClass()
Gets A comma separated list of CSS class names to apply to all captions.
|
String |
getCaptionStyle()
Gets The CSS class to be applied to the Caption.
|
String |
getCellpadding()
Gets Specifies the amount of empty space between the cell border and
its contents.
|
String |
getCellspacing()
Gets Specifies the amount of space between the cells of the table.
|
String |
getColumnClasses()
Gets A comma separated list of CSS class names to apply to td elements in
each column.
|
String |
getDir()
Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
|
String |
getFamily() |
String |
getFooterClass()
Gets The CSS class to be applied to footer cells.
|
String |
getFrame()
Gets Controls what part of the frame that surrounds a table is
visible.
|
String |
getHeaderClass()
Gets The CSS class to be applied to header cells.
|
String |
getLang()
Gets The base language of this document.
|
String |
getOnclick()
Gets Script to be invoked when the element is clicked.
|
String |
getOndblclick()
Gets Script to be invoked when the element is double-clicked.
|
String |
getOnkeydown()
Gets Script to be invoked when a key is pressed down over this element.
|
String |
getOnkeypress()
Gets Script to be invoked when a key is pressed over this element.
|
String |
getOnkeyup()
Gets Script to be invoked when a key is released over this element.
|
String |
getOnmousedown()
Gets Script to be invoked when the pointing device is pressed over this element.
|
String |
getOnmousemove()
Gets Script to be invoked when the pointing device is moved while it is in this element.
|
String |
getOnmouseout()
Gets Script to be invoked when the pointing device is moves out of this element.
|
String |
getOnmouseover()
Gets Script to be invoked when the pointing device is moved into this element.
|
String |
getOnmouseup()
Gets Script to be invoked when the pointing device is released over this element.
|
String |
getRowClasses()
Gets A comma separated list of CSS class names to apply to td elements in
each row.
|
String |
getRules()
Gets Controls how rules are rendered between cells.
|
String |
getStyle()
Gets CSS styling instructions.
|
String |
getStyleClass()
Gets The CSS class for this element.
|
String |
getSummary()
Gets Provides a summary of the contents of the table, for
accessibility purposes.
|
String |
getTitle()
Gets An advisory title for this element.
|
String |
getWidth()
Gets Specifies the desired width of the table, as a pixel length or
a percentage of available space.
|
void |
restoreState(FacesContext facesContext,
Object state)
Invoked in the "restore view" phase, this initialises this
object's members from the values saved previously into the
provided state object.
|
Object |
saveState(FacesContext facesContext)
Invoked after the render phase has completed, this method
returns an object which can be passed to the restoreState
of some other instance of UIComponentBase to reset that
object's state to the same values as this object currently
has.
|
void |
setBgcolor(String bgcolor)
Sets The background color of this element.
|
void |
setBorder(int border)
Sets Specifies the width of the border of this element, in pixels.
|
void |
setCaptionClass(String captionClass)
Sets A comma separated list of CSS class names to apply to all captions.
|
void |
setCaptionStyle(String captionStyle)
Sets The CSS class to be applied to the Caption.
|
void |
setCellpadding(String cellpadding)
Sets Specifies the amount of empty space between the cell border and
its contents.
|
void |
setCellspacing(String cellspacing)
Sets Specifies the amount of space between the cells of the table.
|
void |
setColumnClasses(String columnClasses)
Sets A comma separated list of CSS class names to apply to td elements in
each column.
|
void |
setDir(String dir)
Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
|
void |
setFooterClass(String footerClass)
Sets The CSS class to be applied to footer cells.
|
void |
setFrame(String frame)
Sets Controls what part of the frame that surrounds a table is
visible.
|
void |
setHeaderClass(String headerClass)
Sets The CSS class to be applied to header cells.
|
void |
setLang(String lang)
Sets The base language of this document.
|
void |
setOnclick(String onclick)
Sets Script to be invoked when the element is clicked.
|
void |
setOndblclick(String ondblclick)
Sets Script to be invoked when the element is double-clicked.
|
void |
setOnkeydown(String onkeydown)
Sets Script to be invoked when a key is pressed down over this element.
|
void |
setOnkeypress(String onkeypress)
Sets Script to be invoked when a key is pressed over this element.
|
void |
setOnkeyup(String onkeyup)
Sets Script to be invoked when a key is released over this element.
|
void |
setOnmousedown(String onmousedown)
Sets Script to be invoked when the pointing device is pressed over this element.
|
void |
setOnmousemove(String onmousemove)
Sets Script to be invoked when the pointing device is moved while it is in this element.
|
void |
setOnmouseout(String onmouseout)
Sets Script to be invoked when the pointing device is moves out of this element.
|
void |
setOnmouseover(String onmouseover)
Sets Script to be invoked when the pointing device is moved into this element.
|
void |
setOnmouseup(String onmouseup)
Sets Script to be invoked when the pointing device is released over this element.
|
void |
setRowClasses(String rowClasses)
Sets A comma separated list of CSS class names to apply to td elements in
each row.
|
void |
setRules(String rules)
Sets Controls how rules are rendered between cells.
|
void |
setStyle(String style)
Sets CSS styling instructions.
|
void |
setStyleClass(String styleClass)
Sets The CSS class for this element.
|
void |
setSummary(String summary)
Sets Provides a summary of the contents of the table, for
accessibility purposes.
|
void |
setTitle(String title)
Sets An advisory title for this element.
|
void |
setWidth(String width)
Sets Specifies the desired width of the table, as a pixel length or
a percentage of available space.
|
broadcast, encodeBegin, encodeEnd, getClientId, getDataModel, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, processDecodes, processUpdates, processValidators, queueEvent, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setValue, setValueExpression, setVar
addFacesListener, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getContainerClientId, getValueExpression
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public String getColumnClasses()
public void setColumnClasses(String columnClasses)
columnClasses
- the new columnClasses valuepublic String getFooterClass()
public void setFooterClass(String footerClass)
footerClass
- the new footerClass valuepublic String getHeaderClass()
public void setHeaderClass(String headerClass)
headerClass
- the new headerClass valuepublic String getRowClasses()
public void setRowClasses(String rowClasses)
rowClasses
- the new rowClasses valuepublic String getCaptionClass()
public void setCaptionClass(String captionClass)
captionClass
- the new captionClass valuepublic String getCaptionStyle()
public void setCaptionStyle(String captionStyle)
captionStyle
- the new captionStyle valuepublic String getStyle()
public void setStyle(String style)
style
- the new style valuepublic String getStyleClass()
public void setStyleClass(String styleClass)
styleClass
- the new styleClass valuepublic String getDir()
public void setDir(String dir)
dir
- the new dir valuepublic String getLang()
public void setLang(String lang)
lang
- the new lang valuepublic String getTitle()
public void setTitle(String title)
title
- the new title valuepublic String getOnclick()
public void setOnclick(String onclick)
onclick
- the new onclick valuepublic String getOndblclick()
public void setOndblclick(String ondblclick)
ondblclick
- the new ondblclick valuepublic String getOnmousedown()
public void setOnmousedown(String onmousedown)
onmousedown
- the new onmousedown valuepublic String getOnmouseup()
public void setOnmouseup(String onmouseup)
onmouseup
- the new onmouseup valuepublic String getOnmouseover()
public void setOnmouseover(String onmouseover)
onmouseover
- the new onmouseover valuepublic String getOnmousemove()
public void setOnmousemove(String onmousemove)
onmousemove
- the new onmousemove valuepublic String getOnmouseout()
public void setOnmouseout(String onmouseout)
onmouseout
- the new onmouseout valuepublic String getOnkeypress()
public void setOnkeypress(String onkeypress)
onkeypress
- the new onkeypress valuepublic String getOnkeydown()
public void setOnkeydown(String onkeydown)
onkeydown
- the new onkeydown valuepublic String getOnkeyup()
public void setOnkeyup(String onkeyup)
onkeyup
- the new onkeyup valuepublic int getBorder()
public void setBorder(int border)
border
- the new border valuepublic String getBgcolor()
public void setBgcolor(String bgcolor)
bgcolor
- the new bgcolor valuepublic String getCellpadding()
public void setCellpadding(String cellpadding)
cellpadding
- the new cellpadding valuepublic String getCellspacing()
public void setCellspacing(String cellspacing)
cellspacing
- the new cellspacing valuepublic String getFrame()
public void setFrame(String frame)
frame
- the new frame valuepublic String getRules()
public void setRules(String rules)
rules
- the new rules valuepublic String getSummary()
public void setSummary(String summary)
summary
- the new summary valuepublic String getWidth()
public void setWidth(String width)
width
- the new width valuepublic Object saveState(FacesContext facesContext)
UIComponentBase
saveState
in interface StateHolder
saveState
in class UIData
public void restoreState(FacesContext facesContext, Object state)
UIComponentBase
restoreState
in interface StateHolder
restoreState
in class UIData
state
- is an object previously returned by
the saveState method of this class.Copyright © 2013 Apache Software Foundation. All Rights Reserved.