railo.runtime.tag
Class Input
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Input
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- Textarea
public class Input
- extends TagImpl
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Input()
|
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
Input
public Input()
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
- See Also:
Tag.release()
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
- See Also:
TagImpl.doEndTag()
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