Class TumblerControl
java.lang.Object
com._1c.g5.lwt.AbstractLightControl
com._1c.g5.v8.dt.form.internal.presentation.controls.AbstractViewControl<S>
com._1c.g5.v8.dt.form.presentation.controls.base.AbstractCustomizationControl<SkinTumbler>
com._1c.g5.v8.dt.form.internal.presentation.controls.desktop.TumblerControl
- All Implemented Interfaces:
ILightControl,IReadOnlyControl,IViewControl<SkinTumbler>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(org.eclipse.swt.widgets.Event event) voidpaint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle) voidsetColumnCount(int columnCount) voidsetDimensions(List<Double> dimensions) voidvoidsetTheme(IPresentationTheme theme, SkinTumbler skin) Methods inherited from class com._1c.g5.v8.dt.form.presentation.controls.base.AbstractCustomizationControl
dispose, getColor, getColor, getFont, getScaledFontMethods inherited from class com._1c.g5.v8.dt.form.internal.presentation.controls.AbstractViewControl
getControlRect, getSkin, getTheme, isSelfReadOnly, setReadOnlyMethods inherited from class com._1c.g5.lwt.AbstractLightControl
addControlListener, computeSize, getBounds, getCursor, getData, getLayoutData, getOverlay, getParent, getTooltip, getVisibleBounds, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setBounds, setCursor, setData, setEnabled, setFocus, setFocusable, setLayoutData, setOverlay, setParent, setTooltip, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.lwt.ILightControl
addControlListener, computeSize, getBounds, getCursor, getData, getLayoutData, getParent, getTooltip, getVisibleBounds, initialize, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setBounds, setCursor, setData, setEnabled, setFocus, setLayoutData, setParent, setTooltip, setVisibleMethods inherited from interface com._1c.g5.v8.dt.form.internal.presentation.controls.base.IReadOnlyControl
isReadOnly
-
Constructor Details
-
TumblerControl
public TumblerControl()
-
-
Method Details
-
setTheme
- Specified by:
setThemein interfaceIViewControl<SkinTumbler>- Overrides:
setThemein classAbstractViewControl<SkinTumbler>
-
handleEvent
public void handleEvent(org.eclipse.swt.widgets.Event event) - Specified by:
handleEventin interfaceILightControl- Overrides:
handleEventin classAbstractLightControl
-
setItems
-
setColumnCount
public void setColumnCount(int columnCount) -
setDimensions
-
paint
public void paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle)
-