railo.runtime.tag
Class Formgroup
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
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
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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, setPageContext, setParent |
Formgroup
public Formgroup()
throws TagNotSupported
- Throws:
TagNotSupported
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