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

Packages that use DataModel
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

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

Classes in com.cc.framework.ui.control that implement DataModel
 class CalendarControl
          The calendar makes it easy to fill out date value field(s) by selecting the date from a popup calendar.
 class CheckboxControl
          The Checkbox control
 class CheckboxGroupControl
          The checkbox group control
 class ColorPickerControl
          The color picker makes it easy to fill out color value field(s) by selecting the color from a popup palette.
 class ComboBoxControl
          ComboBox Control.
 class HeadlineControl
          The headline control
 class HiddenControl
          HiddenControl
 class MultiLevelSelectControl
          The SelectControl
 class PlainTextControl
          TextControl
 class RadioControl
          Control for radio buttons
 class RadioGroupControl
          The checkbox group control
 class RatingControl
          Rating control
 class SelectControl
          The SelectControl
 class SpinControl
          The SpinControl
 class SwapSelectControl
          Control element for the select element with two windows
 class TextareaControl
          TextareaControl
 class TextControl
          TextControl
 class TextListControl
          TextControl
 class TextPopupControl
          TextareaControl
 class TreeSwapSelectControl
          Control element for the tree select element with two windows
 

Methods in com.cc.framework.ui.control that return DataModel
 DataModel TreeSwapSelectControl.getDataModel()
           
 DataModel TreelistControl.getDataModel()
           
 DataModel TreeControl.getDataModel()
           
 DataModel TextListControl.getDataModel()
           
 DataModel TextControl.getDataModel()
           
 DataModel TextareaControl.getDataModel()
           
 DataModel TabbarControl.getDataModel()
           
 DataModel SwapSelectControl.getDataModel()
           
 DataModel SimpleListControl.getDataModel()
           
 DataModel SelectControl.getDataModel()
           
 DataModel SchedulerControl.getDataModel()
           
 DataModel RecurrencePatternControl.getDataModel()
           
 DataModel RatingControl.getDataModel()
           
 DataModel PanelControl.getDataModel()
           
 DataModel MessageControl.getDataModel()
           
 DataModel MenuControl.getDataModel()
           
 DataModel MenuButtonControl.getDataModel()
           
 DataModel InfoControl.getDataModel()
           
 DataModel HeadlineControl.getDataModel()
           
 DataModel GaugeControl.getDataModel()
           
 DataModel FrameControl.getDataModel()
           
 DataModel FormControl.getDataModel()
           
 DataModel CrumbsControl.getDataModel()
           
abstract  DataModel Control.getDataModel()
          Returns the data model of the Control
 DataModel ComboBoxControl.getDataModel()
           
 DataModel CheckboxGroupControl.getDataModel()
           
 DataModel CheckboxControl.getDataModel()
           
 DataModel ButtonControl.getDataModel()
           
 

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

Subinterfaces of DataModel in com.cc.framework.ui.model
 interface CheckboxDataModel
          Data model for the Checkbox Control
 interface CheckboxGroupDataModel
          Data model for the checkbox group Control
 interface ComboBoxDataModel
          Data model for the ComboBox Control
 interface CrumbsDataModel
          Defines the methods which are necessary for the DataModel of a CrumbsControl.
 interface FormDataModel
          Data model for the Form Element
 interface FrameDataModel
          Data model for the Frame Element
 interface GaugeDataModel
          Data model for the Gauge Control
 interface HeadlineDataModel
          Data model for the Headline Control
 interface InfoDataModel
          DataModel for the Info Control
 interface ListDataModel
          Data model for the ListControl
 interface MenuButtonDataModel
          Data model of the Menu Button Control
 interface MenuDataModel
          Data model for the MenuControl
 interface MessageDataModel
          Data model for the MessageControl
 interface MultiLevelSelectDataModel
          Data model for the Multilevel Select Control
 interface OptionListDataModel
          This interface specifies the methods which are necessary for the elements of an option list.
 interface PanelDataModel
          Data model for the panel
 interface RadioDataModel
          Datan model for the RadioButton Control
 interface RadioGroupDataModel
          Data model for the checkbox group Control
 interface RatingDataModel
          Data model for the rating control
 interface RecurrencePattern
          Pattern for recurring appointments
 interface SchedulerDataModel
          Scheduler DataModel
 interface SelectDataModel
          Data model for the Select Control
 interface SwapSelectDataModel
          Data model for the Swap Select Control
 interface TabsetDataModel
          Defines the methods which are necessary for the DataModel of a TabSet.
 interface TextareaDataModel
          Data model for the Textarea Control
 interface TextDataModel
          Data model for the Text Control
 interface TextListDataModel
          Data model for the TextList Control
 interface TreeGroupDataModel
          Data model for the nodes of a tree
 interface TreeNodeDataModel
          Interface for nodes of a tree.
 interface TreeSwapSelectDataModel
          Data model for the Tree Swap Select Control
 

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

Classes in com.cc.framework.ui.model.imp that implement DataModel
 class GaugeDataModelImp
           
 class KeyListDataModel
          ListDataModel which holds only a Key Set in Memory.
 class RecurrencePatternImp
          Recurrence pattern for appointments
 class SchedulerDataModelImp
           
 class StrutsMessageDataModelImp
          Wrapper class for struts messages
 class VirtualKeyListDataModel
          List Data Model for Key lists with a very large or unknown number of keys.
 class VirtualListDataModel
          List Data Model for display lists with a very large or unknown number of rows.
 class VirtualTreeGroupDataModel
          Tree Group Node for Nodes with with a very large or unknown number of rows.
 



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