alloy

Tag panel

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.panel.Panel
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.panel.PanelRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
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.
footerTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The text to place in the footer of the component.
headerTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The text to place in the header of the component.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
layoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies whether the HTML element rendered by this component will be a span (default) or a div. If the value of this attribute is "block", the rendered element will be a div.
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.
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.

Output generated by Vdldoc View Declaration Language Documentation Generator.