Uses of Class
com.cc.framework.ui.control.Control

Packages that use Control
com.cc.framework.adapter   
com.cc.framework.adapter.struts   
com.cc.framework.taglib   
com.cc.framework.taglib.controls   
com.cc.framework.taglib.forms   
com.cc.framework.taglib.menu   
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.ajax   
com.cc.framework.ui.painter.def   
com.cc.framework.ui.painter.global   
com.cc.framework.ui.painter.html   
com.cc.framework.ui.painter.imp   
 

Uses of Control in com.cc.framework.adapter
 

Methods in com.cc.framework.adapter with parameters of type Control
 void AjaxRequest.markDirty(Control control)
          Adds the given Control to the dirty list.
 java.lang.Object AjaxRequest.getAjaxAttribute(Control control, java.lang.String attributeName)
          Returns the attribute with the given name from the container
 java.util.Iterator AjaxRequest.getAjaxAttributeNames(Control control)
          Returns an Iterator that iterates all attribute names
 void AjaxRequest.setAjaxAttribute(Control control, java.lang.String attributeName, java.lang.Object value)
          Adds a new Attribute to the container.
 

Uses of Control in com.cc.framework.adapter.struts
 

Fields in com.cc.framework.adapter.struts declared as Control
private  Control ConcreteControlActionContext.control
          The control
 

Methods in com.cc.framework.adapter.struts that return Control
 Control FWLookupDispatchAction.getControlByName(ActionContext ctx, java.lang.String name)
           
 Control FWDispatchAction.getControlByName(ActionContext ctx, java.lang.String name)
           
 Control FWAction.getControlByName(ActionContext ctx, java.lang.String name)
           
 Control FrameworkAction.getControlByName(ActionContext ctx, java.lang.String name)
          The framework has a default pattern where to search a control instance.
 Control ConcreteControlActionContext.control()
           
static Control ActionUtil.getControlByName(FrameworkAction action, ActionContext ctx, java.lang.String name)
          The framework has a default pattern where to search a control instance.
 

Methods in com.cc.framework.adapter.struts with parameters of type Control
 void ConcreteActionContext.markDirty(Control control)
           
 java.lang.Object ConcreteActionContext.getAjaxAttribute(Control control, java.lang.String attributeName)
           
 java.util.Iterator ConcreteActionContext.getAjaxAttributeNames(Control control)
           
 void ConcreteActionContext.setAjaxAttribute(Control control, java.lang.String attributeName, java.lang.Object value)
           
protected static void ActionUtil.logControlAction(Control ctrl, java.lang.reflect.Method handler, java.lang.Throwable t)
          This method logs any exceptions that have occurred during the execution of a control event handler
 void ActionContextWrapper.markDirty(Control control)
           
 java.lang.Object ActionContextWrapper.getAjaxAttribute(Control control, java.lang.String attributeName)
           
 java.util.Iterator ActionContextWrapper.getAjaxAttributeNames(Control control)
           
 void ActionContextWrapper.setAjaxAttribute(Control control, java.lang.String attributeName, java.lang.Object value)
           
 

Constructors in com.cc.framework.adapter.struts with parameters of type Control
ConcreteControlActionContext(ActionContext ctx, Control control, java.lang.String controlName, ControlActionDef action)
          Constructor for ConcreteControlActionContext
 

Uses of Control in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib with parameters of type Control
 void ButtonContainerTag.addButton(Control button)
          Appends a button to the control
 

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

Fields in com.cc.framework.taglib.controls declared as Control
private  Control BaseControlTag.control
          The Control instance
 

Methods in com.cc.framework.taglib.controls that return Control
protected  Control TreeTag.doCreateControl()
           
protected  Control TreeSwapSelectTag.doCreateControl()
           
protected  Control TreelistTag.doCreateControl()
           
protected  Control TextTag.doCreateControl()
           
protected  Control TextPopupTag.doCreateControl()
           
protected  Control TextListTag.doCreateControl()
           
protected  Control TextareaTag.doCreateControl()
           
protected  Control TabsetTag.doCreateControl()
           
protected  Control TabbarTag.doCreateControl()
           
protected  Control SwapSelectTag.doCreateControl()
           
protected  Control SpinTag.doCreateControl()
           
protected  Control SelectTag.doCreateControl()
           
protected  Control SchedulerTag.doCreateControl()
           
protected  Control RecurrencePatternTag.doCreateControl()
           
protected  Control RatingTag.doCreateControl()
           
protected  Control RadioTag.doCreateControl()
           
protected  Control RadioGroupTag.doCreateControl()
           
protected  Control PlainTextTag.doCreateControl()
           
protected  Control PanelTag.doCreateControl()
           
protected  Control MultiLevelSelectTag.doCreateControl()
           
protected  Control ListTag.doCreateControl()
           
protected  Control HiddenTag.doCreateControl()
           
protected  Control HeadlineTag.doCreateControl()
           
protected  Control GaugeTag.doCreateControl()
           
protected  Control ComboBoxTag.doCreateControl()
           
protected  Control ColorPickerTag.doCreateControl()
           
protected  Control CheckboxTag.doCreateControl()
           
protected  Control CheckboxGroupTag.doCreateControl()
           
protected  Control CalendarTag.doCreateControl()
           
protected  Control ButtonTag.doCreateControl()
           
protected abstract  Control BaseControlTag.doCreateControl()
          Creates the control element
