org.jboss.seam.ui.component
public abstract class UIDownload extends UILink
| Constructor and Description |
|---|
UIDownload() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getImage, getStyle, getStyleClass, setDisabled, setStyle, setStyleClassaddActionListener, getAction, getActionListeners, getParentUIData, getSelection, getUrl, removeActionListener, setAction, setConversationName, setFragment, setIncludePageParams, setPageflow, setPropagation, setViewclearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValueaddClientBehavior, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic abstract String getSrc()
public abstract void setSrc(String src)
public abstract boolean isRendered()
isRendered in class javax.faces.component.UIComponentBasepublic abstract String getPageflow()
getPageflow in class UILinkpublic abstract String getPropagation()
getPropagation in class UILinkpublic abstract String getFragment()
getFragment in class UILinkpublic abstract String getOutcome()
getOutcome in class UILinkpublic abstract boolean isDisabled()
isDisabled in class UILinkpublic abstract String getTaskInstance()
getTaskInstance in class UILinkpublic abstract String getConversationName()
getConversationName in class UILinkpublic abstract boolean isIncludePageParams()
isIncludePageParams in class UILinkCopyright © 2015 Seam Framework. All Rights Reserved.