Class AbstractUIEvent
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- javax.faces.component.UICommand
-
- org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
-
- org.apache.myfaces.tobago.internal.component.AbstractUIEvent
-
- All Implemented Interfaces:
EventListener
,javax.faces.component.ActionSource
,javax.faces.component.ActionSource2
,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
- Direct Known Subclasses:
UIEvent
public abstract class AbstractUIEvent extends AbstractUICommandBase implements javax.faces.component.behavior.ClientBehaviorHolder
-
-
Constructor Summary
Constructors Constructor Description AbstractUIEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ClientBehaviors
getEvent()
abstract void
setEvent(ClientBehaviors event)
-
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
getConfirmation, getFragment, getLink, getOutcome, getTarget, isDisabled, isOmit, isRendered, isTransition, processDecodes, processEvent, queueEvent, setDisabled, setOmit
-
Methods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
-
Methods inherited from class javax.faces.component.UIComponent
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
-
-
-
-
Method Detail
-
getEvent
public abstract ClientBehaviors getEvent()
-
setEvent
public abstract void setEvent(ClientBehaviors event)
-
-