railo.runtime.tag
Class Input

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Input
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
Textarea

public class Input
extends TagImpl


Field Summary
static String[] DAYNAMES_DEFAULT
           
static String[] MONTHNAMES_DEFAULT
           
static short TYPE_BUTTON
           
static short TYPE_CHECKBOX
           
static short TYPE_DATEFIELD
           
static short TYPE_FILE
           
static short TYPE_HIDDEN
           
static short TYPE_IMAGE
           
static short TYPE_PASSWORD
           
static short TYPE_RADIO
           
static short TYPE_RESET
           
static short TYPE_SELECT
           
static short TYPE_SUBMIT
           
static short TYPE_TEXT
           
static short VALIDATE_BOOLEAN
           
static short VALIDATE_CREDITCARD
           
static short VALIDATE_DATE
           
static short VALIDATE_EMAIL
           
static short VALIDATE_EURODATE
           
static short VALIDATE_FLOAT
           
static short VALIDATE_GUID
           
static short VALIDATE_INTEGER
           
static short VALIDATE_MAXLENGTH
           
static short VALIDATE_NOBLANKS
           
static short VALIDATE_NONE
           
static short VALIDATE_RANGE
           
static short VALIDATE_REGULAR_EXPRESSION
           
static short VALIDATE_SOCIAL_SECURITY_NUMBER
           
static short VALIDATE_TELEPHONE
           
static short VALIDATE_TIME
           
static short VALIDATE_URL
           
static short VALIDATE_USDATE
           
static short VALIDATE_UUID
           
static short VALIDATE_ZIPCODE
           
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Input()
           
 
Method Summary
 int doEndTag()
           
 String[] getMonthnames()
           
 void release()
           
 void setAccept(String accept)
           
 void setAccesskey(String accesskey)
           
 void setAlign(String align)
           
 void setAlt(String alt)
           
 void setAutocomplete(String autocomplete)
           
 void setAutofocus(String autofocus)
           
 void setAutosuggest(String autosuggest)
           
 void setAutosuggestbinddelay(double autosuggestBindDelay)
           
 void setAutosuggestminlength(double autosuggestMinLength)
           
 void setBind(String bind)
           
 void setBindattribute(String bindAttribute)
           
 void setBindonload(boolean bindOnLoad)
           
 void setBorder(String border)
           
 void setChecked(String checked)
           
 void setClass(String cssclass)
           
 void setDatafld(String datafld)
           
 void setDataformatas(String dataformatas)
           
 void setDatasrc(String datasrc)
           
 void setDaynames(String listDaynames)
           
 void setDelimiter(String delimiter)
           
 void setDir(String dir)
           
 void setDisabled(String disabled)
           
 void setEnabled(String enabled)
           
 void setFirstdayofweek(double firstDayOfWeek)
           
 void setForm(String form)
           
 void setFormaction(String formAction)
           
 void setFormenctype(String formenctype)
           
 void setFormmethod(String formmethod)
           
 void setFormnovalidate(String formnovalidate)
           
 void setFormtarget(String formtarget)
           
 void setHeight(String height)
           
 void setHspace(String hspace)
           
 void setId(String id)
           
 void setInput(InputBean input)
           
 void setIsmap(String ismap)
           
 void setLabel(String label)
           
 void setLang(String lang)
           
 void setList(String list)
           
 void setMask(String mask)
           
 void setMax(String max)
           
 void setMaxlength(double maxLength)
           
 void setMaxresultsdisplayed(double maxResultsDisplayed)
           
 void setMessage(String message)
           
 void setMin(String min)
           
 void setMonthnames(String listMonthNames)
           
 void setMonthnames(String[] monthnames)
           
 void setMultiple(String multiple)
           
 void setName(String name)
           
 void setNotab(String notab)
           
 void setOnbinderror(String onBindError)
           
 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 setOnselect(String onselect)
           
 void setOnvalidate(String onValidate)
           
 void setPassthrough(Object passthrough)
           
 void setPassthrough(String passthrough)
           
 void setPattern(String pattern)
           
 void setPlaceholder(String placeholder)
           
 void setRange(String range)
           
 void setReadonly(String readonly)
           
 void setRequired(boolean required)
           
 void setShowautosuggestloadingicon(boolean showAutosuggestLoadingIcon)
           
 void setSize(String size)
           
 void setSourcefortooltip(String sourceForTooltip)
           
 void setSrc(String src)
           
 void setStep(String step)
           
 void setStyle(String cssstyle)
           
 void setTabindex(String tabIndex)
           
 void setTitle(String title)
           
 void setTooltip(String tooltip)
           
 void setType(String type)
           
 void setTypeahead(boolean typeahead)
           
 void setUsemap(String usemap)
           
 void setValidate(String validate)
           
 void setValidateat(String validateAt)
           
 void setValue(String value)
           
 void setVisible(boolean visible)
           
 void setWidth(String width)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
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
 

