public class DatePickerRenderer extends BaseRenderer
Constructor and Description |
---|
DatePickerRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component) |
Object |
getConvertedValue(FacesContext context,
UIComponent component,
Object val) |
assertParmeters, getParameterComponents, outputAttribute
convertClientId, encodeChildren, encodeEnd, getRendersChildren
public void decode(FacesContext context, UIComponent component)
public Object getConvertedValue(FacesContext context, UIComponent component, Object val) throws ConverterException
getConvertedValue
in class Renderer
ConverterException
In the Process Validations phase, this method is called to convert the values
to the datatype as required by the component.
It is possible at this point that a custom Converter instance will be used - this
is why we have not yet converted the values to a data type.
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.