public abstract class AbstractKeyCodeAction
extends javax.faces.component.UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PROPERTY_RENDERED |
| Constructor and Description |
|---|
AbstractKeyCodeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeEnd(javax.faces.context.FacesContext context) |
String |
getFamily() |
abstract String |
getFormActionMarker() |
abstract String |
getListeningKeyCode() |
boolean |
isRendered() |
void |
setRendered(boolean rendered) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeprotected static final String PROPERTY_RENDERED
public abstract String getListeningKeyCode()
public abstract String getFormActionMarker()
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic boolean isRendered()
isRendered in class javax.faces.component.UIComponentBasepublic void setRendered(boolean rendered)
setRendered in class javax.faces.component.UIComponentBasepublic void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionCopyright © 2018. All rights reserved.