org.primefaces.component.inplace
Class Inplace

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.primefaces.component.inplace.Inplace
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget

public class Inplace
extends javax.faces.component.UIComponentBase
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder


Nested Class Summary
protected static class Inplace.PropertyKeys
           
 
Field Summary
static String CANCEL_BUTTON_CLASS
           
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String CONTAINER_CLASS
           
static String CONTENT_CLASS
           
static String DISABLED_DISPLAY_CLASS
           
static String DISPLAY_CLASS
           
static String EDITOR_CLASS
           
static String SAVE_BUTTON_CLASS
           
 
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
 
Constructor Summary
Inplace()
           
 
Method Summary
 String getCancelLabel()
           
 String getEffect()
           
 String getEffectSpeed()
           
 String getEmptyLabel()
           
 String getEvent()
           
 Collection<String> getEventNames()
           
protected  javax.faces.context.FacesContext getFacesContext()
           
 String getFamily()
           
 String getLabel()
           
 String getSaveLabel()
           
 String getStyle()
           
 String getStyleClass()
           
 String getWidgetVar()
           
 void handleAttribute(String name, Object value)
           
 boolean isDisabled()
           
 boolean isEditor()
           
 boolean isToggleable()
           
 void processDecodes(javax.faces.context.FacesContext context)
           
 void processUpdates(javax.faces.context.FacesContext context)
           
 void processValidators(javax.faces.context.FacesContext context)
           
 String resolveWidgetVar()
           
 void setCancelLabel(String _cancelLabel)
           
 void setDisabled(boolean _disabled)
           
 void setEditor(boolean _editor)
           
 void setEffect(String _effect)
           
 void setEffectSpeed(String _effectSpeed)
           
 void setEmptyLabel(String _emptyLabel)
           
 void setEvent(String _event)
           
 void setLabel(String _label)
           
 void setSaveLabel(String _saveLabel)
           
 void setStyle(String _style)
           
 void setStyleClass(String _styleClass)
           
 void setToggleable(boolean _toggleable)
           
 void setWidgetVar(String _widgetVar)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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, getDefaultEventName
 

Field Detail

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

CONTAINER_CLASS

public static final String CONTAINER_CLASS
See Also:
Constant Field Values

DISPLAY_CLASS

public static final String DISPLAY_CLASS
See Also:
Constant Field Values

DISABLED_DISPLAY_CLASS

public static final String DISABLED_DISPLAY_CLASS
See Also:
Constant Field Values

CONTENT_CLASS

public static final String CONTENT_CLASS
See Also:
Constant Field Values

EDITOR_CLASS

public static final String EDITOR_CLASS
See Also:
Constant Field Values

SAVE_BUTTON_CLASS

public static final String SAVE_BUTTON_CLASS
See Also:
Constant Field Values

CANCEL_BUTTON_CLASS

public static final String CANCEL_BUTTON_CLASS
See Also:
Constant Field Values
Constructor Detail

Inplace

public Inplace()
Method Detail

getFamily

public String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

getWidgetVar

public String getWidgetVar()

setWidgetVar

public void setWidgetVar(String _widgetVar)

getLabel

public String getLabel()

setLabel

public void setLabel(String _label)

getEmptyLabel

public String getEmptyLabel()

setEmptyLabel

public void setEmptyLabel(String _emptyLabel)

getEffect

public String getEffect()

setEffect

public void setEffect(String _effect)

getEffectSpeed

public String getEffectSpeed()

setEffectSpeed

public void setEffectSpeed(String _effectSpeed)

isDisabled

public boolean isDisabled()

setDisabled

public void setDisabled(boolean _disabled)

getStyle

public String getStyle()

setStyle

public void setStyle(String _style)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String _styleClass)

isEditor

public boolean isEditor()

setEditor

public void setEditor(boolean _editor)

getSaveLabel

public String getSaveLabel()

setSaveLabel

public void setSaveLabel(String _saveLabel)

getCancelLabel

public String getCancelLabel()

setCancelLabel

public void setCancelLabel(String _cancelLabel)

getEvent

public String getEvent()

setEvent

public void setEvent(String _event)

isToggleable

public boolean isToggleable()

setToggleable

public void setToggleable(boolean _toggleable)

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

processDecodes

public void processDecodes(javax.faces.context.FacesContext context)
Overrides:
processDecodes in class javax.faces.component.UIComponentBase

processValidators

public void processValidators(javax.faces.context.FacesContext context)
Overrides:
processValidators in class javax.faces.component.UIComponentBase

processUpdates

public void processUpdates(javax.faces.context.FacesContext context)
Overrides:
processUpdates in class javax.faces.component.UIComponentBase

getFacesContext

protected javax.faces.context.FacesContext getFacesContext()
Overrides:
getFacesContext in class javax.faces.component.UIComponentBase

resolveWidgetVar

public String resolveWidgetVar()
Specified by:
resolveWidgetVar in interface Widget

handleAttribute

public void handleAttribute(String name,
                            Object value)


Copyright © 2012. All Rights Reserved.