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

Packages that use ClientHandler
com.cc.framework.taglib   
com.cc.framework.taglib.controls   
com.cc.framework.taglib.forms   
com.cc.framework.taglib.menu   
com.cc.framework.taglib.util   
com.cc.framework.ui   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter   
com.cc.framework.ui.painter.def   
com.cc.framework.ui.painter.def.scheduler   
 

Uses of ClientHandler in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib that return ClientHandler
 ClientHandler ScriptSupport.getClientHandler()
          Returns the ClientHandler interface of the controls design model.
 

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

Methods in com.cc.framework.taglib.controls that return ClientHandler
 ClientHandler TabTag.getClientHandler()
           
 ClientHandler PanelItemTag.getClientHandler()
           
 ClientHandler ColumnHeaderTag.getClientHandler()
           
 ClientHandler ColumnBaseTag.getClientHandler()
           
 ClientHandler BaseControlTag.getClientHandler()
           
 

Uses of ClientHandler in com.cc.framework.taglib.forms
 

Methods in com.cc.framework.taglib.forms that return ClientHandler
 ClientHandler FormLabelTag.getClientHandler()
           
 

Uses of ClientHandler in com.cc.framework.taglib.menu
 

Methods in com.cc.framework.taglib.menu that return ClientHandler
 ClientHandler MenuItemTag.getClientHandler()
           
 ClientHandler CrumbTag.getClientHandler()
           
 

Uses of ClientHandler in com.cc.framework.taglib.util
 

Methods in com.cc.framework.taglib.util that return ClientHandler
 ClientHandler DesignRuleTag.getClientHandler()
           
 

Uses of ClientHandler in com.cc.framework.ui
 

Classes in com.cc.framework.ui that implement ClientHandler
 class AjaxSettings
          AJAX settings
 

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

Classes in com.cc.framework.ui.control that implement ClientHandler
 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 Control
          Base class for controls
 class CrumbsControl
          TabbarControl
 class FormButtonElement
          Used for a button within a form
 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 ListControl
          Base class for list controls
 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 ClientHandler
 ClientHandler GaugeControl.getClientHandler(int index)
          Returns a set of client Handlers for this segment
 

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

