railo.runtime.tag
Class Select
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Select
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Select
- 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 |
getParent, setPageContext, setParent |
Select
public Select()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
setClass
public void setClass(String cssclass)
- Parameters:
cssclass
- The cssclass to set.
setStyle
public void setStyle(String cssstyle)
- Parameters:
cssstyle
- The cssstyle to set.
setId
public void setId(String id)
- Parameters:
id
- The id to set.
setMultiple
public void setMultiple(String multiple)
- Parameters:
multiple
- The multiple to set.
setName
public void setName(String name)
- Parameters:
name
- The name to set.
setSize
public void setSize(double size)
- Parameters:
size
- The size to set.
setTabindex
public void setTabindex(String tabindex)
- Parameters:
tabindex
- The tabindex to set.
setTitle
public void setTitle(String title)
- Parameters:
title
- The title to set.
setDir
public void setDir(String dir)
- Parameters:
title
- The title to set.
setLang
public void setLang(String lang)
- Parameters:
title
- The title to set.
setOnblur
public void setOnblur(String onblur)
- Parameters:
onblur
- The onblur to set.
setOnchange
public void setOnchange(String onchange)
- Parameters:
onchange
- The onchange to set.
setOnclick
public void setOnclick(String onclick)
- Parameters:
onclick
- The onclick to set.
setOndblclick
public void setOndblclick(String ondblclick)
- Parameters:
ondblclick
- The ondblclick to set.
setOnmousedown
public void setOnmousedown(String onmousedown)
- Parameters:
onmousedown
- The onmousedown to set.
setOnmouseup
public void setOnmouseup(String onmouseup)
- Parameters:
ondblclick
- The ondblclick to set.
setOnmouseover
public void setOnmouseover(String onmouseover)
- Parameters:
ondblclick
- The ondblclick to set.
setOnmousemove
public void setOnmousemove(String onmousemove)
- Parameters:
ondblclick
- The ondblclick to set.
setOnmouseout
public void setOnmouseout(String onmouseout)
- Parameters:
ondblclick
- The ondblclick to set.
setOnkeypress
public void setOnkeypress(String onkeypress)
- Parameters:
ondblclick
- The ondblclick to set.
setOnkeydown
public void setOnkeydown(String onkeydown)
- Parameters:
ondblclick
- The ondblclick to set.
setOnkeyup
public void setOnkeyup(String onkeyup)
- Parameters:
ondblclick
- The ondblclick to set.
setOnfocus
public void setOnfocus(String onfocus)
- Parameters:
onfocus
- The onfocus to set.
setMessage
public void setMessage(String message)
- Parameters:
message
- The message to set.
setOnerror
public void setOnerror(String onerror)
- Parameters:
onerror
- The onerror to set.
setRequired
public void setRequired(boolean required)
- Parameters:
required
- The required to set.
setPassthrough
public void setPassthrough(Object passthrough)
throws PageException
- Parameters:
passthrough
- The passthrough to set.
- Throws:
PageException
setQuery
public void setQuery(String strQuery)
throws PageException
- Parameters:
query
- The query to set.
- Throws:
PageException
setDisplay
public void setDisplay(String display)
- Parameters:
display
- The display to set.
setDataformatas
public void setDataformatas(String dataformatas)
throws ApplicationException
- Throws:
ApplicationException
setDatafld
public void setDatafld(String datafld)
setDatasrc
public void setDatasrc(String datasrc)
setDisabled
public void setDisabled(String disabled)
setSelected
public void setSelected(String selected)
- Parameters:
selected
- The selected to set.
setValue
public void setValue(String value)
- Parameters:
value
- The value to set.
doStartTag
public int doStartTag()
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
doEndTag
public int doEndTag()
throws PageException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- Throws:
PageException
setEditable
public void setEditable(boolean editable)
- Parameters:
editable
- the editable to set
- Throws:
ApplicationException
setGroup
public void setGroup(String group)
- Parameters:
group
- the group to set
- Throws:
ApplicationException
setHeight
public void setHeight(double height)
- Parameters:
height
- the height to set
- Throws:
ApplicationException
setLabel
public void setLabel(String label)
- Parameters:
label
- the label to set
- Throws:
ApplicationException
setQueryposition
public void setQueryposition(String strQueryPosition)
throws ApplicationException
- Parameters:
queryPosition
- the queryPosition to set
- Throws:
ApplicationException
setTooltip
public void setTooltip(String tooltip)
- Parameters:
tooltip
- the tooltip to set
- Throws:
ApplicationException
setVisible
public void setVisible(boolean visible)
- Parameters:
visible
- the visible to set
- Throws:
ApplicationException
setWidth
public void setWidth(double width)
- Parameters:
width
- the width to set
- Throws:
ApplicationException
setEnabled
public void setEnabled(String enabled)
- Parameters:
width
- the width to set
- Throws:
ApplicationException
setCasesensitive
public void setCasesensitive(boolean caseSensitive)
- Parameters:
caseSensitive
- the caseSensitive to set
Copyright © 2012 Railo