@Deprecated public abstract class AbstractColorPickerConnector extends AbstractLegacyComponentConnector implements com.google.gwt.event.dom.client.ClickHandler
SIGNIFICANT_MOVE_THRESHOLD| Constructor and Description |
|---|
AbstractColorPickerConnector()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delegateCaptionHandling()
Deprecated.
|
protected String |
getCaption()
Deprecated.
Get caption for the color picker widget.
|
ColorPickerState |
getState()
Deprecated.
|
void |
init()
Deprecated.
|
void |
onStateChanged(StateChangeEvent stateChangeEvent)
Deprecated.
|
protected abstract void |
refreshColor()
Deprecated.
Update the widget to show the currently selected color.
|
protected void |
refreshDefaultCaptionStyle()
Deprecated.
Add/remove default caption style.
|
protected abstract void |
setCaption(String caption)
Deprecated.
Set caption of the color picker widget.
|
getRpcProxy, isReadOnly, updateWidgetStyleNamescreateWidget, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, getWidget, hasTooltip, isErrorIndicatorVisible, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onDragSourceAttached, onDragSourceDetached, onDropTargetAttached, onDropTargetDetached, onUnregister, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSizeaddStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getStateType, getTag, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, unregisterRpcclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflush, getLayoutManager, getTooltipInfo, hasTooltip, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabledaddStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getTag, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, updateEnabledStatepublic ColorPickerState getState()
getState in interface ComponentConnectorgetState in interface ServerConnectorgetState in class AbstractLegacyComponentConnectorpublic boolean delegateCaptionHandling()
delegateCaptionHandling in interface ComponentConnectordelegateCaptionHandling in class AbstractComponentConnectorpublic void onStateChanged(StateChangeEvent stateChangeEvent)
onStateChanged in interface StateChangeEvent.StateChangeHandleronStateChanged in class AbstractComponentConnectorpublic void init()
init in class AbstractConnectorprotected String getCaption()
protected void refreshDefaultCaptionStyle()
protected abstract void setCaption(String caption)
caption - protected abstract void refreshColor()
Copyright © 2021 Vaadin Ltd. All rights reserved.