org.jboss.seam.ui.component
Class UILink

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
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.StateHolder, javax.faces.component.ValueHolder
Direct Known Subclasses:
HtmlLink, UIDownload

public abstract class UILink
extends UISeamCommandBase

JSF component class


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UILink()
           
 
Method Summary
abstract  String getStyle()
           
abstract  String getStyleClass()
           
abstract  boolean isDisabled()
           
abstract  void setDisabled(boolean disabled)
           
abstract  void setStyle(String style)
           
abstract  void setStyleClass(String styleClass)
           
 
Methods inherited from class org.jboss.seam.ui.component.UISeamCommandBase
addActionListener, getAction, getActionListeners, getConversationName, getFragment, getPageflow, getParentUIData, getPropagation, getSelection, getUrl, getView, isIncludePageParams, removeActionListener, setAction, setConversationName, setFragment, setIncludePageParams, setPageflow, setPropagation, setView
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, 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
 
Methods inherited from interface javax.faces.component.ActionSource2
getActionExpression, setActionExpression
 
Methods inherited from interface javax.faces.component.ActionSource
getActionListener, isImmediate, setActionListener, setImmediate
 

Constructor Detail

UILink

public UILink()
Method Detail

getStyleClass

public abstract String getStyleClass()

setStyleClass

public abstract void setStyleClass(String styleClass)

getStyle

public abstract String getStyle()

setStyle

public abstract void setStyle(String style)

isDisabled

public abstract boolean isDisabled()

setDisabled

public abstract void setDisabled(boolean disabled)


Copyright © 2011 Seam Framework. All Rights Reserved.