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

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

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

Classes in com.cc.framework.ui.control that implement StateModel
 class ButtonControl
          Button control
 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 CrumbsControl
          TabbarControl
 class FormControl
          A form control
 class FrameControl
          A frame control
 class GaugeControl
          Gauge Control
 class HeadlineControl
          The headline control
 class HiddenControl
          HiddenControl
 class InfoControl
          The info control
 class MenuButtonControl
          Menu Button Control.
 class MenuControl
          The MenuControl
 class MessageControl
          The Message Control
 class MultiLevelSelectControl
          The SelectControl
 class PanelControl
          Class PanelControl.
 class PlainTextControl
          TextControl
 class RadioControl
          Control for radio buttons
 class RadioGroupControl
          The checkbox group control
 class RatingControl
          Rating control
 class RecurrencePatternControl
          TextControl
 class SchedulerControl
          SchedulerControl
 class SelectControl
          The SelectControl
 class SimpleListControl
          The SimpleListControl
 class SpinControl
          The SpinControl
 class SwapSelectControl
          Control element for the select element with two windows
 class TabbarControl
          TabbarControl
 class TabsetControl
          TabsetControl
 class TextareaControl
          TextareaControl
 class TextControl
          TextControl
 class TextListControl
          TextControl
 class TextPopupControl
          TextareaControl
 class TreeControl
          TreeControl
 class TreelistControl
          The Tree List Control.
 class TreeSwapSelectControl
          Control element for the tree select element with two windows
 

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

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

Subinterfaces of StateModel in com.cc.framework.ui.model
 interface ButtonStateModel
          State model for button
 interface CheckBoxGroupStateModel
          State model for the checkbox group
 interface CheckboxStateModel
          State model for checkboxes The checkbox control has no state which must be managed across several server round trips.
 interface ComboBoxStateModel
          State model for the ComboBox
 interface CrumbsStateModel
          Defines the Methods which manages the state of the CrumControl
 interface FormStateModel
          State model for the Form Element
 interface FrameStateModel
          State model for the Frame Element
 interface GaugeStateModel
          State model for checkboxes The checkbox control has no state which must be managed across several server round trips.
 interface HeadlineStateModel
          State Model for the Headline Control
 interface InfoStateModel
          State model for the InfoControl
 interface ListStateModel
          State model for the ListControl
 interface MenuButtonStateModel
          State model of the menu button control
 interface MenuStateModel
          State model for the MenuControl
 interface MessageStateModel
          State model for the Message Control
 interface MultiLevelSelectStateModel
          State model for the Multilevel Select Control
 interface PanelStateModel
          State model for the Panel
 interface RadioGroupStateModel
          State model for the checkbox group
 interface RadioStateModel
          State model for RadioButtons
Note: A text field has no state that must be managed across several server round trips.
 interface RatingStateModel
          The state model of the rating control
 interface RecurrencePatternStateModel
          StateModel for text fields
Note: A text field has no state that must be managed across several server round trips.
 interface SchedulerStateModel
          Scheduler StateModel
 interface SelectStateModel
          State model for the SelectControl
 interface SwapSelectStateModel
          State model for the SwapSelectControl
 interface TabsetStateModel
          Defines the Methods which manages the state of the Tabset
 interface TextareaStateModel
          StateModel for the TextAreaControl.
 interface TextListStateModel
          StateModel for textlist fields Note: A text field has no state that must be managed across several server round trips.
 interface TextStateModel
          StateModel for text fields
Note: A text field has no state that must be managed across several server round trips.
 interface TreelistStateModel
          Defines all attributes to describe the state of a TreeListControl
 interface TreeStateModel
          Interface TreeStateModel
 interface TreeSwapSelectStateModel
          State model for the Tree Swap Select Control
 

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

Classes in com.cc.framework.ui.model.imp that implement StateModel
 class CrumbsStateModelImp
          Implementation of the CrumbsStateModel interface
 class FrameStateModelImp
           
 class ListStateModelImp
          Implementation of the ListState model
 class RatingStateModelImp
          Implementation of the rating state model
 class SchedulerStateModelImp
           
 class TabsetStateModelImp
          Implementation of the TabsetStateModel interface
 class TreelistStateModelImp
          Implementation of the TreelistStateModel interface
 class TreeStateModelImp
          Imploementation of the TreeStateModel interface
 



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