alloy

Tag commandLink

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.commandlink.CommandLink
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.commandlink.CommandLinkRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying a hot key character for the element.
actionfalsejavax.el.MethodExpression
(signature must match java.lang.Object action())
A method that is executed when this component is clicked. The method must be public, return an Object, and take no arguments. The toString() method of the returned object is used to determine where to navigate (if at all) after the action has been performed.
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
A method that is executed when this component is clicked. The method must be public, return void, and take either no arguments or one ActionEvent argument.
ajaxfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, clicking on the button will cause the form to be submitted via XmlHttpRequest. The default value is true.
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.
charsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The character encoding of the resource linked to by this component.
coordsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The position and shape of the component's area on the page. Used in image maps.
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).
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, the component will be disabled, and the user will be unable to interact with the component. The default value is false.
executefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-delimited list of component ids that are to participate in the APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES, and INVOKE_APPLICATION phases of the JSF lifecycle. The following keywords may also appear in the list: @this, @form, @all, @none. The default value is "@all".
hreflangfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The language code of the resource linked to by this component.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
immediatefalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component's value must be converted and validated (immediately) during the Apply Request Values phase, instead of (later) during the PROCESS_VALIDATIONS phase.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the language code used in the element.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute after this component loses focus.
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.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component gets focus.
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.
processfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Synonym for the execute attribute. The default value is "@all".
relfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The relationship between the current document and the one linked to by this component. This is a space-separated list of link types. Used by bots, not browsers.
renderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-delimited list of component ids that are to participate in the RENDER_RESPONSE phase of the JSF lifecycle and be re-rendered in the DOM after the response is received from the XmlHttpRequest. The following keywords may also appear in the list: @this, @form, @all, @none. The default value is "@none".
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.
revfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The reverse of the rel attribute. The relationship between the document linked to by this component and the current document.
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
shapefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Used by some browsers with the coords to specify the size, shape, and placement of the link.
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.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying where the element is located in the tabbing progression.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies which window, tab, or frame to open the link in.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the title of the element.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the content type of resource located by the URL in the rendered href attribute.
updatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Synonym for the render attribute. The default value is "@none".
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.

Output generated by Vdldoc View Declaration Language Documentation Generator.