Subinterfaces of ClientHandler in com.cc.framework.ui.model
 interface ButtonDesignModel
          The design model for the Button control The design model holds information for rendering and the layout of the control.
 interface CalendarDesignModel
          The design model for the calendar control The design model holds information for rendering and the layout of the control.
 interface CheckboxDesignModel
          Design model for checkboxes
 interface CheckboxGroupDesignModel
          Designmodel for the checkbox group 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 ColumnButtonDesignModel
          Defines the visual properties for the buttomcolumn
 interface ColumnCheckboxDesignModel
          Defines the visual properties for the columncheckbox
 interface ColumnCheckDesignModel
          Defines the visual properties for the checkcolumn
 interface ColumnComboBoxDesignModel
          Defines the visual Properties for the select Column
 interface ColumnCommandDesignModel
          Defines the visual properties for the commandcolumn
 interface ColumnDesignModel
          Defines the visual properties for a column of a list
 interface ColumnDrilldownDesignModel
          Defines the visual properties for the drilldowncolumn
 interface ColumnGroupDesignModel
          Design Model for a column group
 interface ColumnHeaderDesignModel
          Design Model for a Column Header
 interface ColumnHtmlDesignModel
          Defines the visual properties for the HTMLColumn.
 interface ColumnImageDesignModel
          Defines the visual properties for the imagecolumn
 interface ColumnLinkDesignModel
          Defines the visual properties for the LinkColumn
 interface ColumnRadioDesignModel
          Defines the visual properties for the columnradio
 interface ColumnSelectDesignModel
          Defines the visual Properties for the select Column
 interface ColumnTextareaDesignModel
          Defines the visual Properties for the textareaColumn
 interface ColumnTextDesignModel
          Defines the visual Properties for the textColumn
 interface ColumnTreeDesignModel
          Defines the visual Properties for the TreeColumn
 interface ComboBoxDesignModel
          Designmodel for the ComboBox Control
 interface ControlContainer
          Container for control elements.
 interface ControlDesignModel
          Class ControlDesignModel
 interface CrumbModel
          Designmodel for a Crumb
 interface CrumbsDesignModel
          DesignModel for a CrumbsControl
 interface DesignRule
          A design rule is used to modify the properties of a design model at runtime based on a rule
 interface FormDesignModel
          Interface for the FormDesignModel
 interface FormLabelDesignModel
          Design Model for a Column Header
 interface FrameDesignModel
          Interface for the FrameDesignModel
 interface GaugeDesignModel
          Design model for a gauge
 interface HeadlineDesignModel
          Defines the visual Properties for the Headline Control
 interface HiddenDesignModel
          DesignModel for Hidden Text element
 interface InfoDesignModel
          Design model for Info Control
 interface ListDesignModel
          Design model for the ListControl
 interface MenuButtonDesignModel
          Design model of the Menu Button Control
 interface MenuDesignModel
          DesignModel for the MenuControl
 interface MenuItem
          Menu item
 interface MenuItemDesignModel
          Designmodel for the MenuItem
 interface MessageDesignModel
          Design model for the MessageControl
 interface MultiLevelSelectDesignModel
          Design model for the Multilevel Select Control
 interface PanelDesignModel
          Design model for the Panel
 interface PanelItemDesignModel
          The design model for a PanelItem
 interface PlainTextDesignModel
          DesignModel for Plain Text element
 interface RadioDesignModel
          Design model for radio buttons
 interface RadioGroupDesignModel
          Design model for the checkbox group control
 interface RatingDesignModel
          Design model for the rating control
 interface RecurrencePatternDesignModel
          Designmodel for the recurrencepattern control.
 interface SchedulerDesignModel
          Scheduler DesignModel
 interface SelectDesignModel
          Design model for the Select Control
 interface SpinDesignModel
          The design model for the color picker control The design model holds information for rendering and the layout of the control.
 interface SwapSelectDesignModel
          Design model for the Swap Select Control
 interface TabDesignModel
          Designmodel for a tab
 interface TabsetDesignModel
          DesignModel for a Tabset
 interface TextareaDesignModel
          Designmodel for the Textarea field
 interface TextDesignModel
          Designmodel for text fields.
 interface TextListDesignModel
          Designmodel for textlist fields.
 interface TextPopupDesignModel
          Designmodel for the textarea popup control
 interface TreeDesignModel
          This interface defines the visual attributes of a tree.
 interface TreelistDesignModel
          This interface defines the structural and visual attributes of a tree element.
 interface TreeSwapSelectDesignModel
          Design model for the Tree Swap Select Control
 

Methods in com.cc.framework.ui.model that return ClientHandler
 ClientHandler GaugeDataModel.getClientHandler(int index)
          Returns a set of client Handlers for this segment
 

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