Field Detail

TYPE_SELECT

public static final short TYPE_SELECT
See Also:
Constant Field Values

TYPE_TEXT

public static final short TYPE_TEXT
See Also:
Constant Field Values

TYPE_RADIO

public static final short TYPE_RADIO
See Also:
Constant Field Values

TYPE_CHECKBOX

public static final short TYPE_CHECKBOX
See Also:
Constant Field Values

TYPE_PASSWORD

public static final short TYPE_PASSWORD
See Also:
Constant Field Values

TYPE_BUTTON

public static final short TYPE_BUTTON
See Also:
Constant Field Values

TYPE_FILE

public static final short TYPE_FILE
See Also:
Constant Field Values

TYPE_HIDDEN

public static final short TYPE_HIDDEN
See Also:
Constant Field Values

TYPE_IMAGE

public static final short TYPE_IMAGE
See Also:
Constant Field Values

TYPE_RESET

public static final short TYPE_RESET
See Also:
Constant Field Values

TYPE_SUBMIT

public static final short TYPE_SUBMIT
See Also:
Constant Field Values

TYPE_DATEFIELD

public static final short TYPE_DATEFIELD
See Also:
Constant Field Values

VALIDATE_DATE

public static final short VALIDATE_DATE
See Also:
Constant Field Values

VALIDATE_EURODATE

public static final short VALIDATE_EURODATE
See Also:
Constant Field Values

VALIDATE_TIME

public static final short VALIDATE_TIME
See Also:
Constant Field Values

VALIDATE_FLOAT

public static final short VALIDATE_FLOAT
See Also:
Constant Field Values

VALIDATE_INTEGER

public static final short VALIDATE_INTEGER
See Also:
Constant Field Values

VALIDATE_TELEPHONE

public static final short VALIDATE_TELEPHONE
See Also:
Constant Field Values

VALIDATE_ZIPCODE

public static final short VALIDATE_ZIPCODE
See Also:
Constant Field Values

VALIDATE_CREDITCARD

public static final short VALIDATE_CREDITCARD
See Also:
Constant Field Values

VALIDATE_SOCIAL_SECURITY_NUMBER

public static final short VALIDATE_SOCIAL_SECURITY_NUMBER
See Also:
Constant Field Values

VALIDATE_REGULAR_EXPRESSION

public static final short VALIDATE_REGULAR_EXPRESSION
See Also:
Constant Field Values

VALIDATE_NONE

public static final short VALIDATE_NONE
See Also:
Constant Field Values

VALIDATE_USDATE

public static final short VALIDATE_USDATE
See Also:
Constant Field Values

VALIDATE_RANGE

public static final short VALIDATE_RANGE
See Also:
Constant Field Values

VALIDATE_BOOLEAN

public static final short VALIDATE_BOOLEAN
See Also:
Constant Field Values

VALIDATE_EMAIL

public static final short VALIDATE_EMAIL
See Also:
Constant Field Values

VALIDATE_URL

public static final short VALIDATE_URL
See Also:
Constant Field Values

VALIDATE_UUID

public static final short VALIDATE_UUID
See Also:
Constant Field Values

