Class VitruvioCustomColorPicker
Object
AbstractClientConnector
AbstractComponent
AbstractLegacyComponent
AbstractColorPicker
ColorPicker
VitruvioCustomColorPicker
- All Implemented Interfaces:
ContextClickEvent.ContextClickNotifier,MethodEventSource,SerializableEventListener,ClientConnector,Sizeable,Connector,Component,Window.CloseListener,ColorSelector,HasColorChangeListener,Serializable,EventListener
public class VitruvioCustomColorPicker
extends ColorPicker
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractColorPicker
AbstractColorPicker.Coordinates2Color, AbstractColorPicker.PopupStyleNested classes/interfaces inherited from interface ClientConnector
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListenerNested classes/interfaces inherited from interface Component
Component.ErrorEvent, Component.Event, Component.Focusable, Component.ListenerNested classes/interfaces inherited from interface Sizeable
Sizeable.Unit -
Field Summary
Fields inherited from class AbstractColorPicker
color, historyVisible, hsvVisible, popupCaption, popupStyle, rgbVisible, STYLENAME_AREA, STYLENAME_BUTTON, STYLENAME_DEFAULT, swatchesVisible, textfieldVisibleFields inherited from class AbstractComponent
DESIGN_ATTR_PLAIN_TEXTFields inherited from interface Sizeable
SIZE_UNDEFINED, UNITS_CM, UNITS_EM, UNITS_EX, UNITS_INCH, UNITS_MM, UNITS_PERCENTAGE, UNITS_PICAS, UNITS_PIXELS, UNITS_POINTS -
Constructor Summary
ConstructorsConstructorDescriptionVitruvioCustomColorPicker(String popupCaption) VitruvioCustomColorPicker(String popupCaption, Color initialColor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetCenterPopupWindow(boolean center) voidvoidsetModalPopupWindow(boolean center) protected voidshowPopup(boolean open) Methods inherited from class ColorPicker
setDefaultStylesMethods inherited from class AbstractColorPicker
addColorChangeListener, colorChanged, fireColorChanged, getColor, getCustomAttributes, getHistoryVisibility, getHSVVisibility, getPopupStyle, getRGBVisibility, getState, getState, getSwatchesVisibility, getTextfieldVisibility, hidePopup, isDefaultCaptionEnabled, isHtmlContentAllowed, readDesign, removeColorChangeListener, setColor, setDefaultCaptionEnabled, setHistoryVisibility, setHSVVisibility, setHtmlContentAllowed, setPopupStyle, setPosition, setRGBVisibility, setSwatchesVisibility, setTextfieldVisibility, showPopup, windowClose, writeDesignMethods inherited from class AbstractLegacyComponent
beforeClientResponse, getExplicitImmediateValue, isImmediate, isReadOnly, setImmediate, setReadOnlyMethods inherited from class AbstractComponent
addContextClickListener, addListener, addShortcutListener, addStyleName, attach, detach, findAncestor, fireComponentErrorEvent, fireComponentEvent, focus, getActionManager, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isEnabled, isOrHasAncestor, isRequiredIndicatorVisible, isResponsive, isVisible, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaption, setCaptionAsHtml, setComponentError, setData, setDebugId, setDescription, setDescription, setEnabled, setHeight, setHeight, setHeightFull, setHeightUndefined, setIcon, setId, setLocale, setParent, setPrimaryStyleName, setRequiredIndicatorVisible, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidth, setWidthFull, setWidthUndefinedMethods inherited from class AbstractClientConnector
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, 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, setErrorHandler, setResource, updateDiffstateMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClientConnector
addAttachListener, addDetachListener, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerMethods inherited from interface Component
addStyleNames, getUI, removeStyleNames, setStyleNameMethods inherited from interface Connector
getConnectorId
-
Constructor Details
-
VitruvioCustomColorPicker
public VitruvioCustomColorPicker() -
VitruvioCustomColorPicker
-
-
Method Details
-
setCenterPopupWindow
public void setCenterPopupWindow(boolean center) -
isCenterPopupWindow
public boolean isCenterPopupWindow() -
setModalPopupWindow
public void setModalPopupWindow(boolean center) -
isModalPopupWindow
public boolean isModalPopupWindow() -
showPopup
protected void showPopup(boolean open) - Overrides:
showPopupin classAbstractColorPicker
-
setColor
-