org.objectweb.jonas.webapp.taglib.GridTag Class Reference

Inherited by org.objectweb.jonas.webapp.taglib.JonasGridTag.

Inheritance diagram for org.objectweb.jonas.webapp.taglib.GridTag:

Inheritance graph
[legend]
List of all members.

Public Member Functions

String getOddStyleClass ()
void setOddStyleClass (String styleClass)
String getEvenStyleClass ()
void setEvenStyleClass (String styleClass)
int doStartTag () throws JspException
void release ()

Protected Member Functions

String prepareAttributes () throws JspException

Detailed Description

Author:
Michel-Ange ANTON

Definition at line 33 of file GridTag.java.


Member Function Documentation

int org.objectweb.jonas.webapp.taglib.GridTag.doStartTag  )  throws JspException
 

Start of Tag processing

Exceptions:
JspException if a JSP exception occurs

Reimplemented in org.objectweb.jonas.webapp.taglib.JonasGridTag.

Definition at line 136 of file GridTag.java.

String org.objectweb.jonas.webapp.taglib.GridTag.getEvenStyleClass  ) 
 

Return the Style Class of Even rows

Definition at line 73 of file GridTag.java.

String org.objectweb.jonas.webapp.taglib.GridTag.getOddStyleClass  ) 
 

Return the Style Class of Odd rows

Definition at line 53 of file GridTag.java.

String org.objectweb.jonas.webapp.taglib.GridTag.prepareAttributes  )  throws JspException [protected]
 

Prepare the attributes of the HTML element

Definition at line 169 of file GridTag.java.

void org.objectweb.jonas.webapp.taglib.GridTag.release  ) 
 

Release resources after Tag processing has finished.

Definition at line 146 of file GridTag.java.

void org.objectweb.jonas.webapp.taglib.GridTag.setEvenStyleClass String  styleClass  ) 
 

Set the styleClass of Even rows

Parameters:
styleClass HTML Style Class value for Even rows

Definition at line 82 of file GridTag.java.

Referenced by org.objectweb.jonas.webapp.taglib.JonasGridTag.doStartTag().

void org.objectweb.jonas.webapp.taglib.GridTag.setOddStyleClass String  styleClass  ) 
 

Set the Style Class of Odd rows

Parameters:
styleClass HTML Style Class value for Odd rows

Definition at line 62 of file GridTag.java.

Referenced by org.objectweb.jonas.webapp.taglib.JonasGridTag.doStartTag().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:44 2005 for JOnAS by  doxygen 1.3.9.1