public class UIEvent extends AbstractUIEvent
component.stg with class
EventTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmation()
Text to use as confirmation message.
|
ClientBehaviors |
getEvent()
The name of the event.
|
String |
getFamily() |
String |
getLink()
Link to an arbitrary URL, either an internal link or an external link.
|
String |
getTarget()
Name of a frame where the resource retrieved via this hyperlink is to be
displayed.
|
boolean |
isOmit()
Flag indicating that the action of this element, will not be executed from client side
(e. g. when the user clicks a button.
|
boolean |
isTransition()
Specify, if the command calls an JSF-Action.
|
void |
setConfirmation(String confirmation) |
void |
setEvent(ClientBehaviors event) |
void |
setLink(String link) |
void |
setOmit(boolean omit) |
void |
setTarget(String target) |
void |
setTransition(boolean transition) |
isDisabled, isRendered, processDecodes, processEvent, queueEvent, setDisabledaddActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueaddClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UICommandpublic String getLink()
getLink in class AbstractUICommandBasepublic void setLink(String link)
public String getConfirmation()
getConfirmation in class AbstractUICommandBasepublic void setConfirmation(String confirmation)
public ClientBehaviors getEvent()
getEvent in class AbstractUIEventpublic void setEvent(ClientBehaviors event)
public boolean isOmit()
falseisOmit in class AbstractUICommandBasepublic void setOmit(boolean omit)
setOmit in class AbstractUICommandBasepublic boolean isTransition()
trueisTransition in class AbstractUICommandBasepublic void setTransition(boolean transition)
public String getTarget()
getTarget in class AbstractUICommandBasepublic void setTarget(String target)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.