|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.ui.taglib.display.Decorator
org.hyperic.hq.ui.taglib.display.ColumnDecorator
org.hyperic.hq.ui.taglib.display.AvailabilityDecorator
public class AvailabilityDecorator
This class is a two in one decorator/tag for use within the
TableTag
; it is a ColumnDecorator
tag that that
creates a column of availability icons.
One of these days, when the whole DependencyNode thing is cleaned up, a lot
of this stuff should just move to it's own decorator just for DependencyNodes
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
AvailabilityDecorator()
|
Method Summary | |
---|---|
java.lang.String |
decorate(java.lang.Object obj)
|
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.Boolean |
getMonitorable()
|
javax.servlet.jsp.tagext.Tag |
getParent()
|
AppdefResourceValue |
getResource()
|
java.lang.Integer |
getResourceId()
Returns the resourceId. |
java.lang.Integer |
getResourceTypeId()
Returns the resourceTypeId. |
java.lang.String |
getValue()
|
void |
release()
|
void |
setMonitorable(java.lang.Boolean monitorable)
Sets the compatibleGroup. |
void |
setPageContext(javax.servlet.jsp.PageContext pc)
|
void |
setParent(javax.servlet.jsp.tagext.Tag t)
|
void |
setResource(AppdefResourceValue s)
|
void |
setResourceId(java.lang.Integer resourceId)
Sets the resourceId. |
void |
setResourceTypeId(java.lang.Integer resourceTypeId)
Sets the resourceTypeId. |
void |
setValue(java.lang.String value)
Sets the value. |
Methods inherited from class org.hyperic.hq.ui.taglib.display.Decorator |
---|
finish, finishRow, getList, getListIndex, getObject, getPageContext, getViewIndex, init, initRow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailabilityDecorator()
Method Detail |
---|
public AppdefResourceValue getResource()
public void setResource(AppdefResourceValue s)
public java.lang.Integer getResourceId()
public java.lang.Integer getResourceTypeId()
public void setResourceId(java.lang.Integer resourceId)
resourceId
- The resourceId to setpublic java.lang.Boolean getMonitorable()
public void setMonitorable(java.lang.Boolean monitorable)
compatibleGroup
- The compatibleGroup to setpublic void setResourceTypeId(java.lang.Integer resourceTypeId)
resourceTypeId
- The resourceTypeId to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The value to setpublic java.lang.String decorate(java.lang.Object obj) throws java.lang.Exception
decorate
in class ColumnDecorator
java.lang.Exception
public int doStartTag() throws javax.servlet.jsp.JspTagException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
javax.servlet.jsp.JspTagException
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
public javax.servlet.jsp.tagext.Tag getParent()
getParent
in interface javax.servlet.jsp.tagext.Tag
public void setParent(javax.servlet.jsp.tagext.Tag t)
setParent
in interface javax.servlet.jsp.tagext.Tag
public void setPageContext(javax.servlet.jsp.PageContext pc)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class Decorator
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class Decorator
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |