railo.runtime.tag
Class TextInput

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.TextInput
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class TextInput
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TextInput()
           
 
Method Summary
 void setAlign(String align)
           
 void setBgcolor(String bgColor)
           
 void setBold(boolean bold)
           
 void setFont(String font)
           
 void setFontsize(double fontSize)
           
 void setHeight(double height)
           
 void setHspace(double space)
           
 void setItalic(boolean italic)
           
 void setMaxlength(double maxLength)
           
 void setMessage(String message)
           
 void setName(String name)
           
 void setNotsupported(String notSupported)
           
 void setOnerror(String onError)
           
 void setOnvalidate(String onValidate)
           
 void setRange(String range)
           
 void setRequired(boolean required)
           
 void setSize(double size)
           
 void setTextcolor(String textColor)
           
 void setValidate(boolean validate)
           
 void setValue(String value)
           
 void setVspace(double space)
           
 void setWidth(double width)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, doStartTag, getParent, release, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextInput

public TextInput()
          throws DeprecatedException
Throws:
DeprecatedException
Method Detail

setAlign

public void setAlign(String align)

setBgcolor

public void setBgcolor(String bgColor)

setBold

public void setBold(boolean bold)

setFont

public void setFont(String font)

setFontsize

public void setFontsize(double fontSize)

setHeight

public void setHeight(double height)

setHspace

public void setHspace(double space)

setItalic

public void setItalic(boolean italic)

setMaxlength

public void setMaxlength(double maxLength)

setMessage

public void setMessage(String message)

setName

public void setName(String name)

setNotsupported

public void setNotsupported(String notSupported)

setOnerror

public void setOnerror(String onError)

setOnvalidate

public void setOnvalidate(String onValidate)

setRange

public void setRange(String range)

setRequired

public void setRequired(boolean required)

setSize

public void setSize(double size)

setTextcolor

public void setTextcolor(String textColor)

setValidate

public void setValidate(boolean validate)

setValue

public void setValue(String value)

setVspace

public void setVspace(double space)

setWidth

public void setWidth(double width)


Copyright © 2012 Railo