|
||||||||||
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
org.ajax4jsf.ajax.repeat.UIDataAdaptor
org.ajax4jsf.ajax.repeat.UIRepeat
org.richfaces.component.UIDataTable
org.richfaces.component.html.HtmlDataTable
public class HtmlDataTable
Component-Type org.richfaces.DataTable Component-Family org.richfaces.DataTable Renderer-Type org.richfaces.DataTableRenderer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor |
---|
org.ajax4jsf.ajax.repeat.UIDataAdaptor.ComponentVisitor, org.ajax4jsf.ajax.repeat.UIDataAdaptor.IndexedEvent |
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class org.richfaces.component.UIDataTable |
---|
isAjaxSupport, isColumn, isNotColumn |
Fields inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor |
---|
COMPONENT_STATE_ATTRIBUTE, decodeVisitor, EMPTY_MODEL, updateVisitor, validateVisitor |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
HtmlDataTable()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getAlign()
left|center|right [CI] Deprecated. |
java.lang.String |
getBgcolor()
Deprecated. |
java.lang.String |
getBorder()
This attributes specifies the width of the frame around a component. |
java.lang.String |
getCaptionClass()
Space-separated list of CSS style class(es) that are be applied to caption for this component. |
java.lang.String |
getCaptionStyle()
CSS style(s) is/are to be applied to caption when this component is rendered. |
java.lang.String |
getCellpadding()
This attribute specifies the amount of space between the border of the cell and its contents. |
java.lang.String |
getCellspacing()
This attribute specifies the amount of space between the border of the cell and its contents. |
java.lang.String |
getColumnClasses()
Comma-delimited list of CSS style classes that are be applied to the columns of this table. |
int |
getColumns()
Quantity of columns. |
java.lang.String |
getColumnsWidth()
Comma-separated list of width attribute for every column. |
java.lang.String |
getDir()
Direction indication for text that does not inherit directionality. |
java.lang.String |
getFamily()
|
java.lang.String |
getFooterClass()
Space-separated list of CSS style class(es) that are be applied to footer for this component. |
java.lang.String |
getFrame()
void|above|below|hsides|lhs|rhs|vsides|box|border [CI] This attribute specifies which sides of the frame surrounding a table will be visible. |
java.lang.String |
getHeaderClass()
Space-separated list of CSS style class(es) that are be applied to header for this component. |
java.lang.String |
getLang()
Code describing the language used in the generated markup for this component Getter for lang |
java.lang.String |
getOnRowClick()
HTML: a script expression; a pointer button is clicked on row. |
java.lang.String |
getOnRowDblClick()
HTML: a script expression; a pointer button is double-clicked on row. |
java.lang.String |
getOnRowMouseDown()
HTML: script expression; a pointer button is pressed down on row. |
java.lang.String |
getOnRowMouseMove()
HTML: a script expression; a pointer is moved within of row. |
java.lang.String |
getOnRowMouseOut()
HTML: a script expression; a pointer is moved away of row. |
java.lang.String |
getOnRowMouseOver()
HTML: a script expression; a pointer is moved onto of row. |
java.lang.String |
getOnRowMouseUp()
HTML: script expression; a pointer button is released on row. |
java.lang.String |
getRowClasses()
A comma-delimited list of CSS style classes that is applied to popup table rows. |
java.lang.String |
getRules()
This attribute specifies which rules will appear between cells within a table. |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getSummary()
This attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille Getter for summary |
java.lang.String |
getTitle()
Advisory title information about markup elements generated for this component Getter for title |
java.lang.String |
getWidth()
This attribute specifies the desired width of the entire table and is intended for visual user agents. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAlign(java.lang.String __align)
left|center|right [CI] Deprecated. |
void |
setBgcolor(java.lang.String __bgcolor)
Deprecated. |
void |
setBorder(java.lang.String __border)
This attributes specifies the width of the frame around a component. |
void |
setCaptionClass(java.lang.String __captionClass)
Space-separated list of CSS style class(es) that are be applied to caption for this component. |
void |
setCaptionStyle(java.lang.String __captionStyle)
CSS style(s) is/are to be applied to caption when this component is rendered. |
void |
setCellpadding(java.lang.String __cellpadding)
This attribute specifies the amount of space between the border of the cell and its contents. |
void |
setCellspacing(java.lang.String __cellspacing)
This attribute specifies the amount of space between the border of the cell and its contents. |
void |
setColumnClasses(java.lang.String __columnClasses)
Comma-delimited list of CSS style classes that are be applied to the columns of this table. |
void |
setColumns(int __columns)
Quantity of columns. |
void |
setColumnsWidth(java.lang.String __columnsWidth)
Comma-separated list of width attribute for every column. |
void |
setDir(java.lang.String __dir)
Direction indication for text that does not inherit directionality. |
void |
setFooterClass(java.lang.String __footerClass)
Space-separated list of CSS style class(es) that are be applied to footer for this component. |
void |
setFrame(java.lang.String __frame)
void|above|below|hsides|lhs|rhs|vsides|box|border [CI] This attribute specifies which sides of the frame surrounding a table will be visible. |
void |
setHeaderClass(java.lang.String __headerClass)
Space-separated list of CSS style class(es) that are be applied to header for this component. |
void |
setLang(java.lang.String __lang)
Code describing the language used in the generated markup for this component Setter for lang |
void |
setOnRowClick(java.lang.String __onRowClick)
HTML: a script expression; a pointer button is clicked on row. |
void |
setOnRowDblClick(java.lang.String __onRowDblClick)
HTML: a script expression; a pointer button is double-clicked on row. |
void |
setOnRowMouseDown(java.lang.String __onRowMouseDown)
HTML: script expression; a pointer button is pressed down on row. |
void |
setOnRowMouseMove(java.lang.String __onRowMouseMove)
HTML: a script expression; a pointer is moved within of row. |
void |
setOnRowMouseOut(java.lang.String __onRowMouseOut)
HTML: a script expression; a pointer is moved away of row. |
void |
setOnRowMouseOver(java.lang.String __onRowMouseOver)
HTML: a script expression; a pointer is moved onto of row. |
void |
setOnRowMouseUp(java.lang.String __onRowMouseUp)
HTML: script expression; a pointer button is released on row. |
void |
setRowClasses(java.lang.String __rowClasses)
A comma-delimited list of CSS style classes that is applied to popup table rows. |
void |
setRules(java.lang.String __rules)
This attribute specifies which rules will appear between cells within a table. |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setSummary(java.lang.String __summary)
This attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille Setter for summary |
void |
setTitle(java.lang.String __title)
Advisory title information about markup elements generated for this component Setter for title |
void |
setWidth(java.lang.String __width)
This attribute specifies the desired width of the entire table and is intended for visual user agents. |
Methods inherited from class org.richfaces.component.UIDataTable |
---|
columns, dataChildren, fixedChildren |
Methods inherited from class org.ajax4jsf.ajax.repeat.UIRepeat |
---|
createComponentState, createDataModel, getDataModel, setDataModel |
Methods inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor |
---|
broadcast, broadcastLocal, captureOrigValue, captureOrigValue, encodeAjaxChild, encodeBegin, getAjaxKeys, getBaseClientId, getChildrenRenderer, getChildState, getClientId, getComponentState, getEncodedIds, getExtendedDataModel, getRowCount, getRowData, getRowIndex, getRowKey, getRowKeyVar, getStateVar, isRowAvailable, iterate, processDecodes, processDecodes, processUpdates, processUpdates, processValidators, processValidators, queueEvent, resetComponent, resetDataModel, restoreChildState, restoreOrigValue, restoreOrigValue, saveChildState, setAjaxKeys, setComponentState, setExtendedDataModel, setId, setRowIndex, setRowKey, setRowKey, setRowKeyVar, setStateVar, setupVariable, walk |
Methods inherited from class javax.faces.component.UIData |
---|
getFirst, getFooter, getHeader, getRows, getValue, getVar, setFirst, setFooter, setHeader, setRows, setValue, setValueBinding, setVar |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient |
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_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlDataTable()
Method Detail |
---|
public void setSummary(java.lang.String __summary)
summary
- - new valuepublic java.lang.String getSummary()
public void setOnRowMouseDown(java.lang.String __onRowMouseDown)
onRowMouseDown
- - new valuepublic java.lang.String getOnRowMouseDown()
public void setCaptionStyle(java.lang.String __captionStyle)
captionStyle
- - new valuepublic java.lang.String getCaptionStyle()
public void setColumns(int __columns)
columns
- - new valuepublic int getColumns()
public void setCellpadding(java.lang.String __cellpadding)
cellpadding
- - new valuepublic java.lang.String getCellpadding()
public void setOnRowClick(java.lang.String __onRowClick)
onRowClick
- - new valuepublic java.lang.String getOnRowClick()
public void setLang(java.lang.String __lang)
lang
- - new valuepublic java.lang.String getLang()
public void setCellspacing(java.lang.String __cellspacing)
cellspacing
- - new valuepublic java.lang.String getCellspacing()
public void setBgcolor(java.lang.String __bgcolor)
bgcolor
- - new valuepublic java.lang.String getBgcolor()
public void setColumnsWidth(java.lang.String __columnsWidth)
columnsWidth
- - new valuepublic java.lang.String getColumnsWidth()
public void setTitle(java.lang.String __title)
title
- - new valuepublic java.lang.String getTitle()
public void setOnRowMouseUp(java.lang.String __onRowMouseUp)
onRowMouseUp
- - new valuepublic java.lang.String getOnRowMouseUp()
public void setStyle(java.lang.String __style)
style
- - new valuepublic java.lang.String getStyle()
public void setOnRowMouseMove(java.lang.String __onRowMouseMove)
onRowMouseMove
- - new valuepublic java.lang.String getOnRowMouseMove()
public void setHeaderClass(java.lang.String __headerClass)
headerClass
- - new valuepublic java.lang.String getHeaderClass()
public void setDir(java.lang.String __dir)
dir
- - new valuepublic java.lang.String getDir()
public void setBorder(java.lang.String __border)
border
- - new valuepublic java.lang.String getBorder()
public void setFooterClass(java.lang.String __footerClass)
footerClass
- - new valuepublic java.lang.String getFooterClass()
public void setOnRowMouseOut(java.lang.String __onRowMouseOut)
onRowMouseOut
- - new valuepublic java.lang.String getOnRowMouseOut()
public void setStyleClass(java.lang.String __styleClass)
styleClass
- - new valuepublic java.lang.String getStyleClass()
public void setAlign(java.lang.String __align)
align
- - new valuepublic java.lang.String getAlign()
public void setWidth(java.lang.String __width)
width
- - new valuepublic java.lang.String getWidth()
public void setCaptionClass(java.lang.String __captionClass)
captionClass
- - new valuepublic java.lang.String getCaptionClass()
public void setRules(java.lang.String __rules)
rules
- - new valuepublic java.lang.String getRules()
public void setOnRowMouseOver(java.lang.String __onRowMouseOver)
onRowMouseOver
- - new valuepublic java.lang.String getOnRowMouseOver()
public void setFrame(java.lang.String __frame)
frame
- - new valuepublic java.lang.String getFrame()
public void setColumnClasses(java.lang.String __columnClasses)
columnClasses
- - new valuepublic java.lang.String getColumnClasses()
public void setRowClasses(java.lang.String __rowClasses)
rowClasses
- - new valuepublic java.lang.String getRowClasses()
public void setOnRowDblClick(java.lang.String __onRowDblClick)
onRowDblClick
- - new valuepublic java.lang.String getOnRowDblClick()
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIData
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class org.ajax4jsf.ajax.repeat.UIDataAdaptor
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class org.ajax4jsf.ajax.repeat.UIDataAdaptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |