railo.runtime.tag
Class Slider

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

public final class Slider
extends TagImpl

slider applet tag


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Slider()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setAlign(String align)
          sets the attribut to tag
 void setBgcolor(String bgcolor)
          sets the attribut to tag
 void setBold(boolean bold)
          sets the attribut to tag
 void setFont(String font)
          sets the attribut to tag
 void setFontsize(double fontsize)
          sets the attribut to tag
 void setHeight(double height)
          sets the attribut to tag
 void setHspace(double hspace)
          sets the attribut to tag
 void setItalic(boolean italic)
          sets the attribut to tag
 void setLabel(String label)
          sets the attribut to tag
 void setLookandfeel(String lookandfeel)
          sets the attribut to tag
 void setMessage(String message)
          sets the attribut to tag
 void setName(String name)
          sets the attribut to tag
 void setNotsupported(String notsupported)
          sets the attribut to tag
 void setOnerror(String onerror)
          sets the attribut to tag
 void setOnvalidate(String onvalidate)
          sets the attribut to tag
 void setRange(String range)
          sets the attribut to tag
 void setRefreshlabel(boolean refreshlabel)
          sets the attribut to tag
 void setScale(double scale)
          sets the attribut to tag
 void setTextcolor(String textcolor)
          sets the attribut to tag
 void setTickmarkimages(String tickmarkimages)
          sets the attribut to tag
 void setTickmarklabels(String tickmarklabels)
          sets the attribut to tag
 void setTickmarkmajor(boolean tickmarkmajor)
          sets the attribut to tag
 void setTickmarkminor(boolean tickmarkminor)
          sets the attribut to tag
 void setValue(double value)
          sets the attribut to tag
 void setVertical(boolean vertical)
          sets the attribut to tag
 void setVspace(double vspace)
          sets the attribut to tag
 void setWidth(double width)
          sets the attribut to tag
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, 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

Slider

public Slider()
Method Detail

release

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

setAlign

public void setAlign(String align)
              throws ApplicationException
sets the attribut to tag

Parameters:
align -
Throws:
ApplicationException

setBgcolor

public void setBgcolor(String bgcolor)
sets the attribut to tag

Parameters:
bgcolor -

setBold

public void setBold(boolean bold)
sets the attribut to tag

Parameters:
bold -

setFont

public void setFont(String font)
sets the attribut to tag

Parameters:
font -

setFontsize

public void setFontsize(double fontsize)
sets the attribut to tag

Parameters:
fontsize -

setItalic

public void setItalic(boolean italic)
sets the attribut to tag

Parameters:
italic -

setLabel

public void setLabel(String label)
sets the attribut to tag

Parameters:
label -

setLookandfeel

public void setLookandfeel(String lookandfeel)
                    throws ApplicationException
sets the attribut to tag

Parameters:
lookandfeel -
Throws:
ApplicationException

setRange

public void setRange(String range)
              throws PageException
sets the attribut to tag

Parameters:
range -
Throws:
PageException

setMessage

public void setMessage(String message)
sets the attribut to tag

Parameters:
message -

setName

public void setName(String name)
sets the attribut to tag

Parameters:
name -

setNotsupported

public void setNotsupported(String notsupported)
sets the attribut to tag

Parameters:
notsupported -

setOnerror

public void setOnerror(String onerror)
sets the attribut to tag

Parameters:
onerror -

setOnvalidate

public void setOnvalidate(String onvalidate)
sets the attribut to tag

Parameters:
onvalidate -

setRefreshlabel

public void setRefreshlabel(boolean refreshlabel)
sets the attribut to tag

Parameters:
refreshlabel -

setScale

public void setScale(double scale)
sets the attribut to tag

Parameters:
scale -

setTextcolor

public void setTextcolor(String textcolor)
sets the attribut to tag

Parameters:
textcolor -

setTickmarkimages

public void setTickmarkimages(String tickmarkimages)
sets the attribut to tag

Parameters:
tickmarkimages -

setTickmarklabels

public void setTickmarklabels(String tickmarklabels)
sets the attribut to tag

Parameters:
tickmarklabels -

setTickmarkmajor

public void setTickmarkmajor(boolean tickmarkmajor)
sets the attribut to tag

Parameters:
tickmarkmajor -

setTickmarkminor

public void setTickmarkminor(boolean tickmarkminor)
sets the attribut to tag

Parameters:
tickmarkminor -

setValue

public void setValue(double value)
sets the attribut to tag

Parameters:
value -

setVertical

public void setVertical(boolean vertical)
sets the attribut to tag

Parameters:
vertical -

setHeight

public void setHeight(double height)
sets the attribut to tag

Parameters:
height -

setHspace

public void setHspace(double hspace)
sets the attribut to tag

Parameters:
hspace -

setVspace

public void setVspace(double vspace)
sets the attribut to tag

Parameters:
vspace -

setWidth

public void setWidth(double width)
sets the attribut to tag

Parameters:
width -

doStartTag

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


Copyright © 2012 Railo