VALIDATE_GUID

public static final short VALIDATE_GUID
See Also:
Constant Field Values

VALIDATE_MAXLENGTH

public static final short VALIDATE_MAXLENGTH
See Also:
Constant Field Values

VALIDATE_NOBLANKS

public static final short VALIDATE_NOBLANKS
See Also:
Constant Field Values

DAYNAMES_DEFAULT

public static final String[] DAYNAMES_DEFAULT

MONTHNAMES_DEFAULT

public static final String[] MONTHNAMES_DEFAULT
Constructor Detail

Input

public Input()
Method Detail

setValidate

public void setValidate(String validate)
                 throws ApplicationException
Parameters:
validate - The validate to set.
Throws:
ApplicationException

release

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

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.

setAccept

public void setAccept(String accept)

setAccesskey

public void setAccesskey(String accesskey)

setAlign

public void setAlign(String align)

setAlt

public void setAlt(String alt)

setAutocomplete

public void setAutocomplete(String autocomplete)

setAutofocus

public void setAutofocus(String autofocus)

setBorder

public void setBorder(String border)

setDatafld

public void setDatafld(String datafld)

setDatasrc

public void setDatasrc(String datasrc)

setForm

public void setForm(String form)

setFormaction

public void setFormaction(String formAction)

setFormenctype

public void setFormenctype(String formenctype)

setFormmethod

public void setFormmethod(String formmethod)

setFormnovalidate

public void setFormnovalidate(String formnovalidate)

setFormtarget

public void setFormtarget(String formtarget)

setLang

public void setLang(String lang)

setList

public void setList(String list)

setDir

public void setDir(String dir)

setDataformatas

public void setDataformatas(String dataformatas)

setDisabled

public void setDisabled(String disabled)

setEnabled

public void setEnabled(String enabled)

setIsmap

public void setIsmap(String ismap)

setReadonly

public void setReadonly(String readonly)

setUsemap

public void setUsemap(String usemap)

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.

setOnfocus

public void setOnfocus(String onFocus)
Parameters:
onFocus - The onFocus to set.

setOnkeydown

public void setOnkeydown(String onKeyDown)
Parameters:
onKeyDown - The onKeyDown to set.

setOnkeypress

public void setOnkeypress(String onKeyPress)
Parameters:
onKeyPress - The onKeyPress to set.

setOnkeyup

public void setOnkeyup(String onKeyUp)
Parameters:
onKeyUp - The onKeyUp to set.

setOnmousedown

public void setOnmousedown(String onMouseDown)
Parameters:
onMouseDown - The onMouseDown to set.

setOnmousemove

public void setOnmousemove(String onMouseMove)
Parameters:
onMouseMove - The onMouseMove to set.

setOnmouseup

public void setOnmouseup(String onMouseUp)
Parameters:
onMouseUp - The onMouseUp to set.

setOnselect

public void setOnselect(String onselect)
Parameters:
onMouseUp - The onMouseUp to set.

setOnmouseout

public void setOnmouseout(String onMouseOut)
Parameters:
onMouseOut - The onMouseOut to set.

setOnmouseover

public void setOnmouseover(String onMouseOver)
Parameters:
onMouseOver - The onKeyPress 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.

setValue

public void setValue(String value)
Parameters:
value - The value to set.

setSize

public void setSize(String size)
Parameters:
size - The size to set.

setMaxlength

public void setMaxlength(double maxLength)
Parameters:
maxLength - The maxLength to set.

setChecked

public void setChecked(String checked)
Parameters:
checked - The checked to set.

setDaynames

public void setDaynames(String listDaynames)
                 throws ApplicationException
Parameters:
daynames - The daynames to set.
Throws:
ApplicationException

setFirstdayofweek

public void setFirstdayofweek(double firstDayOfWeek)
                       throws ApplicationException
Parameters:
daynames - The daynames to set.
Throws:
ApplicationException

setMonthnames

public void setMonthnames(String listMonthNames)
                   throws ApplicationException
