|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIData
javax.faces.component.html.HtmlDataTable
public class HtmlDataTable
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
HtmlDataTable()
Construct an instance of the HtmlDataTable. |
Method Summary | |
---|---|
java.lang.String |
getBgcolor()
Gets The background color of this element. |
int |
getBorder()
Gets Specifies the width of the border of this element, in pixels. |
java.lang.String |
getCaptionClass()
Gets A comma separated list of CSS class names to apply to all captions. |
java.lang.String |
getCaptionStyle()
Gets The CSS class to be applied to the Caption. |
java.lang.String |
getCellpadding()
Gets Specifies the amount of empty space between the cell border and its contents. |
java.lang.String |
getCellspacing()
Gets Specifies the amount of space between the cells of the table. |
java.lang.String |
getColumnClasses()
Gets A comma separated list of CSS class names to apply to td elements in each column. |
java.lang.String |
getDir()
Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
java.lang.String |
getFamily()
|
java.lang.String |
getFooterClass()
Gets The CSS class to be applied to footer cells. |
java.lang.String |
getFrame()
Gets Controls what part of the frame that surrounds a table is visible. |
java.lang.String |
getHeaderClass()
Gets The CSS class to be applied to header cells. |
java.lang.String |
getLang()
Gets The base language of this document. |
java.lang.String |
getOnclick()
Gets Script to be invoked when the element is clicked. |
java.lang.String |
getOndblclick()
Gets Script to be invoked when the element is double-clicked. |
java.lang.String |
getOnkeydown()
Gets Script to be invoked when a key is pressed down over this element. |
java.lang.String |
getOnkeypress()
Gets Script to be invoked when a key is pressed over this element. |
java.lang.String |
getOnkeyup()
Gets Script to be invoked when a key is released over this element. |
java.lang.String |
getOnmousedown()
Gets Script to be invoked when the pointing device is pressed over this element. |
java.lang.String |
getOnmousemove()
Gets Script to be invoked when the pointing device is moved while it is in this element. |
java.lang.String |
getOnmouseout()
Gets Script to be invoked when the pointing device is moves out of this element. |
java.lang.String |
getOnmouseover()
Gets Script to be invoked when the pointing device is moved into this element. |
java.lang.String |
getOnmouseup()
Gets Script to be invoked when the pointing device is released over this element. |
java.lang.String |
getRowClasses()
Gets A comma separated list of CSS class names to apply to td elements in each row. |
java.lang.String |
getRules()
Gets Controls how rules are rendered between cells. |
java.lang.String |
getStyle()
Gets CSS styling instructions. |
java.lang.String |
getStyleClass()
Gets The CSS class for this element. |
java.lang.String |
getSummary()
Gets Provides a summary of the contents of the table, for accessibility purposes. |
java.lang.String |
getTitle()
Gets An advisory title for this element. |
java.lang.String |
getWidth()
Gets Specifies the desired width of the table, as a pixel length or a percentage of available space. |
void |
restoreState(FacesContext facesContext,
java.lang.Object state)
Invoked in the "restore view" phase, this initialises this object's members from the values saved previously into the provided state object. |
java.lang.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(java.lang.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(java.lang.String captionClass)
Sets A comma separated list of CSS class names to apply to all captions. |
void |
setCaptionStyle(java.lang.String captionStyle)
Sets The CSS class to be applied to the Caption. |
void |
setCellpadding(java.lang.String cellpadding)
Sets Specifies the amount of empty space between the cell border and its contents. |
void |
setCellspacing(java.lang.String cellspacing)
Sets Specifies the amount of space between the cells of the table. |
void |
setColumnClasses(java.lang.String columnClasses)
Sets A comma separated list of CSS class names to apply to td elements in each column. |
void |
setDir(java.lang.String dir)
Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
void |
setFooterClass(java.lang.String footerClass)
Sets The CSS class to be applied to footer cells. |
void |
setFrame(java.lang.String frame)
Sets Controls what part of the frame that surrounds a table is visible. |
void |
setHeaderClass(java.lang.String headerClass)
Sets The CSS class to be applied to header cells. |
void |
setLang(java.lang.String lang)
Sets The base language of this document. |
void |
setOnclick(java.lang.String onclick)
Sets Script to be invoked when the element is clicked. |
void |
setOndblclick(java.lang.String ondblclick)
Sets Script to be invoked when the element is double-clicked. |
void |
setOnkeydown(java.lang.String onkeydown)
Sets Script to be invoked when a key is pressed down over this element. |
void |
setOnkeypress(java.lang.String onkeypress)
Sets Script to be invoked when a key is pressed over this element. |
void |
setOnkeyup(java.lang.String onkeyup)
Sets Script to be invoked when a key is released over this element. |
void |
setOnmousedown(java.lang.String onmousedown)
Sets Script to be invoked when the pointing device is pressed over this element. |
void |
setOnmousemove(java.lang.String onmousemove)
Sets Script to be invoked when the pointing device is moved while it is in this element. |
void |
setOnmouseout(java.lang.String onmouseout)
Sets Script to be invoked when the pointing device is moves out of this element. |
void |
setOnmouseover(java.lang.String onmouseover)
Sets Script to be invoked when the pointing device is moved into this element. |
void |
setOnmouseup(java.lang.String onmouseup)
Sets Script to be invoked when the pointing device is released over this element. |
void |
setRowClasses(java.lang.String rowClasses)
Sets A comma separated list of CSS class names to apply to td elements in each row. |
void |
setRules(java.lang.String rules)
Sets Controls how rules are rendered between cells. |
void |
setStyle(java.lang.String style)
Sets CSS styling instructions. |
void |
setStyleClass(java.lang.String styleClass)
Sets The CSS class for this element. |
void |
setSummary(java.lang.String summary)
Sets Provides a summary of the contents of the table, for accessibility purposes. |
void |
setTitle(java.lang.String title)
Sets An advisory title for this element. |
void |
setWidth(java.lang.String width)
Sets Specifies the desired width of the table, as a pixel length or a percentage of available space. |
Methods inherited from class javax.faces.component.UIData |
---|
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 |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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 |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public HtmlDataTable()
Method Detail |
---|
public java.lang.String getColumnClasses()
public void setColumnClasses(java.lang.String columnClasses)
columnClasses
- the new columnClasses valuepublic java.lang.String getFooterClass()
public void setFooterClass(java.lang.String footerClass)
footerClass
- the new footerClass valuepublic java.lang.String getHeaderClass()
public void setHeaderClass(java.lang.String headerClass)
headerClass
- the new headerClass valuepublic java.lang.String getRowClasses()
public void setRowClasses(java.lang.String rowClasses)
rowClasses
- the new rowClasses valuepublic java.lang.String getCaptionClass()
public void setCaptionClass(java.lang.String captionClass)
captionClass
- the new captionClass valuepublic java.lang.String getCaptionStyle()
public void setCaptionStyle(java.lang.String captionStyle)
captionStyle
- the new captionStyle valuepublic java.lang.String getStyle()
public void setStyle(java.lang.String style)
style
- the new style valuepublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass
- the new styleClass valuepublic java.lang.String getDir()
public void setDir(java.lang.String dir)
dir
- the new dir valuepublic java.lang.String getLang()
public void setLang(java.lang.String lang)
lang
- the new lang valuepublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the new title valuepublic java.lang.String getOnclick()
public void setOnclick(java.lang.String onclick)
onclick
- the new onclick valuepublic java.lang.String getOndblclick()
public void setOndblclick(java.lang.String ondblclick)
ondblclick
- the new ondblclick valuepublic java.lang.String getOnmousedown()
public void setOnmousedown(java.lang.String onmousedown)
onmousedown
- the new onmousedown valuepublic java.lang.String getOnmouseup()
public void setOnmouseup(java.lang.String onmouseup)
onmouseup
- the new onmouseup valuepublic java.lang.String getOnmouseover()
public void setOnmouseover(java.lang.String onmouseover)
onmouseover
- the new onmouseover valuepublic java.lang.String getOnmousemove()
public void setOnmousemove(java.lang.String onmousemove)
onmousemove
- the new onmousemove valuepublic java.lang.String getOnmouseout()
public void setOnmouseout(java.lang.String onmouseout)
onmouseout
- the new onmouseout valuepublic java.lang.String getOnkeypress()
public void setOnkeypress(java.lang.String onkeypress)
onkeypress
- the new onkeypress valuepublic java.lang.String getOnkeydown()
public void setOnkeydown(java.lang.String onkeydown)
onkeydown
- the new onkeydown valuepublic java.lang.String getOnkeyup()
public void setOnkeyup(java.lang.String onkeyup)
onkeyup
- the new onkeyup valuepublic int getBorder()
public void setBorder(int border)
border
- the new border valuepublic java.lang.String getBgcolor()
public void setBgcolor(java.lang.String bgcolor)
bgcolor
- the new bgcolor valuepublic java.lang.String getCellpadding()
public void setCellpadding(java.lang.String cellpadding)
cellpadding
- the new cellpadding valuepublic java.lang.String getCellspacing()
public void setCellspacing(java.lang.String cellspacing)
cellspacing
- the new cellspacing valuepublic java.lang.String getFrame()
public void setFrame(java.lang.String frame)
frame
- the new frame valuepublic java.lang.String getRules()
public void setRules(java.lang.String rules)
rules
- the new rules valuepublic java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary
- the new summary valuepublic java.lang.String getWidth()
public void setWidth(java.lang.String width)
width
- the new width valuepublic java.lang.Object saveState(FacesContext facesContext)
UIComponentBase
saveState
in interface StateHolder
saveState
in class UIData
public void restoreState(FacesContext facesContext, java.lang.Object state)
UIComponentBase
restoreState
in interface StateHolder
restoreState
in class UIData
state
- is an object previously returned by
the saveState method of this class.public java.lang.String getFamily()
getFamily
in class UIData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |