alloy

Tag dataTable

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.datatable.DataTable
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.datatable.DataTableRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bgcolorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the background color for the <table> element.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
bodyrowsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Comma-delimited list of of row indexes. Each row index in the list will cause a previous <tbody> element to be closed, and a new <tbody> element to be opened.
borderfalsejavax.el.ValueExpression
(must evaluate to int)
The width of the table border (measured in pixels).
captionClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute of the table's <caption> element.
captionStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the css style of the caption element.
cellpaddingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the cell padding for the <table> element.
cellspacingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the cell spacing for the <table> element.
clientKeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The key name that can be used to reference the component on the client.
columnClassesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by commas) that are to be rendered within the class attribute of the table's <td> elements.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the reading direction for the element For example, right to left (RTL), or left to right (LTR).
firstfalsejavax.el.ValueExpression
(must evaluate to int)
The first row number that is to be displayed, relative to zero.
footerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute of the table's <tfoot> element.
framefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies which side(s) of the surrounding frame are visible. Value values: none, above, below, hsides, vsides, lhs, rhs, box, border.
headerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute of the table's <thead> element.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the language code used in the element.
multiColumnSortfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, multiple columns can be selected by the user when the meta key is held down during a left click on a sortable column header. The default value is false.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a double click event occurs.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keydown event occurs.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keypress event occurs.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keyup event occurs.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousedown event occurs.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousemove event occurs.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseout event occurs.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseover event occurs.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseup event occurs.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
rolefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the various WAI-ARIA roles that the element is used for. Since: JSF 2.2
rowClassesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by commas) that are to be rendered within the class attribute of the table's <tr> elements.
rowsfalsejavax.el.ValueExpression
(must evaluate to int)
The total number of rows that are to be displayed. If not set, then all rows are displayed.
rulesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the rules for the <table> element. Valid values: none, groups, rows, cols, all.
selectedRowIndexesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Comma-delimited list of row indexes that indicate which rows are selected.
selectionModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Indicates the type of row selection. Valid values are "checkbox", "radio".
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
summaryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the summary for the <table> element.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the title of the element.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value of this component, which is typically bound via EL to a model bean property. The value can be any of the following types:
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the variable that is to be introduced into the EL representing the current iteration.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the width for the <table> element.

Output generated by Vdldoc View Declaration Language Documentation Generator.