Parameters:
daynames - The daynames to set.
Throws:
ApplicationException

setLabel

public void setLabel(String label)
Parameters:
daynames - The daynames to set.

setMask

public void setMask(String mask)
Parameters:
daynames - The daynames to set.

setMax

public void setMax(String max)

setMin

public void setMin(String min)

setMultiple

public void setMultiple(String multiple)

setPlaceholder

public void setPlaceholder(String placeholder)

setNotab

public void setNotab(String notab)
Parameters:
daynames - The daynames to set.

setHspace

public void setHspace(String hspace)
Parameters:
daynames - The daynames to set.

setType

public void setType(String type)
             throws ApplicationException
Parameters:
type - The type to set.
Throws:
ApplicationException

setOnerror

public void setOnerror(String onError)
Parameters:
onError - The onError to set.

setOnvalidate

public void setOnvalidate(String onValidate)
Parameters:
onValidate - The onValidate to set.

setPassthrough

public void setPassthrough(Object passthrough)
                    throws PageException
Parameters:
passthrough - The passThrough to set.
Throws:
PageException

setPattern

public void setPattern(String pattern)
                throws ExpressionException
Parameters:
pattern - The pattern to set.
Throws:
ExpressionException

setRange

public void setRange(String range)
              throws PageException
Parameters:
range - The range to set.
Throws:
PageException

setRequired

public void setRequired(boolean required)
Parameters:
required - The required to set.

setName

public void setName(String name)
Parameters:
name - The name to set.

setMessage

public void setMessage(String message)
Parameters:
message - The message to set.

doEndTag

public int doEndTag()
             throws PageException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl
Throws:
PageException

getMonthnames

public String[] getMonthnames()
Returns:
the monthnames

setMonthnames

public void setMonthnames(String[] monthnames)
Parameters:
monthnames - the monthnames to set

setHeight

public void setHeight(String height)
Parameters:
height - the height to set

setInput

public void setInput(InputBean input)
Parameters:
input - the input to set

setPassthrough

public void setPassthrough(String passthrough)
Parameters:
passthrough - the passthrough to set

setTooltip

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

setValidateat

public void setValidateat(String validateAt)
                   throws ApplicationException
Parameters:
validateAt - the validateAt to set
Throws:
ApplicationException

setVisible

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

setWidth

public void setWidth(String width)
Parameters:
width - the width to set
Throws:
ApplicationException

setAutosuggest

public void setAutosuggest(String autosuggest)
                    throws ExpressionException
Throws:
ExpressionException

setAutosuggestbinddelay

public void setAutosuggestbinddelay(double autosuggestBindDelay)
                             throws ExpressionException
Throws:
ExpressionException

setAutosuggestminlength

public void setAutosuggestminlength(double autosuggestMinLength)
                             throws ExpressionException
Throws:
ExpressionException

setBind

public void setBind(String bind)
             throws ExpressionException
Throws:
ExpressionException

setBindattribute

public void setBindattribute(String bindAttribute)
                      throws ExpressionException
Throws:
ExpressionException

setBindonload

public void setBindonload(boolean bindOnLoad)
                   throws ExpressionException
Throws:
ExpressionException

setDelimiter

public void setDelimiter(String delimiter)
                  throws ExpressionException
Throws:
ExpressionException

setMaxresultsdisplayed

public void setMaxresultsdisplayed(double maxResultsDisplayed)
                            throws ExpressionException
Throws:
ExpressionException

setOnbinderror

public void setOnbinderror(String onBindError)
                    throws ExpressionException
Throws:
ExpressionException

setShowautosuggestloadingicon

public void setShowautosuggestloadingicon(boolean showAutosuggestLoadingIcon)
                                   throws ExpressionException
Throws:
ExpressionException

setSourcefortooltip

public void setSourcefortooltip(String sourceForTooltip)
                         throws ExpressionException
Throws:
ExpressionException

setSrc

public void setSrc(String src)

setStep

public void setStep(String step)

setTypeahead

public void setTypeahead(boolean typeahead)
                  throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo