Seam UI JSF2 support 2.3.0.Final-redhat-1

org.jboss.seam.ui.component.html
Class HtmlButton

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.UIButton
                      extended by org.jboss.seam.ui.component.html.HtmlButton
All Implemented Interfaces:
EventListener, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder

@Generated(value={"RichFaces CDK","4.2.3.Final-redhat-1"})
public class HtmlButton
extends UIButton
implements javax.faces.component.behavior.ClientBehaviorHolder

A link that supports invocation of an action with control over conversation propagation


Nested Class Summary
protected static class HtmlButton.Properties
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Constructor Summary
HtmlButton()
           
 
Method Summary
 String getAccesskey()
           
 javax.el.MethodExpression getActionExpression()
           
 javax.faces.el.MethodBinding getActionListener()
           
 String getConversationName()
           
 String getDefaultEventName()
           
 String getDir()
           
 Collection<String> getEventNames()
           
 String getFamily()
           
 String getFragment()
           
 String getImage()
           
 String getLang()
           
 String getOnclick()
           
 String getOndblclick()
           
 String getOnkeydown()
           
 String getOnkeypress()
           
 String getOnkeyup()
           
 String getOnmousedown()
           
 String getOnmousemove()
           
 String getOnmouseout()
           
 String getOnmouseover()
           
 String getOnmouseup()
           
 String getOutcome()
           
 String getPageflow()
           
 String getPropagation()
           
 String getStyle()
           
 String getStyleClass()
           
 Object getTaskInstance()
           
 String getType()
           
 String getView()
           
 boolean isDisabled()
           
 boolean isImmediate()
           
 boolean isIncludePageParams()
           
 void setAccesskey(String accesskey)
           
 void setActionExpression(javax.el.MethodExpression actionExpression)
           
 void setActionListener(javax.faces.el.MethodBinding actionListener)
           
 void setConversationName(String conversationName)
           
 void setDir(String dir)
           
 void setDisabled(boolean disabled)
           
 void setFragment(String fragment)
           
 void setImage(String image)
           
 void setImmediate(boolean immediate)
           
 void setIncludePageParams(boolean includePageParams)
           
 void setLang(String lang)
           
 void setOnclick(String onclick)
           
 void setOndblclick(String ondblclick)
           
 void setOnkeydown(String onkeydown)
           
 void setOnkeypress(String onkeypress)
           
 void setOnkeyup(String onkeyup)
           
 void setOnmousedown(String onmousedown)
           
 void setOnmousemove(String onmousemove)
           
 void setOnmouseout(String onmouseout)
           
 void setOnmouseover(String onmouseover)
           
 void setOnmouseup(String onmouseup)
           
 void setOutcome(String outcome)
           
 void setPageflow(String pageflow)
           
 void setPropagation(String propagation)
           
 void setStyle(String style)
           
 void setStyleClass(String styleClass)
           
 void setTaskInstance(Object taskInstance)
           
 void setType(String type)
           
 void setView(String view)
           
 
Methods inherited from class org.jboss.seam.ui.component.UISeamCommandBase
addActionListener, getAction, getActionListeners, getParentUIData, getSelection, getUrl, removeActionListener, setAction
 
Methods inherited from class javax.faces.component.UIOutput
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, 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
 
Methods inherited from class javax.faces.component.UIComponent
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
 
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.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

HtmlButton

public HtmlButton()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIOutput

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

getAccesskey

public String getAccesskey()

setAccesskey

public void setAccesskey(String accesskey)

getActionExpression

public javax.el.MethodExpression getActionExpression()
Specified by:
getActionExpression in interface javax.faces.component.ActionSource2

setActionExpression

public void setActionExpression(javax.el.MethodExpression actionExpression)
Specified by:
setActionExpression in interface javax.faces.component.ActionSource2

getActionListener

public javax.faces.el.MethodBinding getActionListener()
Specified by:
getActionListener in interface javax.faces.component.ActionSource

setActionListener

public void setActionListener(javax.faces.el.MethodBinding actionListener)
Specified by:
setActionListener in interface javax.faces.component.ActionSource

getConversationName

public String getConversationName()
Specified by:
getConversationName in class UISeamCommandBase

setConversationName

public void setConversationName(String conversationName)
Specified by:
setConversationName in class UISeamCommandBase

getDir

public String getDir()

setDir

public void setDir(String dir)

isDisabled

public boolean isDisabled()
Specified by:
isDisabled in class UIButton

setDisabled

public void setDisabled(boolean disabled)

getFragment

public String getFragment()
Specified by:
getFragment in class UISeamCommandBase

setFragment

public void setFragment(String fragment)
Specified by:
setFragment in class UISeamCommandBase

getImage

public String getImage()
Specified by:
getImage in class UIButton

setImage

public void setImage(String image)

isImmediate

public boolean isImmediate()
Specified by:
isImmediate in interface javax.faces.component.ActionSource

setImmediate

public void setImmediate(boolean immediate)
Specified by:
setImmediate in interface javax.faces.component.ActionSource

isIncludePageParams

public boolean isIncludePageParams()
Specified by:
isIncludePageParams in class UISeamCommandBase

setIncludePageParams

public void setIncludePageParams(boolean includePageParams)
Specified by:
setIncludePageParams in class UISeamCommandBase

getLang

public String getLang()

setLang

public void setLang(String lang)

getOnclick

public String getOnclick()
Specified by:
getOnclick in class UIButton

setOnclick

public void setOnclick(String onclick)

getOndblclick

public String getOndblclick()

setOndblclick

public void setOndblclick(String ondblclick)

getOnkeydown

public String getOnkeydown()

setOnkeydown

public void setOnkeydown(String onkeydown)

getOnkeypress

public String getOnkeypress()

setOnkeypress

public void setOnkeypress(String onkeypress)

getOnkeyup

public String getOnkeyup()

setOnkeyup

public void setOnkeyup(String onkeyup)

getOnmousedown

public String getOnmousedown()

setOnmousedown

public void setOnmousedown(String onmousedown)

getOnmousemove

public String getOnmousemove()

setOnmousemove

public void setOnmousemove(String onmousemove)

getOnmouseout

public String getOnmouseout()

setOnmouseout

public void setOnmouseout(String onmouseout)

getOnmouseover

public String getOnmouseover()

setOnmouseover

public void setOnmouseover(String onmouseover)

getOnmouseup

public String getOnmouseup()

setOnmouseup

public void setOnmouseup(String onmouseup)

getOutcome

public String getOutcome()

setOutcome

public void setOutcome(String outcome)

getPageflow

public String getPageflow()
Specified by:
getPageflow in class UISeamCommandBase

setPageflow

public void setPageflow(String pageflow)
Specified by:
setPageflow in class UISeamCommandBase

getPropagation

public String getPropagation()
Specified by:
getPropagation in class UISeamCommandBase

setPropagation

public void setPropagation(String propagation)
Specified by:
setPropagation in class UISeamCommandBase

getStyle

public String getStyle()
Specified by:
getStyle in class UIButton

setStyle

public void setStyle(String style)

getStyleClass

public String getStyleClass()
Specified by:
getStyleClass in class UIButton

setStyleClass

public void setStyleClass(String styleClass)

getTaskInstance

public Object getTaskInstance()

setTaskInstance

public void setTaskInstance(Object taskInstance)

getType

public String getType()

setType

public void setType(String type)

getView

public String getView()
Specified by:
getView in class UISeamCommandBase

setView

public void setView(String view)
Specified by:
setView in class UISeamCommandBase

Seam UI JSF2 support 2.3.0.Final-redhat-1

Copyright © 2012 Seam Framework. All Rights Reserved.