|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentTag
org.jboss.seam.ui.util.cdk.UIComponentTagBase
org.jboss.seam.ui.taglib.ButtonTag
public class ButtonTag
Field Summary |
---|
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase |
---|
bodyContent, pageContext, UNIQUE_ID_PREFIX |
Fields inherited from class javax.faces.webapp.UIComponentTagBase |
---|
log |
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(java.lang.String __accesskey)
This attribute assigns an access key to an element. |
void |
setAction(java.lang.String __action)
MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, 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 |
setActionExpression(java.lang.String __actionExpression)
actionExpression Setter for actionExpression |
void |
setActionListener(java.lang.String __actionListener)
MethodBinding pointing at method accepting an ActionEvent with return type void Setter for actionListener |
void |
setAlt(java.lang.String __alt)
For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text. |
void |
setConversationName(java.lang.String __conversationName)
The name of the conversation for natural conversations Setter for conversationName |
void |
setDir(java.lang.String __dir)
Direction indication for text that does not inherit directionality. |
void |
setDisabled(java.lang.String __disabled)
When set for a form control, this boolean attribute disables the control for user input Setter for disabled |
void |
setFragment(java.lang.String __fragment)
the fragment identifier to link to. |
void |
setImage(java.lang.String __image)
image Setter for image |
void |
setImmediate(java.lang.String __immediate)
True means, that the default ActionListener should be executed immediately (i.e. |
void |
setLang(java.lang.String __lang)
Code describing the language used in the generated markup for this component Setter for lang |
void |
setOnclick(java.lang.String __onclick)
HTML: a script expression; a pointer button is clicked Setter for onclick |
void |
setOndblclick(java.lang.String __ondblclick)
HTML: a script expression; a pointer button is double-clicked Setter for ondblclick |
void |
setOnkeydown(java.lang.String __onkeydown)
HTML: a script expression; a key is pressed down Setter for onkeydown |
void |
setOnkeypress(java.lang.String __onkeypress)
HTML: a script expression; a key is pressed and released Setter for onkeypress |
void |
setOnkeyup(java.lang.String __onkeyup)
HTML: a script expression; a key is released Setter for onkeyup |
void |
setOnmousedown(java.lang.String __onmousedown)
HTML: script expression; a pointer button is pressed down Setter for onmousedown |
void |
setOnmousemove(java.lang.String __onmousemove)
HTML: a script expression; a pointer is moved within Setter for onmousemove |
void |
setOnmouseout(java.lang.String __onmouseout)
HTML: a script expression; a pointer is moved away Setter for onmouseout |
void |
setOnmouseover(java.lang.String __onmouseover)
HTML: a script expression; a pointer is moved onto Setter for onmouseover |
void |
setOnmouseup(java.lang.String __onmouseup)
HTML: script expression; a pointer button is released Setter for onmouseup |
void |
setOutcome(java.lang.String __outcome)
$prop.description Setter for outcome |
void |
setPageflow(java.lang.String __pageflow)
a pageflow definition to begin. |
void |
setPropagation(java.lang.String __propagation)
determines the conversation propagation style: begin, join, nest, none or end. |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setSize(java.lang.String __size)
This attribute tells the user agent the initial width of the control. |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setTabindex(java.lang.String __tabindex)
This attribute specifies the position of the current element in the tabbing order for the current document. |
void |
setTaskInstance(java.lang.String __taskInstance)
Specify the task to operate on (e.g. |
void |
setTitle(java.lang.String __title)
Advisory title information about markup elements generated for this component Setter for title |
void |
setType(java.lang.String __type)
submit|reset|image|button This attribute specifies a type of control to create. |
void |
setView(java.lang.String __view)
the JSF view id to link to. |
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentTagBase |
---|
setActionListenerProperty, setActionProperty, setBooleanProperty, setCharterProperty, setConverter, setConverterProperty, setDoubleProperty, setFloatProperty, setIntegerProperty, setLongProperty, setStringProperty, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty, setValueProperty |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, 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 javax.faces.webapp.UIComponentTagBase |
---|
getELContext |
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 |
---|
public ButtonTag()
Method Detail |
---|
public void setAccesskey(java.lang.String __accesskey)
accesskey
- - new valuepublic void setAction(java.lang.String __action)
action
- - new valuepublic void setActionExpression(java.lang.String __actionExpression)
actionExpression
- - new valuepublic void setActionListener(java.lang.String __actionListener)
actionListener
- - new valuepublic void setAlt(java.lang.String __alt)
alt
- - new valuepublic void setConversationName(java.lang.String __conversationName)
conversationName
- - new valuepublic void setDir(java.lang.String __dir)
dir
- - new valuepublic void setDisabled(java.lang.String __disabled)
disabled
- - new valuepublic void setFragment(java.lang.String __fragment)
fragment
- - new valuepublic void setImage(java.lang.String __image)
image
- - new valuepublic void setImmediate(java.lang.String __immediate)
immediate
- - new valuepublic void setLang(java.lang.String __lang)
lang
- - new valuepublic void setOnclick(java.lang.String __onclick)
onclick
- - new valuepublic void setOndblclick(java.lang.String __ondblclick)
ondblclick
- - new valuepublic void setOnkeydown(java.lang.String __onkeydown)
onkeydown
- - new valuepublic void setOnkeypress(java.lang.String __onkeypress)
onkeypress
- - new valuepublic void setOnkeyup(java.lang.String __onkeyup)
onkeyup
- - new valuepublic void setOnmousedown(java.lang.String __onmousedown)
onmousedown
- - new valuepublic void setOnmousemove(java.lang.String __onmousemove)
onmousemove
- - new valuepublic void setOnmouseout(java.lang.String __onmouseout)
onmouseout
- - new valuepublic void setOnmouseover(java.lang.String __onmouseover)
onmouseover
- - new valuepublic void setOnmouseup(java.lang.String __onmouseup)
onmouseup
- - new valuepublic void setOutcome(java.lang.String __outcome)
outcome
- - new valuepublic void setPageflow(java.lang.String __pageflow)
pageflow
- - new valuepublic void setPropagation(java.lang.String __propagation)
propagation
- - new valuepublic void setSize(java.lang.String __size)
size
- - new valuepublic void setStyle(java.lang.String __style)
style
- - new valuepublic void setStyleClass(java.lang.String __styleClass)
styleClass
- - new valuepublic void setTabindex(java.lang.String __tabindex)
tabindex
- - new valuepublic void setTaskInstance(java.lang.String __taskInstance)
taskInstance
- - new valuepublic void setTitle(java.lang.String __title)
title
- - new valuepublic void setType(java.lang.String __type)
type
- - new valuepublic void setView(java.lang.String __view)
view
- - new valuepublic void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class UIComponentTagBase
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class UIComponentTagBase
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTagBase
public java.lang.String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTagBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |