Seam UI JSF2 support 2.3.1.Final-redhat-2

org.jboss.seam.ui.component.html
Class HtmlDownload

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
                          extended by org.jboss.seam.ui.component.html.HtmlDownload
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

@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"})
public class HtmlDownload
extends UIDownload

JSF Component for Link which is able to download a file


Nested Class Summary
protected static class HtmlDownload.Properties
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String 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
HtmlDownload()
           
 
Method Summary
 String getAccesskey()
           
 javax.el.MethodExpression getActionExpression()
           
 javax.faces.el.MethodBinding getActionListener()
           
 String getConversationName()
           
 String getDir()
           
 String getFamily()
           
 String getFragment()
           
 String getImage()
           
 String getLang()
           
 String getOutcome()
           
 String getPageflow()
           
 String getPropagation()
           
 String getSrc()
           
 String getStyle()
           
 String getStyleClass()
           
 String getTaskInstance()
           
 String getTitle()
           
 String getView()
           
 boolean isDisabled()
           
 boolean isImmediate()
           
 boolean isIncludePageParams()
           
 boolean isRendered()
           
 void setAccesskey(String accesskey)
           
 void setActionExpression(javax.el.MethodExpression actionExpression)
           
 void setActionListener(javax.faces.el.MethodBinding actionListener)
           
 void setConversationName(String conversationName)
           
 void setDir(String dir)
           
 void setDisabled(boolean disabled)
           
 void setFragment(String fragment)
           
 void setImage(String image)
           
 void setImmediate(boolean immediate)
           
 void setIncludePageParams(boolean includePageParams)
           
 void setLang(String lang)
           
 void setOutcome(String outcome)
           
 void setPageflow(String pageflow)
           
 void setPropagation(String propagation)
           
 void setRendered(boolean rendered)
           
 void setSrc(String src)
           
 void setStyle(String style)
           
 void setStyleClass(String styleClass)
           
 void setTaskInstance(String taskInstance)
           
 void setTitle(String title)
           
 void setView(String view)
           
 
Methods inherited from class org.jboss.seam.ui.component.UISeamCommandBase
addActionListener, getAction, getActionListeners, getParentUIData, getSelection, getUrl, removeActionListener, setAction
 
Methods inherited from class javax.faces.component.UIOutput
clearInitialState, getConverter, 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, 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
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

HtmlDownload

public HtmlDownload()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIOutput

getAccesskey

public String getAccesskey()

setAccesskey

public void setAccesskey(String accesskey)

getActionExpression

public javax.el.MethodExpression getActionExpression()

setActionExpression

public void setActionExpression(javax.el.MethodExpression actionExpression)

getActionListener

public javax.faces.el.MethodBinding getActionListener()

setActionListener

public void setActionListener(javax.faces.el.MethodBinding actionListener)

getConversationName

public String getConversationName()
Specified by:
getConversationName in class UIDownload

setConversationName

public void setConversationName(String conversationName)
Specified by:
setConversationName in class UISeamCommandBase

getDir

public String getDir()

setDir

public void setDir(String dir)

isDisabled

public boolean isDisabled()
Specified by:
isDisabled in class UIDownload

setDisabled

public void setDisabled(boolean disabled)
Specified by:
setDisabled in class UILink

getFragment

public String getFragment()
Specified by:
getFragment in class UIDownload

setFragment

public void setFragment(String fragment)
Specified by:
setFragment in class UISeamCommandBase

getImage

public String getImage()
Specified by:
getImage in class UILink

setImage

public void setImage(String image)

isImmediate

public boolean isImmediate()

setImmediate

public void setImmediate(boolean immediate)

isIncludePageParams

public boolean isIncludePageParams()
Specified by:
isIncludePageParams in class UIDownload

setIncludePageParams

public void setIncludePageParams(boolean includePageParams)
Specified by:
setIncludePageParams in class UISeamCommandBase

getLang

public String getLang()

setLang

public void setLang(String lang)

getOutcome

public String getOutcome()
Specified by:
getOutcome in class UIDownload

setOutcome

public void setOutcome(String outcome)

getPageflow

public String getPageflow()
Specified by:
getPageflow in class UIDownload

setPageflow

public void setPageflow(String pageflow)
Specified by:
setPageflow in class UISeamCommandBase

getPropagation

public String getPropagation()
Specified by:
getPropagation in class UIDownload

setPropagation

public void setPropagation(String propagation)
Specified by:
setPropagation in class UISeamCommandBase

isRendered

public boolean isRendered()
Specified by:
isRendered in class UIDownload

setRendered

public void setRendered(boolean rendered)
Overrides:
setRendered in class javax.faces.component.UIComponentBase

getSrc

public String getSrc()
Specified by:
getSrc in class UIDownload

setSrc

public void setSrc(String src)
Specified by:
setSrc in class UIDownload

getStyle

public String getStyle()
Specified by:
getStyle in class UILink

setStyle

public void setStyle(String style)
Specified by:
setStyle in class UILink

getStyleClass

public String getStyleClass()
Specified by:
getStyleClass in class UILink

setStyleClass

public void setStyleClass(String styleClass)
Specified by:
setStyleClass in class UILink

getTaskInstance

public String getTaskInstance()
Specified by:
getTaskInstance in class UIDownload

setTaskInstance

public void setTaskInstance(String taskInstance)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getView

public String getView()
Specified by:
getView in class UIDownload

setView

public void setView(String view)
Specified by:
setView in class UISeamCommandBase

Seam UI JSF2 support 2.3.1.Final-redhat-2

Copyright © 2013 Seam Framework. All Rights Reserved.