Uses of Interface
com.cc.framework.ui.model.TextDesignModel

Packages that use TextDesignModel
com.cc.framework.taglib.controls   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

Uses of TextDesignModel in com.cc.framework.taglib.controls
 

Methods in com.cc.framework.taglib.controls that return TextDesignModel
protected  TextDesignModel TextTag.getTextDesignModel()
          Returns a casted version of the ControlDesignModel
 

Uses of TextDesignModel in com.cc.framework.ui.control
 

Fields in com.cc.framework.ui.control declared as TextDesignModel
private  TextDesignModel TextControl.designModel
          Designmodel
 

Methods in com.cc.framework.ui.control with parameters of type TextDesignModel
 void TextControl.setDesignModel(TextDesignModel designModel)
          Sets the design model
 

Constructors in com.cc.framework.ui.control with parameters of type TextDesignModel
TextControl(TextDesignModel designModel)
          Constructor
ColorPickerControl(TextDesignModel designModel)
          Constructor for ColorPickerControl
 

Uses of TextDesignModel in com.cc.framework.ui.model
 

Subinterfaces of TextDesignModel in com.cc.framework.ui.model
 interface CalendarDesignModel
          The design model for the calendar control The design model holds information for rendering and the layout of the control.
 interface ColorPickerDesignModel
          The design model for the color picker control The design model holds information for rendering and the layout of the control.
 interface HiddenDesignModel
          DesignModel for Hidden Text element
 interface PlainTextDesignModel
          DesignModel for Plain Text element
 interface SpinDesignModel
          The design model for the color picker control The design model holds information for rendering and the layout of the control.
 

Uses of TextDesignModel in com.cc.framework.ui.model.imp
 

Classes in com.cc.framework.ui.model.imp that implement TextDesignModel
 class CalendarDesignModelImp
          The design model for the Calendar control
 class ColorPickerDesignModelImp
          The design model for the ColorPicker control
 class HiddenDesignModelImp
          DesignModel for Hidden element
 class PlainTextDesignModelImp
          DesignModel for Plain Text element
 class SpinDesignModelImp
          The design model for the Spin control
 class TextDesignModelImp
          Designmodel for text/input fields
 



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