com.esri.adf.web.faces.taglib
Class ButtonTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by javax.faces.webapp.UIComponentBodyTag
          extended by com.esri.adf.web.faces.taglib.ButtonTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ButtonTag
extends javax.faces.webapp.UIComponentBodyTag
implements java.io.Serializable

JSF tag for the ButtonControl.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentBodyTag
bodyContent
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
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
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ButtonTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setClientAction(java.lang.String clientAction)
          Sets the clientAction of the ButtonTag.
 void setCollectionId(java.lang.String collectionId)
          Sets the collectionId of the ButtonTag.
 void setDefaultImage(java.lang.String defaultImage)
          Sets the defaultImage of the ButtonTag.
 void setDisabled(java.lang.String disabled)
          Sets the disabled of the ButtonTag.
 void setHoverImage(java.lang.String hoverImage)
          Sets the hoverImage of the ButtonTag.
 void setMapId(java.lang.String mapId)
          Sets the mapId of the ButtonTag.
 void setOnclick(java.lang.String onclick)
          Sets the onclick of the ButtonTag.
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setSelectedImage(java.lang.String selectedImage)
          Sets the selectedImage of the ButtonTag.
 void setServerAction(java.lang.String serverAction)
          Sets the serverAction of the ButtonTag.
 void setStyle(java.lang.String style)
          Sets the style of the ButtonTag.
 void setStyleClass(java.lang.String styleClass)
          Sets the styleClass of the ButtonTag.
 void setToolTip(java.lang.String toolTip)
          Sets the toolTip of the ButtonTag.
 void setType(java.lang.String type)
          Sets the type of the ButtonTag.
 void setValue(java.lang.String value)
          Sets the value of the ButtonTag.
 
Methods inherited from class javax.faces.webapp.UIComponentBodyTag
doAfterBody, doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, setBodyContent
 
Methods inherited from class javax.faces.webapp.UIComponentTag
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, 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
getParent, setPageContext, setParent
 

Constructor Detail

ButtonTag

public ButtonTag()
Method Detail

getComponentType

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

getRendererType

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

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.faces.webapp.UIComponentTag
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.faces.webapp.UIComponentTag
Throws:
javax.servlet.jsp.JspException

release

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

setProperties

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

setMapId

public void setMapId(java.lang.String mapId)
Sets the mapId of the ButtonTag.

Parameters:
mapId - The mapId to set.

setValue

public void setValue(java.lang.String value)
Sets the value of the ButtonTag.

Parameters:
value - The value to set.

setType

public void setType(java.lang.String type)
Sets the type of the ButtonTag.

Parameters:
type - The type to set.

setDefaultImage

public void setDefaultImage(java.lang.String defaultImage)
Sets the defaultImage of the ButtonTag.

Parameters:
defaultImage - The defaultImage to set.

setHoverImage

public void setHoverImage(java.lang.String hoverImage)
Sets the hoverImage of the ButtonTag.

Parameters:
hoverImage - The hoverImage to set.

setSelectedImage

public void setSelectedImage(java.lang.String selectedImage)
Sets the selectedImage of the ButtonTag.

Parameters:
selectedImage - The selectedImage to set.

setClientAction

public void setClientAction(java.lang.String clientAction)
Sets the clientAction of the ButtonTag.

Parameters:
clientAction - The clientAction to set.

setServerAction

public void setServerAction(java.lang.String serverAction)
Sets the serverAction of the ButtonTag.

Parameters:
serverAction - The serverAction to set.

setStyleClass

public void setStyleClass(java.lang.String styleClass)
Sets the styleClass of the ButtonTag.

Parameters:
styleClass - The styleClass to set.

setStyle

public void setStyle(java.lang.String style)
Sets the style of the ButtonTag.

Parameters:
style - The style to set.

setDisabled

public void setDisabled(java.lang.String disabled)
Sets the disabled of the ButtonTag.

Parameters:
disabled - The disabled to set.

setToolTip

public void setToolTip(java.lang.String toolTip)
Sets the toolTip of the ButtonTag.

Parameters:
toolTip - The toolTip to set.

setOnclick

public void setOnclick(java.lang.String onclick)
Sets the onclick of the ButtonTag.

Parameters:
onclick - The onclick to set.

setCollectionId

public void setCollectionId(java.lang.String collectionId)
Sets the collectionId of the ButtonTag.

Parameters:
collectionId - The collectionId to set.