|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleTagSupport
AbstractSimpleTag
Header
public class Header
Constructor Summary | |
---|---|
Header()
|
Method Summary | |
---|---|
void |
doTag()
|
String |
getTagName()
Return the name of the tag. |
void |
setAlign(String align)
Sets the value of the horizontal align attribute. |
void |
setChar(String alignChar)
Sets the value of the horizontal alignment character attribute. |
void |
setCharoff(String alignCharOff)
Sets the value of the horizontal alignment character offset attribute. |
void |
setDir(String dir)
Sets the value of the text direction attribute. |
void |
setLang(String lang)
Sets the value of the languageattribute. |
void |
setOnClick(String onClick)
Sets the onClick javascript event. |
void |
setOnDblClick(String onDblClick)
Sets the onDblClick javascript event. |
void |
setOnKeyDown(String onKeyDown)
Sets the onKeyDown javascript event. |
void |
setOnKeyPress(String onKeyPress)
Sets the onKeyPress javascript event. |
void |
setOnKeyUp(String onKeyUp)
Sets the onKeyUp javascript event. |
void |
setOnMouseDown(String onMouseDown)
Sets the onMouseDown javascript event. |
void |
setOnMouseMove(String onMouseMove)
Sets the onMouseMove javascript event. |
void |
setOnMouseOut(String onMouseOut)
Sets the onMouseOut javascript event. |
void |
setOnMouseOver(String onMouseOver)
Sets the onMouseOver javascript event. |
void |
setOnMouseUp(String onMouseUp)
Sets the onMouseUp javascript event. |
void |
setStyle(String style)
Sets the style of the rendered html tag. |
void |
setStyleClass(String styleClass)
Sets the style class of the rendered html tag. |
void |
setTitle(String title)
Sets the value of the title attribute. |
void |
setValign(String align)
Sets the value of the vertical alignment attribute. |
Methods inherited from class AbstractSimpleTag |
---|
getBufferBody, getHtmlTag, getIdForTagId, getInlineError, getPageContext, getScriptReporter, getUserLocale, hasErrors, registerTagError, registerTagError, reportErrors, rewriteName, setNonEmptyValueAttribute, setRequiredValueAttribute, write |
Methods inherited from class SimpleTagSupport |
---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Header()
Method Detail |
---|
public String getTagName()
AbstractSimpleTag
getTagName
in interface INetuiTag
getTagName
in class AbstractSimpleTag
public void setOnClick(String onClick)
setOnClick
in interface IHtmlEvents
onClick
- - the onClick event.public void setOnDblClick(String onDblClick)
setOnDblClick
in interface IHtmlEvents
onDblClick
- - the onDblClick event.public void setOnKeyDown(String onKeyDown)
setOnKeyDown
in interface IHtmlEvents
onKeyDown
- - the onKeyDown event.public void setOnKeyUp(String onKeyUp)
setOnKeyUp
in interface IHtmlEvents
onKeyUp
- - the onKeyUp event.public void setOnKeyPress(String onKeyPress)
setOnKeyPress
in interface IHtmlEvents
onKeyPress
- - the onKeyPress event.public void setOnMouseDown(String onMouseDown)
setOnMouseDown
in interface IHtmlEvents
onMouseDown
- - the onMouseDown event.public void setOnMouseUp(String onMouseUp)
setOnMouseUp
in interface IHtmlEvents
onMouseUp
- - the onMouseUp event.public void setOnMouseMove(String onMouseMove)
setOnMouseMove
in interface IHtmlEvents
onMouseMove
- - the onMouseMove event.public void setOnMouseOut(String onMouseOut)
setOnMouseOut
in interface IHtmlEvents
onMouseOut
- - the onMouseOut event.public void setOnMouseOver(String onMouseOver)
setOnMouseOver
in interface IHtmlEvents
onMouseOver
- - the onMouseOver event.public void setStyle(String style)
style
- - the html style.public void setStyleClass(String styleClass)
styleClass
- - the html style class.public void setTitle(String title)
title
- public void setAlign(String align)
align
- public void setChar(String alignChar)
alignChar
- public void setCharoff(String alignCharOff)
alignCharOff
- public void setValign(String align)
align
- public void setLang(String lang)
setLang
in interface IHtmlI18n
lang
- public void setDir(String dir)
setDir
in interface IHtmlI18n
dir
- public void doTag() throws JspException, IOException
doTag
in interface SimpleTag
doTag
in class SimpleTagSupport
JspException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |