public class CubaSlider<V extends java.lang.Number>
extends com.vaadin.ui.CustomField<V>
com.vaadin.server.AbstractClientConnector.IncorrectConcurrentAccessHandlercom.vaadin.ui.HasComponents.ComponentAttachDetachNotifier, com.vaadin.ui.HasComponents.ComponentAttachEvent, com.vaadin.ui.HasComponents.ComponentAttachListener, com.vaadin.ui.HasComponents.ComponentDetachEvent, com.vaadin.ui.HasComponents.ComponentDetachListenercom.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.HasContextHelp, com.vaadin.ui.Component.Listenercom.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListenercom.vaadin.server.Sizeable.Unit| Modifier and Type | Field and Description |
|---|---|
protected V |
internalValue |
protected com.vaadin.ui.Slider |
slider |
| Constructor and Description |
|---|
CubaSlider() |
| Modifier and Type | Method and Description |
|---|---|
protected com.vaadin.ui.Slider |
createComponent() |
protected void |
doSetValue(V value) |
com.vaadin.ui.Slider |
getInternalComponent() |
double |
getMax() |
double |
getMin() |
com.vaadin.shared.ui.slider.SliderOrientation |
getOrientation() |
int |
getResolution() |
V |
getValue() |
protected com.vaadin.ui.Slider |
initContent() |
boolean |
isEnabled() |
boolean |
isReadOnly() |
boolean |
isUpdateValueOnClick() |
void |
setEnabled(boolean enabled) |
void |
setHeight(float height,
com.vaadin.server.Sizeable.Unit unit) |
void |
setHeight(java.lang.String height) |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setOrientation(com.vaadin.shared.ui.slider.SliderOrientation orientation) |
void |
setReadOnly(boolean readOnly) |
void |
setResolution(int resolution) |
void |
setUpdateValueOnClick(boolean updateValueOnClick) |
void |
setWidth(float width,
com.vaadin.server.Sizeable.Unit unit) |
void |
setWidth(java.lang.String width) |
attach, focus, getContent, getState, getState, getTabIndex, iterator, setFocusDelegate, setTabIndexaddValueChangeListener, createValueChange, getCustomAttributes, isDifferentValue, isRequiredIndicatorVisible, readDesign, setRequiredIndicatorVisible, setValue, setValue, writeDesignaddContextClickListener, addContextHelpIconClickListener, addListener, addShortcutListener, addStyleName, beforeClientResponse, detach, ensureContextHelpInitialized, findAncestor, fireComponentErrorEvent, fireComponentEvent, fireContextHelpClick, getActionManager, getCaption, getComponentError, getComponentErrorProvider, getContextHelpText, getCubaId, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getRequiredError, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isContextHelpTextHtmlEnabled, isOrHasAncestor, isResponsive, isVisible, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaption, setCaptionAsHtml, setComponentError, setComponentErrorProvider, setContextHelpText, setContextHelpTextHtmlEnabled, setCubaId, setData, setDebugId, setDescription, setDescription, setHeightFull, setHeightUndefined, setIcon, setId, setLocale, setParent, setPrimaryStyleName, setRequiredError, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidthFull, setWidthUndefinedaddAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getIncorrectConcurrentAccessHandler, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setConnectorResource, setErrorHandler, setIncorrectConcurrentAccessHandler, setResource, updateDiffstateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddListener, addStyleName, addStyleNames, getCaption, getCubaId, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isVisible, readDesign, removeListener, removeStyleName, removeStyleNames, setCaption, setCubaId, setIcon, setId, setParent, setPrimaryStyleName, setStyleName, setStyleName, setVisible, writeDesignaddAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerprotected com.vaadin.ui.Slider slider
protected V extends java.lang.Number internalValue
protected com.vaadin.ui.Slider createComponent()
protected com.vaadin.ui.Slider initContent()
initContent in class com.vaadin.ui.CustomField<V extends java.lang.Number>protected void doSetValue(V value)
doSetValue in class com.vaadin.ui.AbstractField<V extends java.lang.Number>public V getValue()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isEnabled()
isEnabled in interface com.vaadin.ui.ComponentisEnabled in class com.vaadin.ui.AbstractComponentpublic void setEnabled(boolean enabled)
setEnabled in interface com.vaadin.ui.ComponentsetEnabled in class com.vaadin.ui.AbstractComponentpublic void setWidth(java.lang.String width)
setWidth in interface com.vaadin.server.SizeablesetWidth in class com.vaadin.ui.AbstractComponentpublic void setHeight(java.lang.String height)
setHeight in interface com.vaadin.server.SizeablesetHeight in class com.vaadin.ui.AbstractComponentpublic void setWidth(float width,
com.vaadin.server.Sizeable.Unit unit)
setWidth in interface com.vaadin.server.SizeablesetWidth in class com.vaadin.ui.CustomField<V extends java.lang.Number>public void setHeight(float height,
com.vaadin.server.Sizeable.Unit unit)
setHeight in interface com.vaadin.server.SizeablesetHeight in class com.vaadin.ui.CustomField<V extends java.lang.Number>public com.vaadin.ui.Slider getInternalComponent()
public void setMin(double min)
public double getMin()
public void setMax(double max)
public double getMax()
public void setResolution(int resolution)
public int getResolution()
public void setUpdateValueOnClick(boolean updateValueOnClick)
public boolean isUpdateValueOnClick()
public com.vaadin.shared.ui.slider.SliderOrientation getOrientation()
public void setOrientation(com.vaadin.shared.ui.slider.SliderOrientation orientation)