railo.runtime.tag
Class Formgroup

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by railo.runtime.tag.Formgroup
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public final class Formgroup
extends BodyTagImpl


Field Summary
 
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
Formgroup()
           
 
Method Summary
 void release()
           
 void setLabel(String label)
           
 void setMaxrows(double maxrows)
           
 void setOnchange(String onChange)
           
 void setQuery(String queryName)
           
 void setSelectedindex(double selectedIndex)
           
 void setStartrow(double startrow)
           
 void setStyle(String style)
           
 void setTooltip(String tooltip)
           
 void setType(String type)
           
 void setVisible(boolean visible)
           
 void setWidth(double width)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, doStartTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

Formgroup

public Formgroup()
          throws TagNotSupported
Throws:
TagNotSupported
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class BodyTagImpl
See Also:
BodyTagImpl.release()

setType

public void setType(String type)
Parameters:
type - the type to set

setLabel

public void setLabel(String label)
Parameters:
label - the label to set

setMaxrows

public void setMaxrows(double maxrows)
Parameters:
maxrows - the maxrows to set

setOnchange

public void setOnchange(String onChange)
Parameters:
onChange - the onChange to set

setQuery

public void setQuery(String queryName)
Parameters:
query - the query to set

setSelectedindex

public void setSelectedindex(double selectedIndex)
Parameters:
selectedIndex - the selectedIndex to set

setStartrow

public void setStartrow(double startrow)
Parameters:
startrow - the startrow to set

setStyle

public void setStyle(String style)
Parameters:
style - the style to set

setTooltip

public void setTooltip(String tooltip)
Parameters:
tooltip - the tooltip to set

setVisible

public void setVisible(boolean visible)
Parameters:
visible - the visible to set

setWidth

public void setWidth(double width)
Parameters:
width - the width to set


Copyright © 2012 Railo