org.jboss.seam.ui.component
public abstract class UILink extends UISeamCommandBase
| Constructor and Description |
|---|
UILink() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getConversationName() |
abstract String |
getFragment() |
abstract String |
getImage() |
abstract String |
getOutcome() |
abstract String |
getPageflow() |
abstract String |
getPropagation() |
abstract String |
getStyle() |
abstract String |
getStyleClass() |
abstract Object |
getTaskInstance() |
abstract String |
getView() |
abstract boolean |
isDisabled() |
abstract boolean |
isIncludePageParams() |
abstract void |
setDisabled(boolean disabled) |
abstract void |
setStyle(String style) |
abstract void |
setStyleClass(String styleClass) |
addActionListener, 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, isRendered, 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 getStyleClass()
public abstract void setStyleClass(String styleClass)
public abstract String getStyle()
public abstract void setStyle(String style)
public abstract boolean isDisabled()
public abstract void setDisabled(boolean disabled)
public abstract String getView()
getView in class UISeamCommandBasepublic abstract String getPageflow()
getPageflow in class UISeamCommandBasepublic abstract String getPropagation()
getPropagation in class UISeamCommandBasepublic abstract String getFragment()
getFragment in class UISeamCommandBasepublic abstract String getOutcome()
public abstract String getImage()
public abstract Object getTaskInstance()
public abstract String getConversationName()
getConversationName in class UISeamCommandBasepublic abstract boolean isIncludePageParams()
isIncludePageParams in class UISeamCommandBaseCopyright © 2015 Seam Framework. All Rights Reserved.