org.jboss.seam.ui.component
public abstract class UISeamCommandBase extends javax.faces.component.UIOutput implements javax.faces.component.ActionSource2
Constructor and Description |
---|
UISeamCommandBase() |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(javax.faces.event.ActionListener listener) |
javax.faces.el.MethodBinding |
getAction()
Deprecated.
|
javax.faces.event.ActionListener[] |
getActionListeners() |
abstract String |
getConversationName() |
abstract String |
getFragment() |
abstract String |
getPageflow() |
javax.faces.component.UIData |
getParentUIData() |
abstract String |
getPropagation() |
UISelection |
getSelection() |
String |
getUrl() |
abstract String |
getView() |
abstract boolean |
isIncludePageParams() |
void |
removeActionListener(javax.faces.event.ActionListener listener) |
void |
setAction(javax.faces.el.MethodBinding methodBinding)
Deprecated.
|
abstract void |
setConversationName(String name) |
abstract void |
setFragment(String fragment) |
abstract void |
setIncludePageParams(boolean value) |
abstract void |
setPageflow(String pageflow) |
abstract void |
setPropagation(String propagtion) |
abstract void |
setView(String view) |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract String getView()
public String getUrl() throws UnsupportedEncodingException
UnsupportedEncodingException
public abstract void setView(String view)
public abstract String getPropagation()
public abstract void setPropagation(String propagtion)
public abstract String getPageflow()
public abstract void setPageflow(String pageflow)
public abstract String getFragment()
public abstract void setFragment(String fragment)
public abstract void setConversationName(String name)
public abstract String getConversationName()
public abstract void setIncludePageParams(boolean value)
public abstract boolean isIncludePageParams()
public UISelection getSelection()
public javax.faces.component.UIData getParentUIData()
public void removeActionListener(javax.faces.event.ActionListener listener)
removeActionListener
in interface javax.faces.component.ActionSource
public javax.faces.event.ActionListener[] getActionListeners()
getActionListeners
in interface javax.faces.component.ActionSource
public void addActionListener(javax.faces.event.ActionListener listener)
addActionListener
in interface javax.faces.component.ActionSource
@Deprecated public void setAction(javax.faces.el.MethodBinding methodBinding)
setAction
in interface javax.faces.component.ActionSource
@Deprecated public javax.faces.el.MethodBinding getAction()
getAction
in interface javax.faces.component.ActionSource
Copyright © 2015 Seam Framework. All Rights Reserved.