|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.intermine.web.tags.disclosure.BaseDisclosureTag
public class BaseDisclosureTag
Base tag handler from which are all disclosure tag handlers derived.
| Constructor Summary | |
|---|---|
BaseDisclosureTag()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getDefaultStyleClass()
Returns default style class. |
java.lang.String |
getStyle()
Returns element style. |
java.lang.String |
getStyleClass()
Returns css style class of element. |
protected void |
printStyleAndClass(javax.servlet.jsp.JspWriter out)
Prints 'style' and 'class' attributes of element. |
void |
setStyle(java.lang.String style)
Sets element style. |
void |
setStyleClass(java.lang.String styleClass)
Sets css style class of element. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
doTag, findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseDisclosureTag()
| Method Detail |
|---|
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
style - the stylepublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - the style class
protected void printStyleAndClass(javax.servlet.jsp.JspWriter out)
throws java.io.IOException
out - output
java.io.IOException - if exception occurs during writing to output streamprotected java.lang.String getDefaultStyleClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||