Method Summary |
|
final public int | getCurpos() Returns the current position of the slider. |
final public int | getMaxpos() Returns the maximum position of the slider. |
public String | getName() Returns the name of this component.
Default: null.
The name is used only to work with "legacy" Web application that
handles user's request by servlets.
It works only with HTTP/HTML-based browsers. |
public String | getOuterAttrs() |
final public int | getPageIncrement() Returns the amount that the value of
Slider.getCurpos changes by when the tray of the scroll bar is clicked. |
public String | getSlidingtext() Returns the sliding text. |
public boolean | isChildable() Not childable. |
protected Object | newExtraCtrl() |
final public void | setCurpos(int curpos) Sets the current position of the slider.
If negative, 0 is assumed. |
final public void | setMaxpos(int maxpos) Sets the maximum position of the slider. |
public void | setName(String name) Sets the name of this component.
The name is used only to work with "legacy" Web application that
handles user's request by servlets.
It works only with HTTP/HTML-based browsers. |
final public void | setPageIncrement(int pginc) Sets the amount that the value of
Slider.getCurpos changes by when the tray of the scroll bar is clicked. |
public void | setSlidingtext(String slidingtext) Sets the sliding text. |