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:
javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class HtmlButton
extends UIButton


Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
HtmlButton()
           
 
Method Summary
 String getAccesskey()
           
 javax.el.MethodExpression getActionExpression()
           
 javax.faces.el.MethodBinding getActionListener()
           
 String getAlt()
           
 String getConversationName()
           
 String getDir()
           
 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()
           
 int getSize()
           
 String getStyle()
           
 String getStyleClass()
           
 String getTabindex()
           
 Object getTaskInstance()
           
 String getTitle()
           
 String getType()
           
 String getView()
           
 boolean isDisabled()
           
 boolean isImmediate()
           
 boolean isIncludePageParams()
           
 void restoreState(javax.faces.context.FacesContext context, Object state)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setAccesskey(String _accesskey)
           
 void setActionExpression(javax.el.MethodExpression _actionExpression)
           
 void setActionListener(javax.faces.el.MethodBinding _actionListener)
           
 void setAlt(String _alt)
           
 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 setSize(int _size)
           
 void setStyle(String _style)
           
 void setStyleClass(String _styleClass)
           
 void setTabindex(String _tabindex)
           
 void setTaskInstance(Object _taskInstance)
           
 void setTitle(String _title)
           
 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
getConverter, getLocalValue, getValue, 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
 

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

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

HtmlButton

public HtmlButton()
Method Detail

getAccesskey

public String getAccesskey()

setAccesskey

public void setAccesskey(String _accesskey)

getActionExpression

public javax.el.MethodExpression getActionExpression()

setActionExpression

public void setActionExpression(javax.el.MethodExpression _actionExpression)

getActionListener

public javax.faces.el.MethodBinding getActionListener()

setActionListener

public void setActionListener(javax.faces.el.MethodBinding _actionListener)

getAlt

public String getAlt()

setAlt

public void setAlt(String _alt)

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)
Specified by:
setDisabled in class UIButton

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)
Specified by:
setImage in class UIButton

isImmediate

public boolean isImmediate()

setImmediate

public void setImmediate(boolean _immediate)

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)
Specified by:
setOnclick in class UIButton

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

getSize

public int getSize()

setSize

public void setSize(int _size)

getStyle

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

setStyle

public void setStyle(String _style)
Specified by:
setStyle in class UIButton

getStyleClass

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

setStyleClass

public void setStyleClass(String _styleClass)
Specified by:
setStyleClass in class UIButton

getTabindex

public String getTabindex()

setTabindex

public void setTabindex(String _tabindex)

getTaskInstance

public Object getTaskInstance()

setTaskInstance

public void setTaskInstance(Object _taskInstance)

getTitle

public String getTitle()

setTitle

public void setTitle(String _title)

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

getFamily

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

saveState

public Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIOutput

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIOutput


Copyright © 2011 Seam Framework. All Rights Reserved.