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, setView
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue
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, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public 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 UISeamCommandBase
public abstract String getPageflow()
getPageflow
in class UISeamCommandBase
public abstract String getPropagation()
getPropagation
in class UISeamCommandBase
public abstract String getFragment()
getFragment
in class UISeamCommandBase
public abstract String getOutcome()
public abstract String getImage()
public abstract Object getTaskInstance()
public abstract String getConversationName()
getConversationName
in class UISeamCommandBase
public abstract boolean isIncludePageParams()
isIncludePageParams
in class UISeamCommandBase
Copyright © 2015 Seam Framework. All Rights Reserved.