Class Overview
Renderer class, generated from template renderer.stg
with class
.
Summary
[Expand]
Inherited Methods |
From class
org.apache.myfaces.tobago.renderkit.AbstractRendererBaseWrapper
final
String
|
convertClientId(FacesContext facesContext, String clientId)
|
final
void
|
decode(FacesContext facesContext, UIComponent component)
|
final
void
|
encodeBegin(FacesContext facesContext, UIComponent component)
|
final
void
|
encodeChildren(FacesContext facesContext, UIComponent component)
|
final
void
|
encodeEnd(FacesContext facesContext, UIComponent component)
|
final
Object
|
getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue)
|
final
Converter
|
getConverter(FacesContext facesContext, UIComponent component)
|
final
String
|
getCurrentValue(FacesContext facesContext, UIComponent component)
|
final
Object
|
getCurrentValueAsObject(UIInput input)
|
final
boolean
|
getPrepareRendersChildren()
|
final
RendererBase
|
getRenderer(FacesContext facesContext)
|
abstract
String
|
getRendererType()
|
final
boolean
|
getRendersChildren()
|
final
Object
|
getValue(UIComponent component)
|
final
void
|
onComponentCreated(FacesContext facesContext, UIComponent component, UIComponent parent)
|
final
void
|
prepareRender(FacesContext facesContext, UIComponent component)
Hook to e.
|
final
void
|
prepareRendersChildren(FacesContext context, UIComponent component)
|
|
From class
org.apache.myfaces.tobago.renderkit.RendererBase
int
|
getConfiguredValue(FacesContext facesContext, UIComponent component, String key)
This method is deprecated.
since 1.5.0, please use getResourceManager().getThemeMeasure()
|
Object
|
getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)
|
Converter
|
getConverter(FacesContext context, UIComponent component)
|
String
|
getCurrentValue(FacesContext facesContext, UIComponent component)
|
Object
|
getCurrentValueAsObject(UIInput input)
|
String
|
getFormattedValue(FacesContext context, UIComponent component, Object currentValue)
|
boolean
|
getPrepareRendersChildren()
|
String
|
getRendererName(String rendererType)
This method is deprecated.
todo: should be done in the StyleClasses class.
|
synchronized
ResourceManager
|
getResourceManager()
|
Object
|
getValue(UIComponent component)
|
void
|
onComponentCreated(FacesContext facesContext, UIComponent component, UIComponent parent)
|
void
|
prepareRender(FacesContext facesContext, UIComponent component)
Hook to e.
|
void
|
prepareRendersChildren(FacesContext context, UIComponent component)
|
|
From class
javax.faces.render.Renderer
String
|
convertClientId(FacesContext arg0, String arg1)
|
void
|
decode(FacesContext arg0, UIComponent arg1)
|
void
|
encodeBegin(FacesContext arg0, UIComponent arg1)
|
void
|
encodeChildren(FacesContext arg0, UIComponent arg1)
|
void
|
encodeEnd(FacesContext arg0, UIComponent arg1)
|
Object
|
getConvertedValue(FacesContext arg0, UIComponent arg1, Object arg2)
|
boolean
|
getRendersChildren()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
Protected Methods
protected
final
String
getRendererType
()