Package | Description |
---|---|
org.richfaces.component.html |
Specialized user interface component classes for HTML
|
org.richfaces.renderkit |
Fundamental classes and interfaces defining the rendering model
|
org.richfaces.renderkit.html |
Classes defining the rendering model for HTML
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlEditor |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
EditorRendererBase.getFormattedComponentStringValue(javax.faces.context.FacesContext context,
UIEditor component)
Method to get converted to String model value or if validation not passed submitted value for component
|
java.lang.String |
EditorRendererBase.getTextAreaStyle(UIEditor component)
Method to get target textarea style if width or height attributes was determined
|
boolean |
EditorRendererBase.shouldRenderTinyMCE(UIEditor component)
Method to check if rendering of tinyMCE scripts needed.
|
void |
EditorRendererBase.writeEditorConfigurationAttributes(javax.faces.context.FacesContext context,
UIEditor component)
Method to write tinyMCE configuration script parameters from Editor component attributes.
|
void |
EditorRendererBase.writeEditorConfigurationParameters(javax.faces.context.FacesContext context,
UIEditor component)
Method to write tinyMCE configuration script parameters from property
file if it was determined through Editor configuration attribute.
|
void |
EditorRendererBase.writeEditorCustomPluginsParameters(javax.faces.context.FacesContext context,
UIEditor component)
Method to write custom plugins script parameters from property
file if it was determined through Editor configuration attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorRenderer.doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIEditor component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
Copyright © 2013. All Rights Reserved.