org.jboss.seam.ui.taglib
Class ButtonTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentELTag
              extended by org.jboss.seam.ui.util.cdk.UIComponentELTagBase
                  extended by org.jboss.seam.ui.util.cdk.UIComponentTagBase
                      extended by org.jboss.seam.ui.taglib.ButtonTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspIdConsumer, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ButtonTag
extends UIComponentTagBase


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
ButtonTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setAccesskey(javax.el.ValueExpression __accesskey)
          This attribute assigns an access key to an element.
 void setAction(javax.el.MethodExpression __action)
          MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by you, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property Setter for action
 void setActionListener(javax.el.MethodExpression __actionListener)
          MethodBinding pointing at method accepting an ActionEvent with return type void Setter for actionListener
 void setAlt(javax.el.ValueExpression __alt)
          For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text.
 void setConversationName(javax.el.ValueExpression __conversationName)
          The name of the conversation for natural conversations Setter for conversationName
 void setConverter(javax.el.ValueExpression __converter)
          Id of Converter to be used or reference to a Converter Setter for converter
 void setDir(javax.el.ValueExpression __dir)
          Direction indication for text that does not inherit directionality.
 void setDisabled(javax.el.ValueExpression __disabled)
          When set for a form control, this boolean attribute disables the control for your input Setter for disabled
 void setFragment(javax.el.ValueExpression __fragment)
          the fragment identifier to link to.
 void setImage(javax.el.ValueExpression __image)
          image Setter for image
 void setImmediate(javax.el.ValueExpression __immediate)
          True means, that the default ActionListener should be executed immediately (i.e.
 void setIncludePageParams(javax.el.ValueExpression __includePageParams)
          Include page parameters defined in pages.xml when rendering the button Setter for includePageParams
 void setLang(javax.el.ValueExpression __lang)
          Code describing the language used in the generated markup for this component Setter for lang
 void setOnclick(javax.el.ValueExpression __onclick)
          The client-side script method to be called when the element is clicked Setter for onclick
 void setOndblclick(javax.el.ValueExpression __ondblclick)
          The client-side script method to be called when the element is double-clicked Setter for ondblclick
 void setOnkeydown(javax.el.ValueExpression __onkeydown)
          The client-side script method to be called when a key is pressed down over the element Setter for onkeydown
 void setOnkeypress(javax.el.ValueExpression __onkeypress)
          The client-side script method to be called when a key is pressed over the element and released Setter for onkeypress
 void setOnkeyup(javax.el.ValueExpression __onkeyup)
          The client-side script method to be called when a key is released Setter for onkeyup
 void setOnmousedown(javax.el.ValueExpression __onmousedown)
          The client-side script method to be called when a mouse button is pressed down over the element Setter for onmousedown
 void setOnmousemove(javax.el.ValueExpression __onmousemove)
          The client-side script method to be called when a pointer is moved within the element Setter for onmousemove
 void setOnmouseout(javax.el.ValueExpression __onmouseout)
          The client-side script method to be called when a pointer is moved away from the element Setter for onmouseout
 void setOnmouseover(javax.el.ValueExpression __onmouseover)
          The client-side script method to be called when a pointer is moved onto the element Setter for onmouseover
 void setOnmouseup(javax.el.ValueExpression __onmouseup)
          The client-side script method to be called when a mouse button is released Setter for onmouseup
 void setOutcome(java.lang.String __outcome)
          ${prop.xmlEncodedDescription} Setter for outcome
 void setPageflow(javax.el.ValueExpression __pageflow)
          a pageflow definition to begin.
 void setPropagation(java.lang.String __propagation)
          determines the conversation propagation style: begin, join, nest, none, end or endRoot.
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setSize(javax.el.ValueExpression __size)
          This attribute tells the user agent the initial width of the control.
 void setStyle(javax.el.ValueExpression __style)
          CSS style rules to be applied to the component Setter for style
 void setStyleClass(javax.el.ValueExpression __styleClass)
          Assigns one or more CSS class names to the component.
 void setTabindex(javax.el.ValueExpression __tabindex)
          This attribute specifies the position of the current element in the tabbing order for the current document.
 void setTaskInstance(javax.el.ValueExpression __taskInstance)
          Specify the task to operate on (e.g.
 void setTitle(javax.el.ValueExpression __title)
          Advisory title information about markup elements generated for this component Setter for title
 void setType(javax.el.ValueExpression __type)
          This attribute specifies a type of control to create.
 void setValue(javax.el.ValueExpression __value)
          The current value for this component Setter for value
 void setView(javax.el.ValueExpression __view)
          the JSF view id to link to.
 
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentTagBase
getExpressionFactory, isValueReference, setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanProperty, setDoubleProperty, setDoubleProperty, setFloatProperty, setFloatProperty, setIntegerProperty, setIntegerProperty, setLongProperty, setLongProperty, setProperty, setProperty, setStringProperty, setStringProperty, setValueChangedListenerProperty, setValueProperty, setValueProperty
 
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentELTagBase
setActionListenerProperty, setActionProperty, setConverterProperty, setValidatorProperty, setValueChangeListenerProperty
 
Methods inherited from class javax.faces.webapp.UIComponentELTag
createComponent, getELContext, hasBinding, setBinding, setRendered
 
Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

ButtonTag

public ButtonTag()
Method Detail

setAccesskey

public void setAccesskey(javax.el.ValueExpression __accesskey)
This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey Setter for accesskey

Parameters:
accesskey - - new value

setAction

public void setAction(javax.el.MethodExpression __action)
MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by you, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property Setter for action

Parameters:
action - - new value

setActionListener

public void setActionListener(javax.el.MethodExpression __actionListener)
MethodBinding pointing at method accepting an ActionEvent with return type void Setter for actionListener

Parameters:
actionListener - - new value

setAlt

public void setAlt(javax.el.ValueExpression __alt)
For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language of the alternate text is specified by the lang attribute Setter for alt

Parameters:
alt - - new value

setConversationName

public void setConversationName(javax.el.ValueExpression __conversationName)
The name of the conversation for natural conversations Setter for conversationName

Parameters:
conversationName - - new value

setConverter

public void setConverter(javax.el.ValueExpression __converter)
Id of Converter to be used or reference to a Converter Setter for converter

Parameters:
converter - - new value

setDir

public void setDir(javax.el.ValueExpression __dir)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left) Setter for dir

Parameters:
dir - - new value

setDisabled

public void setDisabled(javax.el.ValueExpression __disabled)
When set for a form control, this boolean attribute disables the control for your input Setter for disabled

Parameters:
disabled - - new value

setFragment

public void setFragment(javax.el.ValueExpression __fragment)
the fragment identifier to link to. Setter for fragment

Parameters:
fragment - - new value

setImage

public void setImage(javax.el.ValueExpression __image)
image Setter for image

Parameters:
image - - new value

setImmediate

public void setImmediate(javax.el.ValueExpression __immediate)
True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase Setter for immediate

Parameters:
immediate - - new value

setIncludePageParams

public void setIncludePageParams(javax.el.ValueExpression __includePageParams)
Include page parameters defined in pages.xml when rendering the button Setter for includePageParams

Parameters:
includePageParams - - new value

setLang

public void setLang(javax.el.ValueExpression __lang)
Code describing the language used in the generated markup for this component Setter for lang

Parameters:
lang - - new value

setOnclick

public void setOnclick(javax.el.ValueExpression __onclick)
The client-side script method to be called when the element is clicked Setter for onclick

Parameters:
onclick - - new value

setOndblclick

public void setOndblclick(javax.el.ValueExpression __ondblclick)
The client-side script method to be called when the element is double-clicked Setter for ondblclick

Parameters:
ondblclick - - new value

setOnkeydown

public void setOnkeydown(javax.el.ValueExpression __onkeydown)
The client-side script method to be called when a key is pressed down over the element Setter for onkeydown

Parameters:
onkeydown - - new value

setOnkeypress

public void setOnkeypress(javax.el.ValueExpression __onkeypress)
The client-side script method to be called when a key is pressed over the element and released Setter for onkeypress

Parameters:
onkeypress - - new value

setOnkeyup

public void setOnkeyup(javax.el.ValueExpression __onkeyup)
The client-side script method to be called when a key is released Setter for onkeyup

Parameters:
onkeyup - - new value

setOnmousedown

public void setOnmousedown(javax.el.ValueExpression __onmousedown)
The client-side script method to be called when a mouse button is pressed down over the element Setter for onmousedown

Parameters:
onmousedown - - new value

setOnmousemove

public void setOnmousemove(javax.el.ValueExpression __onmousemove)
The client-side script method to be called when a pointer is moved within the element Setter for onmousemove

Parameters:
onmousemove - - new value

setOnmouseout

public void setOnmouseout(javax.el.ValueExpression __onmouseout)
The client-side script method to be called when a pointer is moved away from the element Setter for onmouseout

Parameters:
onmouseout - - new value

setOnmouseover

public void setOnmouseover(javax.el.ValueExpression __onmouseover)
The client-side script method to be called when a pointer is moved onto the element Setter for onmouseover

Parameters:
onmouseover - - new value

setOnmouseup

public void setOnmouseup(javax.el.ValueExpression __onmouseup)
The client-side script method to be called when a mouse button is released Setter for onmouseup

Parameters:
onmouseup - - new value

setOutcome

public void setOutcome(java.lang.String __outcome)
${prop.xmlEncodedDescription} Setter for outcome

Parameters:
outcome - - new value

setPageflow

public void setPageflow(javax.el.ValueExpression __pageflow)
a pageflow definition to begin. (This is only useful when propagation="begin" or propagation="join".) Setter for pageflow

Parameters:
pageflow - - new value

setPropagation

public void setPropagation(java.lang.String __propagation)
determines the conversation propagation style: begin, join, nest, none, end or endRoot. Setter for propagation

Parameters:
propagation - - new value

setSize

public void setSize(javax.el.ValueExpression __size)
This attribute tells the user agent the initial width of the control. The width is given in pixels except when type attribute has the value "text" or "password". In that case, its value refers to the (integer) number of characters Setter for size

Parameters:
size - - new value

setStyle

public void setStyle(javax.el.ValueExpression __style)
CSS style rules to be applied to the component Setter for style

Parameters:
style - - new value

setStyleClass

public void setStyleClass(javax.el.ValueExpression __styleClass)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute. Setter for styleClass

Parameters:
styleClass - - new value

setTabindex

public void setTabindex(javax.el.ValueExpression __tabindex)
This attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros Setter for tabindex

Parameters:
tabindex - - new value

setTaskInstance

public void setTaskInstance(javax.el.ValueExpression __taskInstance)
Specify the task to operate on (e.g. for @StartTask) Setter for taskInstance

Parameters:
taskInstance - - new value

setTitle

public void setTitle(javax.el.ValueExpression __title)
Advisory title information about markup elements generated for this component Setter for title

Parameters:
title - - new value

setType

public void setType(javax.el.ValueExpression __type)
This attribute specifies a type of control to create. The possible values are "submit", "reset", "image" and "button". The default value for this attribute is "submit" Setter for type

Parameters:
type - - new value

setValue

public void setValue(javax.el.ValueExpression __value)
The current value for this component Setter for value

Parameters:
value - - new value

setView

public void setView(javax.el.ValueExpression __view)
the JSF view id to link to. Setter for view

Parameters:
view - - new value

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.faces.webapp.UIComponentELTag

setProperties

protected void setProperties(javax.faces.component.UIComponent component)
Overrides:
setProperties in class javax.faces.webapp.UIComponentELTag

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTagBase

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTagBase


Copyright © 2011 Seam Framework. All Rights Reserved.