public class Inplace extends InplaceBase
InplaceBase.PropertyKeys| Modifier and Type | Field and Description | 
|---|---|
| static String | CANCEL_BUTTON_CLASS | 
| static String | COMPONENT_TYPE | 
| static String | CONTAINER_CLASS | 
| static String | CONTENT_CLASS | 
| static String | DISABLED_DISPLAY_CLASS | 
| static String | DISPLAY_CLASS | 
| static String | DISPLAY_INLINE | 
| static String | DISPLAY_NONE | 
| static String | EDITOR_CLASS | 
| static String | SAVE_BUTTON_CLASS | 
COMPONENT_FAMILY, DEFAULT_RENDERER| Constructor and Description | 
|---|
| Inplace() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Class<? extends javax.faces.event.BehaviorEvent>> | getBehaviorEventMapping() | 
| Collection<String> | getEventNames() | 
| boolean | isValid() | 
| void | processDecodes(javax.faces.context.FacesContext context) | 
| void | processUpdates(javax.faces.context.FacesContext context) | 
| void | processValidators(javax.faces.context.FacesContext context) | 
getCancelLabel, getEffect, getEffectSpeed, getEmptyLabel, getEvent, getFamily, getLabel, getSaveLabel, getStyle, getStyleClass, getWidgetVar, isDisabled, isEditor, isToggleable, setCancelLabel, setDisabled, setEditor, setEffect, setEffectSpeed, setEmptyLabel, setEvent, setLabel, setSaveLabel, setStyle, setStyleClass, setToggleable, setWidgetVaraddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveWidgetVar, resolveWidgetVarpublic static final String COMPONENT_TYPE
public static final String CONTAINER_CLASS
public static final String DISPLAY_CLASS
public static final String DISABLED_DISPLAY_CLASS
public static final String CONTENT_CLASS
public static final String EDITOR_CLASS
public static final String SAVE_BUTTON_CLASS
public static final String CANCEL_BUTTON_CLASS
public static final String DISPLAY_INLINE
public static final String DISPLAY_NONE
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic boolean isValid()
Copyright © 2020. All rights reserved.