public class TextEditor
extends javax.faces.component.UIInput
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.texteditor.TextEditorBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
EDITOR_CLASS |
Constructor and Description |
---|
TextEditor() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
List |
getFormats() |
int |
getHeight() |
String |
getPlaceholder() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isAllowBlocks() |
boolean |
isAllowFormatting() |
boolean |
isAllowImages() |
boolean |
isAllowLinks() |
boolean |
isAllowStyles() |
boolean |
isReadonly() |
boolean |
isToolbarVisible() |
String |
resolveWidgetVar() |
void |
setAllowBlocks(boolean allowBlocks) |
void |
setAllowFormatting(boolean allowFormatting) |
void |
setAllowImages(boolean allowImages) |
void |
setAllowLinks(boolean allowLinks) |
void |
setAllowStyles(boolean allowStyles) |
void |
setFormats(List formats) |
void |
setHeight(int height) |
void |
setPlaceholder(String placeholder) |
void |
setReadonly(boolean readonly) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setToolbarVisible(boolean toolbarVisible) |
void |
setWidgetVar(String widgetVar) |
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, 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, getValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
public static final String EDITOR_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public int getHeight()
public void setHeight(int height)
public boolean isReadonly()
public void setReadonly(boolean readonly)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public boolean isToolbarVisible()
public void setToolbarVisible(boolean toolbarVisible)
public boolean isAllowBlocks()
public void setAllowBlocks(boolean allowBlocks)
public boolean isAllowFormatting()
public void setAllowFormatting(boolean allowFormatting)
public boolean isAllowLinks()
public void setAllowLinks(boolean allowLinks)
public boolean isAllowStyles()
public void setAllowStyles(boolean allowStyles)
public boolean isAllowImages()
public void setAllowImages(boolean allowImages)
public List getFormats()
public void setFormats(List formats)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.