com.cc.framework.ui.control
Class ColorPickerControl

java.lang.Object
  extended bycom.cc.framework.ui.control.Control
      extended bycom.cc.framework.ui.control.TextControl
          extended bycom.cc.framework.ui.control.ColorPickerControl
All Implemented Interfaces:
AccessControlled, ActionBehavior, ClientHandler, DataModel, java.io.Serializable, StateModel, TextDataModel, TextStateModel

public class ColorPickerControl
extends TextControl

The color picker makes it easy to fill out color value field(s) by selecting the color from a popup palette.

Since:
1.0
Version:
$Revision: 1.16 $
Author:
Gernot Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class com.cc.framework.ui.control.TextControl
 
Fields inherited from class com.cc.framework.ui.control.Control
log
 
Fields inherited from interface com.cc.framework.ui.model.StateModel
PROP_CONTROL
 
Constructor Summary
ColorPickerControl()
          Constructor
ColorPickerControl(TextDesignModel designModel)
          Constructor for ColorPickerControl
 
Method Summary
 java.lang.String getButtonAlt()
           
 java.lang.String getButtonTooltip()
           
 
Methods inherited from class com.cc.framework.ui.control.TextControl
filter, getConverter, getDataModel, getDesignModel, getInputType, getMaxLength, getSize, getStateModel, getValue, reset, setDesignModel, setValue, setValue
 
Methods inherited from class com.cc.framework.ui.control.Control
addButton, allowAjaxRendering, execute, execute, execute, execute, execute, execute, execute, getAction, getAjaxId, getButtons, getControlName, getDesignRules, getFrameworkString, getHandler, getHandlers, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getPrincipal, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getUniqueStyleId, getWidth, isAjaxEnabled, isDisabled, isFormElement, markDirty, onHelp, setAjaxAttribute, setHandler, setPrincipal, show, showButton, synchronizeState, synchronizeState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cc.framework.ui.model.StateModel
synchronizeState
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

ColorPickerControl

public ColorPickerControl()
Constructor


ColorPickerControl

public ColorPickerControl(TextDesignModel designModel)
Constructor for ColorPickerControl

Parameters:
designModel - TextDesignModel
Method Detail

getButtonAlt

public java.lang.String getButtonAlt()
Returns:
returns the alt attribute for the icon

getButtonTooltip

public java.lang.String getButtonTooltip()
Returns:
returns the tooltip for the icon


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.