Uses of Class
eu.webtoolkit.jwt.JSlot
-
Packages that use JSlot Package Description eu.webtoolkit.jwt eu.webtoolkit.jwt.chart -
-
Uses of JSlot in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as JSlot Modifier and Type Field Description protected JSlotWInteractWidget. dragTouchEndSlot_protected JSlotWInteractWidget. dragTouchSlot_Methods in eu.webtoolkit.jwt that return JSlot Modifier and Type Method Description JSlotWGLWidget. getRepaintSlot()A JavaScript slot that repaints the widget when triggered.JSlotWPaintedWidget. getRepaintSlot()A JavaScript slot that repaints the widget when triggered.Methods in eu.webtoolkit.jwt with parameters of type JSlot Modifier and Type Method Description voidAbstractEventSignal. addListener(JSlot slot)Adds a JavaScript event listener.voidEventSignal. addListener(JSlot slot)voidAbstractEventSignal. removeListener(JSlot listener)Remove a JavaScript listener from this signal. -
Uses of JSlot in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return JSlot Modifier and Type Method Description JSlotWAbstractGridData. changeClippingMax(Axis axis)JSlotto change the value above which the data series will be clipped on the given axis.JSlotWAbstractGridData. changeClippingMin(Axis axis)JSlotto change the value below which the data series will be clipped on the given axis.
-