public class Slider extends Widget
Default Widget.getZclass()
: z-slider.
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName
Modifier and Type | Method and Description |
---|---|
double |
getCurpos()
Returns the current position of the slider.
|
double |
getMaxpos()
Returns the maximum position of the slider.
|
double |
getMinpos()
Returns the minimum position of the slider.
|
String |
getMode()
Returns the current mode of slider
One of "integer", "decimal".
|
String |
getName()
Returns the name of this component.
|
String |
getOrient()
Returns the orient.
|
void |
getPageIncrement()
Returns the amount that the value of
getCurpos()
changes by when the tray of the scroll bar is clicked. |
String |
getSlidingtext()
Returns the sliding text.
|
double |
getStep()
Returns the step of slider
|
boolean |
inScaleMold()
Return whether this widget in scale mold
|
boolean |
inSphereMold()
Return whether this widget in sphere mold
|
boolean |
isDecimal()
Returns whether it is a decimal slider.
|
boolean |
isVertical()
Returns whether it is a vertical slider.
|
void |
setCurpos(double curpos)
Sets the current position of the slider.
|
void |
setMaxpos(double maxpos)
Sets the maximum position of the slider.
|
void |
setMinpos(double minpos)
Sets the minimum position of the slider.
|
void |
setMode(String name)
Sets the mode to integer or decimal.
|
void |
setName(String name)
Sets the name of this component.
|
void |
setOrient(String orient)
Sets the orient.
|
void |
setPageIncrement(double pginc)
Sets the amount that the value of
getCurpos()
changes by when the tray of the scroll bar is clicked. |
void |
setSlidingtext(String slidingtext)
Sets the sliding text.
|
void |
setStep(double step)
Sets the step of slider
Default: -1 (means it will scroll to the position the user clicks).
|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip
$, $f, $f, $f, $init, $n, $n, $o, $s, $service, afterAnima_, afterParentChanged_, appendChild, appendChild, beforeParentChanged_, beforeSendAU_, bind_, bind, bindChildren_, bindDoubleTap_, bindMissingAncestors, bindSwipe_, bindTapHold_, canActivate, cleanDrag_, clear, clearCache, cloneDrag_, deferRedraw_, deferRedrawHTML_, detach, doBlur_, doClick_, doDoubleClick_, doFocus_, doKeyDown_, doKeyPress_, doKeyUp_, domAttrs_, domClass_, domListen_, doMouseDown_, doMouseMove_, doMouseOut_, doMouseOver_, doMouseUp_, domStyle_, domTextStyleAttr_, domTooltiptext_, domUnlisten_, doPaste_, doResizeScroll_, doRightClick_, doSelect_, doSwipe_, doTooltipOut_, doTooltipOver_, dropEffect_, extraBind_, fire, fireX, focus_, focus, forcerender, fromPageCoord, get, getAction, getCaveNode, getChildAt, getChildIndex, getClass, getCssflex, getDraggable, getDragMessage_, getDragNode, getDragOptions_, getDrop_, getDroppable, getElementsById, getElementsByName, getFirstNode_, getFloatZIndex_, getHeight, getHflex, getId, getLeft, getMold, getOldWidget_, getPage, getRenderdefer, getSclass, getScrollLeft, getScrollTop, getStyle, getTabindex, getTextNode, getTooltiptext, getTop, getTopWidget, getVflex, getWidth, getZclass, getZIndex, hide, ignoreDescendantFloatUp_, ignoreDrag_, initDrag_, insertBefore, insertChildHTML_, isAutoId, isBinding, isFloating_, isListen, isRealElement, isRealVisible, isRealVisible, isVisible, isVisible, isWatchable_, listen, listenOnFitSize_, mimicMouseDown_, newInstance, nextUuid, onAfterSize, onChildAdded_, onChildRemoved_, onChildRenderDefer_, onChildReplaced_, onChildVisible_, onDrop_, redraw, redrawHTML_, register, removeChild, removeChild, removeChildHTML_, removeHTML_, replaceCavedChildren_, replaceChildHTML_, replaceHTML, replaceWidget, rerender, rerender, rerenderLater_, rerenderNow_, scrollIntoView, sendAU_, set, set, setAction, setChildren, setCssflex, setDomVisible_, setDraggable, setDroppable, setFloating_, setFloatZIndex_, setHeight, setHflex, setId, setLeft, setListener, setListener, setListeners, setMold, setRenderdefer, setSclass, setScrollLeft, setScrollTop, setStyle, setTabindex, setTooltiptext, setTop, setTopmost, setVflex, setVisible, setWidth, setZclass, setZIndex, shallChildROD_, shallFireSizedLaterWhenAddChd_, shallIgnoreClick_, show, smartUpdate, unbind_, unbind, unbindChildren_, unbindDoubleTap_, unbindSwipe_, unbindTapHold_, uncloneDrag_, unlisten, unlistenOnFitSize_, updateDomClass_, updateDomStyle_, uuid, zsync
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
public void setOrient(String orient)
Default : "horizontal"
orient
- either "horizontal" or "vertical".public String getOrient()
Default: "horizontal".
public void setCurpos(double curpos)
getMaxpos()
,
getMaxpos()
is assumed.curpos
- public double getCurpos()
Default: 0.
public void setMinpos(double minpos)
minpos
- (since 7.0.1)public double getMinpos()
Default: 0.
public void setMaxpos(double maxpos)
maxpos
- (since 7.0.1)public double getMaxpos()
Default: 100.
public void setSlidingtext(String slidingtext)
slidingtext
- public String getSlidingtext()
Default : "{0}"
public void setPageIncrement(double pginc)
getCurpos()
changes by when the tray of the scroll bar is clicked.
Default: -1 (means it will scroll to the position the user clicks).
pginc
- the page increment. If negative, slider will scroll (since 7.0.1)
to the position that user clicks.public void getPageIncrement()
getCurpos()
changes by when the tray of the scroll bar is clicked.
Default: -1 (means it will scroll to the position the user clicks).
public void setStep(double step)
Default: -1 (means it will scroll to the position the user clicks). Note: In "decimal" mode, the fraction part only contains one digit if step is -1.
step
- public double getStep()
public void setName(String name)
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. It doesn't work with other kind of clients.
Don't use this method if your application is purely based on ZK's event-driven model.
name
- the name of this component.public String getName()
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. It doesn't work with other kind of clients.
Don't use this method if your application is purely based on ZK's event-driven model.
public void setMode(String name)
name
- the mode which could be one of
"integer", "decimal".public String getMode()
Default: "integer"
public boolean inScaleMold()
public boolean inSphereMold()
public boolean isVertical()
public boolean isDecimal()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.