org.richfaces.component
Class UIEditor
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
org.richfaces.component.AbstractEditor
org.richfaces.component.UIEditor
- All Implemented Interfaces:
- EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.EditableValueHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder
@Generated(value={"RichFaces CDK","4.1.0.Final"})
public class UIEditor- extends AbstractEditor
- implements javax.faces.component.behavior.ClientBehaviorHolder
- Author:
- Lukas Fryc
| Fields inherited from class javax.faces.component.UIInput |
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME |
| Fields inherited from class javax.faces.component.UIComponent |
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Methods inherited from class javax.faces.component.UIInput |
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 |
| Methods inherited from class javax.faces.component.UIOutput |
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, 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 |
| Methods inherited from class javax.faces.component.UIComponent |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
addClientBehavior, getClientBehaviors |
| Methods inherited from interface javax.faces.component.ValueHolder |
getConverter, getLocalValue, getValue, setConverter |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UIEditor
public UIEditor()
getFamily
public String getFamily()
- Overrides:
getFamily in class javax.faces.component.UIInput
getEventNames
public Collection<String> getEventNames()
- Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder- Overrides:
getEventNames in class javax.faces.component.UIComponentBase
getDefaultEventName
public String getDefaultEventName()
- Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder- Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase
getConfig
public javax.faces.component.UIComponent getConfig()
- Specified by:
getConfig in class AbstractEditor
setConfig
public void setConfig(javax.faces.component.UIComponent config)
getHeight
public String getHeight()
- Specified by:
getHeight in class AbstractEditor
setHeight
public void setHeight(String height)
getLang
public String getLang()
- Specified by:
getLang in class AbstractEditor
setLang
public void setLang(String lang)
getOnblur
public String getOnblur()
- Specified by:
getOnblur in class AbstractEditor
setOnblur
public void setOnblur(String onblur)
getOnchange
public String getOnchange()
- Specified by:
getOnchange in class AbstractEditor
setOnchange
public void setOnchange(String onchange)
getOndirty
public String getOndirty()
- Specified by:
getOndirty in class AbstractEditor
setOndirty
public void setOndirty(String ondirty)
getOnfocus
public String getOnfocus()
- Specified by:
getOnfocus in class AbstractEditor
setOnfocus
public void setOnfocus(String onfocus)
getOninit
public String getOninit()
- Specified by:
getOninit in class AbstractEditor
setOninit
public void setOninit(String oninit)
isReadonly
public boolean isReadonly()
- Specified by:
isReadonly in class AbstractEditor
setReadonly
public void setReadonly(boolean readonly)
getSkin
public String getSkin()
- Specified by:
getSkin in class AbstractEditor
setSkin
public void setSkin(String skin)
getStyle
public String getStyle()
setStyle
public void setStyle(String style)
getStyleClass
public String getStyleClass()
setStyleClass
public void setStyleClass(String styleClass)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getToolbar
public String getToolbar()
- Specified by:
getToolbar in class AbstractEditor
setToolbar
public void setToolbar(String toolbar)
getWidth
public String getWidth()
- Specified by:
getWidth in class AbstractEditor
setWidth
public void setWidth(String width)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.