Seam UI JSF2 support 2.3.1.Final

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:
EventListener, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder
Direct Known Subclasses:
HtmlDownload

public abstract class UIDownload
extends UILink

JSF Component for Link which is able to download a file

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
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
UIDownload()
           
 
Method Summary
abstract  String getConversationName()
           
abstract  String getFragment()
           
abstract  String getOutcome()
           
abstract  String getPageflow()
           
abstract  String getPropagation()
           
abstract  String getSrc()
           
abstract  String getTaskInstance()
           
abstract  String getView()
           
abstract  boolean isDisabled()
           
abstract  boolean isIncludePageParams()
           
abstract  boolean isRendered()
           
abstract  void setSrc(String src)
           
 
Methods inherited from class org.jboss.seam.ui.component.UILink
getImage, getStyle, getStyleClass, setDisabled, setStyle, setStyleClass
 
Methods inherited from class org.jboss.seam.ui.component.UISeamCommandBase
addActionListener, getAction, getActionListeners, getParentUIData, getSelection, getUrl, removeActionListener, setAction, setConversationName, setFragment, setIncludePageParams, setPageflow, setPropagation, setView
 
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, 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

UIDownload

public UIDownload()
Method Detail

getSrc

public abstract String getSrc()

setSrc

public abstract void setSrc(String src)

isRendered

public abstract boolean isRendered()
Overrides:
isRendered in class javax.faces.component.UIComponentBase

getView

public abstract String getView()
Specified by:
getView in class UILink

getPageflow

public abstract String getPageflow()
Specified by:
getPageflow in class UILink

getPropagation

public abstract String getPropagation()
Specified by:
getPropagation in class UILink

getFragment

public abstract String getFragment()
Specified by:
getFragment in class UILink

getOutcome

public abstract String getOutcome()
Specified by:
getOutcome in class UILink

isDisabled

public abstract boolean isDisabled()
Specified by:
isDisabled in class UILink

getTaskInstance

public abstract String getTaskInstance()
Specified by:
getTaskInstance in class UILink

getConversationName

public abstract String getConversationName()
Specified by:
getConversationName in class UILink

isIncludePageParams

public abstract boolean isIncludePageParams()
Specified by:
isIncludePageParams in class UILink

Seam UI JSF2 support 2.3.1.Final

Copyright © 2013 Seam Framework. All Rights Reserved.