java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIData
javax.faces.component.html.HtmlDataTable
All Implemented Interfaces:
ClientBehaviorHolder, UniqueIdVendor, NamingContainer, PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
Represents a set of repeating data (segregated into
columns by child UIColumn components) that will
be rendered in an HTML table
element.
By default, the rendererType
property must be set to "javax.faces.Table
".
This value can be changed by calling the setRendererType()
method.
Nested Class Summary: | ||
---|---|---|
protected enum class | HtmlDataTable.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
Fields inherited from javax.faces.component.UIData: |
---|
COMPONENT_TYPE, COMPONENT_FAMILY |
Constructor: |
---|
|
Method from javax.faces.component.html.HtmlDataTable Summary: |
---|
getBgcolor, getBodyrows, getBorder, getCaptionClass, getCaptionStyle, getCellpadding, getCellspacing, getColumnClasses, getDefaultEventName, getDir, getEventNames, getFooterClass, getFrame, getHeaderClass, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRowClasses, getRules, getStyle, getStyleClass, getSummary, getTitle, getWidth, setBgcolor, setBodyrows, setBorder, setCaptionClass, setCaptionStyle, setCellpadding, setCellspacing, setColumnClasses, setDir, setFooterClass, setFrame, setHeaderClass, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRowClasses, setRules, setStyle, setStyleClass, setSummary, setTitle, setWidth |
Methods from javax.faces.component.UIData: |
---|
broadcast, createUniqueId, encodeBegin, getClientId, getDataModel, getFamily, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, processDecodes, processUpdates, processValidators, queueEvent, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setValue, setValueBinding, setValueExpression, setVar, visitTree |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.component.html.HtmlDataTable Detail: |
---|
Return the value of the Contents: Name or code of the background color for this table. |
Return the value of the Contents: Comma separated list of row indices for which a new "tbody" element should be started (and any previously opened one should be ended). |
Return the value of the Contents: Width (in pixels) of the border to be drawn around this table. |
Return the value of the Contents: Space-separated list of CSS style class(es) that will be applied to any caption generated for this table. |
Return the value of the Contents: CSS style(s) to be applied when this caption is rendered. |
Return the value of the Contents: Definition of how much space the user agent should leave between the border of each cell and its contents. |
Return the value of the Contents: Definition of how much space the user agent should leave between the left side of the table and the leftmost column, the top of the table and the top of the top side of the topmost row, and so on for the right and bottom of the table. It also specifies the amount of space to leave between cells. |
Return the value of the Contents: Comma-delimited list of CSS style classes that will be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of actual column children of the UIData, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of actual column children of the UIData, the elements at the posisiton in the list after the last column are ignored. |
|
Return the value of the Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). |
|
Return the value of the Contents: Space-separated list of CSS style class(es) that will be applied to any footer generated for this table. |
Return the value of the Contents: Code specifying which sides of the frame surrounding this table will be visible. Valid values are: none (no sides, default value); above (top side only); below (bottom side only); hsides (top and bottom sides only); vsides (right and left sides only); lhs (left hand side only); rhs (right hand side only); box (all four sides); and border (all four sides). |
Return the value of the Contents: Space-separated list of CSS style class(es) that will be applied to any header generated for this table. |
Return the value of the Contents: Code describing the language used in the generated markup for this component. |
Return the value of the Contents: Javascript code executed when a pointer button is clicked over this element. |
Return the value of the Contents: Javascript code executed when a pointer button is double clicked over this element. |
Return the value of the Contents: Javascript code executed when a key is pressed down over this element. |
Return the value of the Contents: Javascript code executed when a key is pressed and released over this element. |
Return the value of the Contents: Javascript code executed when a key is released over this element. |
Return the value of the Contents: Javascript code executed when a pointer button is pressed down over this element. |
Return the value of the Contents: Javascript code executed when a pointer button is moved within this element. |
Return the value of the Contents: Javascript code executed when a pointer button is moved away from this element. |
Return the value of the Contents: Javascript code executed when a pointer button is moved onto this element. |
Return the value of the Contents: Javascript code executed when a pointer button is released over this element. |
Return the value of the Contents: Comma-delimited list of CSS style classes that will be applied to the rows of this table. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again. |
Return the value of the Contents: Code specifying which rules will appear between cells within this table. Valid values are: none (no rules, default value); groups (between row groups); rows (between rows only); cols (between columns only); and all (between all rows and columns). |
Return the value of the Contents: CSS style(s) to be applied when this component is rendered. |
Return the value of the Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
Return the value of the Contents: Summary of this table's purpose and structure, for user agents rendering to non-visual media such as speech and Braille. |
Return the value of the Contents: Advisory title information about markup elements generated for this component. |
Return the value of the Contents: Width of the entire table, for visual user agents. |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |