org.jboss.seam.ui.component
public abstract class UIButton extends UISeamCommandBase
| Constructor and Description |
|---|
UIButton() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getConversationName() |
abstract String |
getFragment() |
abstract String |
getImage() |
abstract String |
getOnclick() |
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() |
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 String getStyle()
public abstract boolean isDisabled()
public abstract String getOnclick()
public abstract String getImage()
public abstract boolean isIncludePageParams()
isIncludePageParams in class UISeamCommandBasepublic abstract String getConversationName()
getConversationName in class UISeamCommandBasepublic abstract Object getTaskInstance()
public abstract String getOutcome()
public abstract String getFragment()
getFragment in class UISeamCommandBasepublic abstract String getPropagation()
getPropagation in class UISeamCommandBasepublic abstract String getPageflow()
getPageflow in class UISeamCommandBasepublic abstract String getView()
getView in class UISeamCommandBaseCopyright © 2015 Seam Framework. All Rights Reserved.