com.cc.framework.taglib.forms
Class FormColumnGroupTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.cc.framework.taglib.forms.FormColumnGroupTag
All Implemented Interfaces:
InnerTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FormColumnGroupTag
extends javax.servlet.jsp.tagext.TagSupport
implements InnerTag

Defines the column group for an form element container

Version:
$Revision: 1.3 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private  FormElementContainerTag container
          The surrounding form element container Tag
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
FormColumnGroupTag()
          Constructor
 
Method Summary
 void addColumn(FormColumn column)
          Adds a new column definition to the column group of the form element container
 int doEndTag()
           
 int doStartTag()
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

container

private FormElementContainerTag container
The surrounding form element container Tag

Constructor Detail

FormColumnGroupTag

public FormColumnGroupTag()
Constructor

Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Throws:
javax.servlet.jsp.JspException
See Also:
TagSupport.doEndTag()

addColumn

public void addColumn(FormColumn column)
               throws javax.servlet.jsp.JspException
Adds a new column definition to the column group of the form element container

Parameters:
column - the column to add
Throws:
javax.servlet.jsp.JspException


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.