alloy

Tag panelGrid

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.panelgrid.PanelGrid
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.panelgrid.PanelGridRenderer
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.
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.
columnsfalsejavax.el.ValueExpression
(must evaluate to int)
The total number of columns that are to be displayed. When the number of child components exceeds this number, the previous <tr> element is closed and a new <tr> element is opened.
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).
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.
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.
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.
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.
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.