org.jboss.seam.ui.component
Class UISeamCommandBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.jboss.seam.ui.component.UISeamCommandBase
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.StateHolder, javax.faces.component.ValueHolder
Direct Known Subclasses:
UIButton, UILink

public abstract class UISeamCommandBase
extends javax.faces.component.UIOutput
implements javax.faces.component.ActionSource2


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UISeamCommandBase()
           
 
Method Summary
 void addActionListener(javax.faces.event.ActionListener listener)
           
 javax.faces.el.MethodBinding getAction()
          Deprecated. 
 javax.faces.event.ActionListener[] getActionListeners()
           
abstract  java.lang.String getConversationName()
           
abstract  java.lang.String getFragment()
           
abstract  java.lang.String getPageflow()
           
 javax.faces.component.UIData getParentUIData()
           
abstract  java.lang.String getPropagation()
           
 UISelection getSelection()
           
 java.lang.String getUrl()
           
abstract  java.lang.String getView()
           
 void removeActionListener(javax.faces.event.ActionListener listener)
           
 void setAction(javax.faces.el.MethodBinding methodBinding)
          Deprecated. 
abstract  void setConversationName(java.lang.String name)
           
abstract  void setFragment(java.lang.String fragment)
           
abstract  void setPageflow(java.lang.String pageflow)
           
abstract  void setPropagation(java.lang.String propagtion)
           
abstract  void setView(java.lang.String view)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
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

UISeamCommandBase

public UISeamCommandBase()
Method Detail

getView

public abstract java.lang.String getView()

getUrl

public java.lang.String getUrl()
                        throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

setView

public abstract void setView(java.lang.String view)

getPropagation

public abstract java.lang.String getPropagation()

setPropagation

public abstract void setPropagation(java.lang.String propagtion)

getPageflow

public abstract java.lang.String getPageflow()

setPageflow

public abstract void setPageflow(java.lang.String pageflow)

getFragment

public abstract java.lang.String getFragment()

setFragment

public abstract void setFragment(java.lang.String fragment)

setConversationName

public abstract void setConversationName(java.lang.String name)

getConversationName

public abstract java.lang.String getConversationName()

getSelection

public UISelection getSelection()

getParentUIData

public javax.faces.component.UIData getParentUIData()

removeActionListener

public void removeActionListener(javax.faces.event.ActionListener listener)
Specified by:
removeActionListener in interface javax.faces.component.ActionSource

getActionListeners

public javax.faces.event.ActionListener[] getActionListeners()
Specified by:
getActionListeners in interface javax.faces.component.ActionSource

addActionListener

public void addActionListener(javax.faces.event.ActionListener listener)
Specified by:
addActionListener in interface javax.faces.component.ActionSource

setAction

@Deprecated
public void setAction(javax.faces.el.MethodBinding methodBinding)
Deprecated. 

Specified by:
setAction in interface javax.faces.component.ActionSource

getAction

@Deprecated
public javax.faces.el.MethodBinding getAction()
Deprecated. 

Specified by:
getAction in interface javax.faces.component.ActionSource


Copyright © 2008. All Rights Reserved.