org.rhq.enterprise.gui.legacy.taglib.display
Class UserAckDecorator
java.lang.Object
org.rhq.enterprise.gui.legacy.taglib.display.Decorator
org.rhq.enterprise.gui.legacy.taglib.display.ColumnDecorator
org.rhq.enterprise.gui.legacy.taglib.display.UserAckDecorator
- All Implemented Interfaces:
- Cloneable, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class UserAckDecorator
- extends ColumnDecorator
- implements javax.servlet.jsp.tagext.Tag
This class is a ColumnDecorator tag that that
creates either the name of someone that acknowledged the event
or a message with an onclick() handler on it.
- Author:
- Heiko W. Rupp
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAckDecorator
public UserAckDecorator()
getId
public String getId()
setId
public void setId(String id)
getStyleClass
public String getStyleClass()
setStyleClass
public void setStyleClass(String c)
getOnclick
public String getOnclick()
setOnclick
public void setOnclick(String o)
decorate
public String decorate(Object obj)
- Specified by:
decorate in class ColumnDecorator
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
- Throws:
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
getParent
public javax.servlet.jsp.tagext.Tag getParent()
- Specified by:
getParent in interface javax.servlet.jsp.tagext.Tag
setParent
public void setParent(javax.servlet.jsp.tagext.Tag t)
- Specified by:
setParent in interface javax.servlet.jsp.tagext.Tag
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext pc)
- Specified by:
setPageContext in interface javax.servlet.jsp.tagext.Tag- Overrides:
setPageContext in class Decorator
release
public void release()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class Decorator
getValue
public String getValue()
- Getter for property value.
- Returns:
- Value of property value.
setValue
public void setValue(String value)
- Setter for property value.
- Parameters:
value - New value of property value.
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.