alloy

Tag inputSourceCode

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.inputsourcecode.InputSourceCode
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.inputsourcecode.InputSourceCodeRenderer
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.
clientKeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The key name that can be used to reference the component on the client.
converterfalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
The class name of the converter instance that is to be used by this component.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This message or the result of the specified expression, will be used as the text of the converter message instead of any message that comes from the registered converter for this component.
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.
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The the height (in pixels) of the rendered <div>.
highlightActiveLinefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, the background-color of the line that is being edited by the user (the active line) will change to indicate a highlight.
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.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized label for this component that is typically only rendered in a FacesMessage when validation fails.
localefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The locale of the text that the editor is editing or displaying.
maxLinesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Specifies the maximum number of lines that the editor is to display before a vertical scrollbar appears. The default value is 1024.
minLinesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum number of lines that the editor is to display. The default value is 6.
modefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the programming language that the editor is editing or displaying.
readOnlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When this flag is true, the component will be read-only, meaning that the user will be unable to edit the source code text. The default value is false.
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.
requiredfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, and a value has not been specified for this component, then the PROCESS_VALIDATIONS phase will fail and a FacesMessage will be added to the FacesContext for this component.
requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This message or the result of the specified expression, will be used as the text of the validation error message instead of any message that comes from the resulting validation error for this component when required="true" and no value is selected by the user.
showPrintMarginfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When this flag is true, a vertical line will appear that indicates the print margin. 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.
tabSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The number of spaces that are to be displayed in place of each tab character.
useSoftTabsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When this flag is true, the tab key will produce space characters rather than tab characters. The default value is false.
useWrapModefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When this flag is true, the line will break when it reaches the end of the line. The default value is true.
validatorfalsejavax.el.MethodExpression
(signature must match void validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
A method that is executed in the PROCESS_VALIDATIONS phase of the lifecycle. The method must be public, return void, and take three arguments of FacesContext, UIComponent, and Object.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This message or the result of the specified expression, will be used as the text of the validation error message instead of any message that comes from the resulting validation error for this component.
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.
valueChangeListenerfalsejavax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent))
A method that is executed when the value of this component changes. The method must be public, return void, and take no arguments or one argument of ValueChangeEvent.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The the width (in pixels) of the rendered <div>.

Output generated by Vdldoc View Declaration Language Documentation Generator.