|
Seam UI JSF2 support 2.3.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.jboss.seam.ui.component.UISeamCommandBase
public abstract class UISeamCommandBase
Parent of all Seam command like JSF components
| Field Summary |
|---|
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY, COMPONENT_TYPE |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
UISeamCommandBase()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class javax.faces.component.UIOutput |
|---|
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
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 |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.ActionSource2 |
|---|
getActionExpression, setActionExpression |
| Methods inherited from interface javax.faces.component.ActionSource |
|---|
getActionListener, isImmediate, setActionListener, setImmediate |
| Constructor Detail |
|---|
public UISeamCommandBase()
| Method Detail |
|---|
public abstract String getView()
public String getUrl()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic 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.ActionSourcepublic javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourcepublic 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
|
Seam UI JSF2 support 2.3.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||