public class Inplace extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
protected static class |
Inplace.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
Inplace() |
Modifier and Type | Method and Description |
---|---|
String |
getCancelLabel() |
String |
getEffect() |
String |
getEffectSpeed() |
String |
getEmptyLabel() |
String |
getEvent() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLabel() |
String |
getSaveLabel() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isDisabled() |
boolean |
isEditor() |
boolean |
isToggleable() |
boolean |
isValid() |
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) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, 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 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 String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getLabel()
public void setLabel(String _label)
public String getEmptyLabel()
public void setEmptyLabel(String _emptyLabel)
public String getEffect()
public void setEffect(String _effect)
public String getEffectSpeed()
public void setEffectSpeed(String _effectSpeed)
public boolean isDisabled()
public void setDisabled(boolean _disabled)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public boolean isEditor()
public void setEditor(boolean _editor)
public String getSaveLabel()
public void setSaveLabel(String _saveLabel)
public String getCancelLabel()
public void setCancelLabel(String _cancelLabel)
public String getEvent()
public void setEvent(String _event)
public boolean isToggleable()
public void setToggleable(boolean _toggleable)
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public boolean isValid()
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.