|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
javax.faces.webapp.UIComponentBodyTag
com.esri.adf.web.faces.taglib.ButtonTag
public class ButtonTag
JSF tag for the ButtonControl.
| 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 |
|---|
public ButtonTag()
| Method Detail |
|---|
public java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagpublic java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTag
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.faces.webapp.UIComponentTagjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.faces.webapp.UIComponentTagjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentBodyTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagpublic void setMapId(java.lang.String mapId)
mapId - The mapId to set.public void setValue(java.lang.String value)
value - The value to set.public void setType(java.lang.String type)
type - The type to set.public void setDefaultImage(java.lang.String defaultImage)
defaultImage - The defaultImage to set.public void setHoverImage(java.lang.String hoverImage)
hoverImage - The hoverImage to set.public void setSelectedImage(java.lang.String selectedImage)
selectedImage - The selectedImage to set.public void setClientAction(java.lang.String clientAction)
clientAction - The clientAction to set.public void setServerAction(java.lang.String serverAction)
serverAction - The serverAction to set.public void setStyleClass(java.lang.String styleClass)
styleClass - The styleClass to set.public void setStyle(java.lang.String style)
style - The style to set.public void setDisabled(java.lang.String disabled)
disabled - The disabled to set.public void setToolTip(java.lang.String toolTip)
toolTip - The toolTip to set.public void setOnclick(java.lang.String onclick)
onclick - The onclick to set.public void setCollectionId(java.lang.String collectionId)
collectionId - The collectionId to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||