com.cc.framework.taglib.forms
Class FormButtonSectionTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.cc.framework.taglib.forms.FormElementGroupTag
              extended bycom.cc.framework.taglib.forms.FormButtonSectionTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, FormElementContainerTag, FormElementTag, InnerTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FormButtonSectionTag
extends FormElementGroupTag
implements InnerTag

Tag-Handler for the <buttonsection> Tag.

The tag generates a section for buttons in the enclosing form. The tag may only be used within a <forms:form>-tag.

Since:
1.0
Version:
$Revision: 1.16 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class com.cc.framework.taglib.forms.FormElementGroupTag
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
FormButtonSectionTag()
          Constructor
 
Method Summary
protected  FormGroupElement doCreateGroup()
          Creates the Group element
 void setDefault(java.lang.String defaultButton)
          Sets the Id of the default button, which should be pressed if the user hits the enter-key.
 
Methods inherited from class com.cc.framework.taglib.forms.FormElementGroupTag
addColumn, addFormElement, doAfterBody, doEndTag, doStartTag, getGroup, release, releaseGroup, setAlign, setCellWidth, setColspan, setExpandProperty, setHeight, setHelp, setJoin, setLabelWidth, setNoframe, setOrientation, setPageContext, setPermission, setStyle, setStyleClass, setStyleId, setValign, setWidth
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setParent
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

FormButtonSectionTag

public FormButtonSectionTag()
Constructor

Method Detail

doCreateGroup

protected FormGroupElement doCreateGroup()
Creates the Group element

Overrides:
doCreateGroup in class FormElementGroupTag
Returns:
Group Element

setDefault

public void setDefault(java.lang.String defaultButton)
Sets the Id of the default button, which should be pressed if the user hits the enter-key.

Parameters:
defaultButton - The id of the default button


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