| com.sun.rave.web.ui.component.HiddenFieldBase com.sun.rave.web.ui.component.HiddenField
All known Subclasses: com.sun.rave.web.ui.component.FieldBase,
HiddenField | public HiddenField()(Code) | | Creates a new instance of HiddenField
|
getConvertedValue | protected Object getConvertedValue(FacesContext context, Object newValue) throws javax.faces.convert.ConverterException(Code) | | Return the converted value of newValue.
If newValue is null, return null.
If newValue is "", check the rendered value. If the
the value that was rendered was null, return null
else continue to convert.
|
getReadOnlyValueString | public String getReadOnlyValueString(FacesContext context)(Code) | | Return the value to be rendered as a string when the
component is readOnly. The default behaviour is to
invoke getValueAsString(). Override this method in case
a component needs specialized behaviour.
Parameters: context - FacesContext for the current request A String value of the component |
getValueAsString | public String getValueAsString(FacesContext context)(Code) | | Return the value to be rendered, as a String (converted
if necessary), or null if the value is null.
Parameters: context - FacesContext for the current request A String value of the component |
|
|