public abstract class InplaceBase extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
InplaceBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
InplaceBase() |
Modifier and Type | Method and Description |
---|---|
String |
getCancelLabel() |
String |
getEffect() |
String |
getEffectSpeed() |
String |
getEmptyLabel() |
String |
getEvent() |
String |
getFamily() |
String |
getLabel() |
String |
getSaveLabel() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isDisabled() |
boolean |
isEditor() |
boolean |
isToggleable() |
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, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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
resolveWidgetVar, resolveWidgetVar
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getBehaviorEventMapping
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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)
Copyright © 2020. All rights reserved.