public class ToggleSwitch extends Slider
config, configOnly, factoryCreated, factoryProperties, id, nativeObject, scClassName
Constructor and Description |
---|
ToggleSwitch() |
ToggleSwitch(com.google.gwt.core.client.JavaScriptObject jsObj) |
ToggleSwitch(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
Canvas defaults)
Changes the defaults for Canvas AutoChildren named
autoChildName . |
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
FormItem defaults)
Changes the defaults for FormItem AutoChildren named
autoChildName . |
protected com.google.gwt.core.client.JavaScriptObject |
create() |
int |
getDefaultHeight()
Default height of the toggle switch.
|
int |
getDefaultWidth()
Default width of the toggle switch.
|
java.lang.String |
getHThumbStyle()
Optional CSS style for the thumb for a
horizontally
oriented toggle. |
com.smartgwt.logicalstructure.core.LogicalStructureObject |
getLogicalStructure()
Getter implementing the
LogicalStructure interface,
which supports Eclipse's logical structure debugging facility. |
float |
getMaxValue()
Deprecated.
|
double |
getMaxValueAsDouble()
The maximum toggleSwitch value.
|
float |
getMinValue()
Deprecated.
|
double |
getMinValueAsDouble()
The minimum toggleSwitch value.
|
java.lang.Integer |
getNumValues()
Note: This is a Slider property which is inapplicable on this class.
|
static ToggleSwitch |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Boolean |
getShowActiveTrack()
Whether to show the
activeTrack , which highlights the 'active'
portion of a slider. |
java.lang.Boolean |
getShowRange()
Indicates whether labels for the
min and max values of the
toggleSwitch should be displayed. |
java.lang.Boolean |
getShowTitle()
Indicates whether the toggleSwitch's
title should be
displayed. |
java.lang.Boolean |
getShowValue()
Indicates whether a
label for the value of the slider should
be displayed. |
float |
getStepPercent()
Deprecated.
|
double |
getStepPercentAsDouble()
Note: This is a Slider property which is inapplicable on this class.
|
java.lang.String |
getStyleName()
The CSS style name for the toggle switch.
|
int |
getThumbThickWidth()
The dimension of the thumb perpendicular to the toggleSwitch track.
|
int |
getThumbThinWidth()
The dimension of the thumb parallel to the toggleSwitch track.
|
java.lang.String |
getTitle()
Note: This is a Slider property which is inapplicable on this class.
|
java.lang.Boolean |
getVertical()
Indicates whether this is a vertical or horizontal slider.
|
java.lang.String |
getVThumbStyle()
Optional CSS style for the thumb for a
vertically oriented
toggle. |
ToggleSwitch |
setDefaultHeight(int defaultHeight)
Default height of the toggle switch.
|
static void |
setDefaultProperties(ToggleSwitch toggleSwitchProperties)
Class level method to set the default properties of this class.
|
ToggleSwitch |
setDefaultWidth(int defaultWidth)
Default width of the toggle switch.
|
ToggleSwitch |
setHThumbStyle(java.lang.String hThumbStyle)
Optional CSS style for the thumb for a
horizontally
oriented toggle. |
com.smartgwt.logicalstructure.core.LogicalStructureObject |
setLogicalStructure(com.smartgwt.logicalstructure.widgets.ToggleSwitchLogicalStructure s)
Setter implementing the
LogicalStructure interface,
which supports Eclipse's logical structure debugging facility. |
ToggleSwitch |
setMaxValue(double maxValue)
The maximum toggleSwitch value.
|
ToggleSwitch |
setMaxValue(float maxValue)
Deprecated.
|
ToggleSwitch |
setMinValue(double minValue)
The minimum toggleSwitch value.
|
ToggleSwitch |
setMinValue(float minValue)
Deprecated.
|
ToggleSwitch |
setNumValues(java.lang.Integer numValues)
Note: This is a Slider property which is inapplicable on this class.
|
ToggleSwitch |
setShowActiveTrack(java.lang.Boolean showActiveTrack)
Whether to show the
activeTrack , which highlights the 'active'
portion of a slider. |
ToggleSwitch |
setShowRange(java.lang.Boolean showRange)
Indicates whether labels for the
min and max values of the
toggleSwitch should be displayed. |
ToggleSwitch |
setShowTitle(java.lang.Boolean showTitle)
Indicates whether the toggleSwitch's
title should be
displayed. |
ToggleSwitch |
setShowValue(java.lang.Boolean showValue)
Indicates whether a
label for the value of the slider should
be displayed. |
ToggleSwitch |
setStepPercent(double stepPercent)
Note: This is a Slider property which is inapplicable on this class.
|
ToggleSwitch |
setStepPercent(float stepPercent)
Deprecated.
|
void |
setStyleName(java.lang.String styleName)
The CSS style name for the toggle switch.
|
ToggleSwitch |
setThumbThickWidth(int thumbThickWidth)
The dimension of the thumb perpendicular to the toggleSwitch track.
|
ToggleSwitch |
setThumbThinWidth(int thumbThinWidth)
The dimension of the thumb parallel to the toggleSwitch track.
|
void |
setTitle(java.lang.String title)
Note: This is a Slider property which is inapplicable on this class.
|
ToggleSwitch |
setVertical(java.lang.Boolean vertical)
Indicates whether this is a vertical or horizontal slider.
|
ToggleSwitch |
setVThumbStyle(java.lang.String vThumbStyle)
Optional CSS style for the thumb for a
vertically oriented
toggle. |
addValueChangedHandler, getActiveTrack, getActiveTrackStyle, getAnimateThumb, getAnimateThumbInit, getAnimateThumbTime, getCanFocus, getFlipValues, getHLabelSpacing, getHTrackStyle, getHValueStyle, getLabelHeight, getLabelSpacing, getLabelWidth, getLength, getMaxValueLabel, getMinValueLabel, getRangeFormat, getRangeLabel, getRangeStyle, getRoundPrecision, getRoundValues, getThumbSrc, getTitleSpacing, getTitleStyle, getTrackCapSize, getTrackImageType, getTrackSrc, getTrackWidth, getValue, getValueAsDouble, getValueFormat, getValueLabel, getValueStyle, getValueTextStyle, getVLabelSpacing, getVTrackStyle, getVValueStyle, setActiveTrackStyle, setAnimateThumb, setAnimateThumbInit, setAnimateThumbTime, setCanFocus, setDefaultProperties, setFlipValues, setHLabelSpacing, setHTrackStyle, setHValueStyle, setLabelHeight, setLabelSpacing, setLabelWidth, setLength, setLogicalStructure, setMaxValueLabel, setMinValueLabel, setRangeFormat, setRangeStyle, setRoundPrecision, setRoundValues, setThumbSrc, setTitleSpacing, setTitleStyle, setTrackCapSize, setTrackImageType, setTrackSrc, setTrackWidth, setValue, setValue, setValueFormat, setValueStyle, setValueTextStyle, setVLabelSpacing, setVTrackStyle, setVValueStyle, valueIsChanging
addChild, addChild, addChild, addChild, addChild, addClearHandler, addClickHandler, addDoubleClickHandler, addDragMoveHandler, addDragRepositionMoveHandler, addDragRepositionStartHandler, addDragRepositionStopHandler, addDragResizeMoveHandler, addDragResizeStartHandler, addDragResizeStopHandler, addDragStartHandler, addDragStopHandler, addDropHandler, addDropMoveHandler, addDropOutHandler, addDropOverHandler, addFocusChangedHandler, addHoverHandler, addHoverHiddenHandler, addKeyDownHandler, addKeyPressHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseStillDownHandler, addMouseUpHandler, addMouseWheelHandler, addMovedHandler, addParentMovedHandler, addPeer, addPeer, addPeer, addPeer, addResizedHandler, addRightMouseDownHandler, addRuleContextChangedHandler, addScrolledHandler, addShowContextMenuHandler, addSnapAlignCandidate, addStyleName, addVisibilityChangedHandler, adjustForContent, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateHide, animateHide, animateHide, animateHide, animateHide, animateHide, animateHide, animateMove, animateMove, animateMove, animateMove, animateRect, animateRect, animateRect, animateRect, animateResize, animateResize, animateResize, animateResize, animateScroll, animateScroll, animateScroll, animateScroll, animateScroll, animateScroll, animateShow, animateShow, animateShow, animateShow, animateShow, animateShow, animateShow, asSGWTComponent, blur, bringToFront, clear, clearExplicitTabIndex, clickMaskUp, clickMaskUp, contains, contains, containsEvent, containsEventTarget, containsFocus, containsPoint, containsPoint, dataContextChanged, deparent, depeer, disable, enable, encloses, focus, focusAfterGroup, focusAtEnd, focusInNextTabElement, focusInPreviousTabElement, getAbsoluteLeft, getAbsoluteTop, getAccessKey, getAdaptiveHeightPriority, getAdaptiveWidthPriority, getAlwaysManageFocusNavigation, getAlwaysShowScrollbars, getAnimateAcceleration, getAnimateFadeTime, getAnimateHideAcceleration, getAnimateHideEffect, getAnimateHideTime, getAnimateMoveAcceleration, getAnimateMoveTime, getAnimateRectAcceleration, getAnimateRectTime, getAnimateResizeAcceleration, getAnimateResizeLayoutMode, getAnimateResizeTime, getAnimateScrollAcceleration, getAnimateScrollTime, getAnimateShowAcceleration, getAnimateShowEffect, getAnimateShowTime, getAnimateTime, getAppImgDir, getAriaHandleID, getAriaRole, getAriaStateDefaults, getAutoMaskComponents, getAutoParent, getAutoPopulateData, getAutoShowParent, getBackgroundColor, getBackgroundImage, getBackgroundPosition, getBackgroundRepeat, getBorder, getBorderRadius, getBottom, getById, getByJSObject, getByLocalId, getCanAcceptDrop, getCanAdaptHeight, getCanAdaptWidth, getCanDrag, getCanDragReposition, getCanDragResize, getCanDragScroll, getCanDrop, getCanDropBefore, getCanHover, getCanSelectText, getCanvasAutoChild, getCanvasItem, getChildren, getChildrenResizeSnapAlign, getChildrenSnapAlign, getChildrenSnapCenterAlign, getChildrenSnapEdgeAlign, getChildrenSnapResizeToGrid, getChildrenSnapToGrid, getChildTabPosition, getClassName, getComponentMask, getComponentMaskDefaults, getContentElement, getContents, getContextMenu, getCorrectZoomOverflow, getCursor, getDataContext, getDataPath, getDestroyed, getDestroying, getDisabled, getDisabledCursor, getDisableTouchScrollingForDrag, getDoubleClickDelay, getDragAppearance, getDragIntersectStyle, getDragMaskType, getDragMaxHeight, getDragMaxWidth, getDragMinHeight, getDragMinWidth, getDragOpacity, getDragRepositionAppearance, getDragRepositionCursor, getDragResizeAppearance, getDragScrollDelay, getDragStartDistance, getDragTarget, getDragTargetAsString, getDragType, getDropTarget, getDropTargetAsString, getDropTypes, getDropTypesAsString, getDynamicContents, getEdgeBackgroundColor, getEdgeCenterBackgroundColor, getEdgeImage, getEdgeMarginSize, getEdgeOffset, getEdgeOpacity, getEdgeShowCenter, getEdgeSize, getEditNode, getEditProxy, getEditProxyConstructor, getElement, getElement, getEnableWhen, getEndLine, getEventEdge, getEventEdge, getExtraSpace, getFacetId, getFloatingScrollbars, getFormItemAutoChild, getForwardSVGeventsToObject, getFullDataPath, getGroupBorderCSS, getGroupLabelBackgroundColor, getGroupLabelStyleName, getGroupPadding, getGroupTitle, getHeight, getHeightAsString, getHideUsingDisplayNone, getHoverAlign, getHoverAutoDestroy, getHoverAutoFitMaxWidth, getHoverAutoFitMaxWidthAsString, getHoverAutoFitWidth, getHoverComponent, getHoverDelay, getHoverFocusKey, getHoverHeight, getHoverHTML, getHoverMoveWithMouse, getHoverOpacity, getHoverPersist, getHoverScreen, getHoverStyle, getHoverVAlign, getHoverWidth, getHoverWrap, getHSnapPosition, getHSnapPosition, getHtmlElement, getHtmlElementAsString, getHtmlPosition, getImage, getImgURL, getImgURL, getInnerContentHeight, getInnerContentWidth, getInnerHeight, getInnerWidth, getIsGroup, getIsPrinting, getIsRuleScope, getIsSnapAlignCandidate, getKeepInParentRect, getLayoutAlign, getLeaveGroupLabelSpace, getLeavePageSpace, getLeft, getLeftAsString, getLocalId, getLocateChildrenBy, getLocateChildrenType, getLocatePeersBy, getLocatePeersType, getLocatorName, getMargin, getMasterCanvas, getMasterElement, getMatchElement, getMatchElementHeight, getMatchElementWidth, getMaxHeight, getMaxWidth, getMaxZoomOverflowError, getMenuConstructor, getMinHeight, getMinNonEdgeSize, getMinWidth, getMomentumScrollMinSpeed, getMouseStillDownDelay, getMouseStillDownInitialDelay, getName, getNativeAutoHideScrollbars, getNextZIndex, getNoDoubleClicks, getNoDropCursor, getOffsetHeight, getOffsetWidth, getOffsetX, getOffsetY, getOpacity, getOuterElement, getOverflow, getPadding, getPageBottom, getPageLeft, getPageRect, getPageRight, getPageTop, getPaletteDefaults, getPanelContainer, getParentCanvas, getParentElement, getPeers, getPendingMarkerStyle, getPendingMarkerVisible, getPercentBox, getPercentSource, getPersistentMatchElement, getPointerSettings, getPointerTarget, getPointerTargetAsString, getPosition, getPrefix, getPrintChildrenAbsolutelyPositioned, getPrintHTML, getPrintHTML, getPrintStyleName, getPrompt, getProportionalResizeModifiers, getProportionalResizing, getReceiveScrollbarEvents, getRect, getRedrawOnResize, getResizeBarTarget, getResizeFrom, getRight, getRuleContext, getRuleContext, getRuleScope, getScrollbarSize, getScrollBottom, getScrollHeight, getScrollLeft, getScrollRight, getScrollTop, getScrollWidth, getShadowColor, getShadowDepth, getShadowHOffset, getShadowImage, getShadowOffset, getShadowSoftness, getShadowSpread, getShadowVOffset, getShouldPrint, getShowCustomScrollbars, getShowDragShadow, getShowEdges, getShowHover, getShowHoverComponents, getShowPointer, getShowResizeBar, getShowShadow, getShowSnapGrid, getShrinkElementOnHide, getSizeMayChangeOnRedraw, getSkinImgDir, getSnapAlignCandidates, getSnapAlignCenterLineStyle, getSnapAlignEdgeLineStyle, getSnapAxis, getSnapEdge, getSnapGridLineProperties, getSnapGridStyle, getSnapHDirection, getSnapHGap, getSnapOffsetLeft, getSnapOffsetTop, getSnapOnDrop, getSnapPosition, getSnapPosition, getSnapResizeToAlign, getSnapResizeToGrid, getSnapTo, getSnapToAlign, getSnapToCenterAlign, getSnapToEdgeAlign, getSnapToGrid, getSnapVDirection, getSnapVGap, getStartLine, getTabIndex, getTestDataContext, getTestInstance, getTooltip, getTop, getTopAsString, getTopElement, getUISummary, getUpdateTabPositionOnDraw, getUpdateTabPositionOnReparent, getUseBackMask, getUseCSSShadow, getUseDragMask, getUseImageForSVG, getUseNativeDrag, getUseOpacityFilter, getUseTouchScrolling, getValuesManager, getValuesManagerAsString, getViewportHeight, getViewportWidth, getVisibility, getVisibleHeight, getVisibleWhen, getVisibleWidth, getVSnapPosition, getVSnapPosition, getWidth, getWidthAsString, getWorkflows, getZIndex, getZIndex, handleHover, hide, hideClickMask, hideClickMask, hideComponentMask, hideComponentMask, hideContextMenu, imgHTML, imgHTML, imgHTML, initComplete, intersects, isDirty, isDisabled, isFocused, isVisible, keyUp, layoutChildren, linkHTML, linkHTML, linkHTML, linkHTML, linkHTML, linkHTML, markForDestroy, markForRedraw, markForRedraw, moveAbove, moveBelow, moveBy, moveTo, onAttach, onDetach, onInit, pageScrollDown, pageScrollUp, parentResized, placeNear, placeNear, placeNear, print, print, print, print, printComponents, provideRuleContext, provideRuleContext, redraw, redraw, registerFontScaledPaddingStyles, removeChild, removeChild, removePeer, removePeer, removeRuleContext, removeSnapAlignCandidate, resizeAutoChildAttributes, resizeBy, resizeControls, resizeControlsTo, resizeFonts, resizeFonts, resizeFonts, resizeFontsTo, resizeIcons, resizePadding, resizePadding, resizeTo, resizeTo, revealChild, revealChild, scrollBy, scrollByPercent, scrollTo, scrollTo, scrollTo, scrollToBottom, scrollToLeft, scrollToPercent, scrollToRight, scrollToTop, sendToBack, setAccessKey, setAdaptHeightByCustomizer, setAdaptiveHeightPriority, setAdaptiveWidthPriority, setAdaptWidthByCustomizer, setAlign, setAllowExternalFilters, setAlwaysManageFocusNavigation, setAlwaysShowScrollbars, setAnimateAcceleration, setAnimateFadeTime, setAnimateHideAcceleration, setAnimateHideEffect, setAnimateHideTime, setAnimateMoveAcceleration, setAnimateMoveTime, setAnimateRectAcceleration, setAnimateRectTime, setAnimateResizeAcceleration, setAnimateResizeLayoutMode, setAnimateResizeTime, setAnimateScrollAcceleration, setAnimateScrollTime, setAnimateShowAcceleration, setAnimateShowEffect, setAnimateShowTime, setAnimateTime, setAppImgDir, setAriaRole, setAriaState, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setAutoHeight, setAutoMaskComponents, setAutoParent, setAutoPopulateData, setAutoResizeAutoChildAttributes, setAutoResizeIcons, setAutoShowParent, setAutoWidth, setBackgroundColor, setBackgroundImage, setBackgroundPosition, setBackgroundRepeat, setBorder, setBorderRadius, setBottom, setCanAcceptDrop, setCanAdaptHeight, setCanAdaptWidth, setCanDrag, setCanDragReposition, setCanDragResize, setCanDragScroll, setCanDrop, setCanDropBefore, setCanHover, setCanSelectText, setChildren, setChildrenResizeSnapAlign, setChildrenSnapAlign, setChildrenSnapCenterAlign, setChildrenSnapEdgeAlign, setChildrenSnapResizeToGrid, setChildrenSnapToGrid, setComponentMaskDefaults, setContents, setContextMenu, setCorrectZoomOverflow, setCursor, setDataContext, setDataPath, setDefaultPageSpace, setDefaultProperties, setDefaultShowCustomScrollbars, setDisabled, setDisabledCursor, setDisableTouchScrollingForDrag, setDoubleClickDelay, setDragAppearance, setDragIntersectStyle, setDragMaskType, setDragMaxHeight, setDragMaxWidth, setDragMinHeight, setDragMinWidth, setDragOpacity, setDragRepositionAppearance, setDragRepositionCursor, setDragResizeAppearance, setDragScrollDelay, setDragStartDistance, setDragTarget, setDragTarget, setDragType, setDropTarget, setDropTarget, setDropTypes, setDropTypes, setDynamicContents, setEdgeBackgroundColor, setEdgeCenterBackgroundColor, setEdgeImage, setEdgeMarginSize, setEdgeOffset, setEdgeOpacity, setEdgeShowCenter, setEdgeSize, setEditMode, setEditMode, setEditMode, setEditProxyConstructor, setElement, setEnableWhen, setEndLine, setExtraSpace, setFacetId, setFloatingScrollbars, setForwardSVGeventsToObject, setGroupBorderCSS, setGroupLabelBackgroundColor, setGroupLabelStyleName, setGroupPadding, setGroupTitle, setHeight, setHeight, setHeight, setHeight100, setHideUsingDisplayNone, setHoverAlign, setHoverAutoDestroy, setHoverAutoFitMaxWidth, setHoverAutoFitMaxWidth, setHoverAutoFitWidth, setHoverDelay, setHoverFocusKey, setHoverHeight, setHoverMoveWithMouse, setHoverOpacity, setHoverPersist, setHoverScreen, setHoverStyle, setHoverVAlign, setHoverWidth, setHoverWrap, setHtmlElement, setHtmlElement, setHtmlPosition, setImage, setImage, setInitHandler, setIsGroup, setIsRuleScope, setIsSnapAlignCandidate, setKeepInParentRect, setKeepInParentRect, setKeepInParentRect, setLayoutAlign, setLayoutAlign, setLeaveGroupLabelSpace, setLeavePageSpace, setLeft, setLeft, setLocateChildrenBy, setLocateChildrenType, setLocatePeersBy, setLocatePeersType, setLocatorName, setLocatorParent, setLocatorParent, setLogicalStructure, setMargin, setMatchElement, setMatchElementHeight, setMatchElementWidth, setMaxHeight, setMaxWidth, setMaxZoomOverflowError, setMenuConstructor, setMinHeight, setMinNonEdgeSize, setMinWidth, setMomentumScrollMinSpeed, setMouseStillDownDelay, setMouseStillDownInitialDelay, setName, setNativeAutoHideScrollbars, setNeverUseFilters, setNoDoubleClicks, setNoDropCursor, setOpacity, setOverflow, setPadding, setPageLeft, setPageTop, setPanelContainer, setParentCanvas, setParentElement, setPeers, setPendingMarkerStyle, setPendingMarkerVisible, setPercentBox, setPercentSource, setPersistentMatchElement, setPointerSettings, setPointerTarget, setPosition, setPrefix, setPrintChildrenAbsolutelyPositioned, setPrintStyleName, setPrompt, setProportionalResizeModifiers, setProportionalResizing, setReceiveScrollbarEvents, setRect, setRect, setRedrawOnResize, setRelativeTabPosition, setResizeBarTarget, setResizeFrom, setResizeFrom, setRight, setRuleScope, setScrollbarConstructor, setScrollbarSize, setShadowColor, setShadowDepth, setShadowHOffset, setShadowImage, setShadowOffset, setShadowSoftness, setShadowSpread, setShadowVOffset, setShouldPrint, setShowCustomScrollbars, setShowDragShadow, setShowEdges, setShowHover, setShowHoverComponents, setShowPointer, setShowResizeBar, setShowShadow, setShowSnapGrid, setShrinkElementOnHide, setSizeMayChangeOnRedraw, setSkinImgDir, setSmoothFade, setSnapAlignCandidates, setSnapAlignCenterLineStyle, setSnapAlignEdgeLineStyle, setSnapAxis, setSnapEdge, setSnapGridLineProperties, setSnapGridStyle, setSnapHDirection, setSnapHGap, setSnapOffsetLeft, setSnapOffsetTop, setSnapOnDrop, setSnapResizeToAlign, setSnapResizeToGrid, setSnapTo, setSnapToAlign, setSnapToCenterAlign, setSnapToEdgeAlign, setSnapToGrid, setSnapVDirection, setSnapVGap, setStartLine, setTabIndex, setTestDataContext, setTooltip, setTop, setTop, setUpdateTabPositionOnDraw, setUpdateTabPositionOnReparent, setUseBackMask, setUseCSSShadow, setUseDragMask, setUseImageForSVG, setUseNativeDrag, setUseOpacityFilter, setUseTouchScrolling, setValuesManager, setValuesManager, setVisibility, setVisible, setVisibleWhen, setWidth, setWidth, setWidth, setWidth100, setWorkflows, setZIndex, shouldDragScroll, show, showClickMask, showComponentMask, showComponentMask, showNextTo, showNextTo, showNextTo, showNextTo, showPendingMarker, showPrintPreview, showPrintPreview, showPrintPreview, showPrintPreview, showRecursively, updateChildTabPosition, updateChildTabPositions, updateEditNode, updateHover, updateHover, updateShadow, updateTabPositionForDraw, visibleAtPoint, willAcceptDrop
addDrawHandler, addDynamicProperty, addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, clearDynamicProperty, completeCreation, destroy, doAddHandler, doInit, doOnRender, draw, equals, error, errorIfNotCreated, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDateArray, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsFloatArray, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getConfig, getDOM, getHandlerCount, getID, getInnerHTML, getJsObj, getOrCreateJsObj, getRef, getScClassName, hasAutoAssignedID, hasDynamicProperty, hashCode, initNativeObject, internalSetID, internalSetID, isConfigOnly, isCreated, isDrawn, isFactoryCreated, onBind, onDestroy, onDraw, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setDefaultProperties, setDragTracker, setFactoryCreated, setID, setJavaScriptObject, setLogicalStructure, setLogicalStructure, setNullProperty, setPosition, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setScClassName, toString
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getStyleElement, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent
public ToggleSwitch()
public ToggleSwitch(com.google.gwt.core.client.JavaScriptObject jsObj)
public ToggleSwitch(java.lang.String title)
public static ToggleSwitch getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public static void changeAutoChildDefaults(java.lang.String autoChildName, Canvas defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- Canvas defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties. For usage tips on this
param, see SGWTProperties
.AutoChildUsage
public static void changeAutoChildDefaults(java.lang.String autoChildName, FormItem defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- FormItem defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties. For usage tips on this
param, see SGWTProperties
.AutoChildUsage
protected com.google.gwt.core.client.JavaScriptObject create()
public ToggleSwitch setDefaultHeight(int defaultHeight)
vertical
is
true and the height property is not set, this value is used by the height property.setDefaultHeight
in class Canvas
defaultHeight
- New defaultHeight value. Default value is 50ToggleSwitch
instance, for chaining setter callsSizing overview and related methods
public int getDefaultHeight()
vertical
is
true and the height property is not set, this value is used by the height property.getDefaultHeight
in class Canvas
Sizing overview and related methods
public ToggleSwitch setDefaultWidth(int defaultWidth)
vertical
is
false and the width property is not set, this value is used by the width property.setDefaultWidth
in class Canvas
defaultWidth
- New defaultWidth value. Default value is 50ToggleSwitch
instance, for chaining setter callsSizing overview and related methods
public int getDefaultWidth()
vertical
is
false and the width property is not set, this value is used by the width property.getDefaultWidth
in class Canvas
Sizing overview and related methods
public ToggleSwitch setHThumbStyle(java.lang.String hThumbStyle) throws java.lang.IllegalStateException
horizontally
oriented
toggle. Will have the suffix "down" added when the mouse is down on the thumb, and "Disabled" added when the toggle is disabled.
setHThumbStyle
in class Slider
hThumbStyle
- New hThumbStyle value. Default value is "toggleSwitchHThumb"ToggleSwitch
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdCSSStyleName
public java.lang.String getHThumbStyle()
horizontally
oriented
toggle. Will have the suffix "down" added when the mouse is down on the thumb, and "Disabled" added when the toggle is disabled.
getHThumbStyle
in class Slider
CSSStyleName
public ToggleSwitch setMaxValue(float maxValue)
GwtFloatVsDouble
setMaxValue
in class Slider
maxValue
- New maxValue value. Default value is 1ToggleSwitch
instance, for chaining setter callsSlider.setFlipValues(java.lang.Boolean)
,
Slider Examplepublic float getMaxValue()
GwtFloatVsDouble
getMaxValue
in class Slider
Slider.getFlipValues()
,
Slider Examplepublic ToggleSwitch setMaxValue(double maxValue)
setMaxValue
in class Slider
maxValue
- New maxValue value. Default value is 1ToggleSwitch
instance, for chaining setter callsSlider.setFlipValues(java.lang.Boolean)
,
Slider Examplepublic double getMaxValueAsDouble()
getMaxValueAsDouble
in class Slider
Slider.getFlipValues()
,
Slider Examplepublic ToggleSwitch setMinValue(float minValue)
GwtFloatVsDouble
setMinValue
in class Slider
minValue
- New minValue value. Default value is 0ToggleSwitch
instance, for chaining setter callsSlider.setFlipValues(java.lang.Boolean)
,
Slider Examplepublic float getMinValue()
GwtFloatVsDouble
getMinValue
in class Slider
Slider.getFlipValues()
,
Slider Examplepublic ToggleSwitch setMinValue(double minValue)
setMinValue
in class Slider
minValue
- New minValue value. Default value is 0ToggleSwitch
instance, for chaining setter callsSlider.setFlipValues(java.lang.Boolean)
,
Slider Examplepublic double getMinValueAsDouble()
getMinValueAsDouble
in class Slider
Slider.getFlipValues()
,
Slider Examplepublic ToggleSwitch setNumValues(java.lang.Integer numValues)
setNumValues
in class Slider
numValues
- New numValues value. Default value is nullToggleSwitch
instance, for chaining setter callspublic java.lang.Integer getNumValues()
getNumValues
in class Slider
public ToggleSwitch setShowActiveTrack(java.lang.Boolean showActiveTrack) throws java.lang.IllegalStateException
activeTrack
, which highlights the 'active'
portion of a slider. The value should always be false.setShowActiveTrack
in class Slider
showActiveTrack
- New showActiveTrack value. Default value is falseToggleSwitch
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Boolean getShowActiveTrack()
activeTrack
, which highlights the 'active'
portion of a slider. The value should always be false.getShowActiveTrack
in class Slider
public ToggleSwitch setShowRange(java.lang.Boolean showRange)
min and max values
of the
toggleSwitch should be displayed. The value should always be false.setShowRange
in class Slider
showRange
- New showRange value. Default value is falseToggleSwitch
instance, for chaining setter callsSlider.setMinValueLabel(java.lang.String)
,
Slider.setMaxValueLabel(java.lang.String)
public java.lang.Boolean getShowRange()
min and max values
of the
toggleSwitch should be displayed. The value should always be false.getShowRange
in class Slider
Slider.getMinValueLabel()
,
Slider.getMaxValueLabel()
public ToggleSwitch setShowTitle(java.lang.Boolean showTitle)
title
should be
displayed. The value should always be false.setShowTitle
in class Slider
showTitle
- New showTitle value. Default value is falseToggleSwitch
instance, for chaining setter callsSlider.setTitle(java.lang.String)
public java.lang.Boolean getShowTitle()
title
should be
displayed. The value should always be false.getShowTitle
in class Slider
Slider.getTitle()
public ToggleSwitch setShowValue(java.lang.Boolean showValue)
label
for the value of the slider should
be displayed. The value should always be false.setShowValue
in class Slider
showValue
- New showValue value. Default value is falseToggleSwitch
instance, for chaining setter callsSlider.setValue(float)
public java.lang.Boolean getShowValue()
label
for the value of the slider should
be displayed. The value should always be false.getShowValue
in class Slider
Slider.getValue()
public ToggleSwitch setStepPercent(float stepPercent)
GwtFloatVsDouble
setStepPercent
in class Slider
stepPercent
- New stepPercent value. Default value is 5ToggleSwitch
instance, for chaining setter callspublic float getStepPercent()
GwtFloatVsDouble
getStepPercent
in class Slider
public ToggleSwitch setStepPercent(double stepPercent)
setStepPercent
in class Slider
stepPercent
- New stepPercent value. Default value is 5ToggleSwitch
instance, for chaining setter callspublic double getStepPercentAsDouble()
getStepPercentAsDouble
in class Slider
public void setStyleName(java.lang.String styleName)
setStyleName
in class Canvas
styleName
- New styleName value. Default value is "toggleSwitch"CSSStyleName
public java.lang.String getStyleName()
getStyleName
in class Canvas
CSSStyleName
public ToggleSwitch setThumbThickWidth(int thumbThickWidth)
setThumbThickWidth
in class Slider
thumbThickWidth
- New thumbThickWidth value. Default value is 20ToggleSwitch
instance, for chaining setter callspublic int getThumbThickWidth()
getThumbThickWidth
in class Slider
public ToggleSwitch setThumbThinWidth(int thumbThinWidth)
setThumbThinWidth
in class Slider
thumbThinWidth
- New thumbThinWidth value. Default value is 20ToggleSwitch
instance, for chaining setter callspublic int getThumbThinWidth()
getThumbThinWidth
in class Slider
public void setTitle(java.lang.String title)
setTitle
in class Slider
title
- New title value. Default value is "Set Value"setShowTitle(java.lang.Boolean)
public java.lang.String getTitle()
getTitle
in class Slider
getShowTitle()
public ToggleSwitch setVertical(java.lang.Boolean vertical)
setVertical
in class Slider
vertical
- New vertical value. Default value is falseToggleSwitch
instance, for chaining setter callspublic java.lang.Boolean getVertical()
getVertical
in class Slider
public ToggleSwitch setVThumbStyle(java.lang.String vThumbStyle) throws java.lang.IllegalStateException
vertically oriented
toggle. Will have the suffix "down" added when the mouse is down on the thumb, and "Disabled" added when the toggle is disabled.
setVThumbStyle
in class Slider
vThumbStyle
- New vThumbStyle value. Default value is "toggleSwitchVThumb"ToggleSwitch
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdCSSStyleName
public java.lang.String getVThumbStyle()
vertically oriented
toggle. Will have the suffix "down" added when the mouse is down on the thumb, and "Disabled" added when the toggle is disabled.
getVThumbStyle
in class Slider
CSSStyleName
public static void setDefaultProperties(ToggleSwitch toggleSwitchProperties)
Note: This method is intended for setting default attributes only and will affect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead. Calling this method after instances have been created can result in undefined behavior, since it bypasses any setters and a class instance may have already examined a particular property and not be expecting any changes through this route.
toggleSwitchProperties
- properties that should be used as new defaults when instances of this class are createdSGWTProperties
public com.smartgwt.logicalstructure.core.LogicalStructureObject setLogicalStructure(com.smartgwt.logicalstructure.widgets.ToggleSwitchLogicalStructure s)
LogicalStructure
interface,
which supports Eclipse's logical structure debugging facility.public com.smartgwt.logicalstructure.core.LogicalStructureObject getLogicalStructure()
LogicalStructure
interface,
which supports Eclipse's logical structure debugging facility.getLogicalStructure
in interface LogicalStructure
getLogicalStructure
in class Slider