Uses of Interface
org.apache.empire.jsf2.controls.InputControl.ValueInfo
Packages that use InputControl.ValueInfo
Package
Description
-
Uses of InputControl.ValueInfo in org.apache.empire.jsf2.components
Methods in org.apache.empire.jsf2.components with parameters of type InputControl.ValueInfoModifier and TypeMethodDescriptionprotected voidValueTag.renderControlValue(InputControl control, InputControl.ValueInfo vi, javax.faces.context.FacesContext context) -
Uses of InputControl.ValueInfo in org.apache.empire.jsf2.controls
Subinterfaces of InputControl.ValueInfo in org.apache.empire.jsf2.controlsModifier and TypeInterfaceDescriptionstatic interfaceThis interface extends the value information by information about the input control used with the renderInput functionMethods in org.apache.empire.jsf2.controls with parameters of type InputControl.ValueInfoModifier and TypeMethodDescriptionprotected voidInputControl.addDataValueStyle(StyleClass styleClass, InputControl.ValueInfo vi, Object value) adds style attributes related to the current valueprotected StringInputControl.formatValue(Object value, InputControl.ValueInfo vi) Returns the value formated as a string this is a simple default implementation that does no type-secific formatting Derived classes may override formatString an provide further formmatting see TextInputControl for detailsInputControl.formatValue(Object value, InputControl.ValueInfo vi, boolean escapeHtml) Returns the formatted value Do not override this function, but override formatValue(Object, ValueInfo) instead.protected StringRadioInputControl.formatValue(Object value, InputControl.ValueInfo vi) protected StringSelectInputControl.formatValue(Object value, InputControl.ValueInfo vi) TextAreaInputControl.formatValue(Object value, InputControl.ValueInfo vi, boolean escapeHtml) protected StringTextInputControl.formatValue(Object value, InputControl.ValueInfo vi) protected DateFormatTextInputControl.getDateFormat(DataType dataType, InputControl.ValueInfo vi, Column column) protected intInputControl.getFormatInteger(InputControl.ValueInfo vi, String option, String columnAttributeName) protected StringInputControl.getFormatOption(InputControl.ValueInfo vi, String option) protected ObjectInputControl.getFormatOption(InputControl.ValueInfo vi, String option, String columnAttributeName) protected StringInputControl.getFormatString(InputControl.ValueInfo vi, String option, String columnAttributeName) protected NumberFormatTextInputControl.getNumberFormat(DataType dataType, InputControl.ValueInfo vi, Column column) protected StringInputControl.getOptionText(Options options, Object value, InputControl.ValueInfo vi) Returns the display text for an optionprotected StringTextInputControl.getUnitString(InputControl.ValueInfo vi) protected booleanInputControl.hasFormatOption(InputControl.ValueInfo vi, String option) checks if a particular formating option has been specified.protected booleanInputControl.hasFormatOption(InputControl.ValueInfo vi, String option, String columnAttributeName) voidCheckboxInputControl.renderValue(Object value, InputControl.ValueInfo vi, javax.faces.context.ResponseWriter writer) voidInputControl.renderValue(Object value, InputControl.ValueInfo vi, javax.faces.context.ResponseWriter writer) Renders the control value without a surrounding tag (Text only)voidInputControl.renderValue(javax.faces.component.UIComponent comp, String tagName, StyleClass styleClass, String tooltip, InputControl.ValueInfo vi, javax.faces.context.FacesContext context) Renders the control value with a surrounding HTML tag, if a tagName is suppliedvoidRadioInputControl.renderValue(Object value, InputControl.ValueInfo vi, javax.faces.context.ResponseWriter writer) voidTextAreaInputControl.renderValue(javax.faces.component.UIComponent comp, String tagName, StyleClass styleClass, String tooltip, InputControl.ValueInfo vi, javax.faces.context.FacesContext context) voidTextInputControl.renderValue(Object value, InputControl.ValueInfo vi, javax.faces.context.ResponseWriter writer) -
Uses of InputControl.ValueInfo in org.apache.empire.jsf2.utils
Classes in org.apache.empire.jsf2.utils that implement InputControl.ValueInfoModifier and TypeClassDescriptionprotected classInputInfoImpl Provides information necessary to render an input control (editable)protected classValueInfoImpl Provides information necessary to render a data value (non editable)Fields in org.apache.empire.jsf2.utils declared as InputControl.ValueInfoMethods in org.apache.empire.jsf2.utils that return InputControl.ValueInfoModifier and TypeMethodDescriptionTagEncodingHelper.getValueInfo(javax.faces.context.FacesContext ctx) Methods in org.apache.empire.jsf2.utils with parameters of type InputControl.ValueInfoModifier and TypeMethodDescriptionbooleanTagEncodingHelper.hasFormat(InputControl.ValueInfo vi, String format)