getUIValue() Return the input's current value and include the specified inputMapper, if present.
If an input mapper was used, this component's value is mapped and returned.
Return an arbitrary external ID assigned to this input component. This field
can be used for identifying a component independent of its client ID.
If the external ID is set (i.e. != -1), it replaces the clientId in the
com.flexive.faces.messages.FxFacesMessage.getId property when
a validation error message is created.
the external ID assigned to this component, or -1 if there is none
Return the (optional) onchange javascript to be called when an
input element changed its value.
the (optional) onchange javascript to be called if an input element changed its value.
Return the input's current value and include the specified inputMapper, if present.
If an input mapper was used, this component's value is mapped and returned. Otherwise,
the component's current value is returned.
the current value as rendered in the UI
Return the (optional)
FxValueFormatter to be used for formatting the output
in read-only mode.
the (optional) FxValueFormatter to be used for formatting the outputin read-only mode.
Disables multi language support even if the FxValue
object is multilingual (e.g. for search query editors).
if multi language support should be disabled
Return true if the output filter is enabled (usually only applies
to the component in read-only mode). If enabled, text will be filtered
and HTML entities will be used for sensitive characters (e.g. ">" instead of ">").
true if the output filter is enabled
Return true if the input field must be rendered in a single line. For example,
HTML editors are disabled by this setting.
true if the input field must be rendered in a single line.
public void setForceLineInput(boolean forceLineInput)(Code)
Force single-line rendering for the input component. For example,
HTML editors are disabled by this setting.
Parameters: forceLineInput - true if the component must be rendered in a single line