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, 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 String getStyle()
public abstract boolean isDisabled()
public abstract String getOnclick()
public abstract String getImage()
public abstract boolean isIncludePageParams()
isIncludePageParams
in class UISeamCommandBase
public abstract String getConversationName()
getConversationName
in class UISeamCommandBase
public abstract Object getTaskInstance()
public abstract String getOutcome()
public abstract String getFragment()
getFragment
in class UISeamCommandBase
public abstract String getPropagation()
getPropagation
in class UISeamCommandBase
public abstract String getPageflow()
getPageflow
in class UISeamCommandBase
public abstract String getView()
getView
in class UISeamCommandBase
Copyright © 2015 Seam Framework. All Rights Reserved.