tc

Tag attribute

Attributes 
NameRequiredTypeDescription
modefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Warning: The mode is only available when using Facelets. Allowed values are "action", "actionListener", "actionFromValue", "isNotSet", "isSet", "valueIfSet".
"action" (method binding) evaluate the expression to find the method binding which is referenced with the template.
"actionListener" same as "action" but for the method signature of ActionListeners.
"isSet" (boolean) checks, if the expression is set from the composition caller.
"isNotSet" (boolean) negation of "isSet"
"actionFromValue" Evaluates the ValueBinding to get an outcome set directly (no action method)
"valueIfSet" set the attribute only if the value is set.
nametruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the attribute in the parent component.
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The value of the attribute in the parent component.

Output generated by Vdldoc View Declaration Language Documentation Generator.