protected  Control BaseControlTag.createControl()
          Creates the control element
 Control BaseControlTag.getControl()
          Retrieves the current Control instance.
 

Methods in com.cc.framework.taglib.controls with parameters of type Control
 void TextTag.addButton(Control button)
          Adds a Tool Button to the Text Element
 void TextListTag.addButton(Control button)
          Adds a Tool Button to the Text Element
private  void BaseControlTag.exposeScriptingVariable(Control ctrl)
          Exposes the control instance as a scripting variable to the Tag body
 void BaseControlTag.createPainter(Control ctrl)
          Creates the Painter to render the Control
 

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

Methods in com.cc.framework.taglib.forms that return Control
protected  Control MessageTag.doCreateControl()
           
protected  Control InfoTag.doCreateControl()
           
protected  Control FrameTag.doCreateControl()
           
protected  Control FormTag.doCreateControl()
           
 

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

Methods in com.cc.framework.taglib.menu that return Control
protected  Control MenuTag.doCreateControl()
           
protected  Control MenuButtonTag.doCreateControl()
           
protected  Control CrumbsTag.doCreateControl()
           
 

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

Subclasses of Control in com.cc.framework.ui.control
 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 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
 

Fields in com.cc.framework.ui.control declared as Control
private  Control FormControlElement.control
          The aggregated Control
 

Methods in com.cc.framework.ui.control that return Control
 Control FormControlElement.getControl()
          Returns the control.
 Control ControlRequestContext.control()
          Returns the control
 

Methods in com.cc.framework.ui.control with parameters of type Control
 void FormControlElement.setControl(Control control)
          Sets the control.
 void ControlValuePath.setControl(Control ctrl)
          Set the Control
 ControlAction ControlActionDef.createInstance(Control ctrl)
          Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition.
 ControlAction ControlActionDef.createInstance(Control ctrl, java.lang.String actionName)
          Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition.
 void Control.addButton(Control button)
          Adds a tool button to the Text Element
 

Constructors in com.cc.framework.ui.control with parameters of type Control
ControlValuePath(Control ctrl)
          Constructor
ControlAction(ControlActionDef action, Control control)
          Constructor of ControlAction The instance is initialized with the action definition.
ControlAction(ControlActionDef action, Control control, java.lang.String actionName)
          Constructor of ControlAction The instance is initialized with the action definition.
 

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

Methods in com.cc.framework.ui.model that return Control
 Control[] ControlContainer.getControls()
          Returns a list with all controls in the container
 

Methods in com.cc.framework.ui.model with parameters of type Control
 void ControlContainer.addControl(Control control)
          Adds a new child element to the container
 void ControlContainer.removeControl(Control control)
          Removes an existing control from the container
 

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

Methods in com.cc.framework.ui.model.imp that return Control
 Control[] ControlContainerImp.getControls()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type Control
 void ControlContainerImp.addControl(Control control)
           
 void ControlContainerImp.removeControl(Control control)
           
 

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

Methods in com.cc.framework.ui.painter that return Control
 Control PainterContext.getControl()
           
 

Methods in com.cc.framework.ui.painter with parameters of type Control
protected abstract  ControlPainter PainterFactory.doCreatePainter(PainterContext painterContext, Control ctrl)
          Creates a painter for the control specified in the argument.
protected  FramePainter PainterFactory.doCreateFramePainter(PainterContext painterContext, Control ctrl)
          Creates a frame painter for the control specified in the argument.
 PainterContext PainterFactory.doCreatePainterContext(javax.servlet.jsp.PageContext pageContext, Control ctrl)
          Creates the painter context
static ControlPainter PainterFactory.createPainter(javax.servlet.jsp.PageContext pageContext, Control ctrl)
          Helper Function.
static PainterContext PainterFactory.createPainterContext(javax.servlet.jsp.PageContext pageContext, Control ctrl)
          Creates the painter context
 

Uses of Control in com.cc.framework.ui.painter.ajax
 

Methods in com.cc.framework.ui.painter.ajax with parameters of type Control
protected  ControlPainter AjaxPainterFactory.doCreatePainter(PainterContext painterContext, Control ctrl)
           
 

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

Methods in com.cc.framework.ui.painter.def with parameters of type Control
protected  ControlPainter DefPainterFactory.doCreatePainter(PainterContext painterContext, Control ctrl)
           
protected  FramePainter DefPainterFactory.doCreateFramePainter(PainterContext painterContext, Control ctrl)
           
 

Uses of Control in com.cc.framework.ui.painter.global
 

Methods in com.cc.framework.ui.painter.global with parameters of type Control
protected  ControlPainter GlobalPainterFactory.doCreatePainter(PainterContext painterContext, Control ctrl)
           
 

Uses of Control in com.cc.framework.ui.painter.html
 

Methods in com.cc.framework.ui.painter.html with parameters of type Control
protected  ControlPainter HtmlPainterFactory.doCreatePainter(PainterContext painterContext, Control ctrl)
           
 

Uses of Control in com.cc.framework.ui.painter.imp
 

Fields in com.cc.framework.ui.painter.imp declared as Control
private  Control PainterContextImp.control
          Instance of the Control
 

Methods in com.cc.framework.ui.painter.imp that return Control
 Control PainterContextWrapper.getControl()
           
 Control PainterContextImp.getControl()
           
 

Constructors in com.cc.framework.ui.painter.imp with parameters of type Control
PainterContextImp(javax.servlet.jsp.PageContext pageContext, Control control)
          Constructor
 



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