|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputControl.ValueInfo | |
|---|---|
| org.apache.empire.jsf2.components | |
| org.apache.empire.jsf2.controls | |
| org.apache.empire.jsf2.utils | |
| Uses of InputControl.ValueInfo in org.apache.empire.jsf2.components |
|---|
| Methods in org.apache.empire.jsf2.components with parameters of type InputControl.ValueInfo | |
|---|---|
protected String |
InputTag.writeStartElement(InputControl.ValueInfo vi,
javax.faces.context.ResponseWriter writer)
write value element |
protected String |
ValueTag.writeStartElement(InputControl.ValueInfo vi,
javax.faces.context.ResponseWriter writer)
|
| Uses of InputControl.ValueInfo in org.apache.empire.jsf2.controls |
|---|
| Subinterfaces of InputControl.ValueInfo in org.apache.empire.jsf2.controls | |
|---|---|
static interface |
InputControl.InputInfo
This interface extends the value information by information about the input control used with the renderInput function |
| Methods in org.apache.empire.jsf2.controls with parameters of type InputControl.ValueInfo | |
|---|---|
protected String |
InputControl.formatValue(InputControl.ValueInfo vi)
Returns the value formated as a string This is a shortcut for formatString(vi.getValue(), vi) Derived classes may override formatString |
protected String |
TextAreaInputControl.formatValue(Object value,
InputControl.ValueInfo vi)
|
protected String |
SelectInputControl.formatValue(Object value,
InputControl.ValueInfo vi)
|
protected String |
TextInputControl.formatValue(Object value,
InputControl.ValueInfo vi)
|
protected String |
InputControl.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 details |
protected DateFormat |
TextInputControl.getDateFormat(DataType dataType,
InputControl.ValueInfo vi,
Column column)
|
protected int |
InputControl.getFormatInteger(InputControl.ValueInfo vi,
String option,
String columnAttributeName)
|
protected Object |
InputControl.getFormatOption(InputControl.ValueInfo vi,
String option,
String columnAttributeName)
|
protected String |
InputControl.getFormatString(InputControl.ValueInfo vi,
String option,
String columnAttributeName)
|
protected boolean |
InputControl.hasFormatOption(InputControl.ValueInfo vi,
String option)
checks if a particular formating option has been specified. |
void |
TextInputControl.renderValue(InputControl.ValueInfo vi,
javax.faces.context.ResponseWriter writer)
|
void |
InputControl.renderValue(InputControl.ValueInfo vi,
javax.faces.context.ResponseWriter writer)
|
| Uses of InputControl.ValueInfo in org.apache.empire.jsf2.utils |
|---|
| Methods in org.apache.empire.jsf2.utils that return InputControl.ValueInfo | |
|---|---|
InputControl.ValueInfo |
TagEncodingHelper.getValueInfo(javax.faces.context.FacesContext ctx)
|
| Methods in org.apache.empire.jsf2.utils with parameters of type InputControl.ValueInfo | |
|---|---|
boolean |
TagEncodingHelper.hasFormat(InputControl.ValueInfo vi,
String format)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||