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, setDisabled
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
addClientBehavior, 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, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UICommand
public String getLink()
getLink
in class AbstractUICommandBase
public void setLink(String link)
public String getConfirmation()
getConfirmation
in class AbstractUICommandBase
public void setConfirmation(String confirmation)
public ClientBehaviors getEvent()
getEvent
in class AbstractUIEvent
public void setEvent(ClientBehaviors event)
public boolean isOmit()
false
isOmit
in class AbstractUICommandBase
public void setOmit(boolean omit)
setOmit
in class AbstractUICommandBase
public boolean isTransition()
true
isTransition
in class AbstractUICommandBase
public void setTransition(boolean transition)
public String getTarget()
getTarget
in class AbstractUICommandBase
public void setTarget(String target)
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.