railo.runtime.tag
Class Select

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by 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


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
Select()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setCasesensitive(boolean caseSensitive)
           
 void setClass(String cssclass)
           
 void setDatafld(String datafld)
           
 void setDataformatas(String dataformatas)
           
 void setDatasrc(String datasrc)
           
 void setDir(String dir)
           
 void setDisabled(String disabled)
           
 void setDisplay(String display)
           
 void setEditable(boolean editable)
           
 void setEnabled(String enabled)
           
 void setGroup(String group)
           
 void setHeight(double height)
           
 void setId(String id)
           
 void setLabel(String label)
           
 void setLang(String lang)
           
 void setMessage(String message)
           
 void setMultiple(String multiple)
           
 void setName(String name)
           
 void setOnblur(String onblur)
           
 void setOnchange(String onchange)
           
 void setOnclick(String onclick)
           
 void setOndblclick(String ondblclick)
           
 void setOnerror(String onerror)
           
 void setOnfocus(String onfocus)
           
 void setOnkeydown(String onkeydown)
           
 void setOnkeypress(String onkeypress)
           
 void setOnkeyup(String onkeyup)
           
 void setOnmousedown(String onmousedown)
           
 void setOnmousemove(String onmousemove)
           
 void setOnmouseout(String onmouseout)
           
 void setOnmouseover(String onmouseover)
           
 void setOnmouseup(String onmouseup)
           
 void setPassthrough(Object passthrough)
           
 void setQuery(String strQuery)
           
 void setQueryposition(String strQueryPosition)
           
 void setRequired(boolean required)
           
 void setSelected(String selected)
           
 void setSize(double size)
           
 void setStyle(String cssstyle)
           
 void setTabindex(String tabindex)
           
 void setTitle(String title)
           
 void setTooltip(String tooltip)
           
 void setValue(String value)
           
 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
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
getParent, setPageContext, setParent
 

Constructor Detail

Select

public Select()
Method Detail

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