Classes in com.cc.framework.ui.model.imp that implement ClientHandler
 class ButtonDesignModelImp
          The design model for the Spin control
 class CalendarDesignModelImp
          The design model for the Calendar control
 class CheckboxDesignModelImp
          Designmodel for checkboxes
 class CheckboxGroupDesignModelImp
          Designmodel for the checkbox group control
 class ClientHandlerImp
          Verwaltungsklasse für Client Handler
 class ColorPickerDesignModelImp
          The design model for the ColorPicker control
 class ColumnAddDesignModelImp
          Column add
 class ColumnButtonDesignModelImp
          Designmodel for button columns
 class ColumnCheckboxDesignModelImp
          Designmodel for the ColumnCheckboxColumn
 class ColumnCheckDesignModelImp
          Designmodel for CheckColumns
 class ColumnComboBoxDesignModelImp
          Design Model implementation for the select column
 class ColumnCommandDesignModelImp
          Class ColumnAddDesignModelImp
 class ColumnDeleteDesignModelImp
          Column delete
 class ColumnDesignModelImp
          Designmodel for columns
 class ColumnDrilldownDesignModelImp
          Designmodel for the drilldown column
 class ColumnEditDesignModelImp
          Column edit
 class ColumnGroupDesignModelImp
          Implementation of the Column group
 class ColumnHeaderDesignModelImp
          Implementation of a header design model
 class ColumnHtmlDesignModelImp
          Designmodel for column which hold HTML
 class ColumnImageDesignModelImp
          Designmodel for image columns
 class ColumnLinkDesignModelImp
          Designmodel for LinkColumns
 class ColumnRadioDesignModelImp
          Designmodel for the ColumnCheckboxColumn
 class ColumnSelectDesignModelImp
          Design Model implementation for the select column
 class ColumnSelectorDesignModelImp
          Column selector
 class ColumnTextareaDesignModelImp
           
 class ColumnTextDesignModelImp
          Designmodel for text columns
 class ColumnTreeDesignModelImp
          Designmodel for tree columns.
 class ComboBoxDesignModelImp
          Designmodel for the ComboBox
 class ControlContainerImp
          Designmodel for ControlContainer
 class ControlDesignModelImp
          Base Class for all control design models
 class CrumbModelImp
          Designmodel for the crumbs of a CrumbsControl
 class CrumbsDesignModelImp
          Designmodel for the CrumbsControl
 class DesignRuleImp
          A design rule is used to modify the properties of a design model at runtime based on a rule
 class FormDesignModelImp
          Designmodel for forms
 class FormLabelDesignModelImp
          Implementation of a header design model
 class FrameDesignModelImp
          Designmodel for frames
static class GaugeDataModelImp.GaugeItem
          Item of the Gauge control
 class GaugeDesignModelImp
          The design model for the gauge control
 class HeadlineDesignModelImp
          Designmodel for the HeadlineControl
 class HiddenDesignModelImp
          DesignModel for Hidden element
 class InfoDesignModelImp
          Designmodel for the InfoControl
 class ListDesignModelImp
          Designmodel for the ListControl
 class MenuButtonDesignModelImp
          MenuButtonDesignModel implementation
 class MenuDesignModelImp
          Designmodel for the MenuControl
 class MenuItemDesignModelImp
          Designmodel for a menu item
 class MenuItemImp
          Designmodel for a menu item
 class MessageDesignModelImp
          Designmodel for messages
 class MultiLevelSelectDesignModelImp
          Designmodel for the SelectControl
 class PanelDesignModelImp
          Designmodel for the PanelControl
 class PanelItemDesignModelImp
          Designmodel for a PanelItem
 class PlainTextDesignModelImp
          DesignModel for Plain Text element
 class RadioDesignModelImp
          Designmodel for radio buttons
 class RadioGroupDesignModelImp
          Designmodel for the checkbox group control
 class RatingDesignModelImp
          Implementation of the rating control design model
 class RecurrencePatternDesignModelImp
           
 class SchedulerDesignModelImp
          DesignModel for the Appointment Scheduler
 class SelectDesignModelImp
          Designmodel for the SelectControl
 class SpinDesignModelImp
          The design model for the Spin control
 class SwapSelectDesignModelImp
          Designmodel for the SwapSelectControl
 class TabDesignModelImp
          Designmodel for the Tabs of a TabControl
 class TabsetDesignModelImp
          Designmodel for the TabSetControl
 class TextareaDesignModelImp
          Designmodel for TextAreas
 class TextDesignModelImp
          Designmodel for text/input fields
 class TextListDesignModelImp
          Designmodel for text/input list fields
 class TextPopupDesignModelImp
          Designmodel for the textarea popup control
 class TreeDesignModelImp
          Designmodel for the TreeControl
 class TreelistDesignModelImp
          Designmodel for the TreeListControl
 class TreeSwapSelectDesignModelImp
          Designmodel for the SwapSelectControl
 

