org.apache.beehive.netui.tags.databinding.datagrid
Class Rows

Object
  extended by SimpleTagSupport
      extended by AbstractSimpleTag
          extended by Rows
All Implemented Interfaces:
JspTag, SimpleTag, IHtmlEvents, IHtmlI18n, INetuiTag

public class Rows
extends AbstractSimpleTag
implements IHtmlEvents, IHtmlI18n


Constructor Summary
Rows()
           
 
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

Rows

public Rows()
Method Detail

getTagName

public String getTagName()
Description copied from class: AbstractSimpleTag
Return the name of the tag. Used by error reporting to get the name of the tag.

Specified by:
getTagName in interface INetuiTag
Specified by:
getTagName in class AbstractSimpleTag
Returns:
the name of the tag.

setOnClick

public void setOnClick(String onClick)
Sets the onClick javascript event.

Specified by:
setOnClick in interface IHtmlEvents
Parameters:
onClick - - the onClick event.

setOnDblClick

public void setOnDblClick(String onDblClick)
Sets the onDblClick javascript event.

Specified by:
setOnDblClick in interface IHtmlEvents
Parameters:
onDblClick - - the onDblClick event.

setOnKeyDown

public void setOnKeyDown(String onKeyDown)
Sets the onKeyDown javascript event.

Specified by:
setOnKeyDown in interface IHtmlEvents
Parameters:
onKeyDown - - the onKeyDown event.

setOnKeyUp

public void setOnKeyUp(String onKeyUp)
Sets the onKeyUp javascript event.

Specified by:
setOnKeyUp in interface IHtmlEvents
Parameters:
onKeyUp - - the onKeyUp event.

setOnKeyPress

public void setOnKeyPress(String onKeyPress)
Sets the onKeyPress javascript event.

Specified by:
setOnKeyPress in interface IHtmlEvents
Parameters:
onKeyPress - - the onKeyPress event.

setOnMouseDown

public void setOnMouseDown(String onMouseDown)
Sets the onMouseDown javascript event.

Specified by:
setOnMouseDown in interface IHtmlEvents
Parameters:
onMouseDown - - the onMouseDown event.

setOnMouseUp

public void setOnMouseUp(String onMouseUp)
Sets the onMouseUp javascript event.

Specified by:
setOnMouseUp in interface IHtmlEvents
Parameters:
onMouseUp - - the onMouseUp event.

setOnMouseMove

public void setOnMouseMove(String onMouseMove)
Sets the onMouseMove javascript event.

Specified by:
setOnMouseMove in interface IHtmlEvents
Parameters:
onMouseMove - - the onMouseMove event.

setOnMouseOut

public void setOnMouseOut(String onMouseOut)
Sets the onMouseOut javascript event.

Specified by:
setOnMouseOut in interface IHtmlEvents
Parameters:
onMouseOut - - the onMouseOut event.

setOnMouseOver

public void setOnMouseOver(String onMouseOver)
Sets the onMouseOver javascript event.

Specified by:
setOnMouseOver in interface IHtmlEvents
Parameters:
onMouseOver - - the onMouseOver event.

setStyle

public void setStyle(String style)
Sets the style of the rendered html tag.

Parameters:
style - - the html style.

setStyleClass

public void setStyleClass(String styleClass)
Sets the style class of the rendered html tag.

Parameters:
styleClass - - the html style class.

setTitle

public void setTitle(String title)
Sets the value of the title attribute.

Parameters:
title -

setAlign

public void setAlign(String align)
Sets the value of the horizontal align attribute.

Parameters:
align -

setChar

public void setChar(String alignChar)
Sets the value of the horizontal alignment character attribute.

Parameters:
alignChar -

setCharoff

public void setCharoff(String alignCharOff)
Sets the value of the horizontal alignment character offset attribute.

Parameters:
alignCharOff -

setValign

public void setValign(String align)
Sets the value of the vertical alignment attribute.

Parameters:
align -

setLang

public void setLang(String lang)
Sets the value of the languageattribute.

Specified by:
setLang in interface IHtmlI18n
Parameters:
lang -

setDir

public void setDir(String dir)
Sets the value of the text direction attribute.

Specified by:
setDir in interface IHtmlI18n
Parameters:
dir -

doTag

public void doTag()
           throws IOException,
                  JspException
Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
IOException
JspException