Uses of Class
eu.webtoolkit.jwt.JSlot
Packages that use JSlot
-
Uses of JSlot in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as JSlotModifier and TypeFieldDescriptionprotected JSlotWInteractWidget.dragTouchEndSlot_protected JSlotWInteractWidget.dragTouchSlot_Methods in eu.webtoolkit.jwt that return JSlotModifier and TypeMethodDescriptionWGLWidget.getRepaintSlot()A JavaScript slot that repaints the widget when triggered.WPaintedWidget.getRepaintSlot()A JavaScript slot that repaints the widget when triggered.Methods in eu.webtoolkit.jwt with parameters of type JSlotModifier and TypeMethodDescriptionvoidAbstractEventSignal.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 JSlotModifier and TypeMethodDescriptionWAbstractGridData.changeClippingMax(Axis axis) JSlotto change the value above which the data series will be clipped on the given axis.WAbstractGridData.changeClippingMin(Axis axis) JSlotto change the value below which the data series will be clipped on the given axis.