Methods in com.cc.framework.ui.model.imp that return ClientHandler
 ClientHandler GaugeDataModelImp.getClientHandler(int index)
           
static ClientHandler ClientHandlerImp.evaluate(javax.servlet.jsp.PageContext ctx, ClientHandler source, java.lang.Object databean)
          Uses the Expression Language to create Client Script handlers for a certain column and row bean
 

Methods in com.cc.framework.ui.model.imp with parameters of type ClientHandler
static ClientHandler ClientHandlerImp.evaluate(javax.servlet.jsp.PageContext ctx, ClientHandler source, java.lang.Object databean)
          Uses the Expression Language to create Client Script handlers for a certain column and row bean
 

Constructors in com.cc.framework.ui.model.imp with parameters of type ClientHandler
ClientHandlerImp(ClientHandler other)
          Copy Constructor
 

Uses of ClientHandler in com.cc.framework.ui.painter
 

Methods in com.cc.framework.ui.painter with parameters of type ClientHandler
static java.lang.String PainterHelp.createScriptHandler(ClientHandler handler)
          Adds the client handler to the button
static void PainterHelp.setScriptHandler(org.apache.ecs.ConcreteElement element, ClientHandler handler)
          Sets a Script-Handler for the specified control.
 void ActionPainter.setClientHandler(ClientHandler handler)
          sets the Client Event Handlers
 

Uses of ClientHandler in com.cc.framework.ui.painter.def
 

Fields in com.cc.framework.ui.painter.def declared as ClientHandler
private  ClientHandler DefActionPainter.handler
          Access to the client handler
private  ClientHandler DefActionPainter.additionalHandler
          Additional client handlers which can be set with a call to addClientHandler()
 

Methods in com.cc.framework.ui.painter.def that return ClientHandler
protected  ClientHandler DefActionPainter.getHandler()
           
protected  ClientHandler DefActionPainter.getAdditionalHandler()
           
 

Methods in com.cc.framework.ui.painter.def with parameters of type ClientHandler
static org.apache.ecs.ConcreteElement DefPainterUtility.createOutline(PainterContext ctx, TreeStyle style, ClientHandler handler, TreeLineIterator iter, java.lang.String label, java.lang.String tooltip, ImageModel icon, int size, ActionBehavior behavior)
          Erzeugt eine Baumstruktur
static org.apache.ecs.ConcreteElement DefPainterUtility.createCheckBox(PainterContext ctx, java.lang.String key, int checkState, SelectMode selectMode, ClientHandler handler, int size, boolean displayOnly, ActionBehavior behavior)
          renders a CheckBox
static org.apache.ecs.ConcreteElement DefPainterUtility.createCheckButton(PainterContext ctx, java.lang.String key, int checkState, SelectMode selectMode, ClientHandler handler, int size, ActionBehavior behavior)
          renders a CheckBox
 void DefActionPainter.setClientHandler(ClientHandler handler)
           
 

Uses of ClientHandler in com.cc.framework.ui.painter.def.scheduler
 

Methods in com.cc.framework.ui.painter.def.scheduler with parameters of type ClientHandler
static org.apache.ecs.ConcreteElement SchedulerViewHelp.createCheckBox(PainterContext ctx, Appointment appointment, java.util.Calendar date, ClientHandler handler, boolean displayOnly, ActionBehavior behavior)
          renders a CheckBox
static org.apache.ecs.ConcreteElement SchedulerViewHelp.createCheckBox(PainterContext ctx, Appointment[] appointments, java.util.Calendar date, SchedulerScope scope, ClientHandler handler, boolean displayOnly, ActionBehavior behavior)
          renders a CheckBox
 



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