public class HtmlCommandScript extends UICommand
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlCommandScript.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
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 and Description |
---|
HtmlCommandScript() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultEventName() |
String |
getExecute() |
String |
getFamily() |
String |
getName() |
String |
getOnerror() |
String |
getOnevent() |
String |
getRender() |
Boolean |
getResetValues() |
boolean |
isAutorun() |
void |
setAutorun(boolean autorun) |
void |
setExecute(String execute) |
void |
setName(String name) |
void |
setOnerror(String onerror) |
void |
setOnevent(String onevent) |
void |
setRender(String render) |
void |
setResetValues(Boolean resetValues) |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
addClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public String getDefaultEventName()
getDefaultEventName
in class UIComponentBase
public boolean isAutorun()
public void setAutorun(boolean autorun)
public String getExecute()
public void setExecute(String execute)
public String getName()
public void setName(String name)
public String getOnerror()
public void setOnerror(String onerror)
public String getOnevent()
public void setOnevent(String onevent)
public String getRender()
public void setRender(String render)
public Boolean getResetValues()
public void setResetValues(Boolean resetValues)
Copyright © 2021 The Apache Software Foundation. All rights reserved.