org.jboss.seam.ui.component
Class UIDownload

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
                  extended by org.jboss.seam.ui.component.UILink
                      extended by org.jboss.seam.ui.component.UIDownload
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public abstract class UIDownload
extends UILink

Author:
Daniel Roth

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
UIDownload()
           
 
Method Summary
abstract  java.lang.String getSrc()
           
abstract  void setSrc(java.lang.String src)
           
 
Methods inherited from class org.jboss.seam.ui.component.UILink
getStyle, getStyleClass, isDisabled, setDisabled, setStyle, setStyleClass
 
Methods inherited from class org.jboss.seam.ui.component.UISeamCommandBase
addActionListener, getAction, getActionListeners, getConversationName, getFragment, getPageflow, getParentUIData, getPropagation, getSelection, getUrl, getView, isIncludePageParams, removeActionListener, setAction, setConversationName, setFragment, setIncludePageParams, setPageflow, setPropagation, setView
 
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, encodeEnd, encodeChildren, findComponent, getAttributes, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getChildCount, getChildren, 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

UIDownload

public UIDownload()
Method Detail

getSrc

public abstract java.lang.String getSrc()

setSrc

public abstract void setSrc(java.lang.String src)


Copyright © 2011 JBoss. All Rights Reserved.