railo.runtime.tag
Class Formitem
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Formitem
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Formitem
- 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 |
Formitem
public Formitem()
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
setBind
public void setBind(String bind)
- Parameters:
bind
- the bind to set
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled
- the enabled to set
setHeight
public void setHeight(double height)
- Parameters:
height
- the height 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