org.jboss.seam.ui.component.html
Class HtmlDownload
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.jboss.seam.ui.component.UISeamCommandBase
org.jboss.seam.ui.component.UILink
org.jboss.seam.ui.component.UIDownload
org.jboss.seam.ui.component.html.HtmlDownload
- All Implemented Interfaces:
- javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.StateHolder, javax.faces.component.ValueHolder
public class HtmlDownload
- extends UIDownload
| Fields inherited from class javax.faces.component.UIComponent |
bindings |
| Methods inherited from class javax.faces.component.UIOutput |
getConverter, getLocalValue, getValue, 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 |
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
HtmlDownload
public HtmlDownload()
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 java.lang.String getConversationName()
- Specified by:
getConversationName in class UISeamCommandBase
setConversationName
public void setConversationName(java.lang.String _conversationName)
- Specified by:
setConversationName in class UISeamCommandBase
isDisabled
public boolean isDisabled()
- Specified by:
isDisabled in class UILink
setDisabled
public void setDisabled(boolean _disabled)
- Specified by:
setDisabled in class UILink
getFragment
public java.lang.String getFragment()
- Specified by:
getFragment in class UISeamCommandBase
setFragment
public void setFragment(java.lang.String _fragment)
- Specified by:
setFragment in class UISeamCommandBase
isImmediate
public boolean isImmediate()
setImmediate
public void setImmediate(boolean _immediate)
isIncludePageParams
public boolean isIncludePageParams()
- Specified by:
isIncludePageParams in class UISeamCommandBase
setIncludePageParams
public void setIncludePageParams(boolean _includePageParams)
- Specified by:
setIncludePageParams in class UISeamCommandBase
getPageflow
public java.lang.String getPageflow()
- Specified by:
getPageflow in class UISeamCommandBase
setPageflow
public void setPageflow(java.lang.String _pageflow)
- Specified by:
setPageflow in class UISeamCommandBase
getPropagation
public java.lang.String getPropagation()
- Specified by:
getPropagation in class UISeamCommandBase
setPropagation
public void setPropagation(java.lang.String _propagation)
- Specified by:
setPropagation in class UISeamCommandBase
getSrc
public java.lang.String getSrc()
- Specified by:
getSrc in class UIDownload
setSrc
public void setSrc(java.lang.String _src)
- Specified by:
setSrc in class UIDownload
getStyle
public java.lang.String getStyle()
- Specified by:
getStyle in class UILink
setStyle
public void setStyle(java.lang.String _style)
- Specified by:
setStyle in class UILink
getStyleClass
public java.lang.String getStyleClass()
- Specified by:
getStyleClass in class UILink
setStyleClass
public void setStyleClass(java.lang.String _styleClass)
- Specified by:
setStyleClass in class UILink
getView
public java.lang.String getView()
- Specified by:
getView in class UISeamCommandBase
setView
public void setView(java.lang.String _view)
- Specified by:
setView in class UISeamCommandBase
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily in class javax.faces.component.UIOutput
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState in interface javax.faces.component.StateHolder- Overrides:
saveState in class javax.faces.component.UIOutput
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState in interface javax.faces.component.StateHolder- Overrides:
restoreState in class javax.faces.component.UIOutput
Copyright © 2011 Seam Framework. All Rights Reserved.