public abstract class AbstractEditor
extends javax.faces.component.UIInput
The <rich:editor> component is used for creating a WYSIWYG editor on a page.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractEditor() |
Modifier and Type | Method and Description |
---|---|
abstract javax.faces.component.UIComponent |
getConfig()
Detailed configuration of editor in JSON format
|
abstract String |
getHeight()
The hieght of the editor
|
abstract String |
getLang()
Code describing the language used in the generated markup for this component.
|
abstract String |
getOnblur()
The client-side script method to be called when the editor loses focus
|
abstract String |
getOnchange()
The client-side script method to be called on blur event when editor content has been changed after previous focus
|
abstract String |
getOndirty()
The client-side script method to be called immediately after the editor content has been changed
|
abstract String |
getOnfocus()
The client-side script method to be called when the editor receives focus
|
abstract String |
getOninit()
The client-side script method to be called once the editor is initialized and ready to be handle user interaction
|
abstract String |
getSkin()
Set the skin of the richfaces editor.
|
abstract String |
getToolbar()
Used to change the configuration of the toolbar's button set.
|
abstract String |
getWidth()
The width of the editor
|
abstract boolean |
isReadonly()
Used to switch the editor into a read-only mode.
|
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getFamily, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract String getToolbar()
Used to change the configuration of the toolbar's button set. There are two configurations available: basic (default), full (enables all of the features).
It is also possible to define a custom toolbar using the CKEditor toolbar configuration in a config facet
Default is basic
public abstract String getSkin()
Set the skin of the richfaces editor. Bundled skins include: richfaces, kama, v2, office2003
Default is richfaces
public abstract boolean isReadonly()
public abstract String getWidth()
public abstract String getHeight()
public abstract String getLang()
public abstract String getOninit()
public abstract String getOnblur()
public abstract String getOnfocus()
public abstract String getOnchange()
public abstract String getOndirty()
public abstract javax.faces.component.UIComponent getConfig()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.