A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

ABSMIDDLE - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: absmiddle
ACTION_ADD - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onAdd(ControlRequestContext ctx, String parentKey)
ACTION_ADDAPPOINTMENT - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: AddAppointment this event is triggered within an scheduler control, when the user clicks on a add appointment button element.
ACTION_APPOINTMENTCLICK - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Appointment this event is triggered within an scheduler control, when the user clicks on and appointment The parameter timeInMillis designates the time in UTC milliseconds from the epoch.
ACTION_CELLCLICK - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onCellClick(ControlRequestContext ctx, String column, String key)
ACTION_CHANGEDATE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: ChangeDate this event is triggered within an scheduler control, when the user switches the controls view to another date.
ACTION_CHECK - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Check This action is triggered if a checkbox is clicked.
ACTION_CHECKALL - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: CheckAll This action is triggered if all rows are checked or unchecked.
ACTION_CHECKAPPOINTMENT - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: CheckAppointment This action is triggered if a checkbox on an appointment is clicked.
ACTION_CHECKCOLUMN - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: CheckColumn This action is triggered if all rows of a specific column are checked or unchecked.
ACTION_CHECKDATE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: CheckDate This action is triggered if a checkbox on an date is clicked.
ACTION_CLOSE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: close Handler: void onClose(ControlRequestContext ctx)
ACTION_COLLAPSE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Collapse This action is triggered by a tree if a group node is closed.
ACTION_CREATE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Create Handler: void onCreate(ControlRequestContext ctx)
ACTION_CRUMBCLICK - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: CrumbClick Handler: void onCrumbClick(ControlRequestContext ctx, String crumbId)
ACTION_DELETE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onDelete(ControlRequestContext ctx, String key)
ACTION_DRILLDOWN - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onDrilldown(ControlRequestContext ctx, String key)
ACTION_EDIT - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onEdit(ControlRequestContext ctx, String key)
ACTION_EXPAND - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Expand This action is triggered by a tree if a group node is opened.
ACTION_EXPANDEX - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: ExpandEx This action is triggered by a tree if a group node with unknown number of children is opened.
ACTION_EXPORTLIST - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Export (without parameters) Handler: void onExport(ControlRequestContext ctx)
ACTION_HELP - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: help Handler: void onHelp(ControlRequestContext ctx, String helpId)
ACTION_INPUT_CONTROL - Static variable in class com.cc.framework.ui.control.ControlAction
Hidden form field for the control action invocation string
ACTION_LOADMENU - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: load menu Handler: void onLoadMenu(ControlRequestContext ctx, String menuId)
ACTION_MAXIMIZE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: maximize Handler: void onMaximize(ControlRequestContext ctx)
ACTION_MINIMIZE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: minimize Handler: void onMinimize(ControlRequestContext ctx)
ACTION_MOVE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: move Handler: void onMove(ControlRequestContext ctx, int direction)
ACTION_PAGE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Page this event is triggered within an control, when the user moves from one page to another page Handler: void onPage(ControlRequestContext ctx, int page) Arguments: page The page to which the system should go. -1 = jump to the last page 0..n = jump to the specified page Caution: The Handler itself must ensure adherence to the valid range.
ACTION_PRINTLIST - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Print (without parameters) Handler: void onPrint(ControlRequestContext ctx)
ACTION_REFRESH - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Refresh Handler: void onRefresh(ControlRequestContext ctx)
ACTION_REMOVE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onRemove(ControlRequestContext ctx, String key)
ACTION_RESTORE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: restore Handler: void onRestore(ControlRequestContext ctx)
ACTION_SELECT - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onSelect(ControlRequestContext ctx, String key)
ACTION_SELECTDATE - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: ChangeDate this event is triggered within an scheduler control, when the user clicks on a date element.
ACTION_SORT - Static variable in class com.cc.framework.ui.control.ControlActionDef
Handler: void onSort(ControlRequestContext ctx, String column, SortOrder direction)
ACTION_SWAPALL - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Swap all option elements Handler: void onSwapAll(ControlRequestContext ctx, int direction)
ACTION_SWAPSELECTED - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: Swap selected option elements Handler: void onSwapSelected(ControlRequestContext ctx, int direction)
ACTION_TABCLICK - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: TabClick Handler: void onTabClick(ControlRequestContext ctx, String tabId)
ACTION_TABSCROLL - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: TabScroll Handler: void onTabScroll(ControlRequestContext ctx, String tabId)
ACTION_URL_ACTION - Static variable in class com.cc.framework.ui.control.ControlAction
URL parameter for the action name
ACTION_URL_CONTROL - Static variable in class com.cc.framework.ui.control.ControlAction
URL parameter for the control name
ACTION_URL_PARAMETER - Static variable in class com.cc.framework.ui.control.ControlAction
URL parameter for the parameter list
ACTION_VIEW - Static variable in class com.cc.framework.ui.control.ControlActionDef
Action: View this event is triggered within an control, when the user switches to another view Handler: void onView(ControlRequestContext ctx, String view)
ACTIVE - Static variable in class com.cc.framework.common.ButtonState
Active button
ADD - Static variable in class com.cc.framework.ui.control.ControlButton
ADD Button
ADDALL - Static variable in class com.cc.framework.ui.control.ControlButton
ADDALL Button
ADDAPPOINTMENT - Static variable in class com.cc.framework.ui.control.ControlButton
AddAppointment Button
AJAX_KEEP_SCROLL_POSITION - Static variable in interface com.cc.framework.adapter.AjaxAttributes
Directs the AJAX handler to keep the scroll position
AJAX_TOKEN - Static variable in interface com.cc.framework.Globals
The token that will be send in a HTTP request to identify the request as an AJAX request.
ALL - Static variable in class com.cc.framework.common.ButtonMode
Collection with all kinds of button states
ALL - Static variable in class com.cc.framework.common.ButtonState
Collection with all kinds of alignment types
ALL - Static variable in class com.cc.framework.common.CheckState
Collection with all kinds of check states
ALL - Static variable in class com.cc.framework.common.Severity
The buffer with all kinds of severities
ALL - Static variable in class com.cc.framework.common.SortOrder
collection with all kinds of sort orders
ALL - Static variable in class com.cc.framework.http.HttpScope
collection with all kinds of HttpScopes
ALL - Static variable in class com.cc.framework.taglib.util.JspDirective
Collection of all JspDirective objects
ALL - Static variable in class com.cc.framework.ui.AlignmentType
Collection with all kinds of alignment types
ALL - Static variable in class com.cc.framework.ui.CheckRange
check all elements
ALL - Static variable in class com.cc.framework.ui.ExpansionMode
Collection with all kinds of expansion types
ALL - Static variable in class com.cc.framework.ui.FormMethod
Collection with all types
ALL - Static variable in class com.cc.framework.ui.FormType
Collection of all forms
ALL - Static variable in class com.cc.framework.ui.JoinMode
Collection with all kinds of join modes
ALL - Static variable in class com.cc.framework.ui.MenuStateType
Collection of all elements (menu states)
ALL - Static variable in class com.cc.framework.ui.MenuType
Collection with all menu types
ALL - Static variable in class com.cc.framework.ui.OrientationType
Collection with all kinds of alignment types
ALL - Static variable in class com.cc.framework.ui.RunAt
Collection with all elements
ALL - Static variable in class com.cc.framework.ui.SelectMode
Collection with all objects
ALL - Static variable in class com.cc.framework.ui.model.AppointmentPriority
Collection with all kinds of importance types
ALL - Static variable in class com.cc.framework.ui.model.ButtonType
Collection with all elements
ALL - Static variable in class com.cc.framework.ui.model.CalendarMode
Collection with all elements
ALL - Static variable in class com.cc.framework.ui.model.InputFieldType
Collection with all elements
ALL - Static variable in class com.cc.framework.ui.model.RecurrenceType
List with all Elements
ALL - Static variable in class com.cc.framework.ui.model.SchedulerScope
Collection with all enumeration elements
ALL - Static variable in class com.cc.framework.ui.model.SchedulerView
Collection with all enumeration elements
ALL - Static variable in class com.cc.framework.version.SystemType
Collection of all kind of types
AND - Static variable in class com.cc.framework.security.acl.expr.LogicalOperator
Logisches Und
ANY - Static variable in class com.cc.framework.http.HttpScope
HttpScope: Any - no scope specified
APPLICATION - Static variable in class com.cc.framework.http.HttpScope
HttpScope: Application
APPOINTMENT - Static variable in class com.cc.framework.ui.model.SchedulerScope
The control will be displayed in appointment view
ARGUMENT_SEPARATOR - Static variable in class com.cc.framework.util.PropertyResourceKey
 
ASCENDING - Static variable in class com.cc.framework.common.SortOrder
sort: ASCENDING
AUTO - Static variable in class com.cc.framework.ui.RunAt
RunAt: AUTO
AWT_TOOLKIT - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: awt.toolkit
AbstractImageMap - class com.cc.framework.ui.AbstractImageMap.
Abstract ImageMap implementation
AbstractImageMap() - Constructor for class com.cc.framework.ui.AbstractImageMap
Constructor for ImageMap
AbstractImageMap.ImageMapping - class com.cc.framework.ui.AbstractImageMap.ImageMapping.
A ImageMapping maps a regular expression to an image
AbstractImageMap.ImageMapping(String, ImageModel) - Constructor for class com.cc.framework.ui.AbstractImageMap.ImageMapping
Constructor
AccessControlList - class com.cc.framework.security.acl.AccessControlList.
AccessControlList
AccessControlList(Expression) - Constructor for class com.cc.framework.security.acl.AccessControlList
Constructor
AccessControlList.AccessControlEnvironment - class com.cc.framework.security.acl.AccessControlList.AccessControlEnvironment.
 
AccessControlList.AccessControlEnvironment(Principal, List) - Constructor for class com.cc.framework.security.acl.AccessControlList.AccessControlEnvironment
 
AccessControlled - interface com.cc.framework.ui.model.AccessControlled.
Interface for all objects which requires an authorization.
AccessToken - class com.cc.framework.security.acl.expr.AccessToken.
 
AccessToken(String) - Constructor for class com.cc.framework.security.acl.expr.AccessToken
Constructor
ActionBehavior - interface com.cc.framework.ui.model.ActionBehavior.
This interface defines how a action should behave on the client
ActionBehaviorImp - class com.cc.framework.ui.model.imp.ActionBehaviorImp.
Simples action behavior implementation
ActionBehaviorImp(boolean, boolean) - Constructor for class com.cc.framework.ui.model.imp.ActionBehaviorImp
Constructor
ActionBehaviour - interface com.cc.framework.ui.model.ActionBehaviour.
This interface defines how a action should behave on the client
ActionBehaviourImp - class com.cc.framework.ui.model.imp.ActionBehaviourImp.
Simples ActionBehaviour implementation
ActionBehaviourImp(boolean, boolean) - Constructor for class com.cc.framework.ui.model.imp.ActionBehaviourImp
Constructor
ActionContext - interface com.cc.framework.adapter.struts.ActionContext.
If an action is called, all relevant informations (like the session, request, response object) are passed by a context object which implements this interface.
ActionContextWrapper - class com.cc.framework.adapter.struts.ActionContextWrapper.
Wrapper Class for the ActionContext
ActionContextWrapper(ActionContext) - Constructor for class com.cc.framework.adapter.struts.ActionContextWrapper
Constructor
ActionPainter - interface com.cc.framework.ui.painter.ActionPainter.
The ActionPainter Class is responsible to generate a HTML-Element to initiate an Action
ActionUtil - class com.cc.framework.adapter.struts.ActionUtil.
Utility methods for Action derived classes
ActionUtil() - Constructor for class com.cc.framework.adapter.struts.ActionUtil
 
AdapterUtil - class com.cc.framework.adapter.AdapterUtil.
Helper class to create informations about the session, request object or the system environment.
AdapterUtil() - Constructor for class com.cc.framework.adapter.AdapterUtil
Constructor
AjaxAttributes - interface com.cc.framework.adapter.AjaxAttributes.
AJAX Attributes
AjaxPainterFactory - class com.cc.framework.ui.painter.ajax.AjaxPainterFactory.
Global Painter Factory Class.
AjaxPainterFactory() - Constructor for class com.cc.framework.ui.painter.ajax.AjaxPainterFactory
Constructor
AjaxRequest - interface com.cc.framework.adapter.AjaxRequest.
AJAX Request
AjaxResourceMap - class com.cc.framework.ui.painter.ajax.AjaxResourceMap.
The GlobalResourceMap registers all images that are needed by the GlobalPainter.
AjaxResourceMap() - Constructor for class com.cc.framework.ui.painter.ajax.AjaxResourceMap
Constructor
AjaxResources - interface com.cc.framework.ui.painter.ajax.AjaxResources.
This interface defines string and image codes for resources.
AjaxSettings - class com.cc.framework.ui.AjaxSettings.
AJAX settings
AjaxSettings() - Constructor for class com.cc.framework.ui.AjaxSettings
 
AjaxSupport - interface com.cc.framework.ui.model.AjaxSupport.
Base interface for all design models with AJAX support
AjaxSupportTag - interface com.cc.framework.taglib.controls.AjaxSupportTag.
Interface for Tags that support AJAX functionality
AjaxTag - class com.cc.framework.taglib.base.AjaxTag.
AJAX Tag
AjaxTag() - Constructor for class com.cc.framework.taglib.base.AjaxTag
 
Algorithm - interface com.cc.framework.common.Algorithm.
Interface for an algorithm which should be processed for all elements in a collection.
AlgorithmFilter - interface com.cc.framework.common.AlgorithmFilter.
Filter for Iterations
Algorithms - class com.cc.framework.util.Algorithms.
Collection of predefined Algorithms for List processing
Algorithms() - Constructor for class com.cc.framework.util.Algorithms
 
Algorithms.AccessFilter - class com.cc.framework.util.Algorithms.AccessFilter.
Filter that excludes nodes which the user is not allowed to see
Algorithms.AccessFilter(Principal) - Constructor for class com.cc.framework.util.Algorithms.AccessFilter
Constructor
Algorithms.CheckCheckableAlg - class com.cc.framework.util.Algorithms.CheckCheckableAlg.
Algorithm to check row beans that implement the Checkable interface
Algorithms.CheckCheckableAlg(boolean) - Constructor for class com.cc.framework.util.Algorithms.CheckCheckableAlg
Constructor
Algorithms.CheckCheckableAlg(Set) - Constructor for class com.cc.framework.util.Algorithms.CheckCheckableAlg
Constructor
Algorithms.CheckPropertyAlg - class com.cc.framework.util.Algorithms.CheckPropertyAlg.
Algorithm to check a property on each row of a ListDataModel
Algorithms.CheckPropertyAlg(String, boolean) - Constructor for class com.cc.framework.util.Algorithms.CheckPropertyAlg
Constructor
Algorithms.CollectCheckableAlg - class com.cc.framework.util.Algorithms.CollectCheckableAlg.
Algorithm to collect rows of a given check state
Algorithms.CollectCheckableAlg(CheckState) - Constructor for class com.cc.framework.util.Algorithms.CollectCheckableAlg
Constructor
Algorithms.CollectItemsAlg - class com.cc.framework.util.Algorithms.CollectItemsAlg.
Algorithm to collect all items of a List or Tree in a Map
Algorithms.CollectItemsAlg(Map) - Constructor for class com.cc.framework.util.Algorithms.CollectItemsAlg
Constructor
Algorithms.CollectPropertyAlg - class com.cc.framework.util.Algorithms.CollectPropertyAlg.
Algorithm to collect rows of a given check state
Algorithms.CollectPropertyAlg(String, CheckState) - Constructor for class com.cc.framework.util.Algorithms.CollectPropertyAlg
Constructor
Algorithms.KeySearchAlg - class com.cc.framework.util.Algorithms.KeySearchAlg.
Algorithm to search for a key in a ListDataModel
Algorithms.KeySearchAlg(String) - Constructor for class com.cc.framework.util.Algorithms.KeySearchAlg
Constructor
Algorithms.NullFilter - class com.cc.framework.util.Algorithms.NullFilter.
Filter that excludes nothing
Algorithms.NullFilter() - Constructor for class com.cc.framework.util.Algorithms.NullFilter
 
Algorithms.VisibleNodeCounterAlg - class com.cc.framework.util.Algorithms.VisibleNodeCounterAlg.
Algorithm to count the number of visible nodes in a Tree
Algorithms.VisibleNodeCounterAlg() - Constructor for class com.cc.framework.util.Algorithms.VisibleNodeCounterAlg
Constructor
AlignmentType - class com.cc.framework.ui.AlignmentType.
Defines alignment types used in the Common Controls Framework
AlignmentType(String) - Constructor for class com.cc.framework.ui.AlignmentType
Constructor for AlignmentType
Appointment - interface com.cc.framework.ui.model.Appointment.
Appointment Definition
AppointmentComparator - class com.cc.framework.ui.model.imp.AppointmentComparator.
Comparator for Appointment items.
AppointmentComparator() - Constructor for class com.cc.framework.ui.model.imp.AppointmentComparator
 
AppointmentImp - class com.cc.framework.ui.model.imp.AppointmentImp.
Appointment definition
AppointmentImp() - Constructor for class com.cc.framework.ui.model.imp.AppointmentImp
Creates a simple appointment
AppointmentImp(String, String, Calendar, Calendar, AppointmentPriority) - Constructor for class com.cc.framework.ui.model.imp.AppointmentImp
Creates a simple appointment
AppointmentImp(String, String, Calendar, int, AppointmentPriority) - Constructor for class com.cc.framework.ui.model.imp.AppointmentImp
Creates a simple appointment
AppointmentImp(String, String, Calendar, AppointmentPriority) - Constructor for class com.cc.framework.ui.model.imp.AppointmentImp
Creates a simple all day event
AppointmentPriority - class com.cc.framework.ui.model.AppointmentPriority.
Enumeration Type for Appointment Priorities
AppointmentPriority(String, int) - Constructor for class com.cc.framework.ui.model.AppointmentPriority
Constructor for AppointmentImportance
AppointmentPriorityConverter - class com.cc.framework.convert.imp.AppointmentPriorityConverter.
Converter for the AppointmentPriority enumeration type
AppointmentPriorityConverter() - Constructor for class com.cc.framework.convert.imp.AppointmentPriorityConverter
 
AppointmentPriorityConverter - class com.cc.framework.util.converters.AppointmentPriorityConverter.
Deprecated.  
AppointmentPriorityConverter() - Constructor for class com.cc.framework.util.converters.AppointmentPriorityConverter
Deprecated.  
AttributeAccess - interface com.cc.framework.http.AttributeAccess.
Interface for classes which provide access to named attributes.
a - Variable in class com.cc.framework.common.Tuple
A-Value
a() - Method in class com.cc.framework.common.Tuple
Returns the A-Value
a(Object) - Method in class com.cc.framework.common.Tuple
 
a(int) - Method in class com.cc.framework.common.TupleArray
Returns the A-Value form the tuple at the specified position in this list.
a() - Method in class com.cc.framework.common.TupleArray
Returns all A-Values form the tuple list.
accessKey - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'Alt' and the ACCESSKEY together).
action - Variable in class com.cc.framework.adapter.struts.ConcreteControlActionContext
The control action
action() - Method in class com.cc.framework.adapter.struts.ConcreteControlActionContext
 
action - Variable in class com.cc.framework.adapter.struts.ConcreteFormActionContext
The action
action - Variable in class com.cc.framework.ui.control.ControlActionDef
The name of the action.
action - Variable in class com.cc.framework.ui.control.ControlMethodInvocation
Action to process
action() - Method in interface com.cc.framework.ui.control.ControlRequestContext
Gets the Action Definition
action - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
The Action assigned with the Control
action - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
The action which should be processed if the crumb is activated.
action - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The action to process if the user clicks the item
action - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The action to process if the user clicks the item
action - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
The action
action - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
The action
action - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
The action which should be processed if the Tab is activated.
action - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
ControlAction
actionName - Variable in class com.cc.framework.ui.control.ControlAction
The action to which should be forwarded
actiondef - Variable in class com.cc.framework.ui.control.ControlAction
The base parameter definition
active - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Indicates if the User is allowed to activated the Action
adapter - Static variable in class com.cc.framework.adapter.FrameworkAdapterFactory
The cached framework adapter instance
adapter - Variable in class com.cc.framework.adapter.HttpResourceTranslator
 
add(Tuple) - Method in class com.cc.framework.common.TupleArray
Appends the specified tuple to this list.
add(Object, Object) - Method in class com.cc.framework.common.TupleArray
Creates a new Tuple and adds it to the list
add(Element) - Method in interface com.cc.framework.ui.painter.CompositeElement
Adds a new Element to the container
add(Element) - Method in class com.cc.framework.ui.painter.def.frame.ElementContainerCE
 
add(Element) - Method in class com.cc.framework.ui.painter.def.frame.TableCE
 
addActionParams(Hyperlink) - Method in class com.cc.framework.ui.control.ControlAction
Adds the action parameters to the given hyperlink
addAjaxHandlers(A) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addAppointment(Appointment) - Method in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
Adds a new appointment to the list
addAppointments(Collection) - Method in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
Adds a collection of new appointments to the list
addAttribute(HtmlParser.Attribute) - Method in class com.cc.framework.util.parser.HtmlParser.AttributesImpl
Adds a new attribute to the attribute collection
addBodyElement(Element) - Method in interface com.cc.framework.ui.painter.Frame
Adds an element to the frames body region.
addBodyElement(Element) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
addButton(Control) - Method in interface com.cc.framework.taglib.ButtonContainerTag
Appends a button to the control
addButton(Control) - Method in class com.cc.framework.taglib.controls.TextListTag
Adds a Tool Button to the Text Element
addButton(Control) - Method in class com.cc.framework.taglib.controls.TextTag
Adds a Tool Button to the Text Element
addButton(Control) - Method in class com.cc.framework.ui.control.Control
Adds a tool button to the Text Element
addChild(TreeNodeDataModel) - Method in interface com.cc.framework.ui.model.TreeGroupDataModel
Adds a new node to the child list Note: This method will also set the parent link of the new child node to this
addChild(TreeNodeDataModel) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
 
addColGroup(Table, FormElementContainer) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
 
addColumn(ColumnDesignModel) - Method in interface com.cc.framework.taglib.controls.ColumnContainerTag
Adds a column to the Collection
addColumn(ColumnDesignModel) - Method in class com.cc.framework.taglib.controls.ColumnGroupTag
 
addColumn(ColumnDesignModel) - Method in class com.cc.framework.taglib.controls.ListTag
 
addColumn(ColumnDesignModel) - Method in class com.cc.framework.taglib.controls.TreelistTag
 
addColumn(FormColumn) - Method in class com.cc.framework.taglib.forms.FormColumnGroupTag
Adds a new column definition to the column group of the form element container
addColumn(FormColumn) - Method in interface com.cc.framework.taglib.forms.FormElementContainerTag
Adds a column definition to the container
addColumn(FormColumn) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
addColumn(FormColumn) - Method in class com.cc.framework.taglib.forms.FormTag
 
addColumn(ColumnDesignModel) - Method in interface com.cc.framework.ui.model.ColumnContainer
Adds a new column definition to the ListControl
addColumn(FormColumn) - Method in interface com.cc.framework.ui.model.FormColumnGroup
Adds a new column to the column group
addColumn(ColumnDesignModel) - Method in class com.cc.framework.ui.model.imp.ColumnContainerImp
 
addColumn(ColumnDesignModel) - Method in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
 
addColumn(FormColumn) - Method in class com.cc.framework.ui.model.imp.FormColumnGroupImp
 
addColumn(ColumnDesignModel) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
addColumn(ColumnDesignModel, ColGroup) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Ads all terminal columns (columns without children) recursively to the column group
addContent(PanelContentDesignModel) - Method in class com.cc.framework.taglib.controls.PanelTag
Adds a content to the panel
addContent(PanelContentDesignModel) - Method in interface com.cc.framework.ui.model.PanelDesignModel
Adds a content to a panel
addContent(PanelContentDesignModel) - Method in class com.cc.framework.ui.model.imp.PanelDesignModelImp
 
addControl(Control) - Method in interface com.cc.framework.ui.model.ControlContainer
Adds a new child element to the container
addControl(Control) - Method in class com.cc.framework.ui.model.imp.ControlContainerImp
 
addCrumb(CrumbModel) - Method in interface com.cc.framework.taglib.menu.CrumbContainer
Adds a Crumb to the Crumb Container
addCrumb(CrumbModel) - Method in class com.cc.framework.taglib.menu.CrumbsTag
 
addCrumb(CrumbModel) - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Adds a single Crumb
addCrumb(CrumbModel) - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
addDesignRule(DesignRule) - Method in interface com.cc.framework.taglib.DesignRuleContainerTag
Adds a new design rule to the container
addDesignRule(DesignRule) - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
addDesignRule(DesignRule) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
addDesignRule(DesignRule) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Adds a new design rule to the column
addDesignRule(DesignRule) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Adds a new design rule to the control
addDesignRule(DesignRule) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
addDesignRule(DesignRule) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
addElement(TD, CellPainterContext, ImageModel, ConcreteElement) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Helper to add a content with an optional image to the cell element
addElement(Element) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
Adds an element to the table
addElement(String, Element) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
Adds an Element to the element.
addElement(String, String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
Adds an Element to the element.
addElement(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
Adds an Element to the element.
addElement(Element) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
Adds an Element to the element.
addElement(String, Element) - Method in class com.cc.framework.ui.painter.global.IncludeElement
Adds an Element to the element.
addElement(String, String) - Method in class com.cc.framework.ui.painter.global.IncludeElement
Adds an Element to the element.
addElement(String) - Method in class com.cc.framework.ui.painter.global.IncludeElement
Adds an Element to the element.
addElement(Element) - Method in class com.cc.framework.ui.painter.global.IncludeElement
Adds an Element to the element.
addError(String, Throwable) - Method in interface com.cc.framework.adapter.struts.ActionContext
Serves to include an exception in the global error collection.
addError(String, Throwable) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addError(String, ActionMessage) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
Add an new Action error to the Error Collection.
addError(String, Throwable) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addErrors(ActionMessages) - Method in interface com.cc.framework.adapter.struts.ActionContext
Adds an error collection
addErrors(ActionMessages) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addErrors(ActionMessages) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addEventHandler(ClientEvent, String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Adds an additional event handler to this painter
addEventHandler(ClientEvent, String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addFormElement(FormElement) - Method in interface com.cc.framework.taglib.forms.FormElementContainerTag
Adds a control to the container
addFormElement(FormElement) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
addFormElement(FormElement) - Method in class com.cc.framework.taglib.forms.FormTag
 
addFormElement(FormElement) - Method in interface com.cc.framework.ui.control.FormElementContainer
Adds a new child element to the container
addFormElement(FormElement) - Method in class com.cc.framework.ui.control.FormGroupElement
 
addFormElement(FormElement) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
addGlobalError(String) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a general error (without reference to an input field) and is used to present error messages upon returning from a sub-dialog within the calling dialog.
addGlobalError(String, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a general error (without reference to an input field)
addGlobalError(String, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a general error (without reference to an input field)
addGlobalError(String, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a general error (without reference to an input field)
addGlobalError(String, Object, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a general error (without reference to an input field)
addGlobalError(String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalError(String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalError(String, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalError(String, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalError(String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalError(String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalError(String, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalError(String, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalError(String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalError(String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalMessage(String) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message without reference to a Property.
addGlobalMessage(String, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message without reference to a Property.
addGlobalMessage(String, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message without reference to a Property.
addGlobalMessage(String, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message without reference to a Property.
addGlobalMessage(String, Object, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message without reference to a Property.
addGlobalMessage(String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalMessage(String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalMessage(String, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalMessage(String, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalMessage(String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addGlobalMessage(String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalMessage(String, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalMessage(String, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalMessage(String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGlobalMessage(String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addGroupIndex(String, int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
addGroupIndex(String, int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
addImage(String, ImageModel) - Method in class com.cc.framework.taglib.util.ImageMapTag
Adds an image to the ImageMap
addImage(String, ImageModel) - Method in class com.cc.framework.ui.AbstractImageMap
Adds an image to the image map
addInnerFrame(InnerFrame) - Method in interface com.cc.framework.taglib.FrameContainerTag
Adds a new inner Frame to the container
addInnerFrame(InnerFrame) - Method in class com.cc.framework.taglib.controls.ListTag
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.taglib.controls.SchedulerTag
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.taglib.controls.TreelistTag
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.taglib.forms.FormTag
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.taglib.forms.FrameTag
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.taglib.forms.MessageTag
 
addInnerFrame(InnerFrame) - Method in interface com.cc.framework.ui.model.FrameContainer
Adds a inner frame to the List
addInnerFrame(InnerFrame) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
addInnerFrame(InnerFrame) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
addInternal(String, Object) - Method in class com.cc.framework.util.PropertyMap
Adds a key value pair to the property map
addItem(PanelItemDesignModel) - Method in class com.cc.framework.taglib.controls.PanelContentTag
Adds a panel item
addItem(MenuItem) - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
Adds an Item to the Menu
addItem(MenuItem) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Adds an Item to the Menu
addItem(MenuItem) - Method in interface com.cc.framework.ui.model.MenuItem
Adds a SubMenuItem to the MenuItem
addItem(MenuItemDesignModel) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Adds a SubMenuItem to the MenuItem
addItem(PanelItemDesignModel) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Adds a panel item
addItem(GaugeDataModelImp.GaugeItem) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
Adds a ne Item to the gauge data model
addItem(double, String, Color) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
Adds a ne Item to the gauge data model
addItem(MenuItem) - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
addItem(MenuItem) - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
addItem(MenuItemDesignModel) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
addItem(MenuItem) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
addItem(PanelItemDesignModel) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
addMenu(MenuItem) - Method in interface com.cc.framework.adapter.AjaxRequest
Adds the given Menu to the AJAX response for this action.
addMenu(MenuItem) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addMenu(MenuItem) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addMenuItem(MenuItem) - Method in class com.cc.framework.taglib.menu.MenuButtonTag
 
addMenuItem(MenuItem) - Method in interface com.cc.framework.taglib.menu.MenuContainerTag
Adds a menu item
addMenuItem(MenuItem) - Method in class com.cc.framework.taglib.menu.MenuItemTag
 
addMenuItem(MenuItem) - Method in class com.cc.framework.taglib.menu.MenuTag
 
addMessage(String, ActionMessage) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
Method addMessage
addMessage(MessageResource) - Method in class com.cc.framework.message.Messages
Adds a new message to the collection
addMessage(Message) - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Adds a single Message
addMessages(ActionMessages) - Method in interface com.cc.framework.adapter.struts.ActionContext
Adds an message collection
addMessages(ActionMessages) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addMessages(ActionMessages) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addOption(StringBuffer, Object, Object, Object, int) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Add an option element to the specified StringBuffer based on the specified parameters.
addOptionScript(StringBuffer, String, Object, Object, int) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Add an option element to the specified StringBuffer based on the specified parameters.
addPageParameter(String, PageParameter) - Method in class com.cc.framework.taglib.template.PageDef
Adds a named page parameter
addParameter(Object) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(String) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(Integer) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(int) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(Long) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(long) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(Boolean) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(boolean) - Method in class com.cc.framework.ui.control.ControlAction
Adds a parameter
addParameter(boolean) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(Boolean) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(int) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(Integer) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(long) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(Long) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(Object) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Method addParameter
addParameter(Object) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addParameter(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addParameter(Integer) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addParameter(int) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addParameter(Long) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addParameter(long) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addParameter(Boolean) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addParameter(boolean) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
addPopup(PopupElement) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Adds a popup Window to the popup Window List for this control
addPopupWindow(Calendar, Appointment[], int, ConcreteElement) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
This method creates an appointment popup window witch is then added to the internal popup window list of the control.
addPopupWindow(String, Calendar, Appointment[], ConcreteElement) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
This method creates an appointment popup window witch is then added to the internal popup window list of the control.
addProperty(String, String) - Method in class com.cc.framework.util.PropertyMap
Adds a property of type String to the map
addProperty(String, String[]) - Method in class com.cc.framework.util.PropertyMap
Adds an Array of Strings to the map
addPropertyError(String, String) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves an error to a Property in the error collection
addPropertyError(String, String, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves an error to a Property in the error collection
addPropertyError(String, String, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves an error to a Property in the error collection
addPropertyError(String, String, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves an error to a Property in the error collection
addPropertyError(String, String, Object, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves an error to a Property in the error collection
addPropertyError(String, String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyError(String, String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyError(String, String, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyError(String, String, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyError(String, String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyError(String, String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyError(String, String, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyError(String, String, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyError(String, String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyError(String, String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyMessage(String, String) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message for a Property in the Message collection
addPropertyMessage(String, String, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message for a Property in the Message collection
addPropertyMessage(String, String, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message for a Property in the Message collection
addPropertyMessage(String, String, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message for a Property in the Message collection
addPropertyMessage(String, String, Object, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Saves a message for a Property in the Message collection
addPropertyMessage(String, String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyMessage(String, String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyMessage(String, String, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyMessage(String, String, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyMessage(String, String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
addPropertyMessage(String, String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyMessage(String, String, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyMessage(String, String, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyMessage(String, String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addPropertyMessage(String, String, Object, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
addQueryParameter(String, Object) - Method in class com.cc.framework.http.Hyperlink
Adds a new Query parameter to the query parameter list
addQueryParameters(String) - Method in class com.cc.framework.http.Hyperlink
Extracts all query parameters from the given query string
addSection(Element) - Method in interface com.cc.framework.ui.painter.Frame
Adds a new section to the frame.
addSection(Frame, FrameTitle, boolean) - Method in interface com.cc.framework.ui.painter.FramePainter
Adds a new titled section to the given frame
addSection(Frame, FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefFormFramePainter
 
addSection(Frame, FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefPanelFramePainter
 
addSection(Frame, FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter
 
addSection(Frame, FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
 
addSection(Element) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
addTab(TabDesignModel) - Method in interface com.cc.framework.taglib.controls.TabContainer
Adds a TabPage to the TabSet
addTab(TabDesignModel) - Method in class com.cc.framework.taglib.controls.TabbarTag
 
addTab(TabDesignModel) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Adds a tab page to the Tabset
addTab(TabDesignModel) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
addText(String, String) - Method in class com.cc.framework.message.MessageResource
Adds a message text for the specified language
addTransactionToken(PageContext, Hyperlink) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Adds the a transaction token (if any) to the given Parameter List.
addTransactionToken(PageContext, Hyperlink) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Adds the a transaction token (if any) to the given Parameter List.
additionalHandler - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Additional client handlers which can be set with a call to addClientHandler()
adjustDayIndex(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
 
ajax - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
This fag indicates that we are currently handling a Request that comes from an client side AJAX call
ajax - Variable in class com.cc.framework.ui.control.ControlAction
Indicates that additional AJAX script handlers should be attached to this command
ajax - Variable in class com.cc.framework.ui.model.imp.ActionBehaviorImp
Decides if the element should send AJAX requests to the server
ajax - Variable in class com.cc.framework.ui.model.imp.ActionBehaviourImp
Decides if the element should send AJAX requests to the server
ajax - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
set to true to enable AJAX.
ajax - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
set to true to enable AJAX.
ajax - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
set to true to enable AJAX.
ajaxAttributes - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
Optional AJAX Attributes
ajaxCanceled - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
This fag indicates that an AJAX request has been canceled
ajaxPaint(Writer) - Method in class com.cc.framework.ui.painter.ControlPainter
Writes an AJAX XML Stream for the control
alignment - Variable in class com.cc.framework.ui.control.FormButtonElement
The horizontal alignment of the form element
alignment - Variable in class com.cc.framework.ui.control.FormControlElement
The horizontal alignment of the form element
alignment - Variable in class com.cc.framework.ui.control.FormGroupElement
The horizontal alignment of the form element
alignment - Variable in class com.cc.framework.ui.control.FormHtmlElement
The horizontal alignment of the form element
alignment - Variable in class com.cc.framework.ui.control.FormMessageElement
The horizontal alignment of the form element
alignment - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The alignment of the column
alignment - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
The alignment of the columnheader
alignment - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
The alignment of the label
alignment - Variable in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
The alignment of the text
allDayEvent - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
This Flag indicates that this is an all day event.
allDayEvents - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Collection of "allday" events
allowAjaxRendering() - Method in class com.cc.framework.ui.control.Control
This method decides whether this control instance has enough information to render the control as part of an AJAX response.
allowAjaxRendering() - Method in class com.cc.framework.ui.control.ListControl
The list control can be sent back in an AJAX response delta stream in most cases.
allowAjaxRendering() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
This method decides whether this column instance has enough information to be rendered as part of an AJAX response.
allowAjaxRendering() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
allowAjaxRendering() - Method in class com.cc.framework.ui.model.imp.ColumnHtmlDesignModelImp
 
allowCompression() - Method in class com.cc.framework.resource.BinaryResource
Checks if the Resource can be packed.
alternate - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
The alternate text for this image
amount - Variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
The absolute amount
anchor - Variable in class com.cc.framework.http.Hyperlink
The Anchor
anchor - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Anchor Attribute
anchor - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Anchor
anchorProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Name of the Property to acquire the Anchor-Attribute
appendConverter(RequestContext, ConcreteElement, String, Converter) - Static method in class com.cc.framework.ui.painter.PainterHelp
Adds a hidden field for the converter that was used to render the HTML element
appendItemsToScript(String, StringBuffer, MenuItem[], ImageMap) - Method in class com.cc.framework.ui.painter.def.DefMenuItemPainter
Appends the menu item script
appendNodes(int, TreeNodeDataModel) - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Appends the tree nodes as java scripting variables
appendNodes(TreeNodeDataModel, List, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Adds the nodes of the given subtree to a list.
appendNodes(TreeNodeDataModel, int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Appends the tree nodes as java scripting variables
applyControlStates(FrameworkAction, ActionContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Applies the serialized control state from the HTTPRequest to the corresponding control instances.
applyControlStates(ActionContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
applyControlStates(ActionContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
applyControlStates(ActionContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
applyControlStates(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Applies the serialized control state from the HTTPRequest to the corresponding control instances.
applyDesign(PageContext, ConcreteElement, Object) - Method in interface com.cc.framework.ui.model.DesignRule
This method searches for all matching rules and applies the design to the given HTML element
applyDesign(PageContext, ConcreteElement, Object) - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
applyDesignRules(PageContext, ConcreteElement, DesignRule[], Object) - Static method in class com.cc.framework.ui.painter.PainterHelp
This method searches for all matching rules and applies the design to the given HTML element
applyDesignRules(ConcreteElement, DesignRule[], DeferredEnvironment) - Static method in class com.cc.framework.ui.painter.PainterHelp
This method searches for all matching rules and applies the design to the given HTML element
applyDesignRules(TD, CellPainterContext) - Method in interface com.cc.framework.ui.painter.def.ColumnPainter
Applies all matching design rules to the cell
applyDesignRules(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
 
applyServletMapping(String) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Applies the front controllers servlet mapping to the given URL
applyServletMapping(String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
applyStyle(ConcreteElement, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Applies the column styles to the HTML element
applyStyle(ConcreteElement, ColumnDesignModel, boolean) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Applies the column styles to the HTML element
appointment - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The appointment this recurrence pattern is attached to
appointment - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The Appointment
appointments - Variable in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
List with simple none recurring appointments
appointments - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Collection of all appointments
args - Variable in class com.cc.framework.util.PropertyResourceKey
 
asString() - Method in class com.cc.framework.util.PropertyResourceKey
Serializes the resource key into a String
asString(Node) - Static method in class com.cc.framework.xml.XMLHelp
Converts the XML Document into a String
assertRoles(String, Principal) - Static method in class com.cc.framework.adapter.struts.RequestProcessorUtil
This method checks if the current principal has the required permission.
assignColumnPainter(ColumnDesignModel, ColumnPainter) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Assigns a column painter to a specific column
assignConverter(Converter) - Method in interface com.cc.framework.taglib.ConversionSupportTag
Assigns a converter to the Tag
assignConverter(Converter) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
assignConverter(Converter) - Method in class com.cc.framework.taglib.controls.TextListTag
 
assignConverter(Converter) - Method in class com.cc.framework.taglib.controls.TextTag
 
assignConverter(Converter) - Method in class com.cc.framework.taglib.controls.TextareaTag
 
attachRight(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method will check if the required image should be attached left or right to the description This is required for some Controls like the RadioControl or CheckboxControl.
attr(Object) - Method in class com.cc.framework.ui.painter.ControlPainter
Converts a String to a valid HTML Attribute
attr(Object, boolean) - Method in class com.cc.framework.ui.painter.ControlPainter
Converts a String to a valid HTML Attribute
attr(Object, boolean, int) - Method in class com.cc.framework.ui.painter.ControlPainter
Converts a String to a valid HTML Attribute
attr(Object) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Converts a String to a valid HTML Attribute
attr(Object, boolean) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Converts a String to a valid HTML Attribute
attr(Object, boolean, int) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Converts a String to a valid HTML Attribute
attr(Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Converts a String to a valid HTML Attribute
attr(Object, boolean) - Method in interface com.cc.framework.ui.painter.PainterContext
Converts a String to a valid HTML Attribute
attr(Object, boolean, int) - Method in interface com.cc.framework.ui.painter.PainterContext
Converts a String to a valid HTML Attribute
attr(Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Converts a String to an equivalent HTML-String
attr(Object, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Converts a String to an equivalent HTML-String
attr(Object, boolean, int) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Converts a String to an equivalent HTML-String
attr(Object, boolean, int) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
attr(Object, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
attr(Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
attributes - Variable in class com.cc.framework.dialog.DialogContext
The registered attributes.
attributes - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
Attributes
attributes - Variable in class com.cc.framework.util.parser.HtmlParser.AttributesImpl
Attribute list List<Attribute>
attributesSave - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
Stack for saving the whole Attribute collection

B

BASELINE - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: baseline
BEAN_NAME - Static variable in class com.cc.framework.ui.model.value.DeferredEnvironment
The name that can be used in deferred expressions to access the (row-) bean
BLACK - Static variable in class com.cc.framework.ui.Color
color : black
BLUE - Static variable in class com.cc.framework.ui.Color
color : blue
BODY - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
body
BOTTOM - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: bottom
BOTTOM_CENTER - Static variable in interface com.cc.framework.ui.control.NavigationPosition
Bottom center
BOTTOM_LEFT - Static variable in interface com.cc.framework.ui.control.NavigationPosition
Bottom left
BOTTOM_RIGHT - Static variable in interface com.cc.framework.ui.control.NavigationPosition
Bottom right
BROWSER_INFO_KEY - Static variable in interface com.cc.framework.Globals
Key for Client Browser Settings object.
BUNDLE_SEPARATOR - Static variable in class com.cc.framework.util.PropertyResourceKey
 
BUTTON - Static variable in class com.cc.framework.ui.model.ButtonType
ButtonType: button
BUTTON_CHECKALL_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: CHECKALL_1
BUTTON_CLOSE_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: CLOSE_1
BUTTON_COLLAPSE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Groupable List: def.btn.collapse
BUTTON_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background
BUTTON_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background
BUTTON_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border
BUTTON_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border
BUTTON_COLOR_BORDER_INACTIVE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border inactiv button
BUTTON_COLOR_PATTERN_ACTIVE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Pattern activ (State id = 1)
BUTTON_COLOR_PATTERN_DOWN - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Pattern down (State id = 4)
BUTTON_COLOR_PATTERN_HOVER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Pattern hover (State id = 3)
BUTTON_COLOR_PATTERN_INACTIVE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Pattern inactiv (State id = 2)
BUTTON_COLOR_STATE_ACTIVE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
State activ (State id = 1)
BUTTON_COLOR_STATE_ACTIVE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
State activ (State id = 1)
BUTTON_COLOR_STATE_DOWN - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
State down (State id = 4)
BUTTON_COLOR_STATE_DOWN - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
State down (State id = 4)
BUTTON_COLOR_STATE_HOVER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
State hover (State id = 3)
BUTTON_COLOR_STATE_HOVER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
State hover (State id = 3)
BUTTON_COLOR_STATE_INACTIVE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
State inactiv (State id = 2)
BUTTON_COLOR_STATE_INACTIVE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
State inactiv (State id = 2)
BUTTON_COLOR_TEXT_ACTIVE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
text
BUTTON_COLOR_TEXT_ACTIVE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Button label
BUTTON_COLOR_TEXT_INACTIVE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
text inactive button
BUTTON_COLOR_TEXT_INACTIVE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Button label inactiv button
BUTTON_CREATE_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: CREATE_1
BUTTON_CREATE_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: CREATE_2
BUTTON_EDITLIST_ADD_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select Button active
BUTTON_EDITLIST_ADD_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select Button active
BUTTON_EDITLIST_MOVEDOWN_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move down Button active
BUTTON_EDITLIST_MOVEDOWN_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move down Button active
BUTTON_EDITLIST_MOVEUP_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move up Button active
BUTTON_EDITLIST_MOVEUP_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move up Button active
BUTTON_EDITLIST_REMOVE_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect Button active
BUTTON_EDITLIST_REMOVE_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect Button active
BUTTON_EXPAND - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Groupable List: def.btn.expand
BUTTON_EXPORT_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: def.btn.export1
BUTTON_EXPORT_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: def.btn.export2
BUTTON_FIRST_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: FIRST_1
BUTTON_FIRST_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: FIRST_2
BUTTON_HELP_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: HELP_1
BUTTON_HELP_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: HELP_2
BUTTON_LAST_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: LAST_1
BUTTON_LAST_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: LAST_2
BUTTON_MAXIMIZE_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: MAXIMIZE_1
BUTTON_MINIMIZE_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: MINIMIZE_1
BUTTON_NEXT_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: NEXT_1
BUTTON_NEXT_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: NEXT_2
BUTTON_PREFIX - Static variable in class com.cc.framework.adapter.struts.FormActionCommand
Field BUTTON_PREFIX
BUTTON_PREVIOUS_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: PREVIOUS_1
BUTTON_PREVIOUS_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: PREVIOUS_2
BUTTON_PRINT_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: def.btn.print1
BUTTON_PRINT_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: def.btn.print_2
BUTTON_REFRESH_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: REFRESH_1
BUTTON_REFRESH_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: REFRESH_2
BUTTON_RESTORE_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: RESTORE_1
BUTTON_SCHEDULER_CREATE1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Create
BUTTON_SCHEDULER_DAY1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: View Day
BUTTON_SCHEDULER_MONTH1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: View Month
BUTTON_SCHEDULER_NEXT_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Roll up
BUTTON_SCHEDULER_PREV_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Roll down
BUTTON_SCHEDULER_WEEK1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: View Week
BUTTON_SCHEDULER_WORKWEEK1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: View Working Week
BUTTON_SCHEDULER_YEAR1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: View Year
BUTTON_SORTABLE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: SORTABLE
BUTTON_SORTASC - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: SORTASC
BUTTON_SORTDESC - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: SORTDESC
BUTTON_SPIN_DOWN_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Spin Down button
BUTTON_SPIN_DOWN_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Spin Down button inactive
BUTTON_SPIN_UP_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Spin Up Button
BUTTON_SPIN_UP_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Spin Up Button inactive
BUTTON_SWAP_ADDALL_H1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select all Button active
BUTTON_SWAP_ADDALL_H2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select all Button active
BUTTON_SWAP_ADDALL_V1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select all Button active
BUTTON_SWAP_ADDALL_V2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select all Button active
BUTTON_SWAP_ADD_H1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select Button active
BUTTON_SWAP_ADD_H2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select Button active
BUTTON_SWAP_ADD_V1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select Button active
BUTTON_SWAP_ADD_V2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Select Button active
BUTTON_SWAP_MOVEDOWN_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move down Button active
BUTTON_SWAP_MOVEDOWN_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move down Button active
BUTTON_SWAP_MOVEUP_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move up Button active
BUTTON_SWAP_MOVEUP_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Move up Button active
BUTTON_SWAP_REMOVEALL_H1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect all Button active
BUTTON_SWAP_REMOVEALL_H2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect all Button active
BUTTON_SWAP_REMOVEALL_V1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect all Button active
BUTTON_SWAP_REMOVEALL_V2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect all Button active
BUTTON_SWAP_REMOVE_H1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect Button active
BUTTON_SWAP_REMOVE_H2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect Button active
BUTTON_SWAP_REMOVE_V1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect Button active
BUTTON_SWAP_REMOVE_V2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Unselect Button active
BUTTON_TABBAR_MORE_EMPTY - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABBAR_MORE_EMPTY
BUTTON_TABBAR_MORE_NEXT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABBAR_MORE_NEXT
BUTTON_TABBAR_MORE_PREVIOUS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABBAR_MORE_PREVIOUS
BUTTON_TABBAR_NEXT_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABBAR_NEXT_1
BUTTON_TABBAR_NEXT_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABBAR_NEXT_2
BUTTON_TABBAR_PREVIOUS_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABBAR_PREVIOUS_1
BUTTON_TABBAR_PREVIOUS_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABBAR_PREVIOUS_2
BUTTON_TABSET_MORE_EMPTY - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABSET_MORE_EMPTY
BUTTON_TABSET_MORE_NEXT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABSET_MORE_NEXT
BUTTON_TABSET_MORE_PREVIOUS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABSET_MORE_PREVIOUS
BUTTON_TABSET_NEXT_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABSET_NEXT_1
BUTTON_TABSET_NEXT_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABSET_NEXT_2
BUTTON_TABSET_PREVIOUS_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABSET_PREVIOUS_1
BUTTON_TABSET_PREVIOUS_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: BUTTON_TABSET_PREVIOUS_2
BUTTON_UNCHECKALL_1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Button: UNCHECKALL_1
BaseControlTag - class com.cc.framework.taglib.controls.BaseControlTag.
Base class for control tag handler
BaseControlTag() - Constructor for class com.cc.framework.taglib.controls.BaseControlTag
Constructor
BaseControlTei - class com.cc.framework.taglib.controls.BaseControlTei.
Base Class for all Control TagExtraInfo Classes
BaseControlTei() - Constructor for class com.cc.framework.taglib.controls.BaseControlTei
 
BaseTag - class com.cc.framework.taglib.util.BaseTag.
Tag handler for the base tag.
BaseTag() - Constructor for class com.cc.framework.taglib.util.BaseTag
Constructor
BinaryResource - class com.cc.framework.resource.BinaryResource.
This class represent a binary Web-Resource
BinaryResource(MimeType, byte[], Cachable) - Constructor for class com.cc.framework.resource.BinaryResource
Constructor for BinaryResource
BinaryResource(MimeType, String, Cachable) - Constructor for class com.cc.framework.resource.BinaryResource
Constructor for BinaryResource
BooleanConverter - class com.cc.framework.convert.imp.BooleanConverter.
Converter for the Data Type Boolean
BooleanConverter() - Constructor for class com.cc.framework.convert.imp.BooleanConverter
 
BrowserInfo - class com.cc.framework.http.BrowserInfo.
This class stores information about the actual browser capabilities.
BrowserInfo() - Constructor for class com.cc.framework.http.BrowserInfo
Constructor
BrowserInfoTag - class com.cc.framework.taglib.util.BrowserInfoTag.
This Tag collects some information about the users brwoser.
BrowserInfoTag() - Constructor for class com.cc.framework.taglib.util.BrowserInfoTag
 
ButtonContainer - interface com.cc.framework.ui.model.ButtonContainer.
Interface for all objects that have nested buttons
ButtonContainerImp - class com.cc.framework.ui.model.imp.ButtonContainerImp.
Button Container implementation
ButtonContainerImp() - Constructor for class com.cc.framework.ui.model.imp.ButtonContainerImp
 
ButtonContainerTag - interface com.cc.framework.taglib.ButtonContainerTag.
Interface for all tags that support nested buttons
ButtonControl - class com.cc.framework.ui.control.ButtonControl.
Button control
ButtonControl() - Constructor for class com.cc.framework.ui.control.ButtonControl
Constructor
ButtonDesignModel - interface com.cc.framework.ui.model.ButtonDesignModel.
The design model for the Button control The design model holds information for rendering and the layout of the control.
ButtonDesignModelImp - class com.cc.framework.ui.model.imp.ButtonDesignModelImp.
The design model for the Spin control
ButtonDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ButtonDesignModelImp
Constructor
ButtonMode - class com.cc.framework.common.ButtonMode.
Defines button states used by the common controls framework
ButtonMode(int, String) - Constructor for class com.cc.framework.common.ButtonMode
Constructor
ButtonState - class com.cc.framework.common.ButtonState.
The different states a button can have
ButtonState(String, int) - Constructor for class com.cc.framework.common.ButtonState
Constructor for ButtonState
ButtonStateModel - interface com.cc.framework.ui.model.ButtonStateModel.
State model for button
ButtonTag - class com.cc.framework.taglib.controls.ButtonTag.
Tag-Handler for the Button Control
ButtonTag() - Constructor for class com.cc.framework.taglib.controls.ButtonTag
Constructor
ButtonType - class com.cc.framework.ui.model.ButtonType.
Enumeration Button-Types
ButtonType(String) - Constructor for class com.cc.framework.ui.model.ButtonType
Constructor
ByteSizeConverter - class com.cc.framework.convert.imp.ByteSizeConverter.
Converter for Byte sizes
ByteSizeConverter() - Constructor for class com.cc.framework.convert.imp.ByteSizeConverter
 
b - Variable in class com.cc.framework.common.Tuple
B-Value
b() - Method in class com.cc.framework.common.Tuple
Returns the B-Value
b(Object) - Method in class com.cc.framework.common.Tuple
 
b(int) - Method in class com.cc.framework.common.TupleArray
Returns the B-Value form the tuple at the specified position in this list.
b() - Method in class com.cc.framework.common.TupleArray
Returns all B-Values form the tuple list.
base - Variable in class com.cc.framework.taglib.template.IncludeTag
Base Directory or resource key
base - Variable in class com.cc.framework.taglib.template.InsertTag
Base directory for resources
base - Variable in class com.cc.framework.taglib.template.PageDef
The Base Directory for this page
base - Variable in class com.cc.framework.taglib.util.ImageMapTag
The base directory for all the images
base - Variable in class com.cc.framework.ui.AbstractImageMap
The base directory for all the images
base - Variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
Image Base directory
base - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
The base directory for all the images
base - Variable in class com.cc.framework.ui.model.imp.InfoDesignModelImp
Image Base directory
bean - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
bean - Variable in class com.cc.framework.ui.ELSupport.BeanVariableResolver
The Bean
bean - Variable in class com.cc.framework.ui.model.value.DeferredEnvironment.BeanVariableResolver
The Bean
beanName - Variable in class com.cc.framework.ui.ELSupport.BeanVariableResolver
The identifier for the bean (null defaults to "bean")
beginPaint() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Starts rendering the Control
beginPaint(Writer) - Method in class com.cc.framework.ui.painter.ControlPainter
Method beginPaint
between(Calendar, Calendar, Calendar) - Static method in class com.cc.framework.util.CalendarHelp
This method checks if the given date falls between the dates t1 and t2.
bgcolor - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
The background color of the Tab
bgcolor - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
The background color of the TabSet
bit - Variable in class com.cc.framework.ui.model.SchedulerScope
An ordinal value for the bit position in a scope mask
bit - Variable in class com.cc.framework.ui.model.SchedulerView
An Bit position in the View Mask
blue() - Method in class com.cc.framework.ui.Color
 
bluePart - Variable in class com.cc.framework.ui.Color
Blue
body - Variable in class com.cc.framework.resource.BinaryResource
Resource data
body - Variable in class com.cc.framework.ui.control.CheckboxGroupControl
Additional HTML Body
body - Variable in class com.cc.framework.ui.control.SelectControl
Additional HTML Body
body - Variable in class com.cc.framework.ui.control.SwapSelectControl
Additional HTML Body
body - Variable in class com.cc.framework.ui.control.TreeSwapSelectControl
Additional HTML Body
body - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
The HTML body which should be displayed on this Tab page.
body - Variable in class com.cc.framework.ui.painter.def.frame.TableFrame
The body element of the Frame.
bodyContent - Variable in class com.cc.framework.taglib.controls.CheckboxGroupTag
The Body Content of the Tag
bodyContent - Variable in class com.cc.framework.taglib.controls.PlainTextTag
The Body Content of the Tag
bodyContent - Variable in class com.cc.framework.taglib.controls.SelectTag
The Body Content of the Tag
bodyContent - Variable in class com.cc.framework.taglib.controls.SwapSelectTag
The Body Content of the Tag
bodyContent - Variable in class com.cc.framework.taglib.controls.TreeSwapSelectTag
The Body Content of the Tag
bodyContent - Variable in class com.cc.framework.taglib.forms.InfoTag
The Body Content of the Tag
bodyInclude - Variable in class com.cc.framework.ui.control.FormHtmlElement
Indicates whether the description is set within the body or as an attribute
bodyInclude - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Indicates whether the title is set within the body or as an attribute
bodyInclude - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Indicates whether the title is set within the body or as an attribute
border - Variable in class com.cc.framework.ui.model.InnerFrame
Enables or disables the frames border
border - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Border which should be drawn around the Control
buffer - Variable in class com.cc.framework.util.parser.handler.HtmlToTextHandler
The resulting string buffer
bundle - Variable in class com.cc.framework.util.PropertyResourceKey
 
buttonAlt - Variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
The alt attribute.
buttonAlt - Variable in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
The alt attribute.
buttonPermissions - Variable in class com.cc.framework.ui.model.imp.ButtonContainerImp
The users permission which is necessary to see any buttons (Map<ControlButton, Permission>)
buttonSection - Variable in class com.cc.framework.taglib.forms.FormTag
Is set to true if the form contains a section with buttons.
buttonStyle - Variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
The button style id.
buttonTooltip - Variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
An additional tooltip displayed if the user moves the mose over the Calendar icon
buttonTooltip - Variable in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
An additional tooltip displayed if the user moves the mose over the ColorPicker icon
buttonType - Variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
The button type
buttons - Variable in class com.cc.framework.ui.control.Control
Collection of optional Buttons that should be displayed next to the Control Collection<Control>
buttons - Variable in class com.cc.framework.ui.model.FrameTitle
Collection of ConcreteElements for the Frames button bar
buttons - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The users permission which is necessary to see any buttons
buttons - Variable in class com.cc.framework.ui.model.imp.FrameDesignModelImp
The users permission which is necessary to see any buttons
buttons - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The users permission which is necessary to see any buttons
buttons - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
The users permission which is necessary to see any buttons
buttons - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The users permission which is necessary to see any buttons
buttons - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
The users permission which is necessary to see any buttons
buttons - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
The users permission which is necessary to see any buttons

C

CANCEL - Static variable in class com.cc.framework.ui.model.ButtonType
ButtonType: cancel
CAPTION - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
c
CENTER - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: center
CHECKBOX - Static variable in class com.cc.framework.ui.model.InputFieldType
InputFieldType: CHECKBOX
CHECKBOXGROUP - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
CheckboxGroup Control: cbg
CHECKBOXGROUP_CHECKBOX - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
CheckboxGroup Control: cb
CHECKBOXGROUP_LABEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
CheckboxGroup Control: lbl
CHECKBOXGROUP_SEPARATOR - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
CheckboxGroup Control: sep
CHECKBOX_CHECKED - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Checkbox: CHECKED
CHECKBOX_INDETERMINATE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Checkbox: INDETERMINATE
CHECKBOX_INVALID - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Checkbox: INVALID
CHECKBOX_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Checkbox: NONE
CHECKBOX_UNCHECKED - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Checkbox: UNCHECKED
CHECKED - Static variable in class com.cc.framework.common.CheckState
CheckState: CHECKED (1 = The object is checked)
CHECKED - Static variable in interface com.cc.framework.ui.MenuState
Acts as a toggle with CCMENU_UNCHECKED to place the default check mark next to the item.
CHECKED - Static variable in class com.cc.framework.ui.MenuStateType
state: CHECKED
CLASS_BODY - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
body class
CLASS_BODY_LEFT - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
body frame left
CLASS_BODY_RIGHT - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
body frame right
CLASS_BUTTONS - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
button container class
CLASS_CAPTION - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
caption class
CLASS_CONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
control class
CLASS_DATA - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
form element data class
CLASS_DETAIL - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
detail class
CLASS_FOOTER - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
footer class
CLASS_HEADER - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
header class
CLASS_HIDDENBUTTON - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
Hidden Button
CLASS_INDICATOR - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
message indicator class
CLASS_INNER_BODY - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
inner body
CLASS_INNER_FRAME - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
inner frame class
CLASS_INNER_FRAME_NO_BORDER - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
inner frame without border class
CLASS_LABEL - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
form element label class
CLASS_SECTION - Static variable in interface com.cc.framework.ui.painter.def.DefClassType
section class
CLIENT - Static variable in class com.cc.framework.ui.RunAt
RunAt: SINGLE
CLOSE - Static variable in class com.cc.framework.ui.control.ControlButton
Close Button
CLOSING - Static variable in class com.cc.framework.security.acl.expr.Parenthesis
Schließende Klammer )
CLOSING_PARANTHESES - Static variable in class com.cc.framework.security.acl.expr.SyntaxException
')' expected
COLORNAMES - Static variable in class com.cc.framework.ui.Color
Table with HTML color codes
COLS - Static variable in class com.cc.framework.ui.painter.def.DefRatingPainter
 
COLUMN - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
The Name of the nesting column Type: String
COL_BAR - Static variable in interface com.cc.framework.ui.model.RatingDesignModel
Identifier of the bar column
COL_DETAIL - Static variable in interface com.cc.framework.ui.model.RatingDesignModel
Identifier of the detail column
COL_LABEL - Static variable in interface com.cc.framework.ui.model.RatingDesignModel
Identifier of the label column
COL_RATIO - Static variable in interface com.cc.framework.ui.model.RatingDesignModel
Identifier of the ratio column
COL_VALUE - Static variable in interface com.cc.framework.ui.model.RatingDesignModel
Identifier of the value column
COMMENTS - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
If this attribute is set to "off" the painters will not generate any HTML comments Type: Boolean (default is true)
COMMENT_KEY - Static variable in interface com.cc.framework.Globals
Key for a value of Type Boolean that enables or disables the comment output for all painters and tags.
COMPLEMENT - Static variable in class com.cc.framework.security.acl.expr.UnaryOperator
~ Operator
CONCATENATE - Static variable in class com.cc.framework.ui.JoinMode
join two adjacent elements without any spacing
CONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
ctrl
CONVERSION - Static variable in class com.cc.framework.ui.html.LengthUnit
The following table holds the conversion factors from 1 inch to the corresponding unit The order is: CM; MM; IN; PT; PC; PX; EM; EX
CONVERTER_ID - Static variable in class com.cc.framework.convert.imp.ByteSizeConverter
Converter Id
CONVERTER_ID - Static variable in class com.cc.framework.convert.imp.DateTimeConverter
Converter Id
CONVERTER_ID - Static variable in class com.cc.framework.convert.imp.NumberConverter
Converter Id
CONVERTER_PARAM - Static variable in interface com.cc.framework.Globals
Set name of the Request parameter that is used to store information about Converters
CORNER_FORMSEARCH_LEFT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Search form left
CORNER_FORMSEARCH_RIGHT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Search form right
CORNER_FORM_LEFT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Form left
CORNER_FORM_LEFT_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Form left (image with color encoding)
CORNER_FORM_RIGHT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Form right
CORNER_FORM_RIGHT_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Form right (image with color encoding)
CORNER_PANEL_BL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Panel bottom left
CORNER_PANEL_BR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Panel bottom right
CORNER_PANEL_TL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Panel top left
CORNER_PANEL_TR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Panel top right
CORNER_TABLE_LEFT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Table left
CORNER_TABLE_RIGHT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Corner: Table right
CREATE - Static variable in class com.cc.framework.ui.FormType
form: CREATE
CREATE - Static variable in class com.cc.framework.ui.control.ControlButton
CREATE Button
CRLF - Static variable in class com.cc.framework.util.StringHelp
Code for carriage return
CRUMBSCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Crumbs Control: crc
CRUMBS_DIS_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: disabled background
CRUMBS_DIS_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [disabled, disabled]
CRUMBS_DIS_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [disabled, - ]
CRUMBS_DIS_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [disabled, selected]
CRUMBS_DIS_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [disabled, unselected]
CRUMBS_NONE_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [ - , disabled]
CRUMBS_NONE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [ - , selected]
CRUMBS_NONE_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [ - , unselected]
CRUMBS_SEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: selected background
CRUMBS_SEL_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [selected, disabled]
CRUMBS_SEL_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [selected, - ]
CRUMBS_SEL_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [selected, selected]
CRUMBS_SEL_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [selected, unselected]
CRUMBS_UNSEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: unselected background
CRUMBS_UNSEL_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [unselected, disabled]
CRUMBS_UNSEL_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [unselected, - ]
CRUMBS_UNSEL_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [unselected, selected]
CRUMBS_UNSEL_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Crumbs: [unselected, unselected]
CRUMB_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Disabled text
CRUMB_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Disabled text
Cachable - interface com.cc.framework.ui.model.Cachable.
Implemented by controls which uses a caching mechanism
CacheControl - class com.cc.framework.http.CacheControl.
Helper class for setting the cache options of the HTTP header.
CacheControl() - Constructor for class com.cc.framework.http.CacheControl
Constructor
CalendarControl - class com.cc.framework.ui.control.CalendarControl.
The calendar makes it easy to fill out date value field(s) by selecting the date from a popup calendar.
CalendarControl() - Constructor for class com.cc.framework.ui.control.CalendarControl
Constructor
CalendarControl(CalendarDesignModel) - Constructor for class com.cc.framework.ui.control.CalendarControl
Constructor for CalendarControl
CalendarDesignModel - interface com.cc.framework.ui.model.CalendarDesignModel.
The design model for the calendar control The design model holds information for rendering and the layout of the control.
CalendarDesignModelImp - class com.cc.framework.ui.model.imp.CalendarDesignModelImp.
The design model for the Calendar control
CalendarDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.CalendarDesignModelImp
Constructor for ColorPickerDesignModelImp
CalendarHelp - class com.cc.framework.util.CalendarHelp.
Calendar utility class
CalendarHelp() - Constructor for class com.cc.framework.util.CalendarHelp
 
CalendarIterator - class com.cc.framework.ui.painter.def.scheduler.CalendarIterator.
Iterator with a resolution of one day
CalendarIterator(Calendar) - Constructor for class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Constructor
CalendarMode - class com.cc.framework.ui.model.CalendarMode.
Enumeration for Calendar Modes
CalendarMode(String) - Constructor for class com.cc.framework.ui.model.CalendarMode
Constructor
CalendarResourceTag - class com.cc.framework.taglib.util.CalendarResourceTag.
This tag adds the javascript object "DTPRes" to a html page and initalize the javascript object with the localized weekday names, month names, button labels andd the window title.
CalendarResourceTag() - Constructor for class com.cc.framework.taglib.util.CalendarResourceTag
Constructor
CalendarTag - class com.cc.framework.taglib.controls.CalendarTag.
Tag-Handler for the calendar form element.
CalendarTag() - Constructor for class com.cc.framework.taglib.controls.CalendarTag
Constructor for CalendarTag
CancelTag - class com.cc.framework.taglib.controls.CancelTag.
Creates a cancel Button
CancelTag() - Constructor for class com.cc.framework.taglib.controls.CancelTag
 
CellPainterContext - class com.cc.framework.ui.painter.def.CellPainterContext.
Painter context for cell elements.
CellPainterContext(PainterContext) - Constructor for class com.cc.framework.ui.painter.def.CellPainterContext
Creates a new Cell Painter Context object
CharacterConverter - interface com.cc.framework.ui.html.CharacterConverter.
A Character converter converts String data from one representation to another Representation
CheckBoxGroupStateModel - interface com.cc.framework.ui.model.CheckBoxGroupStateModel.
State model for the checkbox group
CheckRange - class com.cc.framework.ui.CheckRange.
Defines the range how items can be checked in a control
CheckRange(String) - Constructor for class com.cc.framework.ui.CheckRange
Constructor for CheckRange
CheckState - class com.cc.framework.common.CheckState.
Defines check states used by the common controls framework
CheckState(int, String) - Constructor for class com.cc.framework.common.CheckState
Constructor
Checkable - interface com.cc.framework.ui.model.Checkable.
This interface can be implemented by (display) objects which want to use checkboxes.
CheckableAppointment - interface com.cc.framework.ui.model.CheckableAppointment.
Interface for checkable appointments
CheckableAppointmentImp - class com.cc.framework.ui.model.imp.CheckableAppointmentImp.
This Class adds checkability to simple appointments
CheckableAppointmentImp() - Constructor for class com.cc.framework.ui.model.imp.CheckableAppointmentImp
Creates a simple appointment
CheckableAppointmentImp(String, String, Calendar, Calendar, AppointmentPriority) - Constructor for class com.cc.framework.ui.model.imp.CheckableAppointmentImp
Creates a simple appointment
CheckableAppointmentImp(String, String, Calendar, int, AppointmentPriority) - Constructor for class com.cc.framework.ui.model.imp.CheckableAppointmentImp
Creates a simple appointment
CheckableAppointmentImp(String, String, Calendar, AppointmentPriority) - Constructor for class com.cc.framework.ui.model.imp.CheckableAppointmentImp
Creates a simple allday event
CheckboxControl - class com.cc.framework.ui.control.CheckboxControl.
The Checkbox control
CheckboxControl() - Constructor for class com.cc.framework.ui.control.CheckboxControl
Constructor
CheckboxControl(CheckboxDesignModel) - Constructor for class com.cc.framework.ui.control.CheckboxControl
Constructor
CheckboxDataModel - interface com.cc.framework.ui.model.CheckboxDataModel.
Data model for the Checkbox Control
CheckboxDesignModel - interface com.cc.framework.ui.model.CheckboxDesignModel.
Design model for checkboxes
CheckboxDesignModelImp - class com.cc.framework.ui.model.imp.CheckboxDesignModelImp.
Designmodel for checkboxes
CheckboxDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.CheckboxDesignModelImp
Constructor
CheckboxGroupControl - class com.cc.framework.ui.control.CheckboxGroupControl.
The checkbox group control
CheckboxGroupControl() - Constructor for class com.cc.framework.ui.control.CheckboxGroupControl
Constructor
CheckboxGroupControl(CheckboxGroupDesignModel) - Constructor for class com.cc.framework.ui.control.CheckboxGroupControl
Constructor
CheckboxGroupDataModel - interface com.cc.framework.ui.model.CheckboxGroupDataModel.
Data model for the checkbox group Control
CheckboxGroupDesignModel - interface com.cc.framework.ui.model.CheckboxGroupDesignModel.
Designmodel for the checkbox group control
CheckboxGroupDesignModelImp - class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp.
Designmodel for the checkbox group control
CheckboxGroupDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
Constructor for SelectDesignModelImp
CheckboxGroupTag - class com.cc.framework.taglib.controls.CheckboxGroupTag.
Tag-Handler for the CheckboxGroupTag
CheckboxGroupTag() - Constructor for class com.cc.framework.taglib.controls.CheckboxGroupTag
Constructor
CheckboxStateModel - interface com.cc.framework.ui.model.CheckboxStateModel.
State model for checkboxes The checkbox control has no state which must be managed across several server round trips.
CheckboxTag - class com.cc.framework.taglib.controls.CheckboxTag.
Tag handler for the checkbox tag
CheckboxTag() - Constructor for class com.cc.framework.taglib.controls.CheckboxTag
Constructor
Checker - class com.cc.framework.util.Checker.
Algorithm for changing the check state in a collection of objects which implements the checkable interfaces
Checker(SelectMode, boolean) - Constructor for class com.cc.framework.util.Checker
Constructor for Checker
Checker(SelectMode, String, boolean) - Constructor for class com.cc.framework.util.Checker
Constructor for Checker
ClientEvent - class com.cc.framework.ui.model.ClientEvent.
Enumeration of client events
ClientEvent(String) - Constructor for class com.cc.framework.ui.model.ClientEvent
Constructor for ClientEvent
ClientEvent(String, boolean) - Constructor for class com.cc.framework.ui.model.ClientEvent
Constructor for ClientEvent
ClientHandler - interface com.cc.framework.ui.model.ClientHandler.
This interface is implemented by all design models, which support client handler.
ClientHandlerImp - class com.cc.framework.ui.model.imp.ClientHandlerImp.
Verwaltungsklasse für Client Handler
ClientHandlerImp() - Constructor for class com.cc.framework.ui.model.imp.ClientHandlerImp
Constructor
ClientHandlerImp(ClientHandler) - Constructor for class com.cc.framework.ui.model.imp.ClientHandlerImp
Copy Constructor
Color - class com.cc.framework.ui.Color.
Enumeration of Color Codes used by the Painters
Color(int, int, int) - Constructor for class com.cc.framework.ui.Color
Constructor for Color
Color(int) - Constructor for class com.cc.framework.ui.Color
Constructor for Color
Color(String) - Constructor for class com.cc.framework.ui.Color
Constructor for Color
ColorPalette - interface com.cc.framework.ui.painter.ColorPalette.
ColorPalette
ColorPickerControl - class com.cc.framework.ui.control.ColorPickerControl.
The color picker makes it easy to fill out color value field(s) by selecting the color from a popup palette.
ColorPickerControl() - Constructor for class com.cc.framework.ui.control.ColorPickerControl
Constructor
ColorPickerControl(TextDesignModel) - Constructor for class com.cc.framework.ui.control.ColorPickerControl
Constructor for ColorPickerControl
ColorPickerDesignModel - interface com.cc.framework.ui.model.ColorPickerDesignModel.
The design model for the color picker control The design model holds information for rendering and the layout of the control.
ColorPickerDesignModelImp - class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp.
The design model for the ColorPicker control
ColorPickerDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
Constructor for ColorPickerDesignModelImp
ColorPickerTag - class com.cc.framework.taglib.controls.ColorPickerTag.
Tag-Handler for the color picker form element.
ColorPickerTag() - Constructor for class com.cc.framework.taglib.controls.ColorPickerTag
Constructor for ColorPickerTag
ColumnAddDesignModelImp - class com.cc.framework.ui.model.imp.ColumnAddDesignModelImp.
Column add
ColumnAddDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnAddDesignModelImp
Constructor
ColumnAddTag - class com.cc.framework.taglib.controls.ColumnAddTag.
Tag handler for the addcolumn Tag.
ColumnAddTag() - Constructor for class com.cc.framework.taglib.controls.ColumnAddTag
Constructor
ColumnBaseBodyTag - class com.cc.framework.taglib.controls.ColumnBaseBodyTag.
Base Tag-Handler for columns with body tag support
ColumnBaseBodyTag() - Constructor for class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Constructor
ColumnBaseTag - class com.cc.framework.taglib.controls.ColumnBaseTag.
Base class for column tag handler
ColumnBaseTag() - Constructor for class com.cc.framework.taglib.controls.ColumnBaseTag
Constructor
ColumnBaseTei - class com.cc.framework.taglib.controls.ColumnBaseTei.
Implementation of TagExtraInfo for the columnhtml tag, identifying the scripting object(s) to be made visible.
ColumnBaseTei() - Constructor for class com.cc.framework.taglib.controls.ColumnBaseTei
 
ColumnButtonDesignModel - interface com.cc.framework.ui.model.ColumnButtonDesignModel.
Defines the visual properties for the buttomcolumn
ColumnButtonDesignModelImp - class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp.
Designmodel for button columns
ColumnButtonDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
ColumnButtonPainter - class com.cc.framework.ui.painter.def.col.ColumnButtonPainter.
Painter for the columnbutton column
ColumnButtonPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnButtonPainter
 
ColumnButtonTag - class com.cc.framework.taglib.controls.ColumnButtonTag.
Tag-Handler for the column-button Tag.
ColumnButtonTag() - Constructor for class com.cc.framework.taglib.controls.ColumnButtonTag
Constructor
ColumnCheckDesignModel - interface com.cc.framework.ui.model.ColumnCheckDesignModel.
Defines the visual properties for the checkcolumn
ColumnCheckDesignModelImp - class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp.
Designmodel for CheckColumns
ColumnCheckDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
Constructor
ColumnCheckPainter - class com.cc.framework.ui.painter.def.col.ColumnCheckPainter.
Painter for the columncheck column
ColumnCheckPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnCheckPainter
 
ColumnCheckTag - class com.cc.framework.taglib.controls.ColumnCheckTag.
Tag-Handler for the columncheck Tag.
ColumnCheckTag() - Constructor for class com.cc.framework.taglib.controls.ColumnCheckTag
Constructor
ColumnCheckboxDesignModel - interface com.cc.framework.ui.model.ColumnCheckboxDesignModel.
Defines the visual properties for the columncheckbox
ColumnCheckboxDesignModelImp - class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp.
Designmodel for the ColumnCheckboxColumn
ColumnCheckboxDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
Constructor for ColumnEditDesignModelImp
ColumnCheckboxPainter - class com.cc.framework.ui.painter.def.col.ColumnCheckboxPainter.
Painter for the columncheckbox column
ColumnCheckboxPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnCheckboxPainter
 
ColumnCheckboxTag - class com.cc.framework.taglib.controls.ColumnCheckboxTag.
Tag-Handler for the columncheckbox Tag.
ColumnCheckboxTag() - Constructor for class com.cc.framework.taglib.controls.ColumnCheckboxTag
Constructor
ColumnComboBoxDesignModel - interface com.cc.framework.ui.model.ColumnComboBoxDesignModel.
Defines the visual Properties for the select Column
ColumnComboBoxDesignModelImp - class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp.
Design Model implementation for the select column
ColumnComboBoxDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
ColumnComboBoxTag - class com.cc.framework.taglib.controls.ColumnComboBoxTag.
Tag-Handler for the columncombobox Tag.
ColumnComboBoxTag() - Constructor for class com.cc.framework.taglib.controls.ColumnComboBoxTag
Constructor
ColumnComboBoxTei - class com.cc.framework.taglib.controls.ColumnComboBoxTei.
Implementation of TagExtraInfo for the columncombobox tag, identifying the scripting object(s) to be made visible.
ColumnComboBoxTei() - Constructor for class com.cc.framework.taglib.controls.ColumnComboBoxTei
 
ColumnCommandDesignModel - interface com.cc.framework.ui.model.ColumnCommandDesignModel.
Defines the visual properties for the commandcolumn
ColumnCommandDesignModelImp - class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp.
Class ColumnAddDesignModelImp
ColumnCommandDesignModelImp(ControlActionDef, String, String) - Constructor for class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp
Constructor
ColumnCommandPainter - class com.cc.framework.ui.painter.def.col.ColumnCommandPainter.
Painter for the columnadd column
ColumnCommandPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnCommandPainter
 
ColumnContainer - interface com.cc.framework.ui.model.ColumnContainer.
Defines the properties for a container of columns
ColumnContainerImp - class com.cc.framework.ui.model.imp.ColumnContainerImp.
Collumn Container implementation
ColumnContainerImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnContainerImp
 
ColumnContainerTag - interface com.cc.framework.taglib.controls.ColumnContainerTag.
Tag-Handler to include Columns
ColumnDeleteDesignModelImp - class com.cc.framework.ui.model.imp.ColumnDeleteDesignModelImp.
Column delete
ColumnDeleteDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnDeleteDesignModelImp
Constructor
ColumnDeleteTag - class com.cc.framework.taglib.controls.ColumnDeleteTag.
Tag-Handler for the columndelete Tag.
ColumnDeleteTag() - Constructor for class com.cc.framework.taglib.controls.ColumnDeleteTag
Constructor
ColumnDesignModel - interface com.cc.framework.ui.model.ColumnDesignModel.
Defines the visual properties for a column of a list
ColumnDesignModelImp - class com.cc.framework.ui.model.imp.ColumnDesignModelImp.
Designmodel for columns
ColumnDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Constructor for ColumnDesignModelImp
ColumnDrilldownDesignModel - interface com.cc.framework.ui.model.ColumnDrilldownDesignModel.
Defines the visual properties for the drilldowncolumn
ColumnDrilldownDesignModelImp - class com.cc.framework.ui.model.imp.ColumnDrilldownDesignModelImp.
Designmodel for the drilldown column
ColumnDrilldownDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnDrilldownDesignModelImp
Constructor for ColumnDrilldownDesignModelImp
ColumnDrilldownPainter - class com.cc.framework.ui.painter.def.col.ColumnDrilldownPainter.
Painter for the columndrilldown column
ColumnDrilldownPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnDrilldownPainter
 
ColumnDrilldownTag - class com.cc.framework.taglib.controls.ColumnDrilldownTag.
Tag-Handler for the columndrilldown Tag.
ColumnDrilldownTag() - Constructor for class com.cc.framework.taglib.controls.ColumnDrilldownTag
Constructor
ColumnEditDesignModelImp - class com.cc.framework.ui.model.imp.ColumnEditDesignModelImp.
Column edit
ColumnEditDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnEditDesignModelImp
Constructor
ColumnEditTag - class com.cc.framework.taglib.controls.ColumnEditTag.
Tag-Handler for the columnedit Tag.
ColumnEditTag() - Constructor for class com.cc.framework.taglib.controls.ColumnEditTag
Constructor
ColumnGroupDesignModel - interface com.cc.framework.ui.model.ColumnGroupDesignModel.
Design Model for a column group
ColumnGroupDesignModelImp - class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp.
Implementation of the Column group
ColumnGroupDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
Constructor
ColumnGroupTag - class com.cc.framework.taglib.controls.ColumnGroupTag.
Column Group
ColumnGroupTag() - Constructor for class com.cc.framework.taglib.controls.ColumnGroupTag
 
ColumnHeaderDesignModel - interface com.cc.framework.ui.model.ColumnHeaderDesignModel.
Design Model for a Column Header
ColumnHeaderDesignModelImp - class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp.
Implementation of a header design model
ColumnHeaderDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Construktor
ColumnHeaderTag - class com.cc.framework.taglib.controls.ColumnHeaderTag.
Base class for column header tag handler
ColumnHeaderTag() - Constructor for class com.cc.framework.taglib.controls.ColumnHeaderTag
Constructor
ColumnHtmlDesignModel - interface com.cc.framework.ui.model.ColumnHtmlDesignModel.
Defines the visual properties for the HTMLColumn.
ColumnHtmlDesignModelImp - class com.cc.framework.ui.model.imp.ColumnHtmlDesignModelImp.
Designmodel for column which hold HTML
ColumnHtmlDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnHtmlDesignModelImp
Constructor for ColumnHtmlDesignModelImp
ColumnHtmlPainter - class com.cc.framework.ui.painter.def.col.ColumnHtmlPainter.
Painter for the columnhtml column
ColumnHtmlPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnHtmlPainter
 
ColumnHtmlTag - class com.cc.framework.taglib.controls.ColumnHtmlTag.
Tag-Handler for the columnhtml Tag.
ColumnHtmlTag() - Constructor for class com.cc.framework.taglib.controls.ColumnHtmlTag
Constructor
ColumnHtmlTei - class com.cc.framework.taglib.controls.ColumnHtmlTei.
Implementation of TagExtraInfo for the columnhtml tag, identifying the scripting object(s) to be made visible.
ColumnHtmlTei() - Constructor for class com.cc.framework.taglib.controls.ColumnHtmlTei
 
ColumnImageDesignModel - interface com.cc.framework.ui.model.ColumnImageDesignModel.
Defines the visual properties for the imagecolumn
ColumnImageDesignModelImp - class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp.
Designmodel for image columns
ColumnImageDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp
Constructor for ColumnImageDesignModelImp
ColumnImagePainter - class com.cc.framework.ui.painter.def.col.ColumnImagePainter.
Painter for the columnimage column
ColumnImagePainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnImagePainter
 
ColumnImageTag - class com.cc.framework.taglib.controls.ColumnImageTag.
Tag-Handler for the columnimage Tag.
ColumnImageTag() - Constructor for class com.cc.framework.taglib.controls.ColumnImageTag
Constructor
ColumnLinkDesignModel - interface com.cc.framework.ui.model.ColumnLinkDesignModel.
Defines the visual properties for the LinkColumn
ColumnLinkDesignModelImp - class com.cc.framework.ui.model.imp.ColumnLinkDesignModelImp.
Designmodel for LinkColumns
ColumnLinkDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnLinkDesignModelImp
Constructor for ColumnLinkDesignModelImp
ColumnLinkPainter - class com.cc.framework.ui.painter.def.col.ColumnLinkPainter.
Painter for the columnlink column
ColumnLinkPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnLinkPainter
 
ColumnLinkTag - class com.cc.framework.taglib.controls.ColumnLinkTag.
Tag-Handler for the columnlink Tag.
ColumnLinkTag() - Constructor for class com.cc.framework.taglib.controls.ColumnLinkTag
Constructor
ColumnPainter - interface com.cc.framework.ui.painter.def.ColumnPainter.
Interface for all column painters
ColumnPainterBase - class com.cc.framework.ui.painter.def.col.ColumnPainterBase.
Base Class for column painters
ColumnPainterBase() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Constructor
ColumnPainterFactory - class com.cc.framework.ui.painter.def.col.ColumnPainterFactory.
Factory for ColumnPainters.
ColumnPainterFactory() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnPainterFactory
Constructor
ColumnRadioDesignModel - interface com.cc.framework.ui.model.ColumnRadioDesignModel.
Defines the visual properties for the columnradio
ColumnRadioDesignModelImp - class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp.
Designmodel for the ColumnCheckboxColumn
ColumnRadioDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp
Constructor for ColumnEditDesignModelImp
ColumnRadioPainter - class com.cc.framework.ui.painter.def.col.ColumnRadioPainter.
Painter for the columnradio column
ColumnRadioPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnRadioPainter
 
ColumnRadioTag - class com.cc.framework.taglib.controls.ColumnRadioTag.
Tag-Handler for the columnradio Tag.
ColumnRadioTag() - Constructor for class com.cc.framework.taglib.controls.ColumnRadioTag
Constructor
ColumnSelectDesignModel - interface com.cc.framework.ui.model.ColumnSelectDesignModel.
Defines the visual Properties for the select Column
ColumnSelectDesignModelImp - class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp.
Design Model implementation for the select column
ColumnSelectDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
ColumnSelectPainter - class com.cc.framework.ui.painter.def.col.ColumnSelectPainter.
Painter for the columnselect column
ColumnSelectPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnSelectPainter
 
ColumnSelectTag - class com.cc.framework.taglib.controls.ColumnSelectTag.
Tag-Handler for the columnselect Tag.
ColumnSelectTag() - Constructor for class com.cc.framework.taglib.controls.ColumnSelectTag
Constructor
ColumnSelectTei - class com.cc.framework.taglib.controls.ColumnSelectTei.
Implementation of TagExtraInfo for the columnselect tag, identifying the scripting object(s) to be made visible.
ColumnSelectTei() - Constructor for class com.cc.framework.taglib.controls.ColumnSelectTei
 
ColumnSelectorDesignModelImp - class com.cc.framework.ui.model.imp.ColumnSelectorDesignModelImp.
Column selector
ColumnSelectorDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnSelectorDesignModelImp
Constructor
ColumnSelectorTag - class com.cc.framework.taglib.controls.ColumnSelectorTag.
Tag-Handler for the columnselector Tag.
ColumnSelectorTag() - Constructor for class com.cc.framework.taglib.controls.ColumnSelectorTag
Constructor
ColumnTextDesignModel - interface com.cc.framework.ui.model.ColumnTextDesignModel.
Defines the visual Properties for the textColumn
ColumnTextDesignModelImp - class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp.
Designmodel for text columns
ColumnTextDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
Constructor for ColumnTextDesignModelImp
ColumnTextPainter - class com.cc.framework.ui.painter.def.col.ColumnTextPainter.
Painter for the columntext column
ColumnTextPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnTextPainter
 
ColumnTextTag - class com.cc.framework.taglib.controls.ColumnTextTag.
Tag-Handler for the columntext Tag.
ColumnTextTag() - Constructor for class com.cc.framework.taglib.controls.ColumnTextTag
Constructor
ColumnTextareaDesignModel - interface com.cc.framework.ui.model.ColumnTextareaDesignModel.
Defines the visual Properties for the textareaColumn
ColumnTextareaDesignModelImp - class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp.
 
ColumnTextareaDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
ColumnTextareaPainter - class com.cc.framework.ui.painter.def.col.ColumnTextareaPainter.
Painter for the columntextarea column
ColumnTextareaPainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnTextareaPainter
 
ColumnTextareaTag - class com.cc.framework.taglib.controls.ColumnTextareaTag.
Tag-Handler for the columntextarea Tag.
ColumnTextareaTag() - Constructor for class com.cc.framework.taglib.controls.ColumnTextareaTag
Constructor
ColumnTreeDesignModel - interface com.cc.framework.ui.model.ColumnTreeDesignModel.
Defines the visual Properties for the TreeColumn
ColumnTreeDesignModelImp - class com.cc.framework.ui.model.imp.ColumnTreeDesignModelImp.
Designmodel for tree columns.
ColumnTreeDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ColumnTreeDesignModelImp
Constructor for ColumnTreeDesignModelImp
ColumnTreePainter - class com.cc.framework.ui.painter.def.col.ColumnTreePainter.
Painter for the columntree column
ColumnTreePainter() - Constructor for class com.cc.framework.ui.painter.def.col.ColumnTreePainter
 
ColumnTreeTag - class com.cc.framework.taglib.controls.ColumnTreeTag.
Tag-Handler for the column with the TreeStructure (columntree).
ColumnTreeTag() - Constructor for class com.cc.framework.taglib.controls.ColumnTreeTag
Constructor
ComboBoxControl - class com.cc.framework.ui.control.ComboBoxControl.
ComboBox Control.
ComboBoxControl() - Constructor for class com.cc.framework.ui.control.ComboBoxControl
Constructor
ComboBoxControl(ComboBoxDesignModel) - Constructor for class com.cc.framework.ui.control.ComboBoxControl
Constructor
ComboBoxDataModel - interface com.cc.framework.ui.model.ComboBoxDataModel.
Data model for the ComboBox Control
ComboBoxDesignModel - interface com.cc.framework.ui.model.ComboBoxDesignModel.
Designmodel for the ComboBox Control
ComboBoxDesignModelImp - class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp.
Designmodel for the ComboBox
ComboBoxDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
Constructor for SelectDesignModelImp
ComboBoxStateModel - interface com.cc.framework.ui.model.ComboBoxStateModel.
State model for the ComboBox
ComboBoxTag - class com.cc.framework.taglib.controls.ComboBoxTag.
Tag-Handler for the ComboBoxTag
ComboBoxTag() - Constructor for class com.cc.framework.taglib.controls.ComboBoxTag
Constructor
ComponentVersion - class com.cc.framework.ComponentVersion.
Program version
ComponentVersion() - Constructor for class com.cc.framework.ComponentVersion
constructor
CompositeElement - interface com.cc.framework.ui.painter.CompositeElement.
Interface for composite elements.
ConcreteActionContext - class com.cc.framework.adapter.struts.ConcreteActionContext.
This class encapsulate all informations needed when calling a control action method.
ConcreteActionContext(ActionMapping, ActionForm, ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class com.cc.framework.adapter.struts.ConcreteActionContext
Constructor for ConcreteActionContext
ConcreteActionContext.EmptyIterator - class com.cc.framework.adapter.struts.ConcreteActionContext.EmptyIterator.
 
ConcreteActionContext.EmptyIterator() - Constructor for class com.cc.framework.adapter.struts.ConcreteActionContext.EmptyIterator
 
ConcreteControlActionContext - class com.cc.framework.adapter.struts.ConcreteControlActionContext.
encapsulates all parameters which are required if a control action is performed.
ConcreteControlActionContext(ActionContext, Control, String, ControlActionDef) - Constructor for class com.cc.framework.adapter.struts.ConcreteControlActionContext
Constructor for ConcreteControlActionContext
ConcreteFormActionContext - class com.cc.framework.adapter.struts.ConcreteFormActionContext.
ActionContext for Actions in Forms
ConcreteFormActionContext(ActionContext, String) - Constructor for class com.cc.framework.adapter.struts.ConcreteFormActionContext
Constructor
ContextEqualTag - class com.cc.framework.taglib.menu.ContextEqualTag.
Checks a filter condition
ContextEqualTag() - Constructor for class com.cc.framework.taglib.menu.ContextEqualTag
 
ContextTag - class com.cc.framework.taglib.menu.ContextTag.
This Tag is used to specify a menu context directly in the JSP-Page.
ContextTag() - Constructor for class com.cc.framework.taglib.menu.ContextTag
Constructor
Control - class com.cc.framework.ui.control.Control.
Base class for controls
Control() - Constructor for class com.cc.framework.ui.control.Control
Constructor
ControlAction - class com.cc.framework.ui.control.ControlAction.
This class encapsulate an action which is triggered by a control
ControlAction(ControlActionDef, Control) - Constructor for class com.cc.framework.ui.control.ControlAction
Constructor of ControlAction The instance is initialized with the action definition.
ControlAction(ControlActionDef, Control, String) - Constructor for class com.cc.framework.ui.control.ControlAction
Constructor of ControlAction The instance is initialized with the action definition.
ControlActionContext - interface com.cc.framework.ui.control.ControlActionContext.
 
ControlActionDef - class com.cc.framework.ui.control.ControlActionDef.
Encapsulates an action with the needed parameters.
ControlActionDef(String, Class[]) - Constructor for class com.cc.framework.ui.control.ControlActionDef
Constructor for ControlActionDef The class is instantiate with the parameters.
ControlButton - class com.cc.framework.ui.control.ControlButton.
Constants for buttons used by controls
ControlButton(String) - Constructor for class com.cc.framework.ui.control.ControlButton
Constructor of ControlButton
ControlContainer - interface com.cc.framework.ui.model.ControlContainer.
Container for control elements.
ControlContainerImp - class com.cc.framework.ui.model.imp.ControlContainerImp.
Designmodel for ControlContainer
ControlContainerImp() - Constructor for class com.cc.framework.ui.model.imp.ControlContainerImp
Constructor
ControlDesignModel - interface com.cc.framework.ui.model.ControlDesignModel.
Class ControlDesignModel
ControlDesignModelImp - class com.cc.framework.ui.model.imp.ControlDesignModelImp.
Base Class for all control design models
ControlDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ControlDesignModelImp
Constructor
ControlMethodInvocation - class com.cc.framework.ui.control.ControlMethodInvocation.
Die Klasse stellt die Informationen über den Aufruf einer Kontrollelement Aktion zur Verfügung.
ControlMethodInvocation(String, String, String[]) - Constructor for class com.cc.framework.ui.control.ControlMethodInvocation
Constructor for ControlMethodInvocation
ControlPainter - class com.cc.framework.ui.painter.ControlPainter.
This Class is responsible for the HTML-generation (rendering) of a Control
ControlPainter() - Constructor for class com.cc.framework.ui.painter.ControlPainter
Constructor for ControlPainter
ControlPainter(PainterContext) - Constructor for class com.cc.framework.ui.painter.ControlPainter
Constructor for ControlPainter
ControlPortionPainter - class com.cc.framework.ui.painter.ControlPortionPainter.
This is the abstract Base Class for all Portion Painter.
ControlPortionPainter() - Constructor for class com.cc.framework.ui.painter.ControlPortionPainter
Creates a new ViewPainter
ControlRequestContext - interface com.cc.framework.ui.control.ControlRequestContext.
Encapsulate all parameter which will be used by invoking a Control-Action method
ControlValuePath - class com.cc.framework.ui.control.ControlValuePath.
This class encapsulates all information necessary to locate a control after a server round trip and synchronize its data model with the request values.
ControlValuePath() - Constructor for class com.cc.framework.ui.control.ControlValuePath
Constructor
ControlValuePath(String) - Constructor for class com.cc.framework.ui.control.ControlValuePath
Constructor
ControlValuePath(Control) - Constructor for class com.cc.framework.ui.control.ControlValuePath
Constructor
ConversionSupportTag - interface com.cc.framework.taglib.ConversionSupportTag.
Interface for all tags that support type conversions
ConvertDateTimeTag - class com.cc.framework.taglib.convert.ConvertDateTimeTag.
Complex DateTime Converter as used in the JSF Specification
ConvertDateTimeTag() - Constructor for class com.cc.framework.taglib.convert.ConvertDateTimeTag
Constructor
ConvertNumberTag - class com.cc.framework.taglib.convert.ConvertNumberTag.
Complex Number Converter as used in the JSF Specification
ConvertNumberTag() - Constructor for class com.cc.framework.taglib.convert.ConvertNumberTag
Constructor
Converter - interface com.cc.framework.convert.Converter.
The Common-Controls framework makes use of Converter classes to convert Datatypes to and from String.
ConverterException - exception com.cc.framework.convert.ConverterException.
Base exception class for all converter exceptions
ConverterException() - Constructor for class com.cc.framework.convert.ConverterException
Constructor for ConverterException
ConverterException(String) - Constructor for class com.cc.framework.convert.ConverterException
Constructor for ConverterException
ConverterException(Throwable) - Constructor for class com.cc.framework.convert.ConverterException
Constructor for ConverterException
ConverterException(String, Throwable) - Constructor for class com.cc.framework.convert.ConverterException
Constructor for ConverterException
ConverterHelp - class com.cc.framework.convert.ConverterHelp.
Helper class for Datatype conversions
ConverterHelp() - Constructor for class com.cc.framework.convert.ConverterHelp
 
ConverterHelp - class com.cc.framework.util.converters.ConverterHelp.
Deprecated.  
ConverterHelp() - Constructor for class com.cc.framework.util.converters.ConverterHelp
Deprecated.  
ConverterRegistry - class com.cc.framework.convert.ConverterRegistry.
The ConverterRegistry is the central place where all converters are registered.
ConverterRegistry() - Constructor for class com.cc.framework.convert.ConverterRegistry
Constructor
ConverterTag - class com.cc.framework.taglib.convert.ConverterTag.
Tag for declaring a simple converter
ConverterTag() - Constructor for class com.cc.framework.taglib.convert.ConverterTag
Constructor
ConverterTei - class com.cc.framework.taglib.convert.ConverterTei.
Base Class for all Converter TagExtraInfo Classes
ConverterTei() - Constructor for class com.cc.framework.taglib.convert.ConverterTei
 
CrumbContainer - interface com.cc.framework.taglib.menu.CrumbContainer.
Simple Tag interface
CrumbModel - interface com.cc.framework.ui.model.CrumbModel.
Designmodel for a Crumb
CrumbModelImp - class com.cc.framework.ui.model.imp.CrumbModelImp.
Designmodel for the crumbs of a CrumbsControl
CrumbModelImp() - Constructor for class com.cc.framework.ui.model.imp.CrumbModelImp
Constructor for CrumbDesignModelImp
CrumbTag - class com.cc.framework.taglib.menu.CrumbTag.
Tag-Handler for the crumb Tag.
CrumbTag() - Constructor for class com.cc.framework.taglib.menu.CrumbTag
Constructor
CrumbsControl - class com.cc.framework.ui.control.CrumbsControl.
TabbarControl
CrumbsControl() - Constructor for class com.cc.framework.ui.control.CrumbsControl
Constructor
CrumbsDataModel - interface com.cc.framework.ui.model.CrumbsDataModel.
Defines the methods which are necessary for the DataModel of a CrumbsControl.
CrumbsDesignModel - interface com.cc.framework.ui.model.CrumbsDesignModel.
DesignModel for a CrumbsControl
CrumbsDesignModelImp - class com.cc.framework.ui.model.imp.CrumbsDesignModelImp.
Designmodel for the CrumbsControl
CrumbsDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
Constructor for CrumbsDesignModelImp
CrumbsStateModel - interface com.cc.framework.ui.model.CrumbsStateModel.
Defines the Methods which manages the state of the CrumControl
CrumbsStateModelImp - class com.cc.framework.ui.model.imp.CrumbsStateModelImp.
Implementation of the CrumbsStateModel interface
CrumbsStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.CrumbsStateModelImp
 
CrumbsTag - class com.cc.framework.taglib.menu.CrumbsTag.
Tag-Handler for the crumbs Tag.
CrumbsTag() - Constructor for class com.cc.framework.taglib.menu.CrumbsTag
Constructor
CrumbsTei - class com.cc.framework.taglib.menu.CrumbsTei.
TagExtraInfo Class to expose the CrumbsControl to the Tag-Body
CrumbsTei() - Constructor for class com.cc.framework.taglib.menu.CrumbsTei
 
cache - Variable in class com.cc.framework.ui.model.imp.KeyListDataModel
The List implements a very simple cache mechanism to prevent unnecessary loading
cache - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
The List implements a very simple cache mechanism to prevent unnecessary loading
cacheBean - Variable in class com.cc.framework.ui.model.imp.KeyListDataModel
Cached row bean
cacheBean - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Cached row bean
cacheDir - Static variable in class com.cc.framework.resource.ResourceManager
Directory for the Resource Cache
cacheHint - Variable in class com.cc.framework.resource.Resource
The CachHint can be used to get Resources out of the Cache instead of generating them with each request.
cacheId - Variable in class com.cc.framework.ui.painter.PainterFactoryIterator
The id of the current HTTP request.
cacheOnDisk - Variable in class com.cc.framework.resource.Resource
The Flag is true if the Resource is stored in the file system
cacheOnDisk() - Method in interface com.cc.framework.ui.model.Cachable
This Method checks if a resource is cached in memory or on the disk (file system)
calcAbsoulteRowIndex(int) - Method in class com.cc.framework.ui.control.SimpleListControl
Berechent anhand eines seitenrelativen Zeilenindex einen absoluten Index.
calcAbsoulteRowIndex(int) - Method in class com.cc.framework.ui.control.TreelistControl
Calculates the absolute row index from a page relative row index
calcCheckState(TreeIterator.LevelIterator) - Static method in class com.cc.framework.util.TreeHelp
Returns the check state of a given tree node.
calcDayColumns() - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Calculates the number of day columns
calcDayColumns() - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Calculates the number of day columns
calcEndDate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Calculates the end date for a Recurrence pattern with a limited number of occurrences
calcPatternEndDate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
This method calculates the patterns end date from the pattern start date and the number of occurrences
calcRatio(RatingItem, long) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
Calculates the ratio of the single item compared to the controls total value
calcRelativeRowIndex(int) - Method in class com.cc.framework.ui.control.SimpleListControl
Berechent anhand eines absoluten Zeilenindex einen seitenrelativen Index.
calcTableColumns(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
This method calculates the number of visible columns
calcVisibleColumns(ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Calculates the number of visible columns.
calcVisibleColumns(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Calculates the number of visible columns in the given column set.
calcVisibleDepth(ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Calculates the visible depth (number of column child levels) of the given column.
calcVisibleDepth(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Calculates the visible depth (number of column child levels) of the given column set.
calcVisibleNodes(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeControl
Die Methode berechnet die Anzahl der sichtbaren (=aufgeklappten) Einträge des Baumes.
calcVisibleNodes(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreelistControl
Die Methode berechnet die Anzahl der sichtbaren (=aufgeklappten) Einträge des Baumes.
calcVisibleNodes(TreeNodeDataModel, TreeStateModel, Principal) - Static method in class com.cc.framework.util.TreeHelp
Expand nodes top down
callPropertyGet(Object, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Processes the Getter-Method for the specified Property on the Bean
callPropertyGet(Object, String) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Processes the Getter-Method on the specified Bean
callPropertyGetStr(Object, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Method callPropertyGetStr
cancelAjaxRequest() - Method in interface com.cc.framework.adapter.AjaxRequest
Cancels the AJAX event processing of the framework.
cancelAjaxRequest() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
cancelAjaxRequest() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
capacity() - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Returns the current capacity of this VirtualKeyListDataModel.
capacity() - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Returns the current capacity of this VirtualListDataModel.
capacity() - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Returns the current capacity of this VirtualTreeGroupDataModel.
caption - Variable in class com.cc.framework.ui.model.FrameTitle
The localized caption Text
caption - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The title of the form
caption - Variable in class com.cc.framework.ui.model.imp.FrameDesignModelImp
The title of the frame
caption - Variable in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
The caption
caption - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
The caption
cellPadding - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Cell padding factor (-1 = Painter default)
cellPainterContext - Variable in class com.cc.framework.ui.painter.def.DefListPainter
The Cell Painter Context
cellSpacing - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Cell spacing factor (-1 = Painter default)
cellWidth - Variable in class com.cc.framework.ui.control.FormGroupElement
The width of the cell area for this container
cellWidth - Variable in class com.cc.framework.ui.model.imp.FormColumnImp
The width of the cell area for this container
cellWidth - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The width of the cell area for this container
check - Variable in class com.cc.framework.util.Algorithms.CheckCheckableAlg
Check or uncheck flag
check - Variable in class com.cc.framework.util.Algorithms.CheckPropertyAlg
Check or uncheck flag
check - Variable in class com.cc.framework.util.Checker
Type of selection (true if the items should be checked)
check(ListDataModel, AlgorithmFilter) - Static method in class com.cc.framework.util.ListHelp
Checks all elements in a list.
check(ListDataModel, String, AlgorithmFilter) - Static method in class com.cc.framework.util.ListHelp
Checks a property for all elements in a list.
check(Object, String, boolean) - Static method in class com.cc.framework.util.Util
checks a property
checkAll() - Method in interface com.cc.framework.ui.model.ColumnCheckDesignModel
Deprecated. use getCheckRange()
checkAll() - Method in class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
Deprecated. use getCheckRange()
checkAll() - Method in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
Deprecated. use getCheckRange()
checkAll(ListDataModel) - Static method in class com.cc.framework.util.ListHelp
Checks all elements in a list.
checkAll(ListDataModel, String) - Static method in class com.cc.framework.util.ListHelp
Checks all elements in a list.
checkBoxMask - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Indicates where to displayed checkboxes
The appointment entries must implement the AppointmentCheckable Interface, so that the control element can draw the checkboxes.
checkDayInstance(int, int, int, int, int) - Static method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Checks if the given day matches the instance
checkForBaseClass(Class, Class) - Static method in class com.cc.framework.taglib.TagHelp
This method checks if a class is derived from the specified base class
checkNode(TreeNodeDataModel, boolean) - Static method in class com.cc.framework.util.TreeHelp
Sets the checked state for the specified Node
checkNodes(TreeNodeDataModel, boolean) - Static method in class com.cc.framework.util.TreeHelp
Sets the checked state for all items on the specified (Sub-) Tree.
checkNodes(TreeNodeDataModel, Set) - Static method in class com.cc.framework.util.TreeHelp
Applies the checked nodes from the key set
checkRange - Variable in class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
Indicates if the multiple check option of the column is enabled
checkRange - Variable in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
Indicates if the multiple check option of the column is enabled
checkRunAtClient(RunAt, PageContext) - Static method in class com.cc.framework.taglib.TagHelp
This Method checks if a component should run on the client
checkRunAtClient(RunAt, PageContext) - Static method in class com.cc.framework.ui.painter.PainterHelp
This Method checks if a component should run on the client
checkState - Variable in class com.cc.framework.ui.model.imp.CheckableAppointmentImp
Checked Appointments
checkType(int, Class) - Method in class com.cc.framework.ui.control.ControlActionDef
Method checkType
checked - Variable in class com.cc.framework.ui.control.CheckboxControl
The check state
childCtrl - Variable in class com.cc.framework.ui.control.SchedulerControl
A Scheduler control can be used to control the state of a dependent child Scheduler control.
cleanup(ActionContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
cleanup(ActionContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
cleanup(ActionContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
cleanup(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
This method do some cleanup after the action finished.
clear() - Method in class com.cc.framework.common.TupleArray
Removes all of the elements from this list.
clear() - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
Clears the current keyset
clear() - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Clears the current list
clear() - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Clears the current list
clear() - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Clears the current node
clearAttributes() - Method in class com.cc.framework.dialog.DialogContext
Clears all known names/values.
clearAttributes() - Method in interface com.cc.framework.http.AttributeAccess
Clears all known names/values.
clearCache(HttpServletResponse) - Static method in class com.cc.framework.http.CacheControl
Clears the cache options
clearKeyset() - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Removes all elements from the keyset.
clearRowset() - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Removes all elements from the rowset.
clearRowset() - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Removes all elements from the rowset.
clickable - Variable in class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp
With this attribute, it is possible to specify whether the column should generate a hyperlink for the image.
close() - Method in class com.cc.framework.ui.control.FrameControl
 
close() - Method in interface com.cc.framework.ui.model.FrameStateModel
Changes the state of the frame to closed
close() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
close() - Method in interface com.cc.framework.ui.painter.PainterContext
After the painter context has been used it has to be closed.
close() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
After the painter context has been used it has to be closed.
close() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
close() - Method in class com.cc.framework.util.StringInputStream
Closes the StringReader.
cmp - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
cmp - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
code - Variable in class com.cc.framework.common.Severity
Identifier
code - Variable in class com.cc.framework.message.MessageResource
Unique message code
code - Variable in class com.cc.framework.resource.MimeType
Output Format
code - Variable in class com.cc.framework.security.acl.expr.SyntaxException
Error Code
code - Variable in class com.cc.framework.version.SystemType
Code or internal key
collapse(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeControl
Collapses the given node
collapse(String) - Method in class com.cc.framework.ui.control.TreeControl
 
collapse(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreelistControl
Collapses the given node
collapse(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
collapse(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
The specified group node will be collapsed
collapse(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
collapseAll() - Method in class com.cc.framework.ui.control.TreeControl
 
collapseAll() - Method in class com.cc.framework.ui.control.TreelistControl
 
collapseAll() - Method in interface com.cc.framework.ui.model.TreeStateModel
Collapses all tree nodes
collapseAll() - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
color - Variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Segments color
colorpalette - Variable in class com.cc.framework.ui.painter.ResourceMapImp
Color Palette
colpaintermap - Variable in class com.cc.framework.ui.painter.def.DefListPainter
The painters for each column of the control
cols - Variable in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
Number ofcharacter columns
colspan - Variable in class com.cc.framework.ui.control.FormButtonElement
The ColumnSpan of this element
colspan - Variable in class com.cc.framework.ui.control.FormControlElement
The ColumnSpan of this element
colspan - Variable in class com.cc.framework.ui.control.FormGroupElement
The ColumnSpan of this group
colspan - Variable in class com.cc.framework.ui.control.FormHtmlElement
The ColumnSpan of this element
colspan - Variable in class com.cc.framework.ui.control.FormMessageElement
The ColumnSpan of this element
colspan - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The number of columns spanned by this appointment
column - Variable in class com.cc.framework.taglib.forms.FormColumnTag
The Column Object
column - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
The current column
column - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The column index for this appointment
columnGroup - Variable in class com.cc.framework.ui.control.FormGroupElement
The column group definition with the column widths
columnIndex - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
the Index for the current column
columns - Variable in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
Number of checkbox columns
columns - Variable in class com.cc.framework.ui.model.imp.ColumnContainerImp
The buffer with the columns of the list control
columns - Variable in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
The buffer with the columns of the list control
columns - Variable in class com.cc.framework.ui.model.imp.FormColumnGroupImp
The column list
columns - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The buffer with the columns of the list control
columns - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
the number of columns in year view
columns - Variable in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
The number of columns
columns - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
The number of columns
columns - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
The number of columns required to layout all appointments for this day
com.cc.framework - package com.cc.framework
 
com.cc.framework.adapter - package com.cc.framework.adapter
 
com.cc.framework.adapter.struts - package com.cc.framework.adapter.struts
 
com.cc.framework.common - package com.cc.framework.common
 
com.cc.framework.convert - package com.cc.framework.convert
 
com.cc.framework.convert.imp - package com.cc.framework.convert.imp
 
com.cc.framework.dialog - package com.cc.framework.dialog
 
com.cc.framework.http - package com.cc.framework.http
 
com.cc.framework.message - package com.cc.framework.message
 
com.cc.framework.resource - package com.cc.framework.resource
 
com.cc.framework.security - package com.cc.framework.security
 
com.cc.framework.security.acl - package com.cc.framework.security.acl
 
com.cc.framework.security.acl.expr - package com.cc.framework.security.acl.expr
 
com.cc.framework.taglib - package com.cc.framework.taglib
 
com.cc.framework.taglib.base - package com.cc.framework.taglib.base
 
com.cc.framework.taglib.controls - package com.cc.framework.taglib.controls
 
com.cc.framework.taglib.convert - package com.cc.framework.taglib.convert
 
com.cc.framework.taglib.forms - package com.cc.framework.taglib.forms
 
com.cc.framework.taglib.menu - package com.cc.framework.taglib.menu
 
com.cc.framework.taglib.security - package com.cc.framework.taglib.security
 
com.cc.framework.taglib.svg - package com.cc.framework.taglib.svg
 
com.cc.framework.taglib.template - package com.cc.framework.taglib.template
 
com.cc.framework.taglib.util - package com.cc.framework.taglib.util
 
com.cc.framework.ui - package com.cc.framework.ui
 
com.cc.framework.ui.control - package com.cc.framework.ui.control
 
com.cc.framework.ui.html - package com.cc.framework.ui.html
 
com.cc.framework.ui.javascript - package com.cc.framework.ui.javascript
 
com.cc.framework.ui.model - package com.cc.framework.ui.model
 
com.cc.framework.ui.model.imp - package com.cc.framework.ui.model.imp
 
com.cc.framework.ui.model.value - package com.cc.framework.ui.model.value
 
com.cc.framework.ui.painter - package com.cc.framework.ui.painter
 
com.cc.framework.ui.painter.ajax - package com.cc.framework.ui.painter.ajax
 
com.cc.framework.ui.painter.def - package com.cc.framework.ui.painter.def
 
com.cc.framework.ui.painter.def.col - package com.cc.framework.ui.painter.def.col
 
com.cc.framework.ui.painter.def.frame - package com.cc.framework.ui.painter.def.frame
 
com.cc.framework.ui.painter.def.scheduler - package com.cc.framework.ui.painter.def.scheduler
 
com.cc.framework.ui.painter.def2 - package com.cc.framework.ui.painter.def2
 
com.cc.framework.ui.painter.global - package com.cc.framework.ui.painter.global
 
com.cc.framework.ui.painter.html - package com.cc.framework.ui.painter.html
 
com.cc.framework.ui.painter.imp - package com.cc.framework.ui.painter.imp
 
com.cc.framework.util - package com.cc.framework.util
 
com.cc.framework.util.converters - package com.cc.framework.util.converters
 
com.cc.framework.util.parser - package com.cc.framework.util.parser
 
com.cc.framework.util.parser.formatter - package com.cc.framework.util.parser.formatter
 
com.cc.framework.util.parser.handler - package com.cc.framework.util.parser.handler
 
com.cc.framework.version - package com.cc.framework.version
 
com.cc.framework.xml - package com.cc.framework.xml
 
command - Variable in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
Optional command name
command - Variable in class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp
the column command
compTime(Calendar, Calendar) - Method in class com.cc.framework.ui.model.imp.AppointmentComparator
Compares the times of the given Calendar objects with minute resolution.
comparator - Variable in class com.cc.framework.ui.painter.html.OptionsPainter
The selected value (the data model)
compare(Object, Object) - Method in class com.cc.framework.ui.model.imp.AppointmentComparator
 
compare(Object, Object) - Method in class com.cc.framework.util.PropertyComparator
 
compareTo(Object) - Method in class com.cc.framework.common.Severity
 
compareTo(Object) - Method in class com.cc.framework.ui.model.AppointmentPriority
 
compareTo(Object) - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
 
compressWeekEnds() - Method in class com.cc.framework.ui.control.SchedulerControl
 
compressWeekEnds() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
compressWeekEnds - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Compress Weekends in Month View
compressWeekEnds() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
condition() - Method in class com.cc.framework.taglib.template.NotPresentTag
 
condition() - Method in class com.cc.framework.taglib.template.PresentTag
method condition
configureCurrency(NumberFormat) - Method in class com.cc.framework.convert.imp.NumberConverter
 
configureFormatter(NumberFormat) - Method in class com.cc.framework.convert.imp.NumberConverter
 
connectOutline(Collection) - Static method in class com.cc.framework.util.TreeHelp
Connects all nodes with a parent child relationship a collection.
consumeStrutsMessages() - Method in interface com.cc.framework.adapter.struts.ActionContext
This method transfers all existing Struts errors and messages into the frameworks message store.
consumeStrutsMessages() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
consumeStrutsMessages() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
This method transfers all existing Struts errors and messages into the frameworks message store.
container - Variable in class com.cc.framework.taglib.controls.ColumnBaseTag
The Parent Container Tag
container - Variable in class com.cc.framework.taglib.forms.FormColumnGroupTag
The surrounding form element container Tag
container - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
Container for the form elements
container - Variable in class com.cc.framework.ui.painter.def.frame.TableFrame
The table element for this frame
content - Variable in class com.cc.framework.security.acl.expr.PrimaryExpression
Der Wert
content - Variable in class com.cc.framework.taglib.template.PageParameter
Field content
content - Variable in class com.cc.framework.taglib.template.PutTag
The Content
content - Variable in class com.cc.framework.ui.model.InnerFrame
The Frames content
content - Variable in class com.cc.framework.ui.model.imp.InfoDesignModelImp
The Frames content
content - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
Name of a JSP page with the content of the Tab page to display.
contentType - Variable in class com.cc.framework.resource.MimeType
Content type
contents - Variable in class com.cc.framework.ui.model.imp.PanelDesignModelImp
Buffer with the content of the panel
context - Variable in class com.cc.framework.adapter.HttpResourceTranslator
 
contextPath - Variable in class com.cc.framework.taglib.util.BaseTag
ContextPath
control - Variable in class com.cc.framework.adapter.struts.ConcreteControlActionContext
The control
control() - Method in class com.cc.framework.adapter.struts.ConcreteControlActionContext
 
control - Variable in class com.cc.framework.taglib.controls.BaseControlTag
The Control instance
control() - Method in interface com.cc.framework.ui.control.ControlRequestContext
Returns the control
control - Variable in class com.cc.framework.ui.control.FormControlElement
The aggregated Control
control - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
Instance of the Control
controlName - Variable in class com.cc.framework.adapter.struts.ConcreteControlActionContext
The name of the Control
controlName - Variable in class com.cc.framework.ui.control.ControlAction
The controls name
controls - Variable in class com.cc.framework.ui.model.imp.ControlContainerImp
A buffer for the controls in the container
convert(int) - Method in class com.cc.framework.ui.html.LengthUnit
Converts the length to the given unit.
convert(char) - Method in class com.cc.framework.ui.html.Unicode2HtmlConverter
Converts one single character
convert(Class, Object) - Method in class com.cc.framework.util.converters.AppointmentPriorityConverter
Deprecated. Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class com.cc.framework.util.converters.StringConverter
Deprecated. Convert the specified input object into an output object of the specified type.
convertEL(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
This method converts an expression in the frameworks deferred syntax (with "@{") to a valid EL expression that can be executed by an EL expression Parser.
convertMultiLineString(String) - Method in interface com.cc.framework.ui.html.CharacterConverter
Method to convert a multiple line string
convertMultiLineString(String) - Method in class com.cc.framework.ui.html.Unicode2HtmlConverter
 
convertString(String) - Method in interface com.cc.framework.ui.html.CharacterConverter
Method to convert an (single line) String or an attribute value.
convertString(String) - Method in class com.cc.framework.ui.html.Unicode2HtmlConverter
 
convertable(int) - Method in class com.cc.framework.ui.html.LengthUnit
 
converter - Static variable in class com.cc.framework.ui.html.HtmlUtil
The Converter instance used by the framework to convert Strings into HTML representation.
converter - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The converter that should be used to convert Java Objects into their localized String representation.
converter - Variable in class com.cc.framework.ui.model.imp.TextDesignModelImp
The converter that should be used to convert Java Objects into their localized String representation.
converter - Variable in class com.cc.framework.ui.model.imp.TextListDesignModelImp
The converter that should be used to convert Java Objects into their localized String representation.
converter - Variable in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
The converter that should be used to convert Java Objects into their localized String representation.
converterCache - Variable in class com.cc.framework.convert.ConverterRegistry
This is a cache for reusable custom Converter instances
converterId - Variable in class com.cc.framework.taglib.convert.ConverterTag
Converter id or class name
converters - Variable in class com.cc.framework.convert.ConverterRegistry
This map maps java data types to converters Map
count - Variable in class com.cc.framework.util.Algorithms.VisibleNodeCounterAlg
Counter
countVisibleNodes(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
Counts the visible nodes in the given subtree
counter - Variable in class com.cc.framework.common.Semaphore
Der Wert des Semaphors gibt an: positiv: Anzahl der noch verfügbaren Betriebsmittel negativ: Anzahl der wartenden Prozesse
createActionContext(FrameworkAction, ActionMapping, ActionForm, ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class com.cc.framework.adapter.struts.ActionUtil
This method is called to create the ActionContext wrapper.
createActionContext(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWAction
 
createActionContext(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
createActionContext(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
createActionContext(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
This method is called to create the ActionContext wrapper.
createActionHref() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
Creates the actions Hyperlink
createActionPainter(PainterContext, ControlAction) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Creates an ActionPainter.
createActionPainter(PainterContext, ControlAction) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
createActionPainter(ControlActionDef) - Method in class com.cc.framework.ui.painter.ControlPainter
Creates an ActionPainter.
createActionPainter(ControlActionDef, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Creates an ActionPainter.
createActionPainter(ControlActionDef, String) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Creates an ActionPainter.
createActionPainter(ControlActionDef) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Creates an ActionPainter.
createActionPainter(ControlActionDef) - Method in interface com.cc.framework.ui.painter.PainterContext
Creates an ActionPainter.
createActionPainter(ControlActionDef, String) - Method in interface com.cc.framework.ui.painter.PainterContext
Creates an ActionPainter.
createActionPainter(PainterContext, ControlAction) - Static method in class com.cc.framework.ui.painter.PainterFactory
Creates an ActionPainter.
createActionPainter(ControlActionDef) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Creates an ActionPainter.
createActionPainter(ControlActionDef, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Creates an ActionPainter.
createActionPainter(ControlActionDef, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createActionPainter(ControlActionDef) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createAdapter() - Static method in class com.cc.framework.adapter.FrameworkAdapterFactory
Creates a new framework adapter for the current application.
createAddButton(PainterContext, Calendar, ActionBehavior) - Static method in class com.cc.framework.ui.painter.def.scheduler.SchedulerViewHelp
renders a add appointment button
createAjaxOnClick(AjaxSettings) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
createBase(PageContext) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Writes the HTML base tag to the output
createBody() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
Creates the passive Element which is visible to the user
createBody() - Method in class com.cc.framework.ui.painter.def.frame.DefFormFramePainter
Creates the body element of the frame
createBody() - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Creates the body element of the frame
createButton(PageContext, String, String, String, String, String) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Writes a Button to the Page
createButtonList(FrameTitle) - Method in class com.cc.framework.ui.painter.def.frame.DefFramePainterBase
Helper for rendering buttons
createButtonTable(Collection) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
createButtonTable(Collection) - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
 
createButtonTable(Collection) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
createButtons(FormButtonContainer) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates the buttons of a button container
createCalendarScript(PageContext) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Generate the JavaScript and initialize the DTPRes JavaScript object.
createCalendarScript(PageContext, String) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Generate the JavaScript and initialize the DTPRes JavaScript object.
createCellPainterContext() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the context class that will be passed to the cell painters.
createCheckAllButton(PainterContext, ColumnDesignModel, SelectMode) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Creates the check all button
createCheckBox(PainterContext, String, int, SelectMode, ClientHandler, int, boolean, ActionBehavior) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
renders a CheckBox
createCheckBox(PainterContext, Appointment, Calendar, ClientHandler, boolean, ActionBehavior) - Static method in class com.cc.framework.ui.painter.def.scheduler.SchedulerViewHelp
renders a CheckBox
createCheckBox(PainterContext, Appointment[], Calendar, SchedulerScope, ClientHandler, boolean, ActionBehavior) - Static method in class com.cc.framework.ui.painter.def.scheduler.SchedulerViewHelp
renders a CheckBox
createCheckButton(PainterContext, String, int, SelectMode, ClientHandler, int, ActionBehavior) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
renders a CheckBox
createCheckColumnButton(PainterContext, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Creates the check all button
createCheckImage(PainterContext, int, int) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
renders a CheckBox
createClientScript(TabDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Creates an JavaScript for the client Side Handler of the control.
createClientScript() - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Creates the Javascript needed to render the tree on the client
createClientScript() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates the Javascript needed to render the tree on the client
createClockImage(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates a image with a clock symbol for the given time
createCol(String) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
 
createColumnPainters(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates a Table with a painter for each column
createContextInfo(ServletContext) - Static method in class com.cc.framework.http.HttpUtil
Creates information about the servlet context.
createControl() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Creates the control element
createCookieInfo(HttpServletRequest) - Static method in class com.cc.framework.http.HttpUtil
Creates information about the cookies
createDailyPattern(int, int) - Static method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Constructor for a daily recurrence pattern
createDateFormatter(int, Locale) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates a formatter object for the given format id
createDayInfo(Calendar[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Creates the information objects for all visible days
createDisplayElement(Object) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp
Creates a element with all selected option labels
createDisplayElement(Object[]) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp
Creates a element with all selected option labels
createDisplayElement(PainterContext, OptionsIterator, OptionsComparator) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp
Creates a element with all selected option labels
createElement() - Method in interface com.cc.framework.ui.painter.ActionPainter
Creates an HTML Element which makes it possible to choose the Action on the user interface.
createElement() - Method in class com.cc.framework.ui.painter.ControlPainter
Creates the HTML-Element.
createElement() - Method in interface com.cc.framework.ui.painter.Frame
Creates a ECS Element from this Frame
createElement() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
createElement() - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
createElementBody(FormElement, Collection) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates the Body content of a form element
createEmptyOption(int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates the empty element for the given level
createEndTag() - Method in class com.cc.framework.ui.painter.global.DynaStringElement
 
createEnvironmentInfo() - Static method in class com.cc.framework.http.HttpUtil
Creates informations about the system environment and the Java VM.
createFameworkIncludes(PageContext) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Writes the Framework includes into the current page
createFrame(boolean) - Method in interface com.cc.framework.ui.painter.FramePainter
Creates a frame
createFrame(FrameTitle, boolean) - Method in interface com.cc.framework.ui.painter.FramePainter
Creates a frame with a title bar
createFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefFormFramePainter
 
createFrame(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefFormFramePainter
 
createFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefPanelFramePainter
 
createFrame(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefPanelFramePainter
 
createFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter
 
createFrame(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter
 
createFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
 
createFrame(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
 
createFramePainter(ControlPainter) - Static method in class com.cc.framework.ui.painter.PainterFactory
Helper Function.
createFromRequest(HttpServletRequest) - Static method in class com.cc.framework.http.Hyperlink
Creates a Hyperlink Object from the HttpServletRequest
createHashtable(TreeNodeDataModel) - Static method in class com.cc.framework.util.TreeHelp
Inserts all nodes of the specified tree in a Hashtable
createHeaderButtons(PainterContext, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnCheckPainter
 
createHeaderButtons(PainterContext, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnCheckboxPainter
 
createHeaderButtons(PainterContext, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Creates the buttons for the column header
createHeaderIncludes(PageContext) - Static method in class com.cc.framework.ui.painter.PainterFactory
Creates all Include-Tags in the HTML-Pages which are necessary for the Framework to work well (css, javascripts, ...).
createHelpButton(String) - Method in class com.cc.framework.ui.painter.def.frame.DefFramePainterBase
Creates a Help-Button with the given Help Id
createHelpElement(String, String, AlignmentType) - Method in class com.cc.framework.ui.painter.def.DefPainterBase
Creates a Help-Button with the given Help Id
createHelpElement(PainterContext, String, String, AlignmentType) - Static method in class com.cc.framework.ui.painter.def.DefPainterBase
Creates a Help-Button with the given Help Id
createHref(PageContext) - Method in class com.cc.framework.ui.control.ControlAction
Creates a hyperlink
createHyperlink(PageContext) - Method in class com.cc.framework.ui.control.ControlAction
Creates a hyperlink
createImage(PageContext, ImageModel) - Static method in class com.cc.framework.taglib.TagHelp
Creates an IMG Tag for the specified Image.
createImage(ImageModel) - Method in class com.cc.framework.ui.painter.ControlPainter
Creates an HTML image Tag for the specified image model
createImage(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
createImage(String, Object) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
createImage(String) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an image for the specified Id
createImage(ImageModel) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Creates an HTML image Tag for the specified image model
createImage(String, Object) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an image for the specified Id
createImage(ImageModel) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
createImage(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
createImage(String, Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
createImage(int, String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
createImage(PageContext, ImageModel) - Static method in class com.cc.framework.ui.painter.PainterHelp
Creates an IMG Tag for the specified Image.
createImage(PageContext, ImageModel, Locale) - Static method in class com.cc.framework.ui.painter.PainterHelp
Creates an IMG Tag for the specified Image.
createImage() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
Creates the Image
createImage(int, int) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Retrieves the corner image for two adjacent crumbs
createImage(String, int, int) - Method in class com.cc.framework.ui.painter.def.DefResourceMap
Creates a image model
createImage(int, int, Color) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Retrieves the corner image for two adjacent tabs
createImage(String, int, int) - Method in class com.cc.framework.ui.painter.html.HtmlResourceMap
Creates a image model
createImage(ImageModel) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
createImage(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
createImage(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
createImage(int, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
createImage(ImageModel) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createImage(int, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createImage(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createImage(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createImageStr(PageContext, ImageModel) - Static method in class com.cc.framework.ui.painter.PainterHelp
Creates an IMG Tag for the specified Image
createImageStr(PageContext, ImageModel, Locale) - Static method in class com.cc.framework.ui.painter.PainterHelp
Creates an IMG Tag for the specified Image
createInnerFrame(boolean) - Method in interface com.cc.framework.ui.painter.FramePainter
Creates a inner frame
createInnerFrame(InnerFrame) - Method in interface com.cc.framework.ui.painter.FramePainter
Creates a inner frame
createInnerFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefFormFramePainter
 
createInnerFrame(InnerFrame) - Method in class com.cc.framework.ui.painter.def.frame.DefFramePainterBase
 
createInnerFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefPanelFramePainter
 
createInnerFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter
 
createInnerFrame(boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
 
createInput(ImageModel) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
createInput(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
createInput(ImageModel) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
createInput(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
createInput(PageContext, ImageModel) - Static method in class com.cc.framework.ui.painter.PainterHelp
Creates an Input Tag for the specified Image.
createInput(PageContext, ImageModel, Locale) - Static method in class com.cc.framework.ui.painter.PainterHelp
Creates an Input Tag for the specified Image.
createInput(ImageModel) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
createInput(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
createInput(ImageModel) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createInput(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
createInstance(PainterContext) - Method in class com.cc.framework.ui.control.ControlActionDef
Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition.
createInstance(Control) - Method in class com.cc.framework.ui.control.ControlActionDef
Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition.
createInstance(Control, String) - Method in class com.cc.framework.ui.control.ControlActionDef
Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition.
createIterator() - Method in class com.cc.framework.taglib.forms.ForEachTag
 
createIterator() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Creates an option iterator
createIterator() - Method in class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
Creates an option iterator
createIterator() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates an option iterator
createIterator() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
Creates an option iterator
createIterator(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates an option iterator
createIterator(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates an option iterator
createIterator(OptionListDesignModel, Object) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp
Creates an iterator for the given option collection
createLevelIterator(TreeNodeDataModel) - Static method in class com.cc.framework.util.TreeIterator
Factory method to create a LevelIterator
createLink(ConcreteElement) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
Creates an active Element which makes it possible to choose the Action on the user interface.
createMenuAnchor(MenuItem, ImageMap, boolean) - Method in class com.cc.framework.ui.painter.def.DefMenuPainter
Creates the Menu Anchor
createMessage(String, Expression, Object[]) - Static method in class com.cc.framework.security.acl.expr.ExecutionException
Erzeugt einen benutzerlesbaren Fehlertext
createMonthlyNthPattern(int, int, int) - Static method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Constructor for a monthly (N-th) recurrence pattern
createMonthlyPattern(int, int) - Static method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Constructor for a monthly recurrence pattern
createNavigationButton(Calendar, SchedulerView, boolean) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates the Previous Button
createOption(TreeNodeDataModel, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates the option element for the given tree node
createOption(PainterContext, OptionsIterator, OptionsComparator) - Static method in class com.cc.framework.ui.painter.html.OptionsPainter
Creates an HTML option element from the current iterator position
createOptions(PageContext, OptionsIterator) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Method createOptions
createOptionsComparator() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Creates the comparator that is used to determine if a item of the group is checked
createOptionsScript(PageContext, String, OptionsIterator) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Method createOptionsScript
createOutline(PainterContext, TreeStyle, ClientHandler, TreeLineIterator, String, String, ImageModel, int, ActionBehavior) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
Erzeugt eine Baumstruktur
createOutline(Collection) - Static method in class com.cc.framework.util.TreeHelp
Creates a Tree from a Collection.
createOutline(TreeGroupDataModel, Collection) - Static method in class com.cc.framework.util.TreeHelp
Creates a Tree from an ArrayList.
createOutline(TreeGroupDataModel, Map) - Static method in class com.cc.framework.util.TreeHelp
Creates a Tree from an Hashtable.
createPainter(Control) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Creates the Painter to render the Control
createPainter(PageContext, Control) - Static method in class com.cc.framework.ui.painter.PainterFactory
Helper Function.
createPainter(ColumnDesignModel) - Static method in class com.cc.framework.ui.painter.def.col.ColumnPainterFactory
This method creates a concrete column painter for a given column object.
createPainterContext(PageContext, Control) - Static method in class com.cc.framework.ui.painter.PainterFactory
Creates the painter context
createParameterTable(HttpServletRequest) - Static method in class com.cc.framework.http.HttpUtil
Returns an enumeration of parameter names
createParameterTable(HttpServletRequest, Set) - Static method in class com.cc.framework.http.HttpUtil
Returns an enumeration of parameter names
createProperties(HttpServletRequest) - Static method in class com.cc.framework.http.HttpUtil
Returns an enumeration of parameter names
createProperties(HttpServletRequest, Set) - Static method in class com.cc.framework.http.HttpUtil
Returns an enumeration of parameter names
createRequestInfo(HttpServletRequest, boolean) - Static method in class com.cc.framework.http.HttpUtil
Creates information about the request parameter.
createRequestInfo(HttpServletRequest, boolean, Set) - Static method in class com.cc.framework.http.HttpUtil
Creates information about the request parameter.
createResourceMap() - Method in class com.cc.framework.ui.painter.PainterFactory
Creates the Painters Resource Map
createResourceMap() - Method in class com.cc.framework.ui.painter.ajax.AjaxPainterFactory
 
createResourceMap() - Method in class com.cc.framework.ui.painter.def.DefPainterFactory
 
createResourceMap() - Method in class com.cc.framework.ui.painter.def2.Def2PainterFactory
 
createResourceMap() - Method in class com.cc.framework.ui.painter.global.GlobalPainterFactory
 
createResourceMap() - Method in class com.cc.framework.ui.painter.html.HtmlPainterFactory
 
createScriptHandler(ClientHandler) - Static method in class com.cc.framework.ui.painter.PainterHelp
Adds the client handler to the button
createSelectedAllIterator() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates an option iterator for all selected values (in all groups)
createSelectedAllIterator() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates an option iterator for all selected values (in all groups)
createSessionInfo(HttpSession) - Static method in class com.cc.framework.http.HttpUtil
Creates informations about the user session
createSettings() - Method in class com.cc.framework.taglib.base.AjaxTag
 
createSeverityImg(Message) - Method in class com.cc.framework.ui.painter.def.DefMessageErrorPainter
 
createSeverityImg(Message) - Method in class com.cc.framework.ui.painter.def.DefMessageInfoPainter
 
createSeverityImg(Message) - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Returns a severity image for the given message
createSeverityImg(Message) - Method in class com.cc.framework.ui.painter.def.DefMessageSeverityPainter
 
createSeverityImg(Message) - Method in class com.cc.framework.ui.painter.def.DefMessageWarningPainter
 
createSpacer(int, int) - Method in class com.cc.framework.ui.painter.ControlPainter
Creates a spacer image with the given dimension
createSpacer(int, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Creates a spacer image with the given dimension
createSpacer(String, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Creates a spacer image with the given dimension
createSpacer(int, int) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Creates a spacer image with the given dimension
createSpinDownButton() - Method in class com.cc.framework.ui.painter.html.HtmlSpinPainter
Creates the spin down button
createSpinUpButton() - Method in class com.cc.framework.ui.painter.html.HtmlSpinPainter
Creates the spin up button
createStartTag() - Method in class com.cc.framework.ui.painter.global.DynaStringElement
 
createStringArrayLiteral(String[]) - Static method in class com.cc.framework.ui.javascript.JavaScriptUtil
Creates a String representation to initialize a JavaScript array.
createStringLiteral(int) - Static method in class com.cc.framework.ui.javascript.JavaScriptUtil
Creates a JavaScript String literal
createStringLiteral(Object) - Static method in class com.cc.framework.ui.javascript.JavaScriptUtil
Creates a JavaScript String literal
createSubmitHandler(PageContext) - Method in class com.cc.framework.ui.control.ControlAction
Creates a JavaScript Submit handler for the enclosing form
createSubmitHandler(PageContext, String) - Method in class com.cc.framework.ui.control.ControlAction
Creates a JavaScript Submit handler for the enclosing form
createTitle(FrameTitle, boolean) - Method in interface com.cc.framework.ui.painter.FramePainter
Creates the title of the frame.
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefErrorFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefFormFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefInfoFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefPanelFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefSearchFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefSeverityFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
 
createTitle(FrameTitle, boolean) - Method in class com.cc.framework.ui.painter.def.frame.DefWarningFramePainter
 
createTreeLines(TreeLineIterator) - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Renders a Sub Tree of the Control.
createUncheckAllButton(PainterContext, ColumnDesignModel, SelectMode) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Creates the uncheck all button
createUncheckColumnButton(PainterContext, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Creates the uncheck all button
createVersionInfo(VersionInfo) - Static method in class com.cc.framework.http.HttpUtil
Creates a Version String
createWeeklyPattern(int, int) - Static method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Constructor for a weekly recurrence pattern
createYearlyNthPattern(int, int, int) - Static method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Constructor for a yearly (N-th) recurrence pattern
createYearlyPattern(int, int) - Static method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Constructor for a yearly recurrence pattern
crumbid - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
The unique id of the crumb
crumbs - Variable in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
Buffer for the crumbs of the CrumbControl
ctrl - Variable in class com.cc.framework.ui.control.ControlMethodInvocation
Control Name
ctrlPainter - Variable in class com.cc.framework.ui.painter.ControlPortionPainter
The Control Painter
ctx - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Painter context
ctx - Variable in class com.cc.framework.ui.painter.def.DefMenuItemPainter
The painter context
curKey - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
The current key
curLabel - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
The current label
curTooltip - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
The current tooltip
currencyClass - Static variable in class com.cc.framework.convert.imp.NumberConverter
 
currencyCode - Variable in class com.cc.framework.convert.imp.NumberConverter
 
currencyCode_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
currencySymbol - Variable in class com.cc.framework.convert.imp.NumberConverter
 
currencySymbol_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
current() - Method in interface com.cc.framework.ui.control.LineIterator
Returns the Object at the current position
current(String) - Method in interface com.cc.framework.ui.control.LineIterator
Method current
current - Variable in class com.cc.framework.ui.control.ListLineIterator
The current position
current() - Method in class com.cc.framework.ui.control.ListLineIterator
 
current(String) - Method in class com.cc.framework.ui.control.ListLineIterator
 
current - Variable in class com.cc.framework.ui.control.TreeLineIterator
Field current
current() - Method in class com.cc.framework.ui.control.TreeLineIterator
Returns the current tree node
current(String) - Method in class com.cc.framework.ui.control.TreeLineIterator
 
current - Variable in class com.cc.framework.ui.control.VirtualKeyListLineIterator
The current position
current() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
current(String) - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
current - Variable in class com.cc.framework.ui.control.VirtualListLineIterator
The current position
current() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
current(String) - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
current - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
The current iteration element
current() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
 
current - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
The current bean
current() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Returns the current node.
current() - Method in class com.cc.framework.util.TreeIterator.RootIterator
 
current() - Method in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
current() - Method in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
current() - Method in class com.cc.framework.util.TreeIterator
Returns the current node.
currentCheckState() - Method in interface com.cc.framework.ui.control.LineIterator
Returns the Check state -1 = The Item can not be checked.
currentCheckState() - Method in class com.cc.framework.ui.control.ListLineIterator
 
currentCheckState() - Method in class com.cc.framework.ui.control.TreeLineIterator
Returns the check state of the current tree node
currentCheckState() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
currentCheckState() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
currentChild - Variable in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
currentIndex() - Method in interface com.cc.framework.ui.control.LineIterator
Returns the current row index (offset between the first line and the current line)
currentIndex() - Method in class com.cc.framework.ui.control.ListLineIterator
Returns the current row index
currentIndex() - Method in class com.cc.framework.ui.control.TreeLineIterator
 
currentIndex() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
Returns the current row index
currentIndex() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
Returns the current row index
currentIndex() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Returns index of the of the current node among siblings.
currentIndex() - Method in class com.cc.framework.util.TreeIterator.RootIterator
 
currentIndex - Variable in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
currentIndex() - Method in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
currentIndex() - Method in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
currentIndex() - Method in class com.cc.framework.util.TreeIterator
Returns index of the of the current node among siblings.
currentIterator() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
currentIterator() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Returns the LevelIterator for the current selected element.
currentKey() - Method in interface com.cc.framework.ui.control.LineIterator
Method curentKey
currentKey() - Method in class com.cc.framework.ui.control.ListLineIterator
 
currentKey() - Method in class com.cc.framework.ui.control.TreeLineIterator
Returns the unique key of the current node
currentKey() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
currentKey() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
currentKey() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
currentKey() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Returns key of the of the current node.
currentKey() - Method in class com.cc.framework.util.TreeIterator
Returns key of the of the current node.
currentPage - Variable in class com.cc.framework.ui.model.imp.ListStateModelImp
Current Page, which is displayed
currentPage - Variable in class com.cc.framework.ui.model.imp.TreelistStateModelImp
Current Page, which is displayed
cursor - Variable in class com.cc.framework.ui.painter.PainterFactoryIterator
The cursor that points to the current element in our factory list
customConverters - Variable in class com.cc.framework.convert.ConverterRegistry
This is a Registry for custom Converter classes

D

DAILY - Static variable in class com.cc.framework.ui.model.RecurrenceType
Recurrence Type: daily
DATEFORMAT_DATETIME - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: yyyy.MM.dd 'at' h:mm a
DATEFORMAT_DAY - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: d.
DATEFORMAT_DETAIL - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: variable
DATEFORMAT_HOUR - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: variable
DATEFORMAT_MONTH_OF_YEAR - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: MMMMM yyyy
DATEFORMAT_TIME - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: h:mm a
DATEFORMAT_WEEK - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: 'Week' w 'in' yyyy
DATEFORMAT_WEEKDAY - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: EEE, d MMM yyyy
DATEFORMAT_WEEKDAY_SHORT - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Date format: EEE, d MMM
DAY - Static variable in class com.cc.framework.ui.model.SchedulerScope
The control will be displayed in day view
DAY - Static variable in class com.cc.framework.ui.model.SchedulerView
The control will be displayed in day view
DAYS_IN_WEEK - Static variable in class com.cc.framework.util.CalendarHelp
The number of days in a week
DECORATIONS - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
Decoration elements that should be displayed next to a control Type: Collection<ConcreteElement>
DECORATIONS_DONE - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
Indicates that the Decoration collection has been processed Type: Boolean
DECORATOR_ACT_KEY - Static variable in interface com.cc.framework.Globals
RequestDecorator object
DECORATOR_KEY - Static variable in interface com.cc.framework.Globals
RequestDecorator object
DEFAULT - Static variable in class com.cc.framework.ui.AjaxSettings
The applications default AJAX settings
DEFAULT - Static variable in interface com.cc.framework.ui.MenuState
state: DEFAULT
DEFAULT - Static variable in class com.cc.framework.ui.RunAt
RunAt: NONE
DEFAULT_TIME_ZONE - Static variable in class com.cc.framework.convert.imp.DateTimeConverter
 
DEF_LANGUAGE - Static variable in class com.cc.framework.message.MessageResource
Field DEF_LANGUAGE
DELIMITER - Static variable in class com.cc.framework.security.acl.expr.TokenType
Symbol: Komma ,
DENIED - Static variable in class com.cc.framework.security.StaticPermission
static permission: DENIED
DENIED - Static variable in class com.cc.framework.security.acl.expr.AccessToken
Access denied
DESCENDING - Static variable in class com.cc.framework.common.SortOrder
sort: DESCENDING
DETAIL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
d
DIALOG - Static variable in class com.cc.framework.http.HttpScope
HttpScope: Dialog
DIALOGFACTORY_KEY - Static variable in interface com.cc.framework.Globals
Key for the dialog factory
DIALOGMANAGER_KEY - Static variable in interface com.cc.framework.Globals
Key for the Dialog Manager
DIALOG_KEY - Static variable in interface com.cc.framework.Globals
Key for the running dialog instance
DISABLED - Static variable in class com.cc.framework.common.ButtonMode
CheckState: DISABLED
DISABLED - Static variable in class com.cc.framework.ui.MenuStateType
state: DISABLED
DISABLED - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
disabled
DISPLAY - Static variable in class com.cc.framework.ui.FormType
form: DISPLAY
DISPLAY - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
Form type type: Boolean (default is false)
DOWM_ALLDAYS - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Working Days
DOWM_FRIDAY - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Friday
DOWM_MONDAY - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Monday
DOWM_SATURDAY - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Saturday
DOWM_SUNDAY - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Sunday
DOWM_THURSDAY - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Thursday
DOWM_TUESDAY - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Tuesday
DOWM_WEDNESDAY - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Wednesday
DOWM_WEEKDAYS - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Working Days
DOWM_WEEKENDDAYS - Static variable in class com.cc.framework.util.CalendarHelp
Bit mask for Weekend Days
DataModel - interface com.cc.framework.ui.model.DataModel.
Tag-Interface for all data models
DateConverter - class com.cc.framework.convert.imp.DateConverter.
Converter for datatype Date
DateConverter() - Constructor for class com.cc.framework.convert.imp.DateConverter
 
DateTimeConverter - class com.cc.framework.convert.imp.DateTimeConverter.
Converter for Date and time (as in the Java Server Faces Specification)
DateTimeConverter() - Constructor for class com.cc.framework.convert.imp.DateTimeConverter
Default constructor
DecoratorTag - class com.cc.framework.taglib.util.DecoratorTag.
DecoratorTag Note: for future use
DecoratorTag() - Constructor for class com.cc.framework.taglib.util.DecoratorTag
Constructor
Def2ColorPalette - class com.cc.framework.ui.painter.def2.Def2ColorPalette.
Color Palette
Def2ColorPalette() - Constructor for class com.cc.framework.ui.painter.def2.Def2ColorPalette
 
Def2HtmlClass - interface com.cc.framework.ui.painter.def2.Def2HtmlClass.
This interface defines HTML class Id's used by the painters of the framework.
Def2PainterFactory - class com.cc.framework.ui.painter.def2.Def2PainterFactory.
Factory class for creating the Def2Painter.
Def2PainterFactory() - Constructor for class com.cc.framework.ui.painter.def2.Def2PainterFactory
Constructor
Def2ResourceMap - class com.cc.framework.ui.painter.def2.Def2ResourceMap.
Resourcemap for the Def2Painter.
Def2ResourceMap() - Constructor for class com.cc.framework.ui.painter.def2.Def2ResourceMap
Constructor
Def2Resources - interface com.cc.framework.ui.painter.def2.Def2Resources.
This interface defines string and image codes for resources.
DefActionPainter - class com.cc.framework.ui.painter.def.DefActionPainter.
The ActionPainter Class is responsible to generate a HTML-Element to initiate an Action
DefActionPainter(PainterContext, ControlAction) - Constructor for class com.cc.framework.ui.painter.def.DefActionPainter
Constructor for ActionPainter
DefButtonPainter - class com.cc.framework.ui.painter.def.DefButtonPainter.
HTML painter for the button control
DefButtonPainter(PainterContext, ButtonControl) - Constructor for class com.cc.framework.ui.painter.def.DefButtonPainter
Constructor
DefClassType - interface com.cc.framework.ui.painter.def.DefClassType.
HTML Class types.
DefColorPalette - class com.cc.framework.ui.painter.def.DefColorPalette.
Color Palette
DefColorPalette() - Constructor for class com.cc.framework.ui.painter.def.DefColorPalette
 
DefCrumbsPainter - class com.cc.framework.ui.painter.def.DefCrumbsPainter.
Painter class for the crumbs control
DefCrumbsPainter(PainterContext, CrumbsControl) - Constructor for class com.cc.framework.ui.painter.def.DefCrumbsPainter
Constructor
DefDayViewPainter - class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.
The Day View Calendar Painter
DefDayViewPainter() - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
 
DefDayViewPainter.AppointmentInfo - class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo.
This class adds some layout information to an appointment
DefDayViewPainter.AppointmentInfo(Appointment, int, int, int) - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Constructor.
DefDayViewPainter.DayInfo - class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo.
Column Layout Information
DefDayViewPainter.DayInfo(Calendar, Appointment[]) - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Creates and initializes the Information about the given day
DefErrorFramePainter - class com.cc.framework.ui.painter.def.frame.DefErrorFramePainter.
 
DefErrorFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefErrorFramePainter
 
DefFormDisplayPainter - class com.cc.framework.ui.painter.def.DefFormDisplayPainter.
Painter for forms
DefFormDisplayPainter(PainterContext, FormControl) - Constructor for class com.cc.framework.ui.painter.def.DefFormDisplayPainter
Constructor for DefFormDisplayPainter
DefFormEditPainter - class com.cc.framework.ui.painter.def.DefFormEditPainter.
Painter for forms that could be edited / have input fields
DefFormEditPainter(PainterContext, FormControl) - Constructor for class com.cc.framework.ui.painter.def.DefFormEditPainter
Constructor for DefFormEditPainter
DefFormFramePainter - class com.cc.framework.ui.painter.def.frame.DefFormFramePainter.
Concrete Frame painter
DefFormFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefFormFramePainter
Creates a new FramePainter
DefFormHeaderPainter - class com.cc.framework.ui.painter.def.DefFormHeaderPainter.
Painter for Header form
DefFormHeaderPainter(PainterContext, FormControl) - Constructor for class com.cc.framework.ui.painter.def.DefFormHeaderPainter
Constructor for DefFormHeaderPainter
DefFormInfoPainter - class com.cc.framework.ui.painter.def.DefFormInfoPainter.
Painter for the Info form
DefFormInfoPainter(PainterContext, FormControl) - Constructor for class com.cc.framework.ui.painter.def.DefFormInfoPainter
Constructor for DefFormInfoPainter
DefFormPainter - class com.cc.framework.ui.painter.def.DefFormPainter.
Base class for form painters
DefFormPainter(PainterContext, FormControl) - Constructor for class com.cc.framework.ui.painter.def.DefFormPainter
Constructor for DefFormPainter
DefFormSearchPainter - class com.cc.framework.ui.painter.def.DefFormSearchPainter.
Painter for the search form
DefFormSearchPainter(PainterContext, FormControl) - Constructor for class com.cc.framework.ui.painter.def.DefFormSearchPainter
Constructor for DefFormSearchPainter
DefFramePainter - class com.cc.framework.ui.painter.def.DefFramePainter.
Painter for the Frame Control
DefFramePainter(PainterContext, FrameControl) - Constructor for class com.cc.framework.ui.painter.def.DefFramePainter
Constructor
DefFramePainterBase - class com.cc.framework.ui.painter.def.frame.DefFramePainterBase.
Concrete Frame painter
DefFramePainterBase() - Constructor for class com.cc.framework.ui.painter.def.frame.DefFramePainterBase
Creates a new FramePainter
DefGaugePainter - class com.cc.framework.ui.painter.def.DefGaugePainter.
Painter for the gauge control
DefGaugePainter(PainterContext, GaugeControl) - Constructor for class com.cc.framework.ui.painter.def.DefGaugePainter
Constructor
DefHeadlinePainter - class com.cc.framework.ui.painter.def.DefHeadlinePainter.
Painter for the Headline Control
DefHeadlinePainter(PainterContext, HeadlineControl) - Constructor for class com.cc.framework.ui.painter.def.DefHeadlinePainter
Constructor
DefHtmlClass - interface com.cc.framework.ui.painter.def.DefHtmlClass.
This interface defines HTML class Id's used by the painters of the framework.
DefInfoFramePainter - class com.cc.framework.ui.painter.def.frame.DefInfoFramePainter.
 
DefInfoFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefInfoFramePainter
 
DefInfoPainter - class com.cc.framework.ui.painter.def.DefInfoPainter.
Painter for the InfoControl
DefInfoPainter(PainterContext, InfoControl) - Constructor for class com.cc.framework.ui.painter.def.DefInfoPainter
Constructor for DefInfoPainter
DefListPainter - class com.cc.framework.ui.painter.def.DefListPainter.
Default painter for Lists
DefListPainter(PainterContext, ListControl) - Constructor for class com.cc.framework.ui.painter.def.DefListPainter
Constructor
DefMenuButtonPainter - class com.cc.framework.ui.painter.def.DefMenuButtonPainter.
Painter for the menu button control
DefMenuButtonPainter(PainterContext, MenuButtonControl) - Constructor for class com.cc.framework.ui.painter.def.DefMenuButtonPainter
Constructor
DefMenuItemPainter - class com.cc.framework.ui.painter.def.DefMenuItemPainter.
This class is used to create the menu java script elements
DefMenuItemPainter(PainterContext) - Constructor for class com.cc.framework.ui.painter.def.DefMenuItemPainter
Constructor
DefMenuMainPainter - class com.cc.framework.ui.painter.def.DefMenuMainPainter.
Painter for the Main Menu
DefMenuMainPainter(PainterContext, MenuControl) - Constructor for class com.cc.framework.ui.painter.def.DefMenuMainPainter
Constructor
DefMenuPainter - class com.cc.framework.ui.painter.def.DefMenuPainter.
Base Class for menu controls
DefMenuPainter(PainterContext, MenuControl) - Constructor for class com.cc.framework.ui.painter.def.DefMenuPainter
Constructor
DefMenuSidebarPainter - class com.cc.framework.ui.painter.def.DefMenuSidebarPainter.
Painter for the vertical Menu (Sidebar)
DefMenuSidebarPainter(PainterContext, MenuControl) - Constructor for class com.cc.framework.ui.painter.def.DefMenuSidebarPainter
Constructor for DefMenuSidebarPainter
DefMenuToolsPainter - class com.cc.framework.ui.painter.def.DefMenuToolsPainter.
Painter for the tool menu
DefMenuToolsPainter(PainterContext, MenuControl) - Constructor for class com.cc.framework.ui.painter.def.DefMenuToolsPainter
Constructor for DefMenuToolsPainter
DefMessageErrorPainter - class com.cc.framework.ui.painter.def.DefMessageErrorPainter.
Painter for the error control.
DefMessageErrorPainter(PainterContext, MessageControl) - Constructor for class com.cc.framework.ui.painter.def.DefMessageErrorPainter
Constructor
DefMessageInfoPainter - class com.cc.framework.ui.painter.def.DefMessageInfoPainter.
Painter for the messageinfo control.
DefMessageInfoPainter(PainterContext, MessageControl) - Constructor for class com.cc.framework.ui.painter.def.DefMessageInfoPainter
Constructor
DefMessagePainter - class com.cc.framework.ui.painter.def.DefMessagePainter.
Base class for the message controls
DefMessagePainter(PainterContext, MessageControl) - Constructor for class com.cc.framework.ui.painter.def.DefMessagePainter
Constructor
DefMessageSeverityPainter - class com.cc.framework.ui.painter.def.DefMessageSeverityPainter.
Painter for the framework messages
DefMessageSeverityPainter(PainterContext, MessageControl) - Constructor for class com.cc.framework.ui.painter.def.DefMessageSeverityPainter
Constructor
DefMessageWarningPainter - class com.cc.framework.ui.painter.def.DefMessageWarningPainter.
Painter for the error control.
DefMessageWarningPainter(PainterContext, MessageControl) - Constructor for class com.cc.framework.ui.painter.def.DefMessageWarningPainter
Constructor
DefMonthViewPainter - class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter.
Scheduler Painter for month view
DefMonthViewPainter() - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Constructor
DefPainterBase - class com.cc.framework.ui.painter.def.DefPainterBase.
Base Class for all painters in the painter.def package
DefPainterBase(PainterContext) - Constructor for class com.cc.framework.ui.painter.def.DefPainterBase
Constructor
DefPainterFactory - class com.cc.framework.ui.painter.def.DefPainterFactory.
Factory Class for creating the Default-Painters.
DefPainterFactory() - Constructor for class com.cc.framework.ui.painter.def.DefPainterFactory
Constructor
DefPainterUtility - class com.cc.framework.ui.painter.def.DefPainterUtility.
Class DefPainterUtility
DefPainterUtility() - Constructor for class com.cc.framework.ui.painter.def.DefPainterUtility
Constructor
DefPanelFramePainter - class com.cc.framework.ui.painter.def.frame.DefPanelFramePainter.
 
DefPanelFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefPanelFramePainter
 
DefPanelPainter - class com.cc.framework.ui.painter.def.DefPanelPainter.
Painter for the Panel Control
DefPanelPainter(PainterContext, PanelControl) - Constructor for class com.cc.framework.ui.painter.def.DefPanelPainter
Constructor
DefRatingPainter - class com.cc.framework.ui.painter.def.DefRatingPainter.
Painter for the rating control
DefRatingPainter(PainterContext, RatingControl) - Constructor for class com.cc.framework.ui.painter.def.DefRatingPainter
Constructor
DefRecurrencePatternPainter - class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter.
Painter for the Recurrence Pattern control
DefRecurrencePatternPainter(PainterContext, RecurrencePatternControl) - Constructor for class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Constructor
DefResourceMap - class com.cc.framework.ui.painter.def.DefResourceMap.
The DefResourceMap registers all images that are needed by the DefaulPainter.
DefResourceMap() - Constructor for class com.cc.framework.ui.painter.def.DefResourceMap
Constructor
DefResources - interface com.cc.framework.ui.painter.def.DefResources.
This interface defines string and image codes for resources.
DefSchedulerPainter - class com.cc.framework.ui.painter.def.DefSchedulerPainter.
Painter for the calendar control
DefSchedulerPainter(PainterContext, SchedulerControl) - Constructor for class com.cc.framework.ui.painter.def.DefSchedulerPainter
Constructor
DefSchedulerViewPainter - class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter.
Scheduler View painter.
DefSchedulerViewPainter() - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates a new ViewPainter
DefSchedulerViewPainter.CompositeElement - class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter.CompositeElement.
Composite HTML element
DefSchedulerViewPainter.CompositeElement() - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter.CompositeElement
 
DefSearchFramePainter - class com.cc.framework.ui.painter.def.frame.DefSearchFramePainter.
Concrete Frame painter
DefSearchFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefSearchFramePainter
Creates a new FramePainter
DefSeverityFramePainter - class com.cc.framework.ui.painter.def.frame.DefSeverityFramePainter.
 
DefSeverityFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefSeverityFramePainter
 
DefSimpleFramePainter - class com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter.
Concrete Frame painter
DefSimpleFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter
Creates a new FramePainter
DefTabbarPainter - class com.cc.framework.ui.painter.def.DefTabbarPainter.
Painter class for the tabbar control
DefTabbarPainter(PainterContext, TabbarControl) - Constructor for class com.cc.framework.ui.painter.def.DefTabbarPainter
Constructor for DefTabbarPainter
DefTabbedFramePainter - class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter.
Painter for a tabbed frame
DefTabbedFramePainter(boolean) - Constructor for class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Creates a new FramePainter
DefTabsetPainter - class com.cc.framework.ui.painter.def.DefTabsetPainter.
Painter for the Tabset Control
DefTabsetPainter(PainterContext, TabsetControl) - Constructor for class com.cc.framework.ui.painter.def.DefTabsetPainter
Constructor for DefTabsetPainter
DefTreePainter - class com.cc.framework.ui.painter.def.DefTreePainter.
Painter for the Tree Control
DefTreePainter(PainterContext, TreeControl) - Constructor for class com.cc.framework.ui.painter.def.DefTreePainter
Constructor for DefTreePainter
DefWarningFramePainter - class com.cc.framework.ui.painter.def.frame.DefWarningFramePainter.
 
DefWarningFramePainter() - Constructor for class com.cc.framework.ui.painter.def.frame.DefWarningFramePainter
 
DefWeekViewPainter - class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter.
Scheduler Painter for Week View
DefWeekViewPainter() - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
 
DefWorkWeekPainter - class com.cc.framework.ui.painter.def.scheduler.DefWorkWeekPainter.
The Working Week View Calendar Painter
DefWorkWeekPainter() - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefWorkWeekPainter
 
DefYearViewPainter - class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter.
Scheduler Painter for year view
DefYearViewPainter() - Constructor for class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Constructor
DefaultHandler - class com.cc.framework.util.parser.formatter.DefaultHandler.
This handler is used to create HTML
DefaultHandler(OutputStream) - Constructor for class com.cc.framework.util.parser.formatter.DefaultHandler
Constructor
DeferredEnvironment - class com.cc.framework.ui.model.value.DeferredEnvironment.
Environment for executing expressions
DeferredEnvironment(PageContext) - Constructor for class com.cc.framework.ui.model.value.DeferredEnvironment
Constructor
DeferredEnvironment(PageContext, Object) - Constructor for class com.cc.framework.ui.model.value.DeferredEnvironment
Constructor
DeferredEnvironment.BeanVariableResolver - class com.cc.framework.ui.model.value.DeferredEnvironment.BeanVariableResolver.
Variable Resolver
DeferredEnvironment.BeanVariableResolver(PageContext, Object) - Constructor for class com.cc.framework.ui.model.value.DeferredEnvironment.BeanVariableResolver
Constructor
DeferredEnvironment.ELFunctionMapper - class com.cc.framework.ui.model.value.DeferredEnvironment.ELFunctionMapper.
Function mapper
DeferredEnvironment.ELFunctionMapper() - Constructor for class com.cc.framework.ui.model.value.DeferredEnvironment.ELFunctionMapper
 
DeferredEnvironment.ELLogger - class com.cc.framework.ui.model.value.DeferredEnvironment.ELLogger.
Logger
DeferredEnvironment.ELLogger(Log) - Constructor for class com.cc.framework.ui.model.value.DeferredEnvironment.ELLogger
Constructor
DeferredException - exception com.cc.framework.ui.model.value.DeferredException.
Exception for Deferred Values
DeferredException() - Constructor for class com.cc.framework.ui.model.value.DeferredException
Constructs a new runtime exception with null as its detail message.
DeferredException(String) - Constructor for class com.cc.framework.ui.model.value.DeferredException
Constructs a new runtime exception with the specified detail message.
DeferredValue - class com.cc.framework.ui.model.value.DeferredValue.
This is the value wrapper class for deferred EL expressions
DeferredValue() - Constructor for class com.cc.framework.ui.model.value.DeferredValue
Constructor
DeferredValue(boolean) - Constructor for class com.cc.framework.ui.model.value.DeferredValue
Constructor for an literal boolean value
DeferredValue(int) - Constructor for class com.cc.framework.ui.model.value.DeferredValue
Constructor for an literal int value
DeferredValue(Object) - Constructor for class com.cc.framework.ui.model.value.DeferredValue
Constructor for an literal String value
DesignModel - interface com.cc.framework.ui.model.DesignModel.
Tag-Interface for all design models.
DesignRule - interface com.cc.framework.ui.model.DesignRule.
A design rule is used to modify the properties of a design model at runtime based on a rule
DesignRuleContainerTag - interface com.cc.framework.taglib.DesignRuleContainerTag.
Interface for DesignRule containers
DesignRuleImp - class com.cc.framework.ui.model.imp.DesignRuleImp.
A design rule is used to modify the properties of a design model at runtime based on a rule
DesignRuleImp() - Constructor for class com.cc.framework.ui.model.imp.DesignRuleImp
Constructor
DesignRuleTag - class com.cc.framework.taglib.util.DesignRuleTag.
Tag for declaring design rules
DesignRuleTag() - Constructor for class com.cc.framework.taglib.util.DesignRuleTag
Constructor
DialogContext - class com.cc.framework.dialog.DialogContext.
Base Class for all dialog context classes.
DialogContext() - Constructor for class com.cc.framework.dialog.DialogContext
 
DirtyMarker - interface com.cc.framework.common.DirtyMarker.
Interface for objects to manage a dirty state
DirtyMarkerImp - class com.cc.framework.common.DirtyMarkerImp.
Simple Implementation of the DirtyMarker interface
DirtyMarkerImp() - Constructor for class com.cc.framework.common.DirtyMarkerImp
Constructor
DisplayObject - interface com.cc.framework.common.DisplayObject.
A simple interface to identify display objects.
DoubleConverter - class com.cc.framework.convert.imp.DoubleConverter.
Converter for Datatype java.lang.Double
DoubleConverter() - Constructor for class com.cc.framework.convert.imp.DoubleConverter
 
DynaStringElement - class com.cc.framework.ui.painter.global.DynaStringElement.
This element will create an HTML Div element or a simple String element.
DynaStringElement() - Constructor for class com.cc.framework.ui.painter.global.DynaStringElement
Basic constructor
DynaStringElement(String) - Constructor for class com.cc.framework.ui.painter.global.DynaStringElement
Basic constructor
DynaStringElement(Element) - Constructor for class com.cc.framework.ui.painter.global.DynaStringElement
Basic constructor
data - Variable in class com.cc.framework.security.acl.expr.TokenStream
Die Date des Streams
dataModel - Variable in class com.cc.framework.ui.control.CrumbsControl
Data model
dataModel - Variable in class com.cc.framework.ui.control.FormControl
Data model
dataModel - Variable in class com.cc.framework.ui.control.FrameControl
Data model
dataModel - Variable in class com.cc.framework.ui.control.GaugeControl
The Data Model
dataModel - Variable in class com.cc.framework.ui.control.InfoControl
Data model
dataModel - Variable in class com.cc.framework.ui.control.ListLineIterator
The data model
dataModel - Variable in class com.cc.framework.ui.control.MenuButtonControl
DataModel
dataModel - Variable in class com.cc.framework.ui.control.MenuControl
Data model
dataModel - Variable in class com.cc.framework.ui.control.MessageControl
The data model
dataModel - Variable in class com.cc.framework.ui.control.PanelControl
The data model
dataModel - Variable in class com.cc.framework.ui.control.RatingControl
DataModel
dataModel - Variable in class com.cc.framework.ui.control.SchedulerControl
DataModel
dataModel - Variable in class com.cc.framework.ui.control.SimpleListControl
The data model
dataModel - Variable in class com.cc.framework.ui.control.TabbarControl
Data model
dataModel - Variable in class com.cc.framework.ui.control.TreeControl
Data model
dataModel - Variable in class com.cc.framework.ui.control.TreelistControl
Data model for the control
dataModel - Variable in class com.cc.framework.ui.control.VirtualKeyListLineIterator
The data model
dataModel - Variable in class com.cc.framework.ui.control.VirtualListLineIterator
The data model
dataModel - Variable in class com.cc.framework.ui.painter.html.OptionsPainter
The data model
date - Variable in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
The first visible Date in the Scheduler Control
date - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
The Days date
dateStyle - Variable in class com.cc.framework.convert.imp.DateTimeConverter
 
dateStyle - Variable in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
dayDayMask - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
dayEndHour - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The ending hour of the day
dayInterval - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
dayMask - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
A Mask indicating the working days of the week.
dayOfMonth - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The Day of the month
dayOfWeek - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
The Day of the week
dayOfWeekMask - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Bit mask for a day of the week (use the CalendarHelp.DOWM_xxx constants) Sunday = CalendarHelp.DOWM_SUNDAY Monday = CalendarHelp.DOWM_MONDAY Tuesday = CalendarHelp.DOWM_TUESDAY ...
dayStartHour - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The starting hour of the day
daysShort - Variable in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Cache for Day short Names
decToHex(int) - Method in class com.cc.framework.ui.Color
Converts an int to a hex value
decode(String) - Method in class com.cc.framework.ui.control.ControlValuePath
Decodes a String encoded Path
decode(String) - Static method in class com.cc.framework.util.PropertyMap
translate all escaped characters into the raw characters
decorate(String) - Method in class com.cc.framework.http.RequestDecorationType
Concatenates a String with the Prefix
decorateLabel(String, FormLabelDesignModel) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Adds the prefix and the suffix to the label
decorateLink(PageContext, Hyperlink) - Static method in class com.cc.framework.ui.painter.PainterHelp
Decorates the URL with RequestDecorator settings and appends the JSESSIONID when URL-rewriting is enabled to track sessions Every URL has to be decorated this way!
decorateURL(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Decorates the URL with RequestDecorator settings and appends the JSESSIONID when URL-rewriting is enabled to track sessions Every URL has to be decorated this way!
decorateURL(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Decorates the URL with RequestDecorator settings and appends the JSESSIONID when URL-rewriting is enabled to track sessions Every URL has to be decorated this way!
decorateURL(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Decorates the URL with RequestDecorator settings and appends the JSESSIONID when URL-rewriting is enabled to track sessions Every URL has to be decorated this way!
decorateURL(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Decorates the URL with RequestDecorator settings and appends the JSESSIONID when URL-rewriting is enabled to track sessions Every URL has to be decorated this way!
decorateURL(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
def - Variable in class com.cc.framework.ui.control.FormButtonElement
Indicates if this is the default button on the form.
defaultButton - Variable in class com.cc.framework.ui.control.FormButtonContainer
The default button
defaultConverter - Variable in class com.cc.framework.convert.ConverterRegistry
The default converter that should be used when no matching converter is available
defaultSettings - Static variable in class com.cc.framework.http.BrowserInfo
This is the default client Settings class that is used in the following cases There is no valid user session object available No client Settings object was registered in the user session
defpainter - Static variable in class com.cc.framework.ui.painter.def.col.ColumnPainterFactory
The default column painter instance
depth - Variable in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
deregister(Class) - Method in class com.cc.framework.convert.ConverterRegistry
Remove any registered Converter for the specified destination Class.
description - Variable in class com.cc.framework.ui.control.FormControlElement
Description
designModel - Variable in class com.cc.framework.taglib.base.OptionsTag
The design model
designModel - Variable in class com.cc.framework.taglib.controls.BaseControlTag
The controls design model
designModel - Variable in class com.cc.framework.taglib.controls.ColumnBaseTag
The DesignModel of the column
designModel - Variable in class com.cc.framework.taglib.controls.ColumnHeaderTag
The DesignModel of the column
designModel - Variable in class com.cc.framework.taglib.controls.PanelContentTag
DesignModel
designModel - Variable in class com.cc.framework.taglib.controls.PanelItemTag
DesignModel for the PanelItem
designModel - Variable in class com.cc.framework.taglib.controls.TabTag
DesignModel of the TabPage
designModel - Variable in class com.cc.framework.taglib.forms.FormLabelTag
The DesignModel of the label
designModel - Variable in class com.cc.framework.taglib.menu.CrumbTag
DesignModel of the Crumb
designModel - Variable in class com.cc.framework.taglib.menu.MenuItemTag
DesignModel
designModel - Variable in class com.cc.framework.ui.control.ButtonControl
the design model for the button
designModel - Variable in class com.cc.framework.ui.control.CheckboxControl
DesignModel for the control
designModel - Variable in class com.cc.framework.ui.control.CheckboxGroupControl
The design model
designModel - Variable in class com.cc.framework.ui.control.ComboBoxControl
The design model
designModel - Variable in class com.cc.framework.ui.control.CrumbsControl
Design model
designModel - Variable in class com.cc.framework.ui.control.FormControl
Design model
designModel - Variable in class com.cc.framework.ui.control.FrameControl
Design model
designModel - Variable in class com.cc.framework.ui.control.GaugeControl
The Design Model
designModel - Variable in class com.cc.framework.ui.control.HeadlineControl
The Designmodel
designModel - Variable in class com.cc.framework.ui.control.InfoControl
Design model
designModel - Variable in class com.cc.framework.ui.control.MenuControl
Design model
designModel - Variable in class com.cc.framework.ui.control.MessageControl
The design model
designModel - Variable in class com.cc.framework.ui.control.PanelControl
The design model
designModel - Variable in class com.cc.framework.ui.control.RatingControl
DesignModell
designModel - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
Designmodel
designModel - Variable in class com.cc.framework.ui.control.SchedulerControl
DesignModell
designModel - Variable in class com.cc.framework.ui.control.SelectControl
The design modell
designModel - Variable in class com.cc.framework.ui.control.SimpleListControl
The Designmodel
designModel - Variable in class com.cc.framework.ui.control.SwapSelectControl
The design model
designModel - Variable in class com.cc.framework.ui.control.TabbarControl
Design model
designModel - Variable in class com.cc.framework.ui.control.TextControl
Designmodel
designModel - Variable in class com.cc.framework.ui.control.TextListControl
Designmodel
designModel - Variable in class com.cc.framework.ui.control.TextareaControl
Designmodel
designModel - Variable in class com.cc.framework.ui.control.TreeControl
Design model
designModel - Variable in class com.cc.framework.ui.control.TreeSwapSelectControl
The design model
designModel - Variable in class com.cc.framework.ui.control.TreelistControl
Design model for the control
designModel - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
The designmodel
designModel - Variable in class com.cc.framework.ui.painter.html.OptionsPainter
The design model
designRule - Variable in class com.cc.framework.taglib.util.DesignRuleTag
The design rule object
designRules - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Design rules
designRules - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Design rules
detail - Variable in class com.cc.framework.ui.model.FrameTitle
The localized detail Text
detail - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The forms subtitle
detail - Variable in class com.cc.framework.ui.model.imp.FrameDesignModelImp
The frames subtitle
detail - Variable in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
The detail text
detail - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
The message text
detail - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
The detail
direct - Variable in class com.cc.framework.taglib.template.PageParameter
Field Direct
direct - Variable in class com.cc.framework.taglib.template.PutTag
Output the content literal or as Web Resource
directValue - Variable in class com.cc.framework.taglib.base.ImageTag
A direct set value
directValue - Variable in class com.cc.framework.taglib.controls.BaseControlTag
A direct set value
direction - Variable in class com.cc.framework.ui.painter.PainterFactoryIterator
Stores the increment (the direction) the iterator will iterate it's collection
direction - Variable in class com.cc.framework.util.PropertyComparator
The sort order
directive - Variable in class com.cc.framework.taglib.util.JspTag
jsp directive
dirtyControls - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
List with dirty controls.
disableImg(String) - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
If an image button is disabled the correct image must be used.
disableImg(IMG) - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
If an image button is disabled the correct image must be used.
disableProperty - Variable in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
The name of the property that is used to disable checkbox items
disableProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The property which should be used to disable the column
disabled - Variable in class com.cc.framework.taglib.base.OptionTag
Is this option disabled?
disabled - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Indicates if this column is disabled
disabled - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Indicates if the Control is disabled
disabled - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
This flag indicates if the crumb is disabled
doAddDecorationsToRow(TR, int) - Method in class com.cc.framework.ui.painter.ControlPainter
Attaches all decoration elements that are stored in the painter context to the control HTML table row.
doAddDecorationsToRow(TR, int, Collection) - Method in class com.cc.framework.ui.painter.ControlPainter
Attaches all decoration elements that are stored in the painter context to the control HTML table row.
doAfterBody() - Method in class com.cc.framework.taglib.base.AjaxTag
 
doAfterBody() - Method in class com.cc.framework.taglib.base.InnerFrameTag
 
doAfterBody() - Method in class com.cc.framework.taglib.base.OptionTag
Process the body text of this tag (if any).
doAfterBody() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
 
doAfterBody() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
 
doAfterBody() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
doAfterBody() - Method in class com.cc.framework.taglib.controls.PlainTextTag
 
doAfterBody() - Method in class com.cc.framework.taglib.controls.SelectTag
 
doAfterBody() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
 
doAfterBody() - Method in class com.cc.framework.taglib.controls.TabTag
 
doAfterBody() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
 
doAfterBody() - Method in class com.cc.framework.taglib.forms.ForEachTag
Make the next collection element available and loop, or finish the iterations if there are no more elements.
doAfterBody() - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
doAfterBody() - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
doAfterBody() - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
doAfterBody() - Method in class com.cc.framework.taglib.forms.FormLabelTag
 
doAfterBody() - Method in class com.cc.framework.taglib.forms.InfoTag
 
doAfterBody() - Method in class com.cc.framework.taglib.svg.EmbedTag
 
doAfterBody() - Method in class com.cc.framework.taglib.template.PutTag
Save the associated text from the body content (if any).
doAfterBody() - Method in class com.cc.framework.taglib.util.FilterTag
 
doAfterCreate() - Method in class com.cc.framework.ui.painter.ControlPainter
This template method gets called after element creation
doAfterCreate() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
 
doAfterCreate() - Method in class com.cc.framework.ui.painter.def.DefListPainter
 
doAttachDecorations(ConcreteElement) - Method in class com.cc.framework.ui.painter.ControlPainter
Attaches all decoration elements that are stored in the painter context to the left side of the control.
doAttachDecorations(ConcreteElement) - Method in class com.cc.framework.ui.painter.html.HtmlTextareaPainter
 
doBeforeCreate() - Method in class com.cc.framework.ui.painter.ControlPainter
This template method gets called before element creation
doBeforeCreate() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
 
doBeforeCreate() - Method in class com.cc.framework.ui.painter.def.DefListPainter
 
doCalcEndDate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Calculates the pattern end date
doCalcEndDate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.MonthlyIterator
 
doCalcualteTotalWidth(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Calculates the total width for all columns
doCreateActionPainter(PainterContext, ControlAction) - Method in class com.cc.framework.ui.painter.PainterFactory
Creates an ActionPainter.
doCreateAddAllButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the add all Button
doCreateAddAllButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the add all Button
doCreateAddButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the add Button
doCreateAddButton(boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the Add-Button
doCreateAddButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the add Button
doCreateAllDayArea(DefDayViewPainter.DayInfo[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Creates the row with the "allday" areas for all visible days
doCreateAppointment(Calendar, Appointment, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates the HTML element for an simple appointment
doCreateAppointmentList(Calendar, Appointment[], int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates a appointment list.
doCreateBody() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates the from body.
doCreateBody() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Creates the form body.
doCreateBody() - Method in class com.cc.framework.ui.painter.def.DefInfoPainter
Creates the form body.
doCreateBody(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
This method creates the body of the list control
doCreateBody() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Template method that gets called when the body of the control should be rendered.
doCreateBody(PanelContentDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Paints the Panel Body
doCreateBody() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
This method creates the body of the scheduler control
doCreateBody(TabDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
This method creates the content for the selected tab.
doCreateBody(TabDesignModel) - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
Creates the Content of a single Tab Page
doCreateBody(TabDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
This method creates the content for the selected tab.
doCreateBody() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
 
doCreateBody() - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
 
doCreateBody() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
This method creates the Body of the Scheduling Calendar Control
doCreateBody() - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
 
doCreateBody() - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
 
doCreateBodyDefault(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the body with a fixed (not scrollable) region
doCreateBodyScrollable(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the body with a scrollable region
doCreateButton(FormButtonElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates the button for a form element of type FormButtonElement
doCreateButtonBody() - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
Creates the text buttons body element
doCreateButtonBody() - Method in class com.cc.framework.ui.painter.def.DefMenuButtonPainter
 
doCreateButtonScript() - Method in class com.cc.framework.ui.painter.def.DefMenuButtonPainter
 
doCreateButtons(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the buttons to move the option elements from one window to the other
doCreateButtons() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the buttons for the list elements
doCreateButtons(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the buttons to move the option elements from one window to the other
doCreateCells(TR, ColumnDesignModel[], LineIterator, DeferredEnvironment) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Data for each cell of a row
doCreateClientScript() - Method in class com.cc.framework.taglib.util.ImageMapTag
Creates the client side javascript object for the image map which is used for the clientside tree.
doCreateCloseButton() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Creates the Close-Button
doCreateColGroup(FormElementContainer) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates the HTML <COLGROUP> Element for the list
doCreateColGroup(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the HTML <COLGROUP> Element for the list
doCreateColGroup() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
Creates the HTML <COLGROUP> Element for the list
doCreateColGroup(int, int) - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Creates the HTML colgroup Element for the list
doCreateColGroup() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates the HTML <colgroup> Element for the list
doCreateColumn() - Method in class com.cc.framework.taglib.forms.FormColumnTag
Will be called by the base class to create the column object
doCreateColumnPainter(ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.DefListPainter
This method creates a concrete column painter for a given column object.
doCreateComboBox() - Method in class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
Renders the JavaScript ComboBox
doCreateContainer(FormElementContainer, int, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a generic container
doCreateControl() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Creates the control element
doCreateControl() - Method in class com.cc.framework.taglib.controls.ButtonTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.CalendarTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.CheckboxTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.ColorPickerTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.ComboBoxTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.GaugeTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.HeadlineTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.HiddenTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.ListTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.MultiLevelSelectTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.PanelTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.PlainTextTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.RadioGroupTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.RadioTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.RatingTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.RecurrencePatternTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.SchedulerTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.SelectTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.SpinTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TabbarTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TabsetTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TextListTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TextPopupTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TextTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TextareaTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TreeTag
 
doCreateControl() - Method in class com.cc.framework.taglib.controls.TreelistTag
 
doCreateControl() - Method in class com.cc.framework.taglib.forms.FormTag
 
doCreateControl() - Method in class com.cc.framework.taglib.forms.FrameTag
 
doCreateControl() - Method in class com.cc.framework.taglib.forms.InfoTag
 
doCreateControl() - Method in class com.cc.framework.taglib.forms.MessageTag
 
doCreateControl() - Method in class com.cc.framework.taglib.menu.CrumbsTag
 
doCreateControl() - Method in class com.cc.framework.taglib.menu.MenuButtonTag
 
doCreateControl() - Method in class com.cc.framework.taglib.menu.MenuTag
 
doCreateControl(FormControlElement, Collection) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates the control for a form element of type FormControlElement
doCreateConverter() - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
doCreateConverter() - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
 
doCreateConverter() - Method in class com.cc.framework.taglib.convert.ConverterTag
Template method is called to create the concrete Converter instance
doCreateCreateButton() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates the New-Button
doCreateCrumb(ConcreteElement, int, int, int) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
This method creates the crumb element
doCreateCrumbs(CrumbModel[]) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Method doCreateCrumbs
doCreateDay(String, Locale) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the Section for the "daily" recurrence pattern
doCreateDay(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
Creates the element for the given day
doCreateDayCell(Calendar, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Paints the cell for the given day
doCreateDayCell(Calendar, int, Appointment[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Paints the cell for the given day
doCreateDayCells() - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
Creates the cells for the days of the week
doCreateDayHeader(DefDayViewPainter.DayInfo[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Creates the header with the day labels for a multiple day view
doCreateDayHeader(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Creates the Days column header row
doCreateDayHeader() - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Creates the Days column header row
doCreateDayLabel(DefDayViewPainter.DayInfo) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Creates the days label element
doCreateDayLabel(Calendar, Appointment[], int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Creates the days label element
doCreateDayLabel(Calendar, Appointment[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
Creates the day label
doCreateDayMaskOptions(Locale, int) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates an option list with the day mask options
doCreateDefaultButton() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a hidden default button for the form
doCreateDefaultButton(FormButtonElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a hidden default button for the form
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.BaseControlTag
This method is called to create the DesignModel for the control
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ButtonTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.CalendarTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.CancelTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.CheckboxTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColorPickerTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnAddTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
This method is called to create the DesignModel for the column
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnButtonTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnCheckTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnCheckboxTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnDeleteTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnDrilldownTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnEditTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnGroupTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
This method is called to create the DesignModel for the column
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnHtmlTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnImageTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnLinkTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnRadioTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnSelectorTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnTextTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnTextareaTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnTreeTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ComboBoxTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.GaugeTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.HeadlineTag
Creates the Design Model
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.HiddenTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ListTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.MultiLevelSelectTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.PanelTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.PlainTextTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.RadioGroupTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.RadioTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.RatingTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.RecurrencePatternTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.ResetTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.SchedulerTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.SelectTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.SpinTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TabbarTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TextListTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TextPopupTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TextTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TextareaTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TreeTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.controls.TreelistTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.forms.FormButtonTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.forms.FormCancelTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.forms.FormResetTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.forms.FormTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.forms.FrameTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.forms.InfoTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.forms.MessageTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.menu.CrumbsTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.menu.MenuButtonTag
 
doCreateDesignModel() - Method in class com.cc.framework.taglib.menu.MenuTag
 
doCreateDesignRule() - Method in class com.cc.framework.taglib.util.DesignRuleTag
Creates the design rule object
doCreateDetail(PanelContentDesignModel, PanelItemDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Creates the detail
doCreateDisplayElement() - Method in class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
Creates the element for display only.
doCreateDisplayElement() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates the element for display only.
doCreateDisplayElement() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
Creates the element for display only.
doCreateDisplayElement() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the element for display only.
doCreateDisplayElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the element for display only.
doCreateDisplayElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextPainter
Creates the element for display only.
doCreateDisplayElement() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the element for display only.
doCreateEditElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the element for display only.
doCreateEditElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextPainter
Creates the element for display only.
doCreateEditField() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
 
doCreateElement() - Method in class com.cc.framework.taglib.util.BrowserInfoTag
Creates the browser info html elements
doCreateElement() - Method in class com.cc.framework.ui.painter.ControlPainter
Creates the HTML-Element.
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates the HTML Code for the following Elements: Title Body Footer (optional)
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefGaugePainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefHeadlinePainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefInfoPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the HTML Code for the following Elements: Title Body Footer (optional)
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefMenuButtonPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefMenuMainPainter
Creates a HTML table element, which holds the specified menu items
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefMenuSidebarPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefMenuToolsPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Creates the HTML Code for the following Elements: Title Body Footer (optional)
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Generates the needed HTML for the tree
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlCalendarPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlColorPickerPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlHiddenPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlPlainTextPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlSpinPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextPopupPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlTextareaPainter
 
doCreateElement() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
doCreateEmptyGauge() - Method in class com.cc.framework.ui.painter.def.DefGaugePainter
Creates the HTML code for the empty gauge element
doCreateEmptyListCells(TR, ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the cells for an "empty list" row
doCreateEmptyRating() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
Creates the HTML code for the empty rating element
doCreateExportButton(boolean) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Export-Button
doCreateExportButton(boolean) - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates the Export-Button
doCreateFirstButton(boolean) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the First-Button
doCreateFooter() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates an additional footer.
doCreateFooter() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates an additional footer.
doCreateFooter() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Creates an additional footer.
doCreateFooter() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates an additional footer.
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
doCreateFormControlElement() - Method in interface com.cc.framework.taglib.forms.FormElementControlTag
Creates the concrete form element
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
doCreateFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
doCreateFormElement() - Method in class com.cc.framework.taglib.forms.FormElementDescriptionTag
Creates the html form element
doCreateFormElement() - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
Creates the form element
doCreateFormMessageElement() - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
Creates the form element
doCreateFramePainter(PainterContext, Control) - Method in class com.cc.framework.ui.painter.PainterFactory
Creates a frame painter for the control specified in the argument.
doCreateFramePainter(PainterContext, Control) - Method in class com.cc.framework.ui.painter.def.DefPainterFactory
 
doCreateFrames(AlignmentType) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates a frame container with all frames that match the given filter
doCreateFrames(AlignmentType) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates a frame container with all frames that match the given filter
doCreateFrames(AlignmentType) - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates a frame container with all frames that match the given filter
doCreateGauge() - Method in class com.cc.framework.ui.painter.def.DefGaugePainter
Creates the gauge including the optional label
doCreateGrid() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Creates the pure select control without images
doCreateGroup() - Method in class com.cc.framework.taglib.forms.FormButtonSectionTag
Creates the Group element
doCreateGroup() - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
Creates the Group element
doCreateGroup() - Method in class com.cc.framework.taglib.forms.FormElementRowTag
Creates the Group element
doCreateGroup() - Method in class com.cc.framework.taglib.forms.FormElementSectionTag
Creates the Group element
doCreateGroupHeader(FormGroupElement, int, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates the header row for a form element group
doCreateHeader() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates an additional header.
doCreateHeader(ColumnDesignModel[]) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Row(s) with the column headers
doCreateHeader() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates an additional header.
doCreateHeader() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Creates an additional header.
doCreateHeader() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
doCreateHeader() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates an additional header.
doCreateHeader() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates a navigation header element
doCreateHeader() - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
 
doCreateHeaderCells(TR[], int, ColumnDesignModel[], boolean) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the cells for the given header column
doCreateHeaderIncludes(JspWriter) - Method in class com.cc.framework.ui.painter.PainterFactory
Creates all Include-Tags in the HTML-Pages which are necessary for the Framework to work well (css, javascripts, ...).
doCreateHeaderIncludes(JspWriter) - Method in class com.cc.framework.ui.painter.ajax.AjaxPainterFactory
 
doCreateHeaderIncludes(JspWriter) - Method in class com.cc.framework.ui.painter.def.DefPainterFactory
 
doCreateHeaderIncludes(JspWriter) - Method in class com.cc.framework.ui.painter.global.GlobalPainterFactory
 
doCreateHeaderIncludes(JspWriter) - Method in class com.cc.framework.ui.painter.html.HtmlPainterFactory
 
doCreateHelpButton(String) - Method in class com.cc.framework.ui.painter.def.DefPainterBase
Creates a Help-Button with the given Help Id
doCreateHelpIcon(String) - Method in class com.cc.framework.ui.painter.def.DefPainterBase
Creates a Help-Button with the given Help Id
doCreateHiddenCell(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Creates a cell for hidden days
doCreateHiddenField(String, String) - Method in class com.cc.framework.taglib.util.DecoratorTag
Creates the HTML hidden field
doCreateHiddenFields() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
This method creates all the hidden fields that are necessary to synchronize the selected values back to the server
doCreateHiddenFields(Object[]) - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
This method creates all the hidden fields that are necessary to synchronize the selected values back to the server
doCreateHiddenFields() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
This method creates all the hidden fields that are necessary to synchronize the selected values back to the server
doCreateHorizontalContainer(FormElementContainer, int, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a container with horizontal orientation
doCreateHtml(FormHtmlElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a form element of type FormHtmlElement
doCreateImage(ImageModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Creates the image
doCreateImageButton() - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
Creates a image button
doCreateImageLink() - Method in class com.cc.framework.ui.painter.html.HtmlCalendarPainter
Creates the calendar icon which is used to open the popup calendar.
doCreateImageSelect() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
Creates the select control with images
doCreateInnerFrame() - Method in class com.cc.framework.taglib.base.InnerFrameTag
Creates the inner frame element
doCreateInnerFrames(InnerFrame[], int, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates inner frames
doCreateInput() - Method in class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
Renders the a plain <input> HTML element
doCreateInstanceOptions(Locale, int) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates an option list with the instance options
doCreateItem(Object, Object, Object, ImageModel, boolean, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Creates a single item of the group
doCreateItems() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
doCreateJSImage(String, ImageModel) - Static method in class com.cc.framework.ui.javascript.JavaScriptUtil
Creates a Javascript Icon Object which is used to generate images
doCreateJSImageResourceArray() - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Creates the array which holds the images resources used by our JavaScript tree
doCreateLabeledElement(FormElement, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates the TD's for a labeled form element
doCreateLastButton(boolean) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Last-Button
doCreateLengthControledElement(ConcreteElement) - Method in class com.cc.framework.ui.painter.html.HtmlTextareaPainter
Encapsulates the given HTML Element in an length controlling container
doCreateLink(PanelContentDesignModel, PanelItemDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Creates the hyperlink
doCreateLinkInlineWindow(String, String, String, String, String) - Method in class com.cc.framework.ui.painter.html.HtmlCalendarPainter
Creates the javascript needed to open the inline calendar.
doCreateLinkPopUpWindow(String, String, String, String, String) - Method in class com.cc.framework.ui.painter.html.HtmlCalendarPainter
Creates the javascript needed to open the popup calendar, which opens in a seperat new window.
doCreateMaximizeButton() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Creates the Maximize-Button
doCreateMenuItems(MenuItem[], ImageMap, MenuContext) - Method in class com.cc.framework.ui.painter.def.DefMenuMainPainter
Creates the cells including the menu items of the menu
doCreateMenuItems(int, String, MenuItem[], ImageMap, MenuContext) - Method in class com.cc.framework.ui.painter.def.DefMenuSidebarPainter
Creates the MenuItems
doCreateMenuItems(MenuItem[], ImageMap, MenuContext) - Method in class com.cc.framework.ui.painter.def.DefMenuToolsPainter
Creates the horizontal Tool Menu
doCreateMetricRow(DefDayViewPainter.DayInfo[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Creates the row with metric information that gives the table its column layout
doCreateMetricRow() - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Creates a HTML COLGROUP element that helps to web browser to calculate the layout of a month table
doCreateMetricRow() - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
Creates a HTML COLGROUP element that helps to web browser to calculate the layout of a month table
doCreateMetricRow() - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Creates a HTML COLGROUP element that helps to web browser to calculate the layout of a month table
doCreateMinimizeButton() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Creates the Minimize-Button
doCreateMonthHeader(Calendar, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Creates a navigation header element
doCreateMonthMetricRow() - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Creates a HTML COLGROUP element that helps to web browser to calculate the layout of a month table
doCreateMonthOptions(Locale, int) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates an option list with the twelve month names
doCreateMonthTable(CalendarIterator, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Creates the table for the given month
doCreateMonthly(String, Locale) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the Section for the "monthly" recurrence pattern
doCreateMoreButton(Calendar, Appointment[], int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates the "more..."
doCreateMoveButtons(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the buttons to move the order of option elements
doCreateMoveButtons(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the buttons to move the order of option elements
doCreateMoveDownButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the move down Button
doCreateMoveDownButton(boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the MoveDown-Button
doCreateMoveDownButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the move down Button
doCreateMoveUpButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the move up Button
doCreateMoveUpButton(boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the MoveUp-Button
doCreateMoveUpButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the move up Button
doCreateNavigationButton(boolean) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
 
doCreateNavigationButton(boolean) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
 
doCreateNavigationButton(boolean) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates the Roll-Button
doCreateNavigationButton(boolean) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
 
doCreateNavigationButton(boolean) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWorkWeekPainter
 
doCreateNavigationButton(boolean) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
 
doCreateNavigationButton(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Creates the navigation button for the given month state
doCreateNavigationButtons() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the navigation buttons of the list
doCreateNewButton() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the New-Button
doCreateNextButton(boolean, int) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the next page Button
doCreateNextButton(TabDesignModel) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Creates the scroll left Button
doCreateNone(String, Locale) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the Section for the "none" recurrence pattern
doCreateOverflowIndicatorRow(DefDayViewPainter.DayInfo[], int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Creates the row with the "allday" areas for all visible days
doCreatePageButton(boolean, int) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the page Button
doCreatePageButtonSeperator() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the separator between page buttons
doCreatePainter(PainterContext, Control) - Method in class com.cc.framework.ui.painter.PainterFactory
Creates a painter for the control specified in the argument.
doCreatePainter(PainterContext, Control) - Method in class com.cc.framework.ui.painter.ajax.AjaxPainterFactory
 
doCreatePainter(PainterContext, Control) - Method in class com.cc.framework.ui.painter.def.DefPainterFactory
 
doCreatePainter(PainterContext, Control) - Method in class com.cc.framework.ui.painter.global.GlobalPainterFactory
 
doCreatePainter(PainterContext, Control) - Method in class com.cc.framework.ui.painter.html.HtmlPainterFactory
 
doCreatePainterContext(PageContext, Control) - Method in class com.cc.framework.ui.painter.PainterFactory
Creates the painter context
doCreatePrevButton(boolean, int) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the previous page Button
doCreatePrevButton(TabDesignModel) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Creates the scroll left Button
doCreatePrintButton(boolean) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Print-Button
doCreatePrintButton(boolean) - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates the Print-Button
doCreateRating() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
Creates the rating element
doCreateRefreshButton() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Refresh-Button
doCreateRefreshButton() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates the Refresh-Button
doCreateRemoveAllButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the remove all Button
doCreateRemoveAllButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the remove all Button
doCreateRemoveButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the remove Button
doCreateRemoveButton(boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the Remove-Button
doCreateRemoveButton(int, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the remove Button
doCreateRow(ConcreteElement, String, int) - Method in class com.cc.framework.ui.painter.def.DefFormInfoPainter
This method creates a row container
doCreateRow(ConcreteElement, int, String) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a row container
doCreateRow(FormElementContainer, ConcreteElement, int, String) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a row container
doCreateRowSeparator(int, int) - Method in class com.cc.framework.ui.painter.def.DefFormInfoPainter
 
doCreateRowSeparator(int, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a row separator
doCreateRows(ColumnDesignModel[], LineIterator) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the rows of the List for the current page
doCreateScript() - Method in class com.cc.framework.taglib.util.BrowserInfoTag
Creates the sniffer script that will fill the hidden input field with information about the users browser
doCreateScript() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Java Script Code which is needed by the control
doCreateScript(String) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the Java Script Code which is needed by the control
doCreateScript() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates the Java Script Code which is needed by the control
doCreateScript() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates the Java Script Code which is needed by the control
doCreateScript() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Creates the Java Script Code which is needed by the control
doCreateScript() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates the Java Script Code which is needed by the control
doCreateSection(RecurrenceType, ConcreteElement) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the wrapper element for a section
doCreateSegments() - Method in class com.cc.framework.ui.painter.def.DefGaugePainter
Creates the gauge segments
doCreateSelect(int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates the select element for the given level
doCreateSelect() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Creates the table of select elements
doCreateSelect() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
Creates the pure select control without images
doCreateSelectBox(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Creates on single select box
doCreateSelectBox(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Creates on single select box
doCreateSelectElement(Object[]) - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
 
doCreateSpacer() - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Creates a Spacer between the items
doCreateStackedTabs(TabDesignModel[]) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
This method creates the tab stack
doCreateStateModel() - Method in class com.cc.framework.ui.control.RatingControl
Creates the state model for this control instance
doCreateStateModel() - Method in class com.cc.framework.ui.control.SchedulerControl
Creates the state model for this control instance
doCreateStateModel() - Method in class com.cc.framework.ui.control.TreeControl
Creates the state model for this control instance
doCreateStatemodel() - Method in class com.cc.framework.ui.control.CrumbsControl
Creates the state model for this control instance
doCreateStatemodel() - Method in class com.cc.framework.ui.control.FrameControl
Creates the state model for this control instance
doCreateStatemodel() - Method in class com.cc.framework.ui.control.SimpleListControl
Creates the state model for this control instance
doCreateStatemodel() - Method in class com.cc.framework.ui.control.TabbarControl
Creates the state model for this control instance
doCreateStatemodel() - Method in class com.cc.framework.ui.control.TreelistControl
Creates the state model for this control instance
doCreateTab(ConcreteElement, int, int, int) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
This method creates the tab face
doCreateTab(TabDesignModel, int, int, int) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
This method creates the tab face
doCreateTable(BodyContent) - Method in class com.cc.framework.taglib.util.FilterTag
Creates the output
doCreateTabs() - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Method createTabs
doCreateTabs(TabDesignModel[], int, int) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
This method creates the tab stripe
doCreateTextArea() - Method in class com.cc.framework.ui.painter.html.HtmlTextPopupPainter
 
doCreateTextArea() - Method in class com.cc.framework.ui.painter.html.HtmlTextareaPainter
Creates the textarea element
doCreateTextButton() - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
Creates a text button
doCreateTitleButtons() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates the buttons in the header of the list
doCreateTitleButtons() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Creates the buttons in the title of the frame
doCreateTitleButtons() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the buttons in the header of the list
doCreateTitleButtons() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Creates the buttons in the header of the list
doCreateTitleButtons(DefSchedulerViewPainter) - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates the buttons in the frame header
doCreateTypeMenu(String, Locale) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the RecurrenceType options on the left side
doCreateVerticalContainer(FormElementContainer, int, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
This method creates a container with vertical orientation
doCreateView() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
This method creates the View Part of the Scheduling Calendar Control
doCreateViewDayButton() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates a View-Button
doCreateViewMonthButton() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates a View-Button
doCreateViewPainter(SchedulerView) - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
This methods creates the painter for the Scheduler View
doCreateViewWeekButton() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates a View-Button
doCreateViewWorkWeekButton() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates a View-Button
doCreateViewYearButton() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates a View-Button
doCreateWeekly(String, Locale) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the Section for the "weekly" recurrence pattern
doCreateYearly(String, Locale) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Creates the Section for the "yearly" recurrence pattern
doEndTag() - Method in class com.cc.framework.taglib.base.AjaxTag
 
doEndTag() - Method in class com.cc.framework.taglib.base.ImageTag
 
doEndTag() - Method in class com.cc.framework.taglib.base.InnerFrameTag
 
doEndTag() - Method in class com.cc.framework.taglib.base.OptionTag
 
doEndTag() - Method in class com.cc.framework.taglib.base.OptionsTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.PanelContentTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.PanelItemTag
 
doEndTag() - Method in class com.cc.framework.taglib.controls.TabTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.ForEachTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormColumnGroupTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormColumnTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormLabelTag
 
doEndTag() - Method in class com.cc.framework.taglib.forms.FormTag
 
doEndTag() - Method in class com.cc.framework.taglib.menu.ContextTag
 
doEndTag() - Method in class com.cc.framework.taglib.menu.CrumbTag
 
doEndTag() - Method in class com.cc.framework.taglib.menu.MenuItemTag
 
doEndTag() - Method in class com.cc.framework.taglib.svg.SvgTag
 
doEndTag() - Method in class com.cc.framework.taglib.template.InsertTag
 
doEndTag() - Method in class com.cc.framework.taglib.template.PresentTag
 
doEndTag() - Method in class com.cc.framework.taglib.template.PutTag
 
doEndTag() - Method in class com.cc.framework.taglib.util.BrowserInfoTag
 
doEndTag() - Method in class com.cc.framework.taglib.util.DecoratorTag
 
doEndTag() - Method in class com.cc.framework.taglib.util.DesignRuleTag
 
doEndTag() - Method in class com.cc.framework.taglib.util.ImageMapTag
 
doEndTag() - Method in class com.cc.framework.taglib.util.ImageMappingTag
 
doEndTag() - Method in class com.cc.framework.taglib.util.JspTag
 
doExecute(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
A template method which must be overridden by the subclass.
doFetchKeys() - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
Overwrite this method to load the keyset
doFetchKeyset(int, int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This method reads a keyset into memory
doFetchRowBean(Object) - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
Overwrite this method to load one single row bean
doFetchRowBean(Object) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Overwrite this method to load one single row bean
doFetchRowset(int, int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
This method reads a rowset into memory
doFetchRowset(int, int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This method reads a rowset into memory
doFetchSize() - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This method is called to fetch the actual keyset size.
doFetchSize() - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
This method is called to fetch the actual rowset size.
doFetchSize() - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This method is called to fetch the actual rowset size.
doIncludeBody(Principal, Permission) - Method in class com.cc.framework.taglib.security.GrantedTag
This method checks for inclusion or exlusion of the Tag-Body
doIncludeBody(Principal, Permission) - Method in class com.cc.framework.taglib.security.NotGrantedTag
 
doInitBody() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
 
doInitBody() - Method in class com.cc.framework.taglib.controls.PlainTextTag
 
doInitBody() - Method in class com.cc.framework.taglib.controls.SelectTag
 
doInitBody() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
 
doInitBody() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
 
doInitBody() - Method in class com.cc.framework.taglib.forms.InfoTag
 
doMatch(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Checks if this iterator matches a certain date
doMatch(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.DailyIterator
 
doMatch(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.MonthlyIterator
 
doMatch(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.MonthlyNthIterator
 
doMatch(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.WeeklyIterator
 
doMatch(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.YearlyIterator
 
doMatch(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.YearlyNthIterator
 
doPaintBarCell(TD, RatingItem, long) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
paint the ratio bar column of the control
doPaintCell(TD, ColumnDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.DefListPainter
The painter will call this method to paint the cells content
doPaintCell(TD, RatingItem, int, long) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
doPaintDayHeader(TD, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
This method paints one single Header Cell of the Scheduler
doPaintDayHeader(TD, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
This method paints one single Header Cell of the Scheduler
doPaintDetailCell(TD, RatingItem) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
doPaintHeaderCell(TD, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.DefListPainter
The painter will call this method to paint the column headers content
doPaintHeaderCell(TD, int) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
The painter will call this method to paint the column headers content
doPaintHorizontal(Table) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Paints the control in horizontal orientation
doPaintHorizontal(Table) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Paints the control in horizontal orientation
doPaintLabelCell(TD, RatingItem) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
paint the label column of the control
doPaintRatioCell(TD, RatingItem, long) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
paint the ratio column of the control
doPaintRow(TR, ColumnDesignModel[], LineIterator, DeferredEnvironment) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates one row of the List
doPaintValueCell(TD, RatingItem) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
doPaintVertical(Table) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Paints the control in vertical orientation
doPaintVertical(Table) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Paints the control in vertical orientation
doPostExecute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
doPostExecute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
doPostExecute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
doPostExecute(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
A template method.
doPostPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWActionForm
 
doPostPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWDynaActionForm
 
doPostPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in interface com.cc.framework.adapter.struts.FrameworkActionForm
A template method.
doPreExecute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
doPreExecute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
doPreExecute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
doPreExecute(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
A template method.
doPrePopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWActionForm
 
doPrePopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWDynaActionForm
 
doPrePopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in interface com.cc.framework.adapter.struts.FrameworkActionForm
A template method.
doRegisterColors() - Method in class com.cc.framework.ui.painter.ResourceMapImp
Registers all local colors
doRegisterColors() - Method in class com.cc.framework.ui.painter.ajax.AjaxResourceMap
 
doRegisterColors() - Method in class com.cc.framework.ui.painter.def.DefResourceMap
 
doRegisterColors() - Method in class com.cc.framework.ui.painter.def2.Def2ResourceMap
 
doRegisterColors() - Method in class com.cc.framework.ui.painter.global.GlobalResourceMap
 
doRegisterColors() - Method in class com.cc.framework.ui.painter.html.HtmlResourceMap
 
doRegisterImages() - Method in class com.cc.framework.ui.painter.ResourceMapImp
Registers all local images
doRegisterImages() - Method in class com.cc.framework.ui.painter.ajax.AjaxResourceMap
 
doRegisterImages() - Method in class com.cc.framework.ui.painter.def.DefResourceMap
 
doRegisterImages() - Method in class com.cc.framework.ui.painter.def2.Def2ResourceMap
 
doRegisterImages() - Method in class com.cc.framework.ui.painter.global.GlobalResourceMap
 
doRegisterImages() - Method in class com.cc.framework.ui.painter.html.HtmlResourceMap
 
doRegisterStrings() - Method in class com.cc.framework.ui.painter.ResourceMapImp
Registers all local strings
doRegisterStrings() - Method in class com.cc.framework.ui.painter.ajax.AjaxResourceMap
 
doRegisterStrings() - Method in class com.cc.framework.ui.painter.def.DefResourceMap
 
doRegisterStrings() - Method in class com.cc.framework.ui.painter.global.GlobalResourceMap
 
doRegisterStrings() - Method in class com.cc.framework.ui.painter.html.HtmlResourceMap
 
doRenderAjaxResponse(FrameworkAction, ActionContext, PageContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Renders the AJAX XML response
doRenderAjaxResponse(ActionContext, PageContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
doRenderAjaxResponse(ActionContext, PageContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
doRenderAjaxResponse(ActionContext, PageContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
doRenderAjaxResponse(ActionContext, PageContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Renders the AJAX XML response
doSetImageButtonHandlers(Input) - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
Assigns the JavaScript handlers to the image button
doSetMenuContext(ActionContext, MenuContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
doSetMenuContext(ActionContext, MenuContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
doSetMenuContext(ActionContext, MenuContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
doSetMenuContext(ActionContext, MenuContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Sets the menu context.
doSetTextButtonHandlers(MultiPartElement) - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
Assigns the JavaScript handlers to the text button
doSetup() - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
This method is called first to do any initialization processing
doSetup() - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This method is called first to do any initialization processing
doSetup() - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
This method is called first to do any initialization processing
doSetup() - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This method is called first to do any initialization processing
doStartTag() - Method in class com.cc.framework.taglib.base.AjaxTag
 
doStartTag() - Method in class com.cc.framework.taglib.base.ImageTag
 
doStartTag() - Method in class com.cc.framework.taglib.base.InnerFrameTag
 
doStartTag() - Method in class com.cc.framework.taglib.base.OptionTag
 
doStartTag() - Method in class com.cc.framework.taglib.base.OptionsTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.ButtonTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.GaugeTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.HeadlineTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.PanelContentTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.PanelItemTag
 
doStartTag() - Method in class com.cc.framework.taglib.controls.TabTag
 
doStartTag() - Method in class com.cc.framework.taglib.convert.ConverterTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.ForEachTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormButtonTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormColumnGroupTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormColumnTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.FormLabelTag
 
doStartTag() - Method in class com.cc.framework.taglib.forms.InfoTag
 
doStartTag() - Method in class com.cc.framework.taglib.menu.ContextEqualTag
 
doStartTag() - Method in class com.cc.framework.taglib.menu.ContextTag
 
doStartTag() - Method in class com.cc.framework.taglib.menu.CrumbTag
 
doStartTag() - Method in class com.cc.framework.taglib.menu.MenuItemTag
 
doStartTag() - Method in class com.cc.framework.taglib.security.GrantedTag
 
doStartTag() - Method in class com.cc.framework.taglib.template.GetTag
 
doStartTag() - Method in class com.cc.framework.taglib.template.IncludeTag
 
doStartTag() - Method in class com.cc.framework.taglib.template.InsertTag
 
doStartTag() - Method in class com.cc.framework.taglib.template.PresentTag
 
doStartTag() - Method in class com.cc.framework.taglib.template.PutTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.BaseTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.CalendarResourceTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.DecoratorTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.DesignRuleTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.ImageMapTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.ImageMappingTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.JspTag
 
doStartTag() - Method in class com.cc.framework.taglib.util.ResourceTag
 
done() - Method in interface com.cc.framework.message.MessageResourceLoader
Checks if the list has more elements
done() - Method in interface com.cc.framework.ui.OptionEnumerator
Checks if the End of the Collection is reached
done() - Method in interface com.cc.framework.ui.control.LineIterator
Checks if all items are processed
done() - Method in class com.cc.framework.ui.control.ListLineIterator
 
done() - Method in class com.cc.framework.ui.control.TreeLineIterator
Checks if there tree iterator has reached the end of the collection
done() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
done() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
done - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterEnumeration
Out of elements indicator
done - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterIterator
Out of elements indicator
done() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
 
done - Variable in class com.cc.framework.util.TreeIterator.RootIterator
 
done() - Method in class com.cc.framework.util.TreeIterator.RootIterator
 
done() - Method in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
done() - Method in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
done() - Method in class com.cc.framework.util.TreeIterator
 
doubleValue() - Method in class com.cc.framework.ui.html.LengthUnit
 
dynamic - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Indicates if the Design model was created dynamically in the JSP-Page.

E

EDIT - Static variable in class com.cc.framework.ui.FormType
form: EDIT
ELSupport - class com.cc.framework.ui.ELSupport.
Common Controls Expression Language (EL) Support class
ELSupport() - Constructor for class com.cc.framework.ui.ELSupport
Constructor
ELSupport.BeanVariableResolver - class com.cc.framework.ui.ELSupport.BeanVariableResolver.
Variable Resolver
ELSupport.BeanVariableResolver(PageContext, Object, String) - Constructor for class com.cc.framework.ui.ELSupport.BeanVariableResolver
Constructor
ELSupport.ELFunctionMapper - class com.cc.framework.ui.ELSupport.ELFunctionMapper.
Function Mapper
ELSupport.ELFunctionMapper() - Constructor for class com.cc.framework.ui.ELSupport.ELFunctionMapper
 
ELSupport.ELLogger - class com.cc.framework.ui.ELSupport.ELLogger.
Logger
ELSupport.ELLogger(Log) - Constructor for class com.cc.framework.ui.ELSupport.ELLogger
Constructor
EL_DEFERRED_INDICATOR - Static variable in class com.cc.framework.ui.model.value.DeferredValue
This is the indicator the framework uses to distinguish a deferred EL expression
EL_INDICATOR - Static variable in class com.cc.framework.ui.model.value.DeferredValue
The standard EL markup
ENABLED - Static variable in class com.cc.framework.common.ButtonMode
CheckState: ENABLED
ENABLED - Static variable in interface com.cc.framework.ui.MenuState
Enables the menu item so that it can be selected and restores it from its dimmed state.
ENABLED - Static variable in class com.cc.framework.ui.MenuStateType
state: ENABLED
ENDOFPAGE - Static variable in class com.cc.framework.taglib.util.JspDirective
JSP directive: ENDOFPAGE
END_OF_STREAM_EXPECTED - Static variable in class com.cc.framework.security.acl.expr.SyntaxException
end of stream expected
ENTITIES - Static variable in class com.cc.framework.ui.html.Unicode2HtmlConverter
HTML Entities Map
ENTITIES - Static variable in class com.cc.framework.xml.XMLHelp
XML Entities
ENTITIES_BY_CODE - Static variable in class com.cc.framework.util.parser.EntityMapper
HTML Entities accessible by character code Map<Character, String>
ENTITIES_BY_NAME - Static variable in class com.cc.framework.util.parser.EntityMapper
HTML Entities accessible by entity name Map<String, Character>
ERROR - Static variable in class com.cc.framework.common.Severity
severity: ERROR
ERRORS_SAVE_KEY - Static variable in interface com.cc.framework.Globals
Key for the Error Collection in the session.
ERROR_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background body
ERROR_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background body
ERROR_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background caption
ERROR_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background caption
ERROR_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border color
ERROR_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border color
ERROR_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color
ERROR_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color
ERROR_FORM - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Error Form Control
ERR_ACTION - Static variable in class com.cc.framework.adapter.struts.ActionUtil
Error message
ERR_ACTION - Static variable in class com.cc.framework.ui.control.Control
Error message
ERR_ACTION_CTRL - Static variable in class com.cc.framework.adapter.struts.ActionUtil
Error message
ERR_ACTION_HANDLER - Static variable in class com.cc.framework.adapter.struts.ActionUtil
Error message
ERR_ATTR - Static variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Exception text
ERR_ATTR_VALUE - Static variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Exception text
ERR_ATTR_ZERO - Static variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Exception text
ERR_FIND_CONTROL - Static variable in class com.cc.framework.adapter.struts.ActionUtil
Error message
ERR_FORMACTION - Static variable in class com.cc.framework.adapter.struts.ActionUtil
Error message
ERR_MASK - Static variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Exception text
ERR_MISSING_CTX - Static variable in class com.cc.framework.ui.control.Control
Error Message
ERR_NOT_IMPLEMENTED - Static variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Exception text
EXPORTLIST - Static variable in class com.cc.framework.ui.control.ControlButton
EXPORTLIST Button
EXP_MAXIMIZED - Static variable in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
EXP_MINIMIZED - Static variable in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
EXT_ONAJAXERROR - Static variable in class com.cc.framework.ui.model.ClientEvent
A function reference assigned will be called after onComplete, if the statusCode !
EXT_ONAJAXSUCCESS - Static variable in class com.cc.framework.ui.model.ClientEvent
A function reference assigned will be called after onComplete, if the statusCode=200
EXT_ONAJAXTIMEOUT - Static variable in class com.cc.framework.ui.model.ClientEvent
If a timeout period is set, and it is reached before a response is received, a function reference assigned to onTimeout will be called
EXT_ONCHECK - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a checkbox is checked
EXT_ONCHECKALL - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when all rows are checked
EXT_ONCOLLAPSE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a tree node is collapsed
EXT_ONEXPAND - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a tree node is expanded
EXT_ONEXPANDEX - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a tree node with unknown child count is expanded
EXT_ONSPINDOWN - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a spin-down button is clicked
EXT_ONSPINUP - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a spin-up button is clicked
EXT_ONUNCHECK - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a checkbox is unchecked
EXT_ONUNCHECKALL - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when all rows are unchecked
ElementContainerCE - class com.cc.framework.ui.painter.def.frame.ElementContainerCE.
Composite element (CE) based on a generic container.
ElementContainerCE() - Constructor for class com.cc.framework.ui.painter.def.frame.ElementContainerCE
 
EmbedTag - class com.cc.framework.taglib.svg.EmbedTag.
This tag is used to embedd a SVG stream in a HTML page.
EmbedTag() - Constructor for class com.cc.framework.taglib.svg.EmbedTag
Constructor
EntityMapper - class com.cc.framework.util.parser.EntityMapper.
Utility class to map entities to character codes
EntityMapper() - Constructor for class com.cc.framework.util.parser.EntityMapper
 
ExecutionEnvironment - interface com.cc.framework.security.acl.expr.ExecutionEnvironment.
 
ExecutionException - exception com.cc.framework.security.acl.expr.ExecutionException.
 
ExecutionException(String) - Constructor for class com.cc.framework.security.acl.expr.ExecutionException
Constructor
ExecutionException(Exception) - Constructor for class com.cc.framework.security.acl.expr.ExecutionException
Constructor
ExecutionException(int) - Constructor for class com.cc.framework.security.acl.expr.ExecutionException
Constructor
ExecutionException(Expression, int) - Constructor for class com.cc.framework.security.acl.expr.ExecutionException
Constructor
ExecutionException(Expression, int, Object[]) - Constructor for class com.cc.framework.security.acl.expr.ExecutionException
Constructor
ExpansionMode - class com.cc.framework.ui.ExpansionMode.
Enumeration for expansion types for the nodes of a tree.
ExpansionMode(String) - Constructor for class com.cc.framework.ui.ExpansionMode
Constructor for ExpansionMode
Expression - class com.cc.framework.security.acl.expr.Expression.
Basisklasse für die Syntaxelemente eines Ausdrucks
Expression() - Constructor for class com.cc.framework.security.acl.expr.Expression
 
ExpressionList - class com.cc.framework.security.acl.expr.ExpressionList.
Produktionsregel: expr_list : logical_or_expr | expr_list ';' logical_or_expr
ExpressionList(List) - Constructor for class com.cc.framework.security.acl.expr.ExpressionList
Konstruktor
e - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterEnumeration
The option elements
editable - Variable in class com.cc.framework.ui.FormType
This flag indicates if editing is allowed
editable - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Indicates if this column is editable
editableProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The property which should be used to make the column editable or not
elements() - Method in class com.cc.framework.common.CheckState
 
elements() - Method in interface com.cc.framework.common.SimpleEnumType2
Returns an array with all elements of the enumeration
elements - Variable in class com.cc.framework.ui.control.FormGroupElement
Child form elements
elements - Variable in class com.cc.framework.util.parser.HtmlParser
The element stack the parser uses to track well formed syntax Stack<String>
empty - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
An optional text to prompt the user for selecting an option of the list.
empty - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
An optional text to prompt the user for selecting an option of the list.
empty - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
An optional text to prompt the user for selecting an option of the list.
emptyText - Variable in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
Text to display if a empty list is shown.
emptyText - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Text to display if a empty list is shown.
emptyText - Variable in class com.cc.framework.ui.model.imp.RatingDesignModelImp
Text to display if a empty list is shown.
enable - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
True if the Tab can be selected; false otherwise
enableAjax(boolean) - Method in class com.cc.framework.ui.control.ControlAction
 
enableAjax(boolean) - Method in interface com.cc.framework.ui.model.AjaxSupport
Enables or disables the AJAX behavior of the element
enableAjax(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
enableAjax(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
enableAjax(boolean) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
enableProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Field enableProperty
enableProperty - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field enableProperty
enableProperty - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Field enableProperty
enabled - Variable in class com.cc.framework.ui.AjaxSettings
 
encode(Properties) - Static method in class com.cc.framework.ui.control.ControlValuePath
Creates a String for the path instance which can be used in HTML-Pages
encode(String) - Static method in class com.cc.framework.ui.control.ControlValuePath
Creates a String for the path instance which can be used in HTML-Pages
encode(String) - Static method in class com.cc.framework.util.PropertyMap
replace all occurrences of '=', ',' and ';' with escaped characters
encodeAttribute(Object) - Static method in class com.cc.framework.ui.html.HtmlUtil
Method encodeAttribute
encodeAttribute(Object, boolean) - Static method in class com.cc.framework.ui.html.HtmlUtil
Converts a String to an equivalent HTML-String
encodeHtml(Object) - Static method in class com.cc.framework.ui.html.HtmlUtil
Method encodeHtml
encodeHtml(Object, boolean) - Static method in class com.cc.framework.ui.html.HtmlUtil
Converts a String to an equivalent HTML-String
encodeInternAttribute(String) - Static method in class com.cc.framework.ui.html.HtmlUtil
Method encodeAttribute
encodeInternHtml(String) - Static method in class com.cc.framework.ui.html.HtmlUtil
Method encodeHtml
encodeMenuState(int) - Method in class com.cc.framework.ui.painter.def.DefMenuItemPainter
 
encodeTextarea(String) - Static method in class com.cc.framework.ui.html.HtmlUtil
This method replaces every occurrence of & into &
encodeURL(ServletResponse) - Method in class com.cc.framework.http.Hyperlink
Performs a URL encoding of the Hyperlink
encodeURL(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Encodes an URL Some characters present the possibility of being misunderstood within URLs for various reasons.
encodeURL(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Method encodeURL
encodeUrl(String) - Static method in class com.cc.framework.ui.html.HtmlUtil
Method encodeUrl
encodeXml(String) - Static method in class com.cc.framework.xml.XMLHelp
Method encodeXml
endDate - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
The patterns end date
endPaint() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Writes the HTML-Code to the Output-Stream
endPaint(Writer) - Method in class com.cc.framework.ui.painter.ControlPainter
This Method writes the Control as an HTML-String to the Output from the JSP-Page.
endTime - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
The End Time.
entityMapper - Variable in class com.cc.framework.util.parser.HtmlParser
The object to map entities
env - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Expression Language Environment.
env - Variable in class com.cc.framework.ui.model.imp.DesignRuleImp
Expression Language Environment.
eos(int) - Method in class com.cc.framework.security.acl.expr.TokenStream
Prüft ob das Ende des Streams bereits erreicht ist
eos() - Method in class com.cc.framework.util.parser.HtmlParser
 
equals(Object) - Method in class com.cc.framework.common.ButtonMode
Compares this button state to the given object.
equals(int) - Method in class com.cc.framework.common.ButtonMode
Compares this button state to the specified integer.
equals(Object) - Method in class com.cc.framework.common.ButtonState
Compares this state the specified object.
equals(Object) - Method in class com.cc.framework.common.CheckState
Compares this check state to the specified object.
equals(int) - Method in class com.cc.framework.common.CheckState
Compares this check state to the specified integer.
equals(Object) - Method in class com.cc.framework.common.Severity
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.common.SortOrder
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.http.HttpScope
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.http.RequestDecorationType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.resource.MimeType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.security.FunctionBasedPermission
 
equals(Object) - Method in class com.cc.framework.security.RoleBasedPermission
 
equals(Object) - Method in class com.cc.framework.security.StaticPermission
 
equals(Object) - Method in class com.cc.framework.security.acl.expr.LogicalOperator
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.security.acl.expr.Parenthesis
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.security.acl.expr.TokenType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.security.acl.expr.UnaryOperator
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.taglib.util.JspDirective
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.AlignmentType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.CheckRange
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.ExpansionMode
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.FormMethod
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.FormType
Compares this form type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.JoinMode
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.MenuStateType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.MenuType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.OrientationType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.RunAt
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.SelectMode
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.control.ControlAction
 
equals(Object) - Method in class com.cc.framework.ui.control.ControlActionDef
Compares the argument to this type
equals(Object) - Method in class com.cc.framework.ui.control.ControlButton
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.AppointmentPriority
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.ButtonType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.CalendarMode
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.ClientEvent
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.InputFieldType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.RecurrenceType
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.SchedulerScope
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.model.SchedulerView
Compares this type to the specified object.
equals(Object) - Method in class com.cc.framework.ui.painter.PainterFactory
 
equals(Object) - Method in class com.cc.framework.version.SystemType
Compares this type to the specified object.
equalsContentType(Object) - Method in class com.cc.framework.resource.MimeType
Compares the content type of this MIME type to the specified object.
errorCollection() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
Retrieves or creates the error collection.
errors - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
Collection of error messages which was filled during the execution of an action.
escapeString(Object) - Static method in class com.cc.framework.ui.javascript.JavaScriptUtil
Creates a String representation that is compatible with JavaScript syntax
evaluate(ExecutionEnvironment) - Method in class com.cc.framework.security.acl.expr.Expression
Mit dieser Methode wird der Ausdruck ausgeführt
evaluate(ExecutionEnvironment) - Method in class com.cc.framework.security.acl.expr.ExpressionList
 
evaluate(ExecutionEnvironment) - Method in class com.cc.framework.security.acl.expr.LogicalAndExpression
 
evaluate(ExecutionEnvironment) - Method in class com.cc.framework.security.acl.expr.LogicalOrExpression
 
evaluate(ExecutionEnvironment) - Method in class com.cc.framework.security.acl.expr.LogicalXorExpression
 
evaluate(ExecutionEnvironment) - Method in class com.cc.framework.security.acl.expr.PrimaryExpression
 
evaluate(ExecutionEnvironment) - Method in class com.cc.framework.security.acl.expr.UnaryExpression
 
evaluate(PageContext, String) - Static method in class com.cc.framework.ui.ELSupport
Evaluates the given expression or expression string.
evaluate(PageContext, String, Object, String) - Static method in class com.cc.framework.ui.ELSupport
Evaluates the given expression or expression string.
evaluate(PageContext, ClientHandler, Object) - Static method in class com.cc.framework.ui.model.imp.ClientHandlerImp
Uses the Expression Language to create Client Script handlers for a certain column and row bean
evaluate(String) - Method in class com.cc.framework.ui.model.value.DeferredEnvironment
Evaluates the given expression or expression string (multiple expressions in one string).
evaluate(String, DeferredEnvironment) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Evaluates the given String value to an object
evaluate(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Method to evaluate a EL expression
evaluateToString(PageContext, String) - Static method in class com.cc.framework.ui.ELSupport
Evaluates the given expression or expression string.
evaluateToString(String, DeferredEnvironment) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Evaluates the given String value to a String object
eventName - Variable in class com.cc.framework.ui.model.ClientEvent
The name of the event
events - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Collection of normal appointments
exclude(String, Object) - Method in interface com.cc.framework.common.AlgorithmFilter
 
exclude - Variable in class com.cc.framework.ui.control.ListControl.RowFilter
The Row to exclude
exclude(String, Object) - Method in class com.cc.framework.ui.control.ListControl.RowFilter
 
exclude(String, Object) - Method in class com.cc.framework.util.Algorithms.AccessFilter
 
exclude(String, Object) - Method in class com.cc.framework.util.Algorithms.NullFilter
 
execute(FrameworkAction, ActionContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWAction
This method gets called when no FWRequestProcessor is used!
execute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
This method gets called when no FWRequestProcessor is used!
execute(ActionContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
This method gets called when no FWRequestProcessor is used!
execute(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
This method is called instead the struts execute.
execute(String, Object) - Method in interface com.cc.framework.common.Algorithm
Completes the algorithm for an element in the collection.
execute(ControlRequestContext) - Method in class com.cc.framework.ui.control.Control
Delegates all incoming action to the action handler
execute(ControlRequestContext, Object) - Method in class com.cc.framework.ui.control.Control
Delegates all incoming action to the action handler
execute(ControlRequestContext, Object, Object) - Method in class com.cc.framework.ui.control.Control
Delegates all incoming action to the action handler
execute(ControlRequestContext, Object, Object, Object) - Method in class com.cc.framework.ui.control.Control
Delegates all incoming action to the action handler
execute(ControlRequestContext, Object[]) - Method in class com.cc.framework.ui.control.Control
Delegates all incoming action to the action handler
execute(ControlRequestContext, Collection) - Method in class com.cc.framework.ui.control.Control
Delegates all incoming action to the action handler
execute(Object[]) - Method in class com.cc.framework.ui.control.Control
Delegates all incoming action to the action handler.
execute(String, Object) - Method in class com.cc.framework.util.Algorithms.CheckCheckableAlg
 
execute(String, Object) - Method in class com.cc.framework.util.Algorithms.CheckPropertyAlg
 
execute(String, Object) - Method in class com.cc.framework.util.Algorithms.CollectCheckableAlg
 
execute(String, Object) - Method in class com.cc.framework.util.Algorithms.CollectItemsAlg
 
execute(String, Object) - Method in class com.cc.framework.util.Algorithms.CollectPropertyAlg
 
execute(String, Object) - Method in class com.cc.framework.util.Algorithms.KeySearchAlg
 
execute(String, Object) - Method in class com.cc.framework.util.Algorithms.VisibleNodeCounterAlg
 
execute(String, Object) - Method in class com.cc.framework.util.Checker
 
expand(String, Object[]) - Method in class com.cc.framework.message.MessageResource
Replaces the placeholders in the Message with the specified Parameters
expand(String, Object) - Method in class com.cc.framework.message.MessageResource
Replaces the placeholders in the Message with the specified Parameter
expand(String, Object, Object) - Method in class com.cc.framework.message.MessageResource
Replaces the placeholders in the Message with the specified Parameters
expand(String, Object, Object, Object) - Method in class com.cc.framework.message.MessageResource
Replaces the placeholders in the Message with the specified Parameters
expand(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeControl
Expands the given node
expand(String) - Method in class com.cc.framework.ui.control.TreeControl
 
expand(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreelistControl
Expands the given node
expand(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
expand(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
The specified group node will be expanded
expand(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
expand(String, Map) - Static method in class com.cc.framework.util.StringHelp
This method expands the markups (Format %macro%) in a string by the specified macros.
expandAll() - Method in class com.cc.framework.ui.control.TreeControl
Expands the whole tree.
expandAll() - Method in class com.cc.framework.ui.control.TreelistControl
Expands the whole tree.
expandFileName(String) - Method in class com.cc.framework.ui.painter.ajax.AjaxResourceMap
Expands a file name
expandFileName(String) - Method in class com.cc.framework.ui.painter.def.DefResourceMap
Expands a file name
expandFileName(String) - Method in class com.cc.framework.ui.painter.global.GlobalResourceMap
Expands a file name
expandFileName(String) - Method in class com.cc.framework.ui.painter.html.HtmlResourceMap
Expands a file name
expandProperty - Variable in class com.cc.framework.ui.control.FormGroupElement
The (optional) name of a property that is used to expand or collapse the group
expandProperty - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The (optional) name of a property that is used to expand or collapse the group
expandResourceName(String, String) - Static method in class com.cc.framework.taglib.template.TemplateHelp
Method expandResourceName
expandToLevel(int) - Method in class com.cc.framework.ui.control.TreeControl
Expands the tree up to the given level.
expandToLevel(int) - Method in class com.cc.framework.ui.control.TreelistControl
Expands the tree up to the given level.
expandToLevel(TreeGroupDataModel, int, TreeStateModel) - Static method in class com.cc.framework.util.TreeHelp
Expand nodes top down
expanded - Variable in class com.cc.framework.ui.model.imp.TreeStateModelImp
List of Keys for the expanded Nodes
expansion - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field expansion
expansion - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Field expansion
expansionState - Variable in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
exposeScriptingVariable(Control) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Exposes the control instance as a scripting variable to the Tag body
exposeScriptingVariable(PanelContentDesignModel) - Method in class com.cc.framework.taglib.controls.PanelContentTag
Exposes the PanelContentDesignModel instance as a scripting variable to the Tag body
exposeScriptingVariable(TabDesignModel) - Method in class com.cc.framework.taglib.controls.TabTag
Exposes the TabDesignModel instance as a scripting variable to the Tag body
exposeScriptingVariables(PageDef) - Method in class com.cc.framework.taglib.template.InsertTag
Exposes the Page Definition instance as a scripting variable to the Tag body
expression - Variable in class com.cc.framework.security.acl.AccessControlList
The expression with required permissions for this access control list
expression - Variable in class com.cc.framework.ui.model.value.DeferredValue
Expression (-> literal is null)
expressions - Variable in class com.cc.framework.security.acl.expr.ExpressionList
Erstes Element der Liste
extended - Variable in class com.cc.framework.ui.model.ClientEvent
This flag indicates an extended eventhandler which is not part of the HTML-Specification

F

FALSE - Static variable in class com.cc.framework.ui.model.value.DeferredValue
Boolean literal TRUE
FATAL - Static variable in class com.cc.framework.common.Severity
severity: FATAL
FIELDS - Static variable in class com.cc.framework.ui.model.CalendarMode
ButtonType: split into separate fields
FILE - Static variable in class com.cc.framework.ui.model.InputFieldType
InputFieldType: FILE
FILED_ID - Static variable in class com.cc.framework.taglib.util.BrowserInfoTag
 
FILE_ENCODING - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: file.encoding
FILE_ENCODING_PKG - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: file.encoding.pkg
FILE_SEPARATOR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: file.separator
FIRSTPAGE - Static variable in class com.cc.framework.ui.control.ControlButton
FIRSTPAGE Button
FLAG_DELETED - Static variable in interface com.cc.framework.common.DirtyMarker
indicates that the business object was deleted
FLAG_DIRTY - Static variable in interface com.cc.framework.common.DirtyMarker
indicates that the business object is dirty and has unsaved changes
FLAG_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Crumb is disabled
FLAG_DISABLED - Static variable in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Tab is disabled
FLAG_FIRST - Static variable in class com.cc.framework.ui.painter.def.DefCrumbsPainter
This flag is set for the first visible crumb
FLAG_FIRST - Static variable in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
This flag is set for the first visible tab
FLAG_LAST - Static variable in class com.cc.framework.ui.painter.def.DefCrumbsPainter
This flag is set for the last visible crumb
FLAG_LAST - Static variable in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
This flag is set for the last visible tab
FLAG_NEW - Static variable in interface com.cc.framework.common.DirtyMarker
indicates that the business object is new
FLAG_SELECTED - Static variable in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Crumb is selected
FLAG_SELECTED - Static variable in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Tab is selected
FLAG_STATES - Static variable in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Crumbs State Mask
FLAG_STATES - Static variable in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Tab State Mask
FLAG_UNSELECTED - Static variable in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Crumb is unselected
FLAG_UNSELECTED - Static variable in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Tab is unselected
FOOTER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
footer
FORCE_STYLEID - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
This Attribute will force the painter context to generate a unique HTML style id for a control element Type: String
FORMCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Form Control: fc
FORMCONTROL_NO_FRAME - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Frameless Form Control: fc_nf
FORMCONTROL_SPACER_LEFT - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Form Control left spacer
FORMELEMENTACTION - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
feact
FORMID - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
The id of a form element will be saves as an attribute in the painter context.
FORM_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background color
FORM_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background color
FORM_COLOR_BG_FIELD - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background field
FORM_COLOR_BG_FIELD - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background field
FORM_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background caption
FORM_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background caption
FORM_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background inner frame
FORM_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background inner frame
FORM_COLOR_BG_LABEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background label
FORM_COLOR_BG_LABEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background label
FORM_COLOR_BG_SECTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background section
FORM_COLOR_BG_SECTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background section
FORM_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border
FORM_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border
FORM_COLOR_BORDER_ITEM - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border row
FORM_COLOR_BORDER_ITEM - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border row
FORM_COLOR_BORDER_SECTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border section
FORM_COLOR_BORDER_SECTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border section
FORM_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color caption
FORM_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color caption
FORM_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color detail
FORM_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color detail
FORM_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color header
FORM_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color header
FORM_COLOR_TEXT_SECTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color section
FORM_COLOR_TEXT_SECTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color section
FRAMECONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Frame Control: frc
FRAMECONTROL_NO_FRAME - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Frameless Frame Control: frc_nf
FRAME_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background color
FRAME_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background color
FRAME_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background caption
FRAME_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background caption
FRAME_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background inner frame
FRAME_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background inner frame
FRAME_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border
FRAME_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border
FRAME_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color caption
FRAME_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color caption
FRAME_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color detail
FRAME_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color detail
FRAME_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color header
FRAME_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color header
FULL - Static variable in class com.cc.framework.ui.ExpansionMode
expansion mode: FULL
FWAction - class com.cc.framework.adapter.struts.FWAction.
Encapsulation of the struts action for the common controls framework
FWAction() - Constructor for class com.cc.framework.adapter.struts.FWAction
Constructor
FWActionForm - class com.cc.framework.adapter.struts.FWActionForm.
Encapsulation of the struts action form for the common controls framework.
FWActionForm() - Constructor for class com.cc.framework.adapter.struts.FWActionForm
Constructor for FWActionForm
FWActionForward - class com.cc.framework.adapter.struts.FWActionForward.
Encapsulation of the struts ActionForward class for the common controls framework.
FWActionForward(ActionForward) - Constructor for class com.cc.framework.adapter.struts.FWActionForward
Constructor for FWActionForward
FWActionForward(ActionForward, Object) - Constructor for class com.cc.framework.adapter.struts.FWActionForward
Constructor for FWActionForward
FWActionForward(ActionForward, Object, Object) - Constructor for class com.cc.framework.adapter.struts.FWActionForward
Constructor for FWActionForward
FWActionForward(ActionForward, Object, Object, Object) - Constructor for class com.cc.framework.adapter.struts.FWActionForward
Constructor for FWActionForward
FWActionForward(ActionForward, Object[]) - Constructor for class com.cc.framework.adapter.struts.FWActionForward
Constructor for FWActionForward
FWActionForward(ActionForward, Map) - Constructor for class com.cc.framework.adapter.struts.FWActionForward
Constructor for FWActionForward
FWDispatchAction - class com.cc.framework.adapter.struts.FWDispatchAction.
Framework Dispatch Action
FWDispatchAction() - Constructor for class com.cc.framework.adapter.struts.FWDispatchAction
Constructor
FWDynaActionForm - class com.cc.framework.adapter.struts.FWDynaActionForm.
Encapsulation of the struts ation form for the common controls framework.
FWDynaActionForm() - Constructor for class com.cc.framework.adapter.struts.FWDynaActionForm
Constructor for FWActionForm
FWLookupDispatchAction - class com.cc.framework.adapter.struts.FWLookupDispatchAction.
CC-Framework base class for LookupDispatchAction
FWLookupDispatchAction() - Constructor for class com.cc.framework.adapter.struts.FWLookupDispatchAction
Constructor
FWRequestProcessor - class com.cc.framework.adapter.struts.FWRequestProcessor.
Request Prcessor for use with the Framework Security System
FWRequestProcessor() - Constructor for class com.cc.framework.adapter.struts.FWRequestProcessor
Constructor
FWTilesRequestProcessor - class com.cc.framework.adapter.struts.FWTilesRequestProcessor.
Request Processor for use with the Framework Security System
FWTilesRequestProcessor() - Constructor for class com.cc.framework.adapter.struts.FWTilesRequestProcessor
Constructor
FWValidatorActionForm - class com.cc.framework.adapter.struts.FWValidatorActionForm.
Encapsulation of the ValidatorActionForm for the common controls framework.
FWValidatorActionForm() - Constructor for class com.cc.framework.adapter.struts.FWValidatorActionForm
Constructor
FWValidatorForm - class com.cc.framework.adapter.struts.FWValidatorForm.
Encapsulation of the ValidatorForm for the common controls framework.
FWValidatorForm() - Constructor for class com.cc.framework.adapter.struts.FWValidatorForm
Constructor
FW_CALENDAR_AMPM - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.ampm
FW_CALENDAR_BUTTON_CANCEL_LABEL - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.button.cancel.label
FW_CALENDAR_BUTTON_CANCEL_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.button.cancel.tooltip
FW_CALENDAR_BUTTON_CANCEL_WIDTH - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.button.cancel.width
FW_CALENDAR_BUTTON_OK_LABEL - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.button.ok.label
FW_CALENDAR_BUTTON_OK_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.button.ok.tooltip
FW_CALENDAR_BUTTON_OK_WIDTH - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.button.ok.width
FW_CALENDAR_BUTTON_TODAY_LABEL - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.button.today.label
FW_CALENDAR_DATEFORMAT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.dateformat
FW_CALENDAR_IMAGE_NEXTMONTH_ALT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.nextmonth.alt
FW_CALENDAR_IMAGE_NEXTMONTH_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.nextmonth.tooltip
FW_CALENDAR_IMAGE_NEXTYEAR_ALT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.nextyear.alt
FW_CALENDAR_IMAGE_NEXTYEAR_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.nextyear.tooltip
FW_CALENDAR_IMAGE_PREVMONTH_ALT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.prevmonth.alt
FW_CALENDAR_IMAGE_PREVMONTH_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.prevmonth.tooltip
FW_CALENDAR_IMAGE_PREVYEAR_ALT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.prevyear.alt
FW_CALENDAR_IMAGE_PREVYEAR_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.image.prevyear.tooltip
FW_CALENDAR_MONTHS - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.months
FW_CALENDAR_MONTHS_SHORT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.months.short
FW_CALENDAR_WEEKDAYS - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.weekdays
FW_CALENDAR_WEEKDAYS_SHORT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.weekdays.short
FW_CALENDAR_WINDOW_HEIGHT - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.window.height
FW_CALENDAR_WINDOW_TITLE - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.window.title
FW_CALENDAR_WINDOW_WIDTH - Static variable in interface com.cc.framework.FrameworkResources
fw.calendar.window.width
FW_COLORPICKER_WINDOW_TITLE - Static variable in interface com.cc.framework.FrameworkResources
fw.colorpicker.window.title
FW_EDITLIST_ADD - Static variable in interface com.cc.framework.FrameworkResources
fw.editlist.add
FW_EDITLIST_MOVEDOWN - Static variable in interface com.cc.framework.FrameworkResources
fw.editlist.movedown
FW_EDITLIST_MOVEUP - Static variable in interface com.cc.framework.FrameworkResources
fw.editlist.moveup
FW_EDITLIST_REMOVE - Static variable in interface com.cc.framework.FrameworkResources
fw.editlist.remove
FW_EMPTY_GAUGE - Static variable in interface com.cc.framework.FrameworkResources
fw.empty.gauge
FW_EMPTY_RATING - Static variable in interface com.cc.framework.FrameworkResources
fw.empty.rating
FW_EMPTY_TEXT - Static variable in interface com.cc.framework.FrameworkResources
fw.empty.text
FW_FILE_CSS_DEFAULT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
default.css
FW_FILE_JS_AJAX - Static variable in interface com.cc.framework.ui.painter.ajax.AjaxResources
Common-Controls AJAX functions
FW_FILE_JS_AJAX_LIB - Static variable in interface com.cc.framework.ui.painter.ajax.AjaxResources
the AJAX framework library
FW_FILE_JS_COMMON - Static variable in interface com.cc.framework.ui.painter.global.GlobalResources
common
FW_FILE_JS_CONTROLS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
controls
FW_FILE_JS_ENVIRONMENT - Static variable in interface com.cc.framework.ui.painter.global.GlobalResources
environment
FW_FILE_JS_FORMATTER - Static variable in interface com.cc.framework.ui.painter.global.GlobalResources
formatter
FW_FILE_JS_FUNCTIONS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
functions
FW_FILE_JS_LIST - Static variable in interface com.cc.framework.ui.painter.def.DefResources
list
FW_FILE_JS_MENU - Static variable in interface com.cc.framework.ui.painter.def.DefResources
menu
FW_FILE_JS_RESOURCEMAP - Static variable in interface com.cc.framework.ui.painter.def.DefResources
resourcemap
FW_FILE_JS_SELECT - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
select.js
FW_FILE_JS_TABSET - Static variable in interface com.cc.framework.ui.painter.def.DefResources
tabset
FW_FILE_JS_TREE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
tree
FW_FILE_JS_UTILITY - Static variable in interface com.cc.framework.ui.painter.global.GlobalResources
utility
FW_FORM_REQUIRED - Static variable in interface com.cc.framework.FrameworkResources
fw.form.required
FW_HELP_ONCLICK - Static variable in interface com.cc.framework.FrameworkResources
fw.help.onclick
FW_HELP_TARGET - Static variable in interface com.cc.framework.FrameworkResources
fw.help.target
FW_HELP_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.help.tooltip
FW_ITEMS - Static variable in interface com.cc.framework.FrameworkResources
fw.items
FW_ITEMS_1TE - Static variable in interface com.cc.framework.FrameworkResources
fw.items.1te
FW_ITEMS_INFINITE - Static variable in interface com.cc.framework.FrameworkResources
fw.items.infinite
FW_ITEMS_NOENTRIES - Static variable in interface com.cc.framework.FrameworkResources
fw.items.noentries
FW_ITEMS_RANGE - Static variable in interface com.cc.framework.FrameworkResources
fw.items.range
FW_MULTILEVELSELECT_EMPTY - Static variable in interface com.cc.framework.FrameworkResources
fw.multilevelselect.empty
FW_PAGE_1TE - Static variable in interface com.cc.framework.FrameworkResources
fw.page.1te
FW_PAGE_INFINITE - Static variable in interface com.cc.framework.FrameworkResources
fw.page.infinite
FW_PAGE_NOENTRIES - Static variable in interface com.cc.framework.FrameworkResources
fw.page.noentries
FW_PAGE_RANGE - Static variable in interface com.cc.framework.FrameworkResources
fw.page.range
FW_SCHEDULER_APPOINTMENT - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.appointment
FW_SCHEDULER_DATEFORMAT_DATETIME - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.datetime
FW_SCHEDULER_DATEFORMAT_DAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.day
FW_SCHEDULER_DATEFORMAT_DAY_SHORT - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.day.short
FW_SCHEDULER_DATEFORMAT_DETAIL - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.detail
FW_SCHEDULER_DATEFORMAT_HOUR - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.hour
FW_SCHEDULER_DATEFORMAT_MONTHOFYEAR - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.monthofyear
FW_SCHEDULER_DATEFORMAT_TIME - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.time
FW_SCHEDULER_DATEFORMAT_WEEK - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.week
FW_SCHEDULER_DATEFORMAT_WEEKDAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.weekday
FW_SCHEDULER_DATEFORMAT_WEEKDAY_SHORT - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.dateformat.weekday.short
FW_SCHEDULER_PATTERN_DAILY_DAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.daily.day
FW_SCHEDULER_PATTERN_DAILY_WEEKDAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.daily.weekday
FW_SCHEDULER_PATTERN_DAILY_WEEKENDDAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.daily.weekendday
FW_SCHEDULER_PATTERN_MONTHLY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.monthly
FW_SCHEDULER_PATTERN_MONTHLY_NTH - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.monthly.nth
FW_SCHEDULER_PATTERN_NONE - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.none
FW_SCHEDULER_PATTERN_OPTION_DAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.day
FW_SCHEDULER_PATTERN_OPTION_FIRST - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.first
FW_SCHEDULER_PATTERN_OPTION_FOURTH - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.fourth
FW_SCHEDULER_PATTERN_OPTION_LAST - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.last
FW_SCHEDULER_PATTERN_OPTION_SECOND - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.second
FW_SCHEDULER_PATTERN_OPTION_THIRD - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.third
FW_SCHEDULER_PATTERN_OPTION_WEEKDAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.weekday
FW_SCHEDULER_PATTERN_OPTION_WEEKENDDAY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.option.weekendday
FW_SCHEDULER_PATTERN_WEEKLY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.weekly
FW_SCHEDULER_PATTERN_YEARLY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.yearly
FW_SCHEDULER_PATTERN_YEARLY_NTH - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.pattern.yearly.nth
FW_SCHEDULER_RECURRENCETYPE_DAILY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.recurrencetype.daily
FW_SCHEDULER_RECURRENCETYPE_MONTHLY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.recurrencetype.monthly
FW_SCHEDULER_RECURRENCETYPE_NONE - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.recurrencetype.none
FW_SCHEDULER_RECURRENCETYPE_WEEKLY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.recurrencetype.weekly
FW_SCHEDULER_RECURRENCETYPE_YEARLY - Static variable in interface com.cc.framework.FrameworkResources
fw.scheduler.recurrencetype.yearly
FW_SWAPSELECT_ADD - Static variable in interface com.cc.framework.FrameworkResources
fw.swapselect.add
FW_SWAPSELECT_ADD_ALL - Static variable in interface com.cc.framework.FrameworkResources
fw.swapselect.add.all
FW_SWAPSELECT_MOVEDOWN - Static variable in interface com.cc.framework.FrameworkResources
fw.swapselect.movedown
FW_SWAPSELECT_MOVEUP - Static variable in interface com.cc.framework.FrameworkResources
fw.swapselect.moveup
FW_SWAPSELECT_REMOVE - Static variable in interface com.cc.framework.FrameworkResources
fw.swapselect.remove
FW_SWAPSELECT_REMOVE_ALL - Static variable in interface com.cc.framework.FrameworkResources
fw.swapselect.remove.all
FW_TABBAR_RANGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tabbar.range
FW_TABSET_RANGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tabset.range
FW_TEXTAREA_MAXLENGTH_MESSAGE - Static variable in interface com.cc.framework.FrameworkResources
fw.textarea.maxlength.message
FW_TEXTPOPUP_BUTTON_ICON_ALT - Static variable in interface com.cc.framework.FrameworkResources
fw.textpopup.button.icon.alt
FW_TEXTPOPUP_BUTTON_ICON_TOOLTIP - Static variable in interface com.cc.framework.FrameworkResources
fw.textpopup.button.icon.tooltip
FW_TOOLTIP_CHECKALL - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.checkall
FW_TOOLTIP_CLOSE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.close
FW_TOOLTIP_CREATE_APPOINTMENT - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.create.appointment
FW_TOOLTIP_CREATE_ITEM - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.create.item
FW_TOOLTIP_EXPORT_LIST - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.export.list
FW_TOOLTIP_FIRSTPAGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.firstpage
FW_TOOLTIP_LASTPAGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.lastpage
FW_TOOLTIP_MAXIMIZE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.maximize
FW_TOOLTIP_MINIMIZE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.minimize
FW_TOOLTIP_NEXTPAGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.nextpage
FW_TOOLTIP_PAGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.page
FW_TOOLTIP_PREVPAGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.prevpage
FW_TOOLTIP_PRINT_LIST - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.print.list
FW_TOOLTIP_REFRESH_LIST - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.refresh.list
FW_TOOLTIP_REFRESH_SCHEDULER - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.refresh.scheduler
FW_TOOLTIP_RESTORE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.restore
FW_TOOLTIP_SCHEDULER_ADDAPPOINTMENT - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.addappointment
FW_TOOLTIP_SCHEDULER_DAYVIEW - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.dayview
FW_TOOLTIP_SCHEDULER_MONTHVIEW - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.monthview
FW_TOOLTIP_SCHEDULER_MORE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.more
FW_TOOLTIP_SCHEDULER_NEXTDATE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.nextdate
FW_TOOLTIP_SCHEDULER_PREVDATE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.prevdate
FW_TOOLTIP_SCHEDULER_RANGE - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.range
FW_TOOLTIP_SCHEDULER_WEEKVIEW - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.weekview
FW_TOOLTIP_SCHEDULER_WORKWEEKVIEW - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.workweekview
FW_TOOLTIP_SCHEDULER_YEARVIEW - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.scheduler.yearview
FW_TOOLTIP_UNCHECKALL - Static variable in interface com.cc.framework.FrameworkResources
fw.tooltip.uncheckall
Factory - interface com.cc.framework.common.Factory.
A simple tag interface to identify factory classes
FileTag - class com.cc.framework.taglib.controls.FileTag.
Tag-Handler for the file form element
FileTag() - Constructor for class com.cc.framework.taglib.controls.FileTag
Constructor
FilterTag - class com.cc.framework.taglib.util.FilterTag.
Tag-Handler for the Filter Tag.
FilterTag() - Constructor for class com.cc.framework.taglib.util.FilterTag
Constructor
FloatConverter - class com.cc.framework.convert.imp.FloatConverter.
Converter for Datatype java.lang.Float
FloatConverter() - Constructor for class com.cc.framework.convert.imp.FloatConverter
 
ForEachTag - class com.cc.framework.taglib.forms.ForEachTag.
Tag to iterate a collection of elements
ForEachTag() - Constructor for class com.cc.framework.taglib.forms.ForEachTag
 
ForEachTag.FEIterator - class com.cc.framework.taglib.forms.ForEachTag.FEIterator.
Wrapper for Iterator classes
ForEachTag.FEIterator(Iterator) - Constructor for class com.cc.framework.taglib.forms.ForEachTag.FEIterator
Constructor
ForEachTag.FEMapIterator - class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator.
Iterator for map collections
ForEachTag.FEMapIterator(Map) - Constructor for class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
Constructor
ForEachTag.FEOptionIterator - class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator.
Iterator for OptionList data models
ForEachTag.FEOptionIterator(OptionListDataModel) - Constructor for class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
Constructor
ForEachTag.ForEachIterator - interface com.cc.framework.taglib.forms.ForEachTag.ForEachIterator.
Iterator for the collection the tag should iterate through
FormActionCommand - class com.cc.framework.adapter.struts.FormActionCommand.
Form action
FormActionCommand() - Constructor for class com.cc.framework.adapter.struts.FormActionCommand
 
FormActionContext - interface com.cc.framework.adapter.struts.FormActionContext.
Encapsulate all parameter which will be used by invoking a Form-Action method
FormButtonContainer - class com.cc.framework.ui.control.FormButtonContainer.
Container for form buttons
FormButtonContainer() - Constructor for class com.cc.framework.ui.control.FormButtonContainer
Constructor
FormButtonElement - class com.cc.framework.ui.control.FormButtonElement.
Used for a button within a form
FormButtonElement() - Constructor for class com.cc.framework.ui.control.FormButtonElement
Constructor
FormButtonSectionTag - class com.cc.framework.taglib.forms.FormButtonSectionTag.
Tag-Handler for the <buttonsection> Tag.
FormButtonSectionTag() - Constructor for class com.cc.framework.taglib.forms.FormButtonSectionTag
Constructor
FormButtonTag - class com.cc.framework.taglib.forms.FormButtonTag.
Tag-Handler for the <button> Tag.
FormButtonTag() - Constructor for class com.cc.framework.taglib.forms.FormButtonTag
Constructor
FormCancelTag - class com.cc.framework.taglib.forms.FormCancelTag.
Creates a cancel Button
FormCancelTag() - Constructor for class com.cc.framework.taglib.forms.FormCancelTag
 
FormColumn - interface com.cc.framework.ui.model.FormColumn.
A form column defines the visual aspects for a single column of a form element group
FormColumnGroup - interface com.cc.framework.ui.model.FormColumnGroup.
A form column group defines the visual attributes for the columns of a form element group
FormColumnGroupImp - class com.cc.framework.ui.model.imp.FormColumnGroupImp.
A form column group defines the visual attributes for the columns of a form element group
FormColumnGroupImp() - Constructor for class com.cc.framework.ui.model.imp.FormColumnGroupImp
 
FormColumnGroupTag - class com.cc.framework.taglib.forms.FormColumnGroupTag.
Defines the column group for an form element container
FormColumnGroupTag() - Constructor for class com.cc.framework.taglib.forms.FormColumnGroupTag
Constructor
FormColumnImp - class com.cc.framework.ui.model.imp.FormColumnImp.
Form column properties
FormColumnImp() - Constructor for class com.cc.framework.ui.model.imp.FormColumnImp
Constructor
FormColumnTag - class com.cc.framework.taglib.forms.FormColumnTag.
Defines the visual aspects of a form element group column
FormColumnTag() - Constructor for class com.cc.framework.taglib.forms.FormColumnTag
Constructor
FormControl - class com.cc.framework.ui.control.FormControl.
A form control
FormControl() - Constructor for class com.cc.framework.ui.control.FormControl
Constructor
FormControlElement - class com.cc.framework.ui.control.FormControlElement.
A form control element
FormControlElement() - Constructor for class com.cc.framework.ui.control.FormControlElement
Constructor
FormDataModel - interface com.cc.framework.ui.model.FormDataModel.
Data model for the Form Element
FormDesignModel - interface com.cc.framework.ui.model.FormDesignModel.
Interface for the FormDesignModel
FormDesignModelImp - class com.cc.framework.ui.model.imp.FormDesignModelImp.
Designmodel for forms
FormDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.FormDesignModelImp
Constructor for FormDesignModelImp
FormElement - interface com.cc.framework.ui.control.FormElement.
Base Interface for all form elements
FormElementCalendarTag - class com.cc.framework.taglib.forms.FormElementCalendarTag.
Tag-Handler for the calendar form element.
FormElementCalendarTag() - Constructor for class com.cc.framework.taglib.forms.FormElementCalendarTag
Constructor for FormElementCalendarTag
FormElementCheckboxGroupTag - class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag.
Tag-Handler for the checkbox group form element.
FormElementCheckboxGroupTag() - Constructor for class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
Constructor
FormElementCheckboxTag - class com.cc.framework.taglib.forms.FormElementCheckboxTag.
Tag-Handler for the CheckBox Formelement.
FormElementCheckboxTag() - Constructor for class com.cc.framework.taglib.forms.FormElementCheckboxTag
Constructor
FormElementColorPickerTag - class com.cc.framework.taglib.forms.FormElementColorPickerTag.
Tag-Handler for the color picker form elemement.
FormElementColorPickerTag() - Constructor for class com.cc.framework.taglib.forms.FormElementColorPickerTag
Constructor for FormElementColorPickerTag
FormElementComboBoxTag - class com.cc.framework.taglib.forms.FormElementComboBoxTag.
Tag-Handler for the combobox-Formelement.
FormElementComboBoxTag() - Constructor for class com.cc.framework.taglib.forms.FormElementComboBoxTag
Constructor
FormElementContainer - interface com.cc.framework.ui.control.FormElementContainer.
Container for form elements
FormElementContainerTag - interface com.cc.framework.taglib.forms.FormElementContainerTag.
All tags witch can have nested controls must implement this interface
FormElementControlTag - interface com.cc.framework.taglib.forms.FormElementControlTag.
 
FormElementDescriptionTag - class com.cc.framework.taglib.forms.FormElementDescriptionTag.
 
FormElementDescriptionTag() - Constructor for class com.cc.framework.taglib.forms.FormElementDescriptionTag
 
FormElementFileTag - class com.cc.framework.taglib.forms.FormElementFileTag.
Tag-Handler for the File Formelement.
FormElementFileTag() - Constructor for class com.cc.framework.taglib.forms.FormElementFileTag
Constructor
FormElementGroupTag - class com.cc.framework.taglib.forms.FormElementGroupTag.
Tag-Handler for the group Tag.
FormElementGroupTag() - Constructor for class com.cc.framework.taglib.forms.FormElementGroupTag
Constructor
FormElementHtmlTag - class com.cc.framework.taglib.forms.FormElementHtmlTag.
Tag-Handler for the description form element.
FormElementHtmlTag() - Constructor for class com.cc.framework.taglib.forms.FormElementHtmlTag
Constructor
FormElementMessageTag - class com.cc.framework.taglib.forms.FormElementMessageTag.
Tag-Handler for the Message Formelement.
FormElementMessageTag() - Constructor for class com.cc.framework.taglib.forms.FormElementMessageTag
Constructor
FormElementMultiLevelSelectTag - class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag.
Tag-Handler for the multilevelselect-Formelement.
FormElementMultiLevelSelectTag() - Constructor for class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
Constructor
FormElementPasswordTag - class com.cc.framework.taglib.forms.FormElementPasswordTag.
Tag-Handler for the Password-Formelement.
FormElementPasswordTag() - Constructor for class com.cc.framework.taglib.forms.FormElementPasswordTag
Constructor
FormElementPlaintextTag - class com.cc.framework.taglib.forms.FormElementPlaintextTag.
Tag-Handler for the Plaintext-Formelement.
FormElementPlaintextTag() - Constructor for class com.cc.framework.taglib.forms.FormElementPlaintextTag
Constructor for FormElementCalendarTag
FormElementRadioGroupTag - class com.cc.framework.taglib.forms.FormElementRadioGroupTag.
Tag-Handler for the radio group-Formelement.
FormElementRadioGroupTag() - Constructor for class com.cc.framework.taglib.forms.FormElementRadioGroupTag
Constructor
FormElementRadioTag - class com.cc.framework.taglib.forms.FormElementRadioTag.
Tag-Handler for the Radio-Formuelement.
FormElementRadioTag() - Constructor for class com.cc.framework.taglib.forms.FormElementRadioTag
Constructor
FormElementRecurrencePatternTag - class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag.
Tag-Handler for the recurrence pattern form elemement.
FormElementRecurrencePatternTag() - Constructor for class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
Constructor for FormElementCalendarTag
FormElementRowTag - class com.cc.framework.taglib.forms.FormElementRowTag.
Tag-Handler for the row Tag.
FormElementRowTag() - Constructor for class com.cc.framework.taglib.forms.FormElementRowTag
Constructor
FormElementSectionTag - class com.cc.framework.taglib.forms.FormElementSectionTag.
Tag-Handler for the section Tag.
FormElementSectionTag() - Constructor for class com.cc.framework.taglib.forms.FormElementSectionTag
Constructor
FormElementSelectTag - class com.cc.framework.taglib.forms.FormElementSelectTag.
Tag-Handler for the select-Formelement.
FormElementSelectTag() - Constructor for class com.cc.framework.taglib.forms.FormElementSelectTag
Constructor
FormElementSpinTag - class com.cc.framework.taglib.forms.FormElementSpinTag.
Tag-Handler for the Spin-Formelement The tag generates a text element for the data input in the enclosing form.
FormElementSpinTag() - Constructor for class com.cc.framework.taglib.forms.FormElementSpinTag
Constructor
FormElementSwapSelectTag - class com.cc.framework.taglib.forms.FormElementSwapSelectTag.
Tag-Handler for the swapselect-Formelement.
FormElementSwapSelectTag() - Constructor for class com.cc.framework.taglib.forms.FormElementSwapSelectTag
Constructor
FormElementTag - interface com.cc.framework.taglib.forms.FormElementTag.
An interface to identify form element tags.
FormElementTextListTag - class com.cc.framework.taglib.forms.FormElementTextListTag.
Tag-Handler for the textlist-Formelement.
FormElementTextListTag() - Constructor for class com.cc.framework.taglib.forms.FormElementTextListTag
Constructor
FormElementTextPopupTag - class com.cc.framework.taglib.forms.FormElementTextPopupTag.
Tag-Handler for the Text Popup-Formelement.
FormElementTextPopupTag() - Constructor for class com.cc.framework.taglib.forms.FormElementTextPopupTag
Constructor
FormElementTextTag - class com.cc.framework.taglib.forms.FormElementTextTag.
Tag-Handler for the text-Formelement.
FormElementTextTag() - Constructor for class com.cc.framework.taglib.forms.FormElementTextTag
Constructor
FormElementTextareaTag - class com.cc.framework.taglib.forms.FormElementTextareaTag.
Tag-Handler for the TextArea-Formelement.
FormElementTextareaTag() - Constructor for class com.cc.framework.taglib.forms.FormElementTextareaTag
Constructor
FormElementTreeSwapSelectTag - class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag.
Tag-Handler for the <treeswapselect>-form element.
FormElementTreeSwapSelectTag() - Constructor for class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
Constructor
FormGroupElement - class com.cc.framework.ui.control.FormGroupElement.
Group of form elements
FormGroupElement() - Constructor for class com.cc.framework.ui.control.FormGroupElement
Constructor
FormHtmlElement - class com.cc.framework.ui.control.FormHtmlElement.
A description in a form
FormHtmlElement() - Constructor for class com.cc.framework.ui.control.FormHtmlElement
Constructor
FormLabelDesignModel - interface com.cc.framework.ui.model.FormLabelDesignModel.
Design Model for a Column Header
FormLabelDesignModelImp - class com.cc.framework.ui.model.imp.FormLabelDesignModelImp.
Implementation of a header design model
FormLabelDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Constructor
FormLabelDesignModelImp(String, String) - Constructor for class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Constructor
FormLabelTag - class com.cc.framework.taglib.forms.FormLabelTag.
Base class for form label tag handler
FormLabelTag() - Constructor for class com.cc.framework.taglib.forms.FormLabelTag
Constructor
FormMessageElement - class com.cc.framework.ui.control.FormMessageElement.
messages within forms
FormMessageElement() - Constructor for class com.cc.framework.ui.control.FormMessageElement
Constructor
FormMethod - class com.cc.framework.ui.FormMethod.
Enumeration for methods how a form can be submitted.
FormMethod(String) - Constructor for class com.cc.framework.ui.FormMethod
Constructor for FormMethod
FormResetTag - class com.cc.framework.taglib.forms.FormResetTag.
Creates a reset Button
FormResetTag() - Constructor for class com.cc.framework.taglib.forms.FormResetTag
 
FormStateModel - interface com.cc.framework.ui.model.FormStateModel.
State model for the Form Element
FormTag - class com.cc.framework.taglib.forms.FormTag.
Tag-Handler for the form Tag.
FormTag() - Constructor for class com.cc.framework.taglib.forms.FormTag
Constructor
FormTei - class com.cc.framework.taglib.forms.FormTei.
TagExtraInfo Class to expose the FormControl to the Tag-Body
FormTei() - Constructor for class com.cc.framework.taglib.forms.FormTei
 
FormType - class com.cc.framework.ui.FormType.
Enumeration of forms used by the common controls framework
FormType(String, boolean) - Constructor for class com.cc.framework.ui.FormType
Constructor for FormType
Formatter - class com.cc.framework.util.Formatter.
This class provides functions for formatting Strings
Formatter() - Constructor for class com.cc.framework.util.Formatter
Constructor
Frame - interface com.cc.framework.ui.painter.Frame.
A Frame is a complex HTML element with the following properties: A Frame consists of multiple sections A Frame has at least one section A Section can have its own title Every Section of a frame has its own body
FrameContainer - interface com.cc.framework.ui.model.FrameContainer.
Interface for all objects that have a frame
FrameContainerTag - interface com.cc.framework.taglib.FrameContainerTag.
All tags witch can have nested inner frames must implement this interface
FrameControl - class com.cc.framework.ui.control.FrameControl.
A frame control
FrameControl() - Constructor for class com.cc.framework.ui.control.FrameControl
Constructor
FrameDataModel - interface com.cc.framework.ui.model.FrameDataModel.
Data model for the Frame Element
FrameDesignModel - interface com.cc.framework.ui.model.FrameDesignModel.
Interface for the FrameDesignModel
FrameDesignModelImp - class com.cc.framework.ui.model.imp.FrameDesignModelImp.
Designmodel for frames
FrameDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.FrameDesignModelImp
Constructor for FrameDesignModelImp
FramePainter - interface com.cc.framework.ui.painter.FramePainter.
A FramePainter is responsible for painting the Frame of a Control element
FrameStateModel - interface com.cc.framework.ui.model.FrameStateModel.
State model for the Frame Element
FrameStateModelImp - class com.cc.framework.ui.model.imp.FrameStateModelImp.
 
FrameStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.FrameStateModelImp
Constructor
FrameTag - class com.cc.framework.taglib.forms.FrameTag.
Tag-Handler for the frame Tag.
FrameTag() - Constructor for class com.cc.framework.taglib.forms.FrameTag
Constructor
FrameTei - class com.cc.framework.taglib.forms.FrameTei.
TagExtraInfo Class to expose the FrameControl to the Tag-Body
FrameTei() - Constructor for class com.cc.framework.taglib.forms.FrameTei
 
FrameTitle - class com.cc.framework.ui.model.FrameTitle.
 
FrameTitle() - Constructor for class com.cc.framework.ui.model.FrameTitle
Constructor
FrameTitle(ImageModel, String, String, String, Collection) - Constructor for class com.cc.framework.ui.model.FrameTitle
Constructor
FrameUtil - class com.cc.framework.ui.model.FrameUtil.
Utility Class for Frames
FrameUtil() - Constructor for class com.cc.framework.ui.model.FrameUtil
Protected constructor
FrameworkAction - interface com.cc.framework.adapter.struts.FrameworkAction.
Interface for all common-controls actions
FrameworkActionForm - interface com.cc.framework.adapter.struts.FrameworkActionForm.
Interface for all common-controls action forms
FrameworkAdapter - interface com.cc.framework.adapter.FrameworkAdapter.
This adapter interface contains all methods a host framework (like struts) must provide for the common-controls framework
FrameworkAdapterFactory - class com.cc.framework.adapter.FrameworkAdapterFactory.
Factory class for Framework Adapters.
FrameworkAdapterFactory() - Constructor for class com.cc.framework.adapter.FrameworkAdapterFactory
Constructor
FrameworkException - exception com.cc.framework.common.FrameworkException.
Base exception class for all exceptions of the common controls framework.
FrameworkException() - Constructor for class com.cc.framework.common.FrameworkException
Constructor for FrameworkException
FrameworkException(String) - Constructor for class com.cc.framework.common.FrameworkException
Constructor for FrameworkException
FrameworkException(Throwable) - Constructor for class com.cc.framework.common.FrameworkException
Constructor for FrameworkException
FrameworkException(String, Throwable) - Constructor for class com.cc.framework.common.FrameworkException
Constructor for FrameworkException
FrameworkResources - interface com.cc.framework.FrameworkResources.
Resource Keys for the FrameworkResources Resource Bundle
FunctionBasedPermission - class com.cc.framework.security.FunctionBasedPermission.
This class represents a permission for a function in the application
FunctionBasedPermission(String) - Constructor for class com.cc.framework.security.FunctionBasedPermission
Constructor for FunctionBasedPermission
FunctionBasedPermission(String, String) - Constructor for class com.cc.framework.security.FunctionBasedPermission
Constructor for FunctionBasedPermission
factory - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
The Painter Factory
factoryList - Variable in class com.cc.framework.ui.painter.PainterFactoryIterator
The list of registered painter factories in the current page context
factoryMethods - Static variable in class com.cc.framework.security.PermissionFactory
Permission factory classes
fetchKeyset(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This method is called when the next keyset is to be loaded into memory
fetchRowset(int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
This method is called when the next rowset is to be loaded into memory
fetchRowset(int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This method is called when the next rowset is to be loaded into memory
fill(Object, int, char) - Static method in class com.cc.framework.util.StringHelp
Fills a String with the specified pattern till the specified length.
filter - Variable in class com.cc.framework.taglib.base.OptionTag
Specifies if all Strings should be converted into there HTML representation
filter - Variable in class com.cc.framework.taglib.util.ResourceTag
HTML encoding active
filter() - Method in class com.cc.framework.ui.control.ButtonControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.ComboBoxControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.CrumbsControl
Returns if the filter is activated (default=true).
filter - Variable in class com.cc.framework.ui.control.FormHtmlElement
Indicates if the text should be converted into HTML
filter() - Method in class com.cc.framework.ui.control.FormHtmlElement
Returns the filter.
filter - Variable in class com.cc.framework.ui.control.FormMessageElement
Defines if the message should be HTML encoded
filter() - Method in class com.cc.framework.ui.control.FormMessageElement
Returns the filter.
filter - Variable in class com.cc.framework.ui.control.MenuContext
Additional filter to filter MenuItems not needed
filter(String) - Method in class com.cc.framework.ui.control.MenuContext
Helper to check if a menu item matches a filter expression.
filter() - Method in class com.cc.framework.ui.control.MessageControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.SwapSelectControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.TabbarControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.TextControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.TextListControl
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.CrumbModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns if the filter is activated (default=true).
filter - Variable in class com.cc.framework.ui.model.FrameTitle
Indicates if String resources should be converted to HTML
filter() - Method in class com.cc.framework.ui.model.FrameTitle
Indicates if String resources should be converted to HTML
filter(Collection, Principal, Object) - Static method in class com.cc.framework.ui.model.FrameUtil
Retrieves a list of only the inner frames that are matching the given layout hint
filter() - Method in interface com.cc.framework.ui.model.MessageDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.RecurrencePatternDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.TextDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.TextListDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.TreeDesignModel
Returns if the filter is activated (default=true).
filter() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Returns if the filter is activated (default=true).
filter - Variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
Specifies if all String should be converted into valid HTML Strings
filter - Variable in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
Indicates if strings should be converted into there HTML-String representation.
filter - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.RatingDesignModelImp
Specifies if all String should be converted into valid HTML Strings
filter - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Specifies if all String should be converted into valid HTML Strings
filter - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.TextDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
filter - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Specifies if all String should be converted into there HTML representation
filter() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
filter(PanelContentDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Retrieves the filter setting for a given content element
filter(PanelContentDesignModel, PanelItemDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Retrieves the filter setting for a given item element
filter - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
filter() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
filter(OptionsIterator, OptionsComparator) - Method in interface com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionFilter
Checks if the current iteration element has to be filtered or not
filter - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
filter() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
filter() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
filter(OptionsIterator, OptionsComparator) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.SelectedFilter
 
filter(OptionsIterator, OptionsComparator) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.UnselectedFilter
 
filter - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
filter() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
filter(OptionsIterator, OptionsComparator) - Method in interface com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionFilter
Checks if the current iteration element has to be filtered or not
filter - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
filter() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
filter() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
filter(OptionsIterator, OptionsComparator) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.SelectedFilter
 
filter(OptionsIterator, OptionsComparator) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.UnselectedFilter
 
filter() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns if the filter is activated (default=true).
filter() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
filterExpr - Variable in class com.cc.framework.taglib.menu.ContextEqualTag
Filter to evaluate (Regular Expression)
find(int, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Searches for the appointment that starts in the given column at the given time and advances the internal iterator
first - Variable in class com.cc.framework.ui.model.imp.TabsetStateModelImp
The first visible Tabpage
firstDayOfWeek - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The index of the first day of the week.
flags - Variable in class com.cc.framework.common.DirtyMarkerImp
State of the object
floatValue() - Method in class com.cc.framework.ui.html.LengthUnit
 
flush - Variable in class com.cc.framework.taglib.template.IncludeTag
Buffer flushing or not
forceControlName() - Method in class com.cc.framework.ui.painter.ControlPainter
 
form() - Method in interface com.cc.framework.adapter.struts.ActionContext
Returns the action form
form() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
form - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
The ActionForm form
form() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
Gets the ActionForm
formElement - Variable in class com.cc.framework.taglib.forms.FormElementCalendarTag
The design model
formElement - Variable in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementCheckboxTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementColorPickerTag
The design model
formElement - Variable in class com.cc.framework.taglib.forms.FormElementComboBoxTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementFileTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementHtmlTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementMessageTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementPasswordTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementPlaintextTag
The design model
formElement - Variable in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementRadioTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
The design model
formElement - Variable in class com.cc.framework.taglib.forms.FormElementSelectTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementSpinTag
The design model
formElement - Variable in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementTextListTag
control
formElement - Variable in class com.cc.framework.taglib.forms.FormElementTextPopupTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementTextTag
control
formElement - Variable in class com.cc.framework.taglib.forms.FormElementTextareaTag
Designmodel
formElement - Variable in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
Designmodel
formElement - Variable in class com.cc.framework.ui.control.ControlAction
This flag indicates if this Action should be rendered as a hyperlink or input field
formElement - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Indicates if the control always should submit the form
formId - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
Form iD
format - Variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
Date Format
formatBytes(long) - Static method in class com.cc.framework.util.Formatter
Formats Bytes in the format ..bytes, ..kb oder ..mb
formatDate(Date) - Static method in class com.cc.framework.util.Formatter
This method returns a String representing a formatted date.
formatDate(Date, String) - Static method in class com.cc.framework.util.Formatter
This method returns a String representing a formatted date.
formatDateAndTime(Date) - Static method in class com.cc.framework.util.Formatter
This method returns a String representing a formatted date.
formatDateAndTime(long) - Static method in class com.cc.framework.util.Formatter
This method returns a String representing a formatted date.
formatElements(String, ConcreteElement[]) - Static method in class com.cc.framework.ui.painter.PainterHelp
This method works similar to java.text.MessageFormat with the only difference that it concatenates ConcreteElement's into an ElementContainer
formatElements(String, ConcreteElement[]) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
This method works similar to java.text.MessageFormat with the only difference that it concatenates ConcreteElement's into an ElementContainer
formatTime(Time) - Static method in class com.cc.framework.util.Formatter
This method returns a String representing a formatted time.
formatTimeSpan(long) - Static method in class com.cc.framework.util.Formatter
This method returns a String representing a formatted time span.
formatterCache - Variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
This is a cache for DateFormat objects
formid - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The unique Id of the form
forward(ActionForward) - Method in interface com.cc.framework.adapter.struts.ActionContext
Sets the forward
forward(ActionForward) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forward - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
The ActionForward which should be activate by the action
forward(ActionForward) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardByName(String) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the Action specified by the Name
forwardByName(String, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the Action specified by the Name
forwardByName(String, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the Action specified by the Name
forwardByName(String, Object, Object, Object) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the Action specified by the Name
forwardByName(String, Object[]) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the Action specified by the Name
forwardByName(String, Object[]) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardByName(String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardByName(String, Object, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardByName(String, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardByName(String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardByName(String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardByName(String, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardByName(String, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardByName(String, Object, Object, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardByName(String, Object[]) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardToAction(String) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the specified Action
forwardToAction(String, boolean) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the specified Action
forwardToAction(String, Map) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the specified Action
forwardToAction(String, Map, boolean) - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards to the specified Action
forwardToAction(String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardToAction(String, boolean) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardToAction(String, Map) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardToAction(String, Map, boolean) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardToAction(String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardToAction(String, boolean) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardToAction(String, Map) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardToAction(String, Map, boolean) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardToInput() - Method in interface com.cc.framework.adapter.struts.ActionContext
Forwards the Request to the Input, which is specified for the Action in the struts configuration.
forwardToInput() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardToInput() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
forwardToResponse() - Method in interface com.cc.framework.adapter.struts.ActionContext
The next Forward should be directly directed to the Response
forwardToResponse() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
forwardToResponse() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
frame - Variable in class com.cc.framework.taglib.base.InnerFrameTag
Design model
frame - Variable in class com.cc.framework.ui.model.imp.InfoDesignModelImp
Enables or disables the frame
framePainter - Variable in class com.cc.framework.ui.painter.ControlPainter
The painter that is used to create the frame element
frames - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
Inner Frames
frames - Variable in class com.cc.framework.ui.model.imp.FrameDesignModelImp
Inner Frames
frames - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Inner Frames
frames - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
Container with the form elements
frames - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Inner Frames
fromLiteral(Object) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Creates a literal deferred value
function - Variable in class com.cc.framework.security.FunctionBasedPermission
Function
functionMapper - Variable in class com.cc.framework.ui.model.value.DeferredEnvironment
Function mapper for custom functions
fwlog - Static variable in class com.cc.framework.adapter.struts.FWAction
Private Logger instance
fwlog - Static variable in class com.cc.framework.adapter.struts.FWDispatchAction
Private Logger instance
fwlog - Static variable in class com.cc.framework.adapter.struts.FWLookupDispatchAction
Private Logger instance

G

GAUGE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Gauge Control
GET - Static variable in class com.cc.framework.ui.FormMethod
method: GET
GET_INSTANCE_PARAM_TYPES - Static variable in class com.cc.framework.convert.imp.NumberConverter
 
GIF - Static variable in class com.cc.framework.resource.MimeType
MIME type: GIF
GRANTED - Static variable in class com.cc.framework.security.StaticPermission
static permission: GRANTED
GRANTED - Static variable in class com.cc.framework.security.acl.expr.AccessToken
Access granted
GRAYED - Static variable in interface com.cc.framework.ui.MenuState
Disables the menu item so that it cannot be selected and dims it.
GRAYED - Static variable in class com.cc.framework.ui.MenuStateType
state: GRAYED
GREEN - Static variable in class com.cc.framework.ui.Color
color : green
GaugeControl - class com.cc.framework.ui.control.GaugeControl.
Gauge Control
GaugeControl() - Constructor for class com.cc.framework.ui.control.GaugeControl
Constructor
GaugeDataModel - interface com.cc.framework.ui.model.GaugeDataModel.
Data model for the Gauge Control
GaugeDataModelImp - class com.cc.framework.ui.model.imp.GaugeDataModelImp.
 
GaugeDataModelImp() - Constructor for class com.cc.framework.ui.model.imp.GaugeDataModelImp
Constructor
GaugeDataModelImp.GaugeItem - class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem.
Item of the Gauge control
GaugeDataModelImp.GaugeItem() - Constructor for class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Constructor
GaugeDataModelImp.GaugeItem(double, String, Color) - Constructor for class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Constructor
GaugeDesignModel - interface com.cc.framework.ui.model.GaugeDesignModel.
Design model for a gauge
GaugeDesignModelImp - class com.cc.framework.ui.model.imp.GaugeDesignModelImp.
The design model for the gauge control
GaugeDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.GaugeDesignModelImp
Constructor
GaugeStateModel - interface com.cc.framework.ui.model.GaugeStateModel.
State model for checkboxes The checkbox control has no state which must be managed across several server round trips.
GaugeTag - class com.cc.framework.taglib.controls.GaugeTag.
Tag-Handler for the Gauge Control
GaugeTag() - Constructor for class com.cc.framework.taglib.controls.GaugeTag
Constructor
GetTag - class com.cc.framework.taglib.template.GetTag.
Tag handler for the get tag.
GetTag() - Constructor for class com.cc.framework.taglib.template.GetTag
Constructor
GlobalPainterFactory - class com.cc.framework.ui.painter.global.GlobalPainterFactory.
Global Painter Factory Class.
GlobalPainterFactory() - Constructor for class com.cc.framework.ui.painter.global.GlobalPainterFactory
Constructor
GlobalResourceMap - class com.cc.framework.ui.painter.global.GlobalResourceMap.
The GlobalResourceMap registers all images that are needed by the GlobalPainter.
GlobalResourceMap() - Constructor for class com.cc.framework.ui.painter.global.GlobalResourceMap
Constructor
GlobalResources - interface com.cc.framework.ui.painter.global.GlobalResources.
This interface defines string and image codes for resources.
Globals - interface com.cc.framework.Globals.
This interface defines global variables used by the common controls framework.
GrantedTag - class com.cc.framework.taglib.security.GrantedTag.
Tag-Handler for the granted Tag.
GrantedTag() - Constructor for class com.cc.framework.taglib.security.GrantedTag
 
get(int) - Method in class com.cc.framework.common.TupleArray
Returns the element at the specified position in this list.
get(HttpSession, String, Class) - Static method in class com.cc.framework.dialog.DialogContext
Identifys or creates a new dialog context from the users session.
get(HttpSession, boolean, String, Class) - Static method in class com.cc.framework.dialog.DialogContext
Identifys the specified dialog context from the users session.
get(RequestContext, boolean, String, Class) - Static method in class com.cc.framework.dialog.DialogContext
Returns a Dialog Context
get(HttpServletRequest, boolean, String, Class) - Static method in class com.cc.framework.dialog.DialogContext
Returns a Dialog Context
get(PageContext) - Static method in class com.cc.framework.http.BrowserInfo
Retrieves the current client settings from the user session.
get(HttpSession) - Static method in class com.cc.framework.http.BrowserInfo
Retrieves the current client settings from the user session.
getAccess(Permission) - Method in class com.cc.framework.security.acl.AccessControlList.AccessControlEnvironment
 
getAccess(Permission) - Method in interface com.cc.framework.security.acl.expr.ExecutionEnvironment
Checks if the current principal is granted the given permission
getAccessKey() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'alt' and the ACCESSKEY together).
getAccessKey() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getAction() - Method in class com.cc.framework.ui.control.Control
Returns the action which is assigned to the control
getAction() - Method in class com.cc.framework.ui.control.ControlActionDef
Retrieves the action identifier
getAction() - Method in class com.cc.framework.ui.control.ControlMethodInvocation
Returns the name of the Action to be performed
getAction(CrumbModel) - Method in class com.cc.framework.ui.control.CrumbsControl
Returns the associated Action for a TabPage
getAction(TabDesignModel) - Method in class com.cc.framework.ui.control.TabbarControl
Returns the associate Action for a TabPage
getAction() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the action which is assigned to the control
getAction() - Method in interface com.cc.framework.ui.model.CrumbModel
Returns the action, which should be processed if the Crumb is selected.
getAction() - Method in interface com.cc.framework.ui.model.FormDesignModel
Returns the Action
getAction() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns the Action
getAction() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Action
getAction() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Action
getAction() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Returns the action
getAction() - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Returns the Action which should be processed by the Item
getAction() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the action, which should be processed if the TabPage is selected.
getAction() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getAction() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
getAction() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getAction() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getAction() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getAction() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
getAction() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getAction() - Method in interface com.cc.framework.ui.painter.ActionPainter
return the Action
getAction() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getActionDef() - Method in class com.cc.framework.ui.control.ControlAction
Returns the action definition (the actions prototype)
getActionHandler(FrameworkAction, ControlRequestContext, Object[]) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Searches the action class for a handler method.
getActionHandler(ControlActionContext, Object[]) - Method in class com.cc.framework.adapter.struts.FWAction
 
getActionHandler(ControlActionContext, Object[]) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
getActionHandler(ControlActionContext, Object[]) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
getActionHandler(ControlActionContext, Object[]) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Searches the action class for a handler method.
getActionMappingName(String) - Static method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Return the form action converted into an action mapping path.
getActionMappingURL(PageContext, String) - Method in interface com.cc.framework.adapter.FrameworkAdapter
This Method maps an Action identifier to an URL
getActionMappingURL(PageContext, String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
getActionMappingURL(PageContext, String) - Static method in class com.cc.framework.ui.control.ControlAction
Method getActionMappingURL
getActionMethod() - Method in class com.cc.framework.adapter.struts.ConcreteControlActionContext
 
getActionMethod() - Method in class com.cc.framework.adapter.struts.ConcreteFormActionContext
Returns the name of the Method which will be called to handle the FormAction
getActionMethod() - Method in interface com.cc.framework.adapter.struts.FormActionContext
Returns the name of the method which will be called to handle the action
getActionMethod() - Method in interface com.cc.framework.ui.control.ControlRequestContext
Returns the Name of the action handler in the syntax: [Controlname]_on[Action]
getAdapter() - Static method in class com.cc.framework.adapter.FrameworkAdapterFactory
Retrieves an adapter for the current host framework.
getAdditionalHandler() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getAjaxAttribute(Control, String) - Method in interface com.cc.framework.adapter.AjaxRequest
Returns the attribute with the given name from the container
getAjaxAttribute(Control, String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getAjaxAttribute(Control, String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getAjaxAttributeNames(Control) - Method in interface com.cc.framework.adapter.AjaxRequest
Returns an Iterator that iterates all attribute names
getAjaxAttributeNames(Control) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getAjaxAttributeNames(Control) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getAjaxId() - Method in class com.cc.framework.ui.control.Control
Returns the AJAX container id of the control or null when the control is not AJAX relevant.
getAjaxId() - Method in class com.cc.framework.ui.control.ListControl
Returns the AJAX container id of the control or null when the control is not AJAX relevant
getAlignment() - Method in class com.cc.framework.ui.control.FormButtonElement
 
getAlignment() - Method in class com.cc.framework.ui.control.FormControlElement
 
getAlignment() - Method in interface com.cc.framework.ui.control.FormElement
Returns the horizontal alignment
getAlignment() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getAlignment() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getAlignment() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getAlignment() - Method in class com.cc.framework.ui.control.GaugeControl
Returns the alignment for the column
getAlignment() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the alignment for the column
getAlignment() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the alignment for the column
getAlignment() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the alignment for the label
getAlignment() - Method in interface com.cc.framework.ui.model.GaugeDesignModel
Returns the alignment for the column
getAlignment() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getAlignment() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getAlignment() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getAlignment() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getAlignment() - Method in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
 
getAllDayEvents() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Returns only the "allday" appointments for this day
getAlternate() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getAlternate() - Method in interface com.cc.framework.ui.model.ImageModel
Returns the text to display if the image can't be displayed.
getAlternate() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getAmount(int) - Method in class com.cc.framework.ui.control.GaugeControl
Returns the absolute amount of the given segment.
getAmount(int) - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns the absolute amount of the given segment.
getAmount() - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Returns the absolute amount of the given segment.
getAmount(int) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
getAnchor() - Method in class com.cc.framework.http.Hyperlink
Returns the Anchor
getAnchor() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the anchor that will be appended to all Hyperlinks for this column.
getAnchor() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getAnchor() - Method in interface com.cc.framework.ui.painter.ActionPainter
 
getAnchor() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getAnchor(ColumnDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Returns the Anchor Attribute which should be included in a HyperLink
getAnchorProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the anchor property for the column.
getAnchorProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getAppContextPath(HttpServletRequest) - Static method in class com.cc.framework.http.HttpUtil
Computes the applications full qualified context path
getAppointment() - Method in interface com.cc.framework.ui.model.RecurrencePattern
 
getAppointment() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getAppointment() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
 
getAppointmentColumns(DefDayViewPainter.DayInfo[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Calculates the number of HTML table columns (TD's) that are necessary to display the appointments
getAppointmentFromId(String) - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves the appointment with the given key
getAppointmentFromId(String) - Method in interface com.cc.framework.ui.model.SchedulerDataModel
Retrieves the appointment with the given key
getAppointmentFromId(String) - Method in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
 
getAppointmentLabel(Calendar, Appointment, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates the Appointment Label
getAppointmentTimeStr(Calendar, Appointment) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates a time string for the given appointment
getAppointmentTooltip(Calendar, Appointment, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Creates a tooltip for the given appointment
getAppointments(Calendar) - Method in class com.cc.framework.ui.control.SchedulerControl
Liefert alle Termine für ein bestimmtes Datum
getAppointments(Calendar) - Method in interface com.cc.framework.ui.model.SchedulerDataModel
Liefert eine Liste mit Terminen für den angegebenen Tag
getAppointments(Calendar) - Method in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
Returns a list with all appointments for the given day
getAppointments() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Retrieves the raw appointment list for this day
getAppointmentsOutOfBounds(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Retrieves a list of appointments which are out of bounds
getAppointmentsOutOfBoundsCount(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Counts the number of appointments that are out of range
getAppointmentsOutOfBoundsCount(DefDayViewPainter.DayInfo[], int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Counts the number of appointments that are out of range
getArguments() - Method in class com.cc.framework.util.PropertyResourceKey
 
getAsObject(RequestContext, String) - Method in interface com.cc.framework.convert.Converter
Converts the given String value into the Converters Datatype
getAsObject(RequestContext, Class, String) - Static method in class com.cc.framework.convert.ConverterHelp
Uses a Bean Converter to convert the given String into an Object.
getAsObject(RequestContext, Class, String[]) - Static method in class com.cc.framework.convert.ConverterHelp
Uses a Bean Converter to convert the given String Array into an Object Array.
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.AppointmentPriorityConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.BooleanConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.ByteSizeConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.DateConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.DoubleConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.FloatConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.IntegerConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.LongConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.NumberConverter
 
getAsObject(RequestContext, String) - Method in class com.cc.framework.convert.imp.StringConverter
 
getAsString(RequestContext, Object) - Method in interface com.cc.framework.convert.Converter
Converts the Object of the converters Datatype into it's String representation
getAsString(RequestContext, Converter, Object) - Static method in class com.cc.framework.convert.ConverterHelp
Uses a Bean Converter to convert the given object to a String representation.
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.AppointmentPriorityConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.BooleanConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.ByteSizeConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.DateConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.DoubleConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.FloatConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.IntegerConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.LongConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.NumberConverter
 
getAsString(RequestContext, Object) - Method in class com.cc.framework.convert.imp.StringConverter
 
getAsString(Converter, Object) - Method in class com.cc.framework.ui.painter.ControlPainter
Uses a Bean Converter to convert the given object to a String representation.
getAsString(Converter, Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Uses a Bean Converter to convert the given object to a String representation.
getAsString(Converter, Object) - Method in class com.cc.framework.ui.painter.html.HtmlCalendarPainter
Uses a Bean Converter to convert the given object to a String representation.
getAsString(Converter, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Uses a Bean Converter to convert the given object to a String representation.
getAsString(Converter, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getAttribute(String, HttpScope) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getAttribute(String, HttpScope) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getAttribute(String) - Method in class com.cc.framework.dialog.DialogContext
Retrieve the value associated with the specified name.
getAttribute(String) - Method in interface com.cc.framework.http.AttributeAccess
Returns the value of the named attribute as an object, or null if no attribute of the given name exists.
getAttribute(String, HttpScope) - Method in interface com.cc.framework.http.HttpContext
Returns the attribute with the given name from the specified scope
getAttribute(String, HttpScope) - Method in class com.cc.framework.http.PageContextAdapter
 
getAttribute(String, boolean) - Method in interface com.cc.framework.ui.painter.PainterContext
Gets an Attribute from the Painter Context hierarchy
getAttribute(String, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Gets an Attribute from the Painter Context hierarchy
getAttribute(String, HttpScope) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
getAttribute(String, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getAttribute(String, HttpScope) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getAttribute(Node, String) - Static method in class com.cc.framework.xml.XMLHelp
Returns the value for an attribute from a node
getAttributeCount() - Method in class com.cc.framework.dialog.DialogContext
 
getAttributeNames() - Method in class com.cc.framework.dialog.DialogContext
 
getAttributeNames() - Method in interface com.cc.framework.http.AttributeAccess
Returns an Enumeration containing the names of the attributes available to this request.
getAwtColor(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an color for the specified Id
getAwtColor(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an color for the specified Id
getAwtColor(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an color for the specified Id
getAwtColor(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getBarWidth() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
getBase() - Method in class com.cc.framework.taglib.template.PageDef
 
getBase() - Method in class com.cc.framework.taglib.template.PageParameter
Returns the base.
getBase() - Method in class com.cc.framework.taglib.util.ImageMapTag
 
getBase() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getBase() - Method in class com.cc.framework.ui.AbstractImageMap
Returns the base directory for all the images
getBase() - Method in interface com.cc.framework.ui.ImageMap
Returns the base directory for all the images
getBase() - Method in interface com.cc.framework.ui.WebResourceAccess
Gets the Base Directory for the Resource
getBase() - Method in class com.cc.framework.ui.control.ButtonControl
Gets the base directory for the resource
getBase() - Method in class com.cc.framework.ui.control.InfoControl
Gets the base directory for the resource
getBase() - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
getBase() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getBase() - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
getBean() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
getBean() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
getBean() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
 
getBean() - Method in interface com.cc.framework.taglib.forms.ForEachTag.ForEachIterator
 
getBean() - Method in class com.cc.framework.ui.model.value.DeferredEnvironment.BeanVariableResolver
Returns the bean object
getBean() - Method in class com.cc.framework.ui.model.value.DeferredEnvironment
Retrieves the (row-) bean
getBgColor() - Method in class com.cc.framework.ui.control.TabbarControl
Returns the Background Color
getBgColor() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the Background Color
getBgColor() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Returns the Background Color
getBgColor() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getBgColor() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
getBgColor() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Retrieves the Background color of the control
getBgColor() - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
Retrieves the Background color of the tabset
getBgColor() - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Retrieves the Background color of the tabset
getBgImage(int) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Retrieves the background image for the specified style
getBgImage(int, Color) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Retrieves the background image for the specified style
getBody() - Method in class com.cc.framework.resource.BinaryResource
Returns the resource data
getBody() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
Returns the optional HTML Body of the control
getBody() - Method in class com.cc.framework.ui.control.SelectControl
Returns the optional HTML Body of the control
getBody() - Method in class com.cc.framework.ui.control.SwapSelectControl
Returns the optional HTML Body of the control
getBody() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Returns the optional HTML Body of the control
getBody() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the HTML-String which should be displayed as Content of the TabPage
getBody() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getBodyContent(PainterContext, ColumnDesignModel, LineIterator) - Static method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Try to find a previously registered JSP Body for this row bean
getBorder() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the border width
getBorder() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getBundle() - Method in class com.cc.framework.util.PropertyResourceKey
 
getButtonAlt() - Method in class com.cc.framework.ui.control.CalendarControl
 
getButtonAlt() - Method in class com.cc.framework.ui.control.ColorPickerControl
 
getButtonAlt() - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Returns the alt attribute for the calendar image
getButtonAlt() - Method in interface com.cc.framework.ui.model.ColorPickerDesignModel
Returns the alt attribute for the colorpicker image
getButtonAlt() - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
getButtonAlt() - Method in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
 
getButtonDesignModel() - Method in class com.cc.framework.taglib.controls.ButtonTag
Returns a casted version of the ControlDesignModel
getButtonId() - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
Retrieves the button id
getButtonPermission(ControlButton) - Method in interface com.cc.framework.ui.model.ButtonContainer
Retrieves the permission for the given button
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.ButtonContainerImp
 
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
getButtonPermission(ControlButton) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
getButtonStyle() - Method in class com.cc.framework.ui.control.ButtonControl
Returns the Id for the button style used to get the background images for a text button
getButtonStyle() - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Returns the style for a text button If text buttons with different background images are needed they can be distinguished by the buttonStyle id.
getButtonStyle() - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
getButtonTooltip() - Method in class com.cc.framework.ui.control.CalendarControl
 
getButtonTooltip() - Method in class com.cc.framework.ui.control.ColorPickerControl
 
getButtonTooltip() - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Returns the tooltip for the calendar image
getButtonTooltip() - Method in interface com.cc.framework.ui.model.ColorPickerDesignModel
Returns the tooltip for the colorpicker image
getButtonTooltip() - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
getButtonTooltip() - Method in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
 
getButtonType() - Method in class com.cc.framework.ui.control.ButtonControl
Returns the type of the button
getButtonType() - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Returns the type of the button
getButtonType() - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
getButtons() - Method in class com.cc.framework.ui.control.Control
Retrieves a list of button that are assigned to this Filed
getButtons() - Method in class com.cc.framework.ui.model.FrameTitle
 
getByCode(char) - Method in class com.cc.framework.util.parser.EntityMapper
Maps a character to the entity
getByName(String) - Method in class com.cc.framework.util.parser.EntityMapper
Maps an entity to the corresponding entity
getCacheDir() - Static method in class com.cc.framework.resource.ResourceManager
Returns the directory used to cache resources.
getCacheHint() - Method in interface com.cc.framework.ui.model.Cachable
The class which implement this interface can signal that some changes at the data model will be done.
getCalendarDesignModel() - Method in class com.cc.framework.taglib.controls.CalendarTag
Returns a casted version of the ControlDesignModel
getCaption() - Method in class com.cc.framework.ui.control.FormControl
Returns the caption of the form
getCaption() - Method in class com.cc.framework.ui.control.FrameControl
Returns the caption of the frame
getCaption() - Method in class com.cc.framework.ui.control.HeadlineControl
Returns the caption
getCaption() - Method in class com.cc.framework.ui.control.MessageControl
Returns the caption
getCaption() - Method in interface com.cc.framework.ui.model.FormDesignModel
Returns the Caption of the Form
getCaption() - Method in interface com.cc.framework.ui.model.FrameDesignModel
Returns the Caption of the Frame
getCaption() - Method in class com.cc.framework.ui.model.FrameTitle
 
getCaption() - Method in interface com.cc.framework.ui.model.HeadlineDesignModel
Returns the Caption
getCaption() - Method in interface com.cc.framework.ui.model.MessageDesignModel
Returns the Caption
getCaption() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getCaption() - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
getCaption() - Method in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
 
getCaption() - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
getCellPadding() - Method in class com.cc.framework.ui.control.ListControl
Returns the cell padding for the list cells
getCellPadding() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getCellPadding() - Method in class com.cc.framework.ui.control.TreelistControl
 
getCellPadding() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the cell padding for the list cells
getCellPadding() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getCellPadding() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the cell padding for the list cells
getCellPainterContext() - Method in class com.cc.framework.ui.painter.def.DefListPainter
 
getCellSpacing() - Method in class com.cc.framework.ui.control.ListControl
Returns the cell spacing for the list cells
getCellSpacing() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getCellSpacing() - Method in class com.cc.framework.ui.control.TreelistControl
 
getCellSpacing() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the cell spacing for the list cells
getCellSpacing() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getCellSpacing() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the cell spacing for the list cells
getCellValue() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getCellWidth() - Method in interface com.cc.framework.ui.control.FormElementContainer
Returns the width of the control cell for this container.
getCellWidth() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getCellWidth() - Method in interface com.cc.framework.ui.model.FormColumn
Returns the width of the control cell for this container.
getCellWidth() - Method in class com.cc.framework.ui.model.imp.FormColumnImp
 
getCellWidth() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getCellWidth(FormElementContainer, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the width of the control cell for the given element container
getCellsPerElement() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the required number of TD-Elements for one form element
getCheckBoxMask() - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves a bit mask that indicates on what view levels a checkbox should be shown for this control
getCheckBoxMask() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Retrieves a bit mask that indicates on what view levels a checkbox should be shown for this control
getCheckBoxMask() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getCheckRange() - Method in interface com.cc.framework.ui.model.ColumnCheckDesignModel
Determines what rows the multiple check option of the column should affect.
getCheckRange() - Method in interface com.cc.framework.ui.model.ColumnCheckboxDesignModel
Determines what rows the multiple check option of the column should affect.
getCheckRange() - Method in class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
 
getCheckRange() - Method in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
 
getCheckState() - Method in interface com.cc.framework.ui.model.Checkable
Returns the check state of an object.
getCheckState(long) - Method in interface com.cc.framework.ui.model.CheckableAppointment
Returns the check state of an object.
getCheckState(long) - Method in class com.cc.framework.ui.model.imp.CheckableAppointmentImp
 
getCheckState(Calendar, Appointment[]) - Static method in class com.cc.framework.ui.painter.def.scheduler.SchedulerViewHelp
Retrieves the cumulated Check state for the given Appointment list
getCheckState(Calendar, Appointment) - Static method in class com.cc.framework.ui.painter.def.scheduler.SchedulerViewHelp
Retrieves the Check state for the given Appointment
getCheckState(TreeNodeDataModel) - Static method in class com.cc.framework.util.TreeHelp
Returns the check state of a given tree node.
getCheckboxDesignModel() - Method in class com.cc.framework.taglib.controls.CheckboxTag
Returns a casted version of the ControlDesignModel
getCheckboxGroupDesignModel() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Returns a casted version of the ControlDesignModel
getCheckedItems(ListDataModel) - Static method in class com.cc.framework.util.ListHelp
Returns an Array including all the matching row beans of the list.
getCheckedItems(ListDataModel, String) - Static method in class com.cc.framework.util.ListHelp
Returns an Array including all the matching row beans in a list.
getCheckedItems(TreeNodeDataModel) - Static method in class com.cc.framework.util.TreeHelp
Returns an Array including all the matching row beans of the tree.
getCheckedItems(TreeNodeDataModel, String) - Static method in class com.cc.framework.util.TreeHelp
Returns an Array including all the matching row beans in a tree.
getChild(int) - Method in interface com.cc.framework.ui.model.TreeGroupDataModel
Returns the node for the specified index
getChild(int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
 
getChildIndex(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
Returns the index of a child node in its parent node
getClientHandler() - Method in interface com.cc.framework.taglib.ScriptSupport
Returns the ClientHandler interface of the controls design model.
getClientHandler() - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
getClientHandler() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
getClientHandler() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
getClientHandler() - Method in class com.cc.framework.taglib.controls.PanelItemTag
 
getClientHandler() - Method in class com.cc.framework.taglib.controls.TabTag
 
getClientHandler() - Method in class com.cc.framework.taglib.forms.FormLabelTag
 
getClientHandler() - Method in class com.cc.framework.taglib.menu.CrumbTag
 
getClientHandler() - Method in class com.cc.framework.taglib.menu.MenuItemTag
 
getClientHandler() - Method in class com.cc.framework.taglib.util.DesignRuleTag
 
getClientHandler(int) - Method in class com.cc.framework.ui.control.GaugeControl
Returns a set of client Handlers for this segment
getClientHandler(int) - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns a set of client Handlers for this segment
getClientHandler(int) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
getCode() - Method in class com.cc.framework.common.SortOrder
Gets the internal type
getCode() - Method in class com.cc.framework.message.MessageResource
Returns the Code
getCode() - Method in interface com.cc.framework.message.MessageResourceLoader
Returns the message code at the specified position in this list.
getCode() - Method in class com.cc.framework.version.SystemType
Returns the code
getColSpan() - Method in class com.cc.framework.ui.control.FormButtonElement
 
getColSpan() - Method in class com.cc.framework.ui.control.FormControl
Returns the column span for this element
getColSpan() - Method in class com.cc.framework.ui.control.FormControlElement
 
getColSpan() - Method in interface com.cc.framework.ui.control.FormElement
Returns the column span for this element
getColSpan() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getColSpan() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getColSpan() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getColSpan() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getColSpan() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
 
getColor(int) - Method in class com.cc.framework.ui.control.GaugeControl
Returns the color of the given segment
getColor(int) - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns the color of the given segment
getColor() - Method in interface com.cc.framework.ui.model.RatingItem
 
getColor() - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Returns the color of the given segment
getColor(int) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
getColor(String) - Method in interface com.cc.framework.ui.painter.ColorPalette
Retrieves a color for the specified Id
getColor(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an color for the specified Id
getColor(String) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an color for the specified Id
getColor(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an color for the specified Id
getColor(String) - Method in interface com.cc.framework.ui.painter.ResourceMap
Retrieves a color for the specified Id
getColor(String) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getColor(String) - Method in class com.cc.framework.ui.painter.def.DefColorPalette
Retrieves a color for the specified Id
getColor(String) - Method in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Retrieves a color for the specified Id
getColor(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an color for the specified Id
getColor(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getColorPalette() - Method in class com.cc.framework.ui.painter.ResourceMapImp
Returns the color palette
getColorPickerDesignModel() - Method in class com.cc.framework.taglib.controls.ColorPickerTag
Returns a casted version of the ControlDesignModel
getColorResource(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterFactory
Retrieves the value for the given color key
getCols() - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
Returns the number of visible columns for an input/text field.
getCols() - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
getColumn() - Method in class com.cc.framework.taglib.forms.FormColumnTag
 
getColumn(int) - Method in interface com.cc.framework.ui.model.ColumnContainer
Returns the column with the given index
getColumn(int) - Method in interface com.cc.framework.ui.model.FormColumnGroup
Retrieves the column with the given index
getColumn(int) - Method in class com.cc.framework.ui.model.imp.ColumnContainerImp
 
getColumn(int) - Method in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
 
getColumn(int) - Method in class com.cc.framework.ui.model.imp.FormColumnGroupImp
 
getColumn(int) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getColumn() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getColumn() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
 
getColumnGroup() - Method in interface com.cc.framework.ui.control.FormElementContainer
 
getColumnGroup() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getColumnGroup() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getColumnHeader(int) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
getColumnIndex() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getColumnPainter(ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Retrieves the column painter for the given column.
getColumnTooltip(int) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
getColumnWidth(int) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
getColumns() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
Returns the number of checkbox columns
getColumns() - Method in class com.cc.framework.ui.control.ListControl
Returns an Array with all columns.
getColumns() - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves the number of columns in year view
getColumns() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getColumns() - Method in class com.cc.framework.ui.control.TextareaControl
Returns the Number of Rows
getColumns() - Method in class com.cc.framework.ui.control.TreelistControl
 
getColumns() - Method in interface com.cc.framework.ui.model.CheckboxGroupDesignModel
Returns the number of checkbox columns
getColumns() - Method in interface com.cc.framework.ui.model.ColumnContainer
Returns an array with all column definitions
getColumns() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Retrieves the number of columns in year view
getColumns() - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Returns the number of Columns
getColumns() - Method in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
 
getColumns() - Method in class com.cc.framework.ui.model.imp.ColumnContainerImp
 
getColumns() - Method in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
 
getColumns() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getColumns() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getColumns() - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
getColumns() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getColumns() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
 
getComboBoxDesignModel() - Method in class com.cc.framework.taglib.controls.ComboBoxTag
Returns a casted version of the ControlDesignModel
getCommand() - Method in interface com.cc.framework.ui.model.ColumnButtonDesignModel
Returns the name of the command that should bet triggered
getCommand() - Method in interface com.cc.framework.ui.model.ColumnCommandDesignModel
Returns the command that will be executed when the user presses a button in this column
getCommand() - Method in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
getCommand() - Method in class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp
 
getContainer(Tag) - Static method in class com.cc.framework.taglib.TagHelp
Searches the Tag hierarchy for a FormElementContainerTag parent
getContainer() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Returns te container in which this column is nested
getContainer() - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
getContent() - Method in class com.cc.framework.taglib.template.PageParameter
Returns the Content
getContent() - Method in class com.cc.framework.ui.control.InfoControl
Retrieves the raw HTML content of the control
getContent() - Method in class com.cc.framework.ui.control.MenuButtonControl
Returns the Content
getContent() - Method in class com.cc.framework.ui.control.MenuControl
Returns the Content
getContent() - Method in class com.cc.framework.ui.control.PanelControl
Returns a collection with content elements
getContent() - Method in interface com.cc.framework.ui.model.InfoDesignModel
 
getContent() - Method in class com.cc.framework.ui.model.InnerFrame
 
getContent() - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
Returns an Array with the MenuItems
getContent() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns an Array with the MenuItems
getContent() - Method in interface com.cc.framework.ui.model.MenuItem
Returns a List with all SubMenuItems
getContent() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns a List with all SubMenuItems
getContent() - Method in interface com.cc.framework.ui.model.PanelDesignModel
Returns a collection with content elements
getContent() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the Content of the TabPage
getContent() - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
getContent() - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
getContent() - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
getContent() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getContent() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getContent() - Method in class com.cc.framework.ui.model.imp.PanelDesignModelImp
 
getContent() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getContentType() - Method in class com.cc.framework.resource.MimeType
Returns the content type
getContext(PageContext) - Static method in class com.cc.framework.ui.control.MenuContext
Gets the actual menu context from the request.
getContext(ServletRequest) - Static method in class com.cc.framework.ui.control.MenuContext
Gets the actual menu context from the request.
getContextClassLoader() - Static method in class com.cc.framework.adapter.FrameworkAdapterFactory
Return the thread context class loader if available.
getContextPath() - Method in class com.cc.framework.ui.painter.ControlPainter
Returns the portion of the request URI that indicates the context of the request
getContextStack() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves the painter context stack for the current request.
getContextTable(HttpSession) - Static method in class com.cc.framework.dialog.DialogContext
Returns a collection with the active Dialog Contexts
getControl() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Retrieves the current Control instance.
getControl() - Method in class com.cc.framework.ui.control.ControlValuePath
 
getControl() - Method in class com.cc.framework.ui.control.FormControlElement
Returns the control.
getControl() - Method in interface com.cc.framework.ui.painter.PainterContext
 
getControl() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
getControl() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getControlAction(PageContext, TagSupport) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Gets the default Action which should be used to forward requests from this control.
getControlAction(PageContext, TagSupport) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Gets the default Action which should be used to forward requests from this control.
getControlByName(FrameworkAction, ActionContext, String) - Static method in class com.cc.framework.adapter.struts.ActionUtil
The framework has a default pattern where to search a control instance.
getControlByName(ActionContext, String) - Method in class com.cc.framework.adapter.struts.FWAction
 
getControlByName(ActionContext, String) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
getControlByName(ActionContext, String) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
getControlByName(ActionContext, String) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
The framework has a default pattern where to search a control instance.
getControlClassName() - Method in class com.cc.framework.taglib.controls.BaseControlTei
Retrieves the controls class name which is used as a scripting variable
getControlClassName() - Method in class com.cc.framework.taglib.controls.ListTei
 
getControlClassName() - Method in class com.cc.framework.taglib.controls.PanelTei
 
getControlClassName() - Method in class com.cc.framework.taglib.controls.TabbarTei
 
getControlClassName() - Method in class com.cc.framework.taglib.controls.TabsetTei
 
getControlClassName() - Method in class com.cc.framework.taglib.controls.TreelistTei
 
getControlClassName() - Method in class com.cc.framework.taglib.forms.FormTei
 
getControlClassName() - Method in class com.cc.framework.taglib.forms.FrameTei
 
getControlClassName() - Method in class com.cc.framework.taglib.menu.CrumbsTei
 
getControlName() - Method in class com.cc.framework.adapter.struts.ConcreteControlActionContext
 
getControlName() - Method in class com.cc.framework.ui.control.Control
Returns the name of the control
getControlName() - Method in class com.cc.framework.ui.control.ControlMethodInvocation
Returns the name of the control
getControlName() - Method in interface com.cc.framework.ui.control.ControlRequestContext
 
getControlName() - Method in class com.cc.framework.ui.painter.ControlPainter
 
getControlPainter() - Method in class com.cc.framework.ui.painter.ControlPortionPainter
 
getControlVar() - Method in class com.cc.framework.ui.painter.def.DefMenuButtonPainter
 
getControls() - Method in interface com.cc.framework.ui.model.ControlContainer
Returns a list with all controls in the container
getControls() - Method in class com.cc.framework.ui.model.imp.ControlContainerImp
 
getConverter() - Method in class com.cc.framework.ui.control.TextControl
Returns the the Converter that should be used to convert Java Objects into their localized String representation.
getConverter() - Method in class com.cc.framework.ui.control.TextListControl
Returns the the Converter that should be used to convert Java Objects into their localized String representation.
getConverter() - Method in class com.cc.framework.ui.control.TextareaControl
Returns the the Converter that should be used to convert Java Objects into their localized String representation.
getConverter() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the the Converter that should be used to convert Java Objects into their localized String representation.
getConverter() - Method in interface com.cc.framework.ui.model.TextDesignModel
Returns the the Converter that should be used to convert Java Objects into their localized String representation.
getConverter() - Method in interface com.cc.framework.ui.model.TextListDesignModel
Returns the the Converter that should be used to convert Java Objects into their localized String representation.
getConverter() - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Returns the the Converter that should be used to convert Java Objects into their localized String representation.
getConverter() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getConverter() - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
 
getConverter() - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
getConverter() - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
getConverterClassName() - Method in class com.cc.framework.taglib.convert.ConverterTei
Retrieves the converters class name which is used as a scripting variable
getCount() - Method in class com.cc.framework.message.MessageResources
Returns the number of Messages in list
getCount() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
 
getCount() - Method in class com.cc.framework.util.Algorithms.VisibleNodeCounterAlg
Returns the counter
getCrumbId() - Method in interface com.cc.framework.ui.model.CrumbModel
Returns the unique key for the Crumb
getCrumbId() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
getCrumbImage(CrumbModel, int) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Returns the Image of a crumb
getCrumbModel() - Method in class com.cc.framework.taglib.menu.CrumbTag
Returns the CrumbModel
getCrumbState(CrumbModel[], int) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Calculates the state flags for the given crumb
getCrumbs() - Method in class com.cc.framework.ui.control.CrumbsControl
Returns all tab pages
getCrumbs() - Method in interface com.cc.framework.ui.model.CrumbsDataModel
Returns an Array with all Crumbs
getCrumbs() - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Returns an Array with all Crumbs
getCrumbs() - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
getCrumbsDesignModel() - Method in class com.cc.framework.taglib.menu.CrumbsTag
Returns a casted version of the ControlDesignModel
getCtrl() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.ComboBoxTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.ListTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.RatingTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.SelectTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.TextListTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.TextTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.taglib.controls.TreelistTag
Retrieves the current Control instance
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefButtonPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Returns the Control instance
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefGaugePainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefHeadlinePainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefInfoPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefMenuButtonPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefMenuPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Returns the Control instance
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Liefert das Kontrollelement
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlTextPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlTextareaPainter
Retrieves the control for this painter
getCtrl() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Retrieves the control for this painter
getCtx() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getCurrencyCode() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getCurrencySymbol() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getCurrent() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Returns the current iteration element
getCurrentKey() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Returns the key of the current iteration element
getCurrentPage() - Method in class com.cc.framework.ui.control.ListControl
Returns the number of the current page which is displayed.
getCurrentPage() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getCurrentPage() - Method in class com.cc.framework.ui.control.TreelistControl
 
getCurrentPage() - Method in interface com.cc.framework.ui.model.ListStateModel
Returns the zero based index of the page which is currently display.
getCurrentPage() - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
getCurrentPage() - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
getCurrentPage() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the number of the current page which is displayed.
getCurrentProperty() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Returns the column property of the current iteration element
getCustomConverter(String) - Method in class com.cc.framework.convert.ConverterRegistry
Look up and custom converter.
getDataModel() - Method in class com.cc.framework.ui.control.ButtonControl
 
getDataModel() - Method in class com.cc.framework.ui.control.CheckboxControl
 
getDataModel() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
getDataModel() - Method in class com.cc.framework.ui.control.ComboBoxControl
 
getDataModel() - Method in class com.cc.framework.ui.control.Control
Returns the data model of the Control
getDataModel() - Method in class com.cc.framework.ui.control.CrumbsControl
 
getDataModel() - Method in class com.cc.framework.ui.control.FormControl
 
getDataModel() - Method in class com.cc.framework.ui.control.FrameControl
 
getDataModel() - Method in class com.cc.framework.ui.control.GaugeControl
 
getDataModel() - Method in class com.cc.framework.ui.control.HeadlineControl
 
getDataModel() - Method in class com.cc.framework.ui.control.InfoControl
 
getDataModel() - Method in class com.cc.framework.ui.control.MenuButtonControl
 
getDataModel() - Method in class com.cc.framework.ui.control.MenuControl
 
getDataModel() - Method in class com.cc.framework.ui.control.MessageControl
 
getDataModel() - Method in class com.cc.framework.ui.control.PanelControl
 
getDataModel() - Method in class com.cc.framework.ui.control.RatingControl
 
getDataModel() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getDataModel() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getDataModel() - Method in class com.cc.framework.ui.control.SelectControl
 
getDataModel() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getDataModel() - Method in class com.cc.framework.ui.control.SwapSelectControl
 
getDataModel() - Method in class com.cc.framework.ui.control.TabbarControl
 
getDataModel() - Method in class com.cc.framework.ui.control.TextControl
 
getDataModel() - Method in class com.cc.framework.ui.control.TextListControl
 
getDataModel() - Method in class com.cc.framework.ui.control.TextareaControl
 
getDataModel() - Method in class com.cc.framework.ui.control.TreeControl
 
getDataModel() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
getDataModel() - Method in class com.cc.framework.ui.control.TreelistControl
 
getDate() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getDate() - Method in interface com.cc.framework.ui.model.SchedulerStateModel
Retrieves the first visible Date in the Scheduler Control
getDate() - Method in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
 
getDate() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
 
getDateFormat(RequestContext, Locale) - Method in class com.cc.framework.convert.imp.DateTimeConverter
Creates a DateFormat Object from the Converter Attributes
getDateFormat(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
 
getDateFormat(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
 
getDateFormat(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Retrieves the formatter for the given format id
getDateFormat(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
 
getDateFormat(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWorkWeekPainter
 
getDateFormat(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
 
getDateStyle() - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
getDayClass(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Returns the HTML class for a given days state
getDayDayMask() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getDayEndHour() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getDayEndHour() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
getDayEndHour() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getDayInterval() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getDayLabel(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Retrieves a Label Text for the given Day
getDayLabel(Calendar, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Retrieves a Label Text for the given Day
getDayLabel(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
Retrieves a Label Text for the given Day
getDayLabel(Calendar, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Retrieves a Label Text for the given Day
getDayOfMonth() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The DayOfMonth property contains the calendar date of each month on which the AppointmentItem is to recur, for example the value 1 to indicate the first day of every month.
getDayOfMonth() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getDayOfMonth() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Gets the value for the DAY_OF_MONTH time field.
getDayOfWeek() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Gets the value for the DAY_OF_WEEK time field.
getDayOfWeekMask() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The maximum value for the DayOfWeekMask property is 127, which is the logical inclusive OR of all seven days.
getDayOfWeekMask() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getDayOfWeekMask() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
this method calculates a mask that contains all the visible days.
getDayStartHour() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getDayStartHour() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
getDayStartHour() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getDayState(CalendarIterator, boolean, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Retrieves the state for the given Day
getDayTooltip(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Retrieves a Tooltip Text for the given Day
getDayTooltip(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
Retrieves a Tooltip Text for the given Day
getDayTooltip(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
Retrieves a Tooltip Text for the given Day
getDayTooltip(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
Retrieves a Tooltip Text for the given Day
getDays() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
This method is called to retrieve a list of visible Days for the Day view
getDays() - Method in class com.cc.framework.ui.painter.def.scheduler.DefWorkWeekPainter
Collect all working days of the current week
getDays(Calendar, Calendar) - Static method in class com.cc.framework.util.CalendarHelp
This method calculates the number of days between the two dates.
getDecorationsOnce() - Method in class com.cc.framework.ui.painter.ControlPainter
Removes the decoration collection from the Painter Context this method can only be called once. subsequent calls will return a null pointer!
getDefaultAction() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Gets the default Action which should be used to forward requests from this control.
getDefaultButton() - Method in class com.cc.framework.ui.control.FormButtonContainer
Returns the default button.
getDefaultButton(FormElementContainer) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Searches the FormElement tree for a default button
getDefaultButtonId() - Method in class com.cc.framework.ui.control.FormButtonContainer
Returns the default button.
getDefaultMessage() - Method in class com.cc.framework.security.FunctionBasedPermission
 
getDefaultMessage() - Method in class com.cc.framework.security.Permission
If no message is assigned to the permission this method returns a default message.
getDefaultMessage() - Method in class com.cc.framework.security.RoleBasedPermission
 
getDefaultMessage() - Method in class com.cc.framework.security.StaticPermission
 
getDefaultMessage() - Method in class com.cc.framework.security.acl.AccessControlList
 
getDepth() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
getDepth() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
 
getDepth() - Method in class com.cc.framework.util.TreeIterator
Returns the depth of the level being traversed.
getDescription() - Method in class com.cc.framework.ui.control.FormControlElement
Returns the Description text which should be displayed under the form element
getDescription() - Method in class com.cc.framework.ui.control.FormHtmlElement
Returns the description
getDescription() - Method in interface com.cc.framework.ui.control.LabeledFormElement
Returns the Description text which should be displayed under the form element
getDescription(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Retrieves the description of a form element
getDesignModel() - Method in class com.cc.framework.taglib.base.OptionsTag
Retrieves or creates the design model
getDesignModel() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Returns the DesignModel of the Control
getDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Returns the DesignModel for the column
getDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Returns the DesignModel for the column
getDesignModel() - Method in class com.cc.framework.taglib.controls.PanelContentTag
Returns the PanelContentDesignModel
getDesignModel() - Method in class com.cc.framework.taglib.controls.PanelItemTag
Returns the PanelItemDesignModel
getDesignModel() - Method in class com.cc.framework.taglib.menu.MenuItemTag
Returns the MenuItemDesignModel
getDesignModel() - Method in class com.cc.framework.ui.control.ButtonControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.CheckboxControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.ComboBoxControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.Control
Returns the design model of the control
getDesignModel() - Method in class com.cc.framework.ui.control.CrumbsControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.FormControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.FrameControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.GaugeControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.HeadlineControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.InfoControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.MenuControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.MessageControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.PanelControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.RatingControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.SelectControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.SwapSelectControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.TabbarControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.TextControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.TextListControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.TextareaControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.TreeControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
getDesignModel() - Method in class com.cc.framework.ui.control.TreelistControl
 
getDesignModel() - Method in class com.cc.framework.ui.painter.def.DefMenuPainter
Returns the DesignModel
getDesignModel() - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Returns the DesignModel
getDesignRule() - Method in class com.cc.framework.taglib.util.DesignRuleTag
Returns the design rule
getDesignRules() - Method in class com.cc.framework.ui.control.Control
Returns the design rules for this control
getDesignRules() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the design rules for this column
getDesignRules() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the design rules for this control
getDesignRules() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getDesignRules() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getDetail() - Method in class com.cc.framework.ui.control.FormControl
Returns the detail text
getDetail() - Method in class com.cc.framework.ui.control.FrameControl
Returns the detail text
getDetail() - Method in class com.cc.framework.ui.control.HeadlineControl
Returns the detail text
getDetail() - Method in class com.cc.framework.ui.control.MessageControl
Returns the detail
getDetail() - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves the scheduler control that is controlled by this scheduler.
getDetail() - Method in interface com.cc.framework.ui.model.FormDesignModel
Returns the Detail, which is displayed right of the Caption
getDetail() - Method in interface com.cc.framework.ui.model.FrameDesignModel
Returns the Detail, which is displayed right of the Caption
getDetail() - Method in class com.cc.framework.ui.model.FrameTitle
 
getDetail() - Method in interface com.cc.framework.ui.model.HeadlineDesignModel
Gets the Details
getDetail() - Method in interface com.cc.framework.ui.model.MessageDesignModel
Returns the Detail String
getDetail() - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Returns the detail Text
getDetail() - Method in interface com.cc.framework.ui.model.RatingItem
 
getDetail() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getDetail() - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
getDetail() - Method in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
 
getDetail() - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
getDetail() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
getDetail() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Retrieves the Detail Text for the Scheduler Control.
getDetailText() - Method in class com.cc.framework.ui.control.ListControl
Returns the detail text which is displayed in the caption in the format "3 to 10 from 2000"
getDetailText() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getDetailText() - Method in class com.cc.framework.ui.control.TreelistControl
 
getDetailText() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the detail text for the header The first element in the array is the resource key
getDialogContext(ActionContext, boolean) - Method in class com.cc.framework.adapter.struts.FWAction
Returns or creates a dialog context
getDialogContext(ActionContext, boolean) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
Returns or creates a dialog context
getDialogContext(ActionContext, boolean) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
Returns or creates a dialog context
getDialogContext(ActionContext, boolean) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Returns or creates a dialog context
getDirectValue() - Method in class com.cc.framework.taglib.base.ImageTag
Returns a direct set value
getDirectValue() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Returns a direct set value
getDirtyControls() - Method in interface com.cc.framework.adapter.AjaxRequest
Returns an iterator that iterates all dirty controls that needs to be rendered after an AJAX request.
getDirtyControls() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getDirtyControls() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getDisableProperty() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
getDisableProperty() - Method in interface com.cc.framework.ui.model.CheckboxGroupDesignModel
 
getDisableProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Retrieves the property which should be used to disable the column
getDisableProperty() - Method in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
 
getDisableProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getEditableProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Retrieves the property which should be used to make the column editable or not
getEditableProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getElementAt(int) - Method in interface com.cc.framework.ui.model.ListDataModel
Returns the (row) object for the specified index.
getElementAt(int) - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
 
getElementAt(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
 
getElementAt(int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.ControlPainter
The method returns the HTML style class required for a list or treelist control.
getElementClass(int) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
The method returns the HTML style class required for a list or treelist control.
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefFormInfoPainter
The method returns the HTML style class required for a specific element.
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefFramePainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefInfoPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefListPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefMessageErrorPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefMessageInfoPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefMessageSeverityPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefMessageWarningPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefPainterBase
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
 
getElementClass(int) - Method in class com.cc.framework.ui.painter.def.DefTreePainter
 
getElementFromKeyset(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Returns a Element of the keyset
getElementFromRowset(int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Returns a Element of the rowset
getElementFromRowset(int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Returns a Element of the rowset
getElementName() - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves the name of the HTML element.
getElementName() - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves the name of the HTML element.
getElementName() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves the name of the HTML element.
getElementName() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getEmpty() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the label of an additional empty-entry
getEmpty() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
getEmpty() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
getEmpty() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getEmptyText() - Method in class com.cc.framework.ui.control.GaugeControl
A text that is output in the body of the gauge element if there are no elements available (size() == 0)
getEmptyText() - Method in class com.cc.framework.ui.control.ListControl
A text that is output in the body of the list element if there are no lines available (size() == 0)
getEmptyText() - Method in class com.cc.framework.ui.control.RatingControl
A text that is output in the body of the rating element if there are no elements available (size() == 0)
getEmptyText() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getEmptyText() - Method in class com.cc.framework.ui.control.TreelistControl
 
getEmptyText() - Method in interface com.cc.framework.ui.model.GaugeDesignModel
A text that is output in the body of the gauge element if there are no items available
getEmptyText() - Method in interface com.cc.framework.ui.model.ListDesignModel
A text that is output in the body of the list element if there are no lines available
getEmptyText() - Method in interface com.cc.framework.ui.model.RatingDesignModel
A text that is output in the body of the gauge element if there are no items available
getEmptyText() - Method in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
 
getEmptyText() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getEmptyText() - Method in class com.cc.framework.ui.model.imp.RatingDesignModelImp
 
getEnableProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Liefert den Namen der Eigenschaft, welche die Spaltendaten ermittelt, zurück
getEnableProperty() - Method in interface com.cc.framework.ui.model.TreeStyle
Liefert den Namen der Eigenschaft, welche die Spaltendaten ermittelt, zurück
getEnableProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getEnableProperty() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getEnableProperty() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
getEndRow() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Retrieves the last row that is covered by this appointment(absolute)
getEndTime() - Method in interface com.cc.framework.ui.model.Appointment
The EndTime property contains the time at which the appointment is to terminate every time it recurs.
getEndTime() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getEnvironment() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Retrieves the EL Environment to evaluate EL Expressions in the context of the current row bean
getEnvironment() - Method in interface com.cc.framework.ui.model.DesignRule
Retrieves the EL Environment to evaluate EL Expressions in the context of the current bean
getEnvironment() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
retrieves the current EL Environment for the current row
getEnvironment() - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
retrieves the current EL Environment for the current row
getErrors() - Method in interface com.cc.framework.adapter.struts.ActionContext
Gets the error collection
getErrors() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getErrors() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getExceptions() - Method in interface com.cc.framework.ui.model.RecurrencePattern
 
getExceptions() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getExpandProperty() - Method in interface com.cc.framework.ui.control.FormElementContainer
Retrieves the name of a property that is used to expand or collapse the group
getExpandProperty() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getExpandProperty() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getExpansionMode() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the expansion state.
getExpansionMode() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getExpansionMode() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
getFactoryId() - Method in class com.cc.framework.ui.painter.PainterFactory
Returns an unique String which identifies the PainterFactory.
getFactoryId() - Method in class com.cc.framework.ui.painter.ajax.AjaxPainterFactory
Returns the unique Id for this Painterfactory
getFactoryId() - Method in class com.cc.framework.ui.painter.def.DefPainterFactory
Returns the unique Id for this painter factory
getFactoryId() - Method in class com.cc.framework.ui.painter.def2.Def2PainterFactory
Returns the unique Id for this Painterfactory
getFactoryId() - Method in class com.cc.framework.ui.painter.global.GlobalPainterFactory
Returns the unique Id for this PainterFactory
getFactoryId() - Method in class com.cc.framework.ui.painter.html.HtmlPainterFactory
Returns a unique Id for the Factory
getFactoyStack(PageContext) - Static method in class com.cc.framework.ui.painter.PainterFactory
Returns the registered painter factories.
getFilter() - Method in class com.cc.framework.ui.control.GaugeControl
Returns the alignment for the column
getFilter() - Method in class com.cc.framework.ui.control.HeadlineControl
Returns the Filter Flag
getFilter() - Method in class com.cc.framework.ui.control.MenuContext
Returns the filter.
getFilter() - Method in class com.cc.framework.ui.control.RatingControl
Returns the Filter setting
getFilter() - Method in class com.cc.framework.ui.control.SchedulerControl
Returns the Filter setting
getFilter() - Method in interface com.cc.framework.ui.model.GaugeDesignModel
Returns the Filter setting
getFilter() - Method in interface com.cc.framework.ui.model.HeadlineDesignModel
Returns the Filter setting
getFilter() - Method in interface com.cc.framework.ui.model.RatingDesignModel
Returns the Filter setting
getFilter() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Returns the Filter setting
getFilter() - Method in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
 
getFilter() - Method in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
 
getFilter() - Method in class com.cc.framework.ui.model.imp.RatingDesignModelImp
 
getFilter() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getFilteredMessages() - Method in class com.cc.framework.ui.control.MessageControl
Returns a list of messages that is filtered to the controls severity
getFirstDayOfWeek() - Method in class com.cc.framework.ui.control.SchedulerControl
Gets the first day of the week
getFirstDayOfWeek() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Gets the first day of the week
getFirstDayOfWeek() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getFirstDayOfWeek() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Retrieves the index of the first day of the week
getFirstItemOfPage() - Method in class com.cc.framework.ui.control.TreelistControl
Liefert das erste Item der aktuell angezeigten Seite zurück
getFirstNode() - Method in class com.cc.framework.ui.control.TreeControl
Returns the first node to be displayed
getFirstNode() - Method in class com.cc.framework.ui.control.TreelistControl
Returns the first node to be displayed
getFirstVisibleTab() - Method in class com.cc.framework.ui.control.TabbarControl
 
getFirstVisibleTab() - Method in interface com.cc.framework.ui.model.TabsetStateModel
Returns the first visible TabPage of the tabSet
getFirstVisibleTab() - Method in class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
getForm() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the from control
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
getFormControlElement() - Method in interface com.cc.framework.taglib.forms.FormElementControlTag
Returns the concrete form element
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
getFormControlElement() - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
getFormDesignModel() - Method in class com.cc.framework.taglib.forms.FormTag
Returns a casted version of the ControlDesignModel
getFormElement() - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
Returns the concrete form element
getFormElement(int) - Method in interface com.cc.framework.ui.control.FormElementContainer
Returns a single elements in the container
getFormElement(int) - Method in class com.cc.framework.ui.control.FormGroupElement
 
getFormElement(int) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getFormElementId(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns a id for the element that can be used in java script
getFormElements() - Method in class com.cc.framework.ui.control.FormControl
Returns a container with all form elements within the form
getFormElements() - Method in interface com.cc.framework.ui.control.FormElementContainer
Returns a list with all elements in the container
getFormElements(Principal) - Method in interface com.cc.framework.ui.control.FormElementContainer
Returns a list with all visible elements in the container filtered on the principals permissions
getFormElements() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getFormElements(Principal) - Method in class com.cc.framework.ui.control.FormGroupElement
 
getFormElements() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getFormElements(Principal) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getFormHandler(FrameworkAction, FormActionContext, String) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Searches the action class for a handler method.
getFormId() - Method in class com.cc.framework.ui.control.FormControl
Returns the id of the form
getFormId() - Method in class com.cc.framework.ui.control.MessageControl
Returns the form id
getFormId() - Method in interface com.cc.framework.ui.model.FormDesignModel
Returns the form identifier
getFormId() - Method in interface com.cc.framework.ui.model.MessageDesignModel
Returns the Form Id
getFormId() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getFormId() - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
getFormImage(String) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the referenced Image
getFormMessageElement() - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
Returns the concrete form element
getFormType() - Method in class com.cc.framework.ui.control.FormControl
Returns the type of the form
getFormType() - Method in interface com.cc.framework.ui.model.FormDesignModel
Returns the FormType
getFormType() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getFormType() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the type of the form
getFormalParameterCount() - Method in class com.cc.framework.ui.control.ControlActionDef
Liefert die Anzahl der formalen Parameter zurück.
getFormalParameterTypes() - Method in class com.cc.framework.ui.control.ControlActionDef
Liefert ein Array mit den Typen der formalen Parameter zurück.
getFormat() - Method in class com.cc.framework.ui.control.CalendarControl
 
getFormat() - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Returns the date and time format mask
getFormat() - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
getFormat() - Method in class com.cc.framework.ui.painter.html.HtmlCalendarPainter
Returns the DateTime pattern /format
getForward() - Method in interface com.cc.framework.adapter.struts.ActionContext
Gets the forward
getForward() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getForward() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getForwardURL(String) - Static method in class com.cc.framework.adapter.struts.RequestProcessorUtil
Workaround for problems with WAS4.0
getFrameDesignModel() - Method in class com.cc.framework.taglib.forms.FrameTag
Returns a casted version of the ControlDesignModel
getFramePainter() - Method in class com.cc.framework.ui.painter.ControlPainter
Returns the FramePainter for this Control.
getFrameTitle() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Creates the Title for the Frame
getFrameTitle() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Creates the Title for the Frame
getFrameTitle() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Creates the Title for the Frame
getFrameTitle() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Creates the Title for the Frame
getFrameTitle() - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Creates the Title for the Frame
getFrameTitle(PanelContentDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Creates the Title for the Frame
getFrameTitle() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Creates the Title for the Frame
getFrameWidth() - Method in class com.cc.framework.ui.painter.def.DefFormHeaderPainter
 
getFrameWidth(FormElementContainer) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the with of the frame surrounding the form
getFrameworkString(String, Object[], Locale) - Method in class com.cc.framework.ui.control.Control
This method gets called whenever a string resource identifier needs to be resolved.
getFrameworkString(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an framework String for the specified Id
getFrameworkString(String, Object[]) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an framework String for the specified Id
getFrameworkString(String) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Returns a framework string resource
getFrameworkString(String, Object[]) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an framework String for the specified Id
getFrameworkString(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Returns a framework string resource
getFrameworkString(String, Object[]) - Method in interface com.cc.framework.ui.painter.PainterContext
Returns a framework string resource
getFrameworkString(PageContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.ui.painter.PainterHelp
Returns a framework string resource
getFrameworkString(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Returns a framework string resource
getFrameworkString(String, Object[]) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Returns a framework string resource
getFrameworkString(String, Object[]) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getFrameworkString(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getFromForm(RequestContext) - Static method in class com.cc.framework.ui.control.ControlMethodInvocation
Checks if a action of a form was generated within a form.
getFromHyperlink(RequestContext) - Static method in class com.cc.framework.ui.control.ControlMethodInvocation
Checks if the event of of the control was triggered by a hyperlink.
getFunction() - Method in class com.cc.framework.security.FunctionBasedPermission
Returns the function name
getGaugeDesignModel() - Method in class com.cc.framework.taglib.controls.GaugeTag
Returns a casted version of the ControlDesignModel
getGroup() - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
Returns the Group Element
getGroupCount() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
getGroupCount() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
getGroupSelect() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns if the group nodes are selectabel.
getGroupSelect() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getGroupSelect() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
getGroupingProperty() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
getGroupingProperty() - Method in interface com.cc.framework.ui.model.CheckboxGroupDesignModel
 
getGroupingProperty() - Method in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
 
getHandler(ClientEvent) - Method in class com.cc.framework.ui.control.Control
Returns the script handler which was associated for a client event
getHandler(ClientEvent) - Method in interface com.cc.framework.ui.model.ClientHandler
Returns the script handler which was associated for a client event
getHandler(ClientEvent) - Method in class com.cc.framework.ui.model.imp.ClientHandlerImp
 
getHandler(ClientEvent) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getHandler() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getHandler() - Method in class com.cc.framework.util.parser.HtmlParser
 
getHandlers() - Method in class com.cc.framework.ui.control.Control
Returns the list of events for which client handler have been registered.
getHandlers() - Method in interface com.cc.framework.ui.model.ClientHandler
Returns the list of events for which client handler have been registered.
getHandlers() - Method in class com.cc.framework.ui.model.imp.ClientHandlerImp
 
getHeader() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the columns header design model
getHeader() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getHeaderHeight() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the height of the header (pixel)
getHeaderHeight() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getHeaderImage(ColumnHeaderDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Returns the Image of a column header
getHeadlineDesignModel() - Method in class com.cc.framework.taglib.controls.HeadlineTag
Returns a casted version of the ControlDesignModel
getHeight() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getHeight() - Method in class com.cc.framework.ui.control.Control
Returns the height of the control
getHeight() - Method in class com.cc.framework.ui.control.FormControlElement
 
getHeight() - Method in interface com.cc.framework.ui.control.FormElement
Returns the height of the form element (pixel or %)
getHeight() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getHeight() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getHeight() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getHeight() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the height of the control
getHeight() - Method in interface com.cc.framework.ui.model.ImageModel
Returns the height of the image
getHeight() - Method in class com.cc.framework.ui.model.InnerFrame
Returns the height of the frame element (pixel or %)
getHeight() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns the Height
getHeight() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getHeight() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getHelp() - Method in class com.cc.framework.ui.control.Control
Returns the Help id that is associated with this control element.
getHelp() - Method in class com.cc.framework.ui.control.FormControlElement
Returns the Help
getHelp() - Method in interface com.cc.framework.ui.control.FormElement
Returns the Help id that is associated with this form element.
getHelp() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getHelp() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getHelp() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getHelp() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the Help id that is associated with this control element.
getHelp() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getHelpId() - Method in class com.cc.framework.ui.model.FrameTitle
 
getHiddenDesignModel() - Method in class com.cc.framework.taglib.controls.HiddenTag
Returns a casted version of the ControlDesignModel
getHiddenFieldName(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
getHiddenFieldName(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
getHourLabel(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
This method is called to create the labels for the hour time bar
getHtml() - Method in class com.cc.framework.ui.control.FormHtmlElement
Returns the raw HTML Text
getHttpScope() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Returns the scope.
getHyperlink(int) - Method in class com.cc.framework.ui.control.GaugeControl
Returns a hyperlink for the given segment
getHyperlink(int) - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns a hyperlink for the given segment
getHyperlink() - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Returns a hyperlink for the given segment
getHyperlink(int) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
getIconResource() - Method in interface com.cc.framework.ui.model.ColumnCommandDesignModel
Returns the image resource for the button image of this column
getIconResource() - Method in class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp
 
getId() - Method in class com.cc.framework.taglib.forms.ForEachTag
 
getId() - Method in class com.cc.framework.ui.control.Control
Returns the Control Id
getId() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the id of the control
getId() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getId() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getId() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getId(int, String) - Method in interface com.cc.framework.ui.painter.ResourceMap
Creates a resource identifier for an image
getId(int, String) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getIdentifier() - Method in class com.cc.framework.security.acl.expr.Token
Liefert den gespeicherten Identifier zurück
getImage() - Method in class com.cc.framework.taglib.base.ImageTag
Returns the image model
getImage() - Method in class com.cc.framework.ui.control.FormControl
Returns the image for the frames title
getImage() - Method in class com.cc.framework.ui.control.FrameControl
Returns the image for the frames title
getImage() - Method in class com.cc.framework.ui.control.ListControl
Returns the image for the frames title
getImage() - Method in class com.cc.framework.ui.control.MessageControl
Returns the image for the frames title
getImage() - Method in class com.cc.framework.ui.control.SchedulerControl
Returns the image for the frames title
getImage() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getImage() - Method in class com.cc.framework.ui.control.TreelistControl
 
getImage() - Method in interface com.cc.framework.ui.model.ColumnButtonDesignModel
Returns the image used for the button
getImage() - Method in interface com.cc.framework.ui.model.FrameContainer
Returns the image for the frames title
getImage() - Method in class com.cc.framework.ui.model.FrameTitle
Returns the image for the frames title
getImage() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Returns the image for the content body
getImage() - Method in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
getImage() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getImage() - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
getImage() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getImage() - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
getImage() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getImage() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getImage() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the Image
getImage(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
getImage(String, Object) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
getImage(int, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
getImage(String) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an image for the specified Id
getImage(String, Object) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an image for the specified Id
getImage(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
getImage(int, String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
getImage(String, Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
getImage(String) - Method in interface com.cc.framework.ui.painter.ResourceMap
Retrieves an image for the specified Id
getImage(int, String) - Method in interface com.cc.framework.ui.painter.ResourceMap
Retrieves an image for the specified Id
getImage(String) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getImage(int, String) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getImage() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getImage(CellPainterContext, ButtonState) - Method in class com.cc.framework.ui.painter.def.col.ColumnCommandPainter
Retrieves the cell image
getImage() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getImage() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getImage() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getImage() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getImage() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getImage() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getImage() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns the image for the current option element.
getImage() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Returns the image for the current option element.
getImage(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
getImage(int, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
getImage(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
getImage(int, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getImage(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getImage(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getImageAlign() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the alignment of an additional image
getImageAlign() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getImageMap() - Method in class com.cc.framework.ui.control.CrumbsControl
Returns the ImageMap
getImageMap() - Method in class com.cc.framework.ui.control.FormControl
Returns the ImageMap
getImageMap() - Method in class com.cc.framework.ui.control.MenuButtonControl
Returns the ImageMap
getImageMap() - Method in class com.cc.framework.ui.control.MenuControl
Returns the ImageMap
getImageMap() - Method in class com.cc.framework.ui.control.RatingControl
Returns the associated ImageMap
getImageMap() - Method in class com.cc.framework.ui.control.SchedulerControl
Returns the associated ImageMap
getImageMap() - Method in class com.cc.framework.ui.control.TabbarControl
Returns the ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Returns the ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.FormDesignModel
Returns the ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
Returns the ImageMap used by the Menu
getImageMap() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns the ImageMap used by the Menu
getImageMap() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the associated ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.RatingDesignModel
Returns the associated ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Returns the associated ImageMap
getImageMap() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Returns the image map
getImageMap() - Method in interface com.cc.framework.ui.model.TreeDesignModel
Returns the associated ImageMap
getImageMap() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.RatingDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
getImageMap() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getImageProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the Property which should be used to identify an Image in an ImageMap
getImageProperty() - Method in interface com.cc.framework.ui.model.TreeDesignModel
Returns the image property
getImageProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getImageProperty() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getImageRef() - Method in class com.cc.framework.ui.control.FormGroupElement
Returns the assignment Rule
getImageRef() - Method in interface com.cc.framework.ui.model.Appointment
This method returns the image reference that is assigned to this appointment.
getImageRef() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the assignment Rule
getImageRef() - Method in interface com.cc.framework.ui.model.CrumbModel
Returns the assignment Rule
getImageRef() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the assignment Rule
getImageRef() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Role which specifies an Image in an ImageMap
getImageRef() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Role which specifies an Image in an ImageMap
getImageRef() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the assignment Rule
getImageRef() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getImageRef() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getImageRef() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
getImageRef() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getImageRef() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Returns the imageRef.
getImageRef() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
Returns the imageRef.
getImageRef() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getImageResource(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterFactory
Retrieves the value for the given resource key
getImageResource(PageContext, int, String) - Static method in class com.cc.framework.ui.painter.PainterFactory
Retrieves the value for the given resource key
getImageSrc(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
getImageSrc(String, Object) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
getImageSrc(int, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an image for the specified Id
getImageSrc(String) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an image for the specified Id
getImageSrc(String, Object) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves an image for the specified Id
getImageSrc(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
getImageSrc(String, Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
getImageSrc(int, String) - Method in interface com.cc.framework.ui.painter.PainterContext
Retrieves an image for the specified Id
getImageSrc(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
getImageSrc(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
getImageSrc(int, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Retrieves an image for the specified Id
getImageSrc(int, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getImageSrc(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getImageSrc(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getImageStyle() - Method in interface com.cc.framework.ui.painter.ActionPainter
 
getImageStyle() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getImageVAlign() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the vertical alignment of an additional image
getImageVAlign() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getIndent() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getIndent() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getIndent() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getIndent() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getIndent() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getIndent() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getIndent() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Gets an optional indentiation level of the current element.
getIndent() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getIndent() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
 
getIndex() - Method in class com.cc.framework.common.ButtonState
 
getIndex() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
getIndex() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
getIndex() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
 
getIndex() - Method in interface com.cc.framework.taglib.forms.ForEachTag.ForEachIterator
 
getIndexId() - Method in class com.cc.framework.taglib.forms.ForEachTag
 
getInfoDesignModel() - Method in class com.cc.framework.taglib.forms.InfoTag
Returns a casted version of the ControlDesignModel
getInitial() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Returns the initial Date for this iterator
getInnerFrame() - Method in class com.cc.framework.taglib.base.InnerFrameTag
Returns the DesignModel for the inner frame
getInnerFrames(Object) - Method in class com.cc.framework.ui.control.FormControl
Retrieves a list of inner frames that are matching the given layout hint
getInnerFrames(Object) - Method in class com.cc.framework.ui.control.FrameControl
Retrieves a list of inner frames that are matching the given layout hint
getInnerFrames(Object) - Method in class com.cc.framework.ui.control.ListControl
Retrieves a list of inner frames
getInnerFrames(Object) - Method in class com.cc.framework.ui.control.MessageControl
Retrieves a list of inner frames that are matching the given layout hint
getInnerFrames(Object) - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves a list of inner frames that are matching the given layout hint
getInnerFrames(Object) - Method in class com.cc.framework.ui.control.SimpleListControl
Retrieves a list of inner frames that are matching the given layout hint
getInnerFrames(Object) - Method in class com.cc.framework.ui.control.TreelistControl
Retrieves a list of inner frames that are matching the given layout hint
getInnerFrames(Principal, Object) - Method in interface com.cc.framework.ui.model.FrameContainer
Retrieves a list of only the inner frames that are matching the given layout hint
getInnerFrames(Principal, Object) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getInnerFrames(Principal, Object) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
getInnerFrames(Principal, Object) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getInnerFrames(Principal, Object) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
getInnerFrames(Principal, Object) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getInputType() - Method in class com.cc.framework.ui.control.TextControl
Returns the Type
getInputType() - Method in interface com.cc.framework.ui.model.ColumnTextDesignModel
Returns the type of the input field
getInputType() - Method in interface com.cc.framework.ui.model.TextDesignModel
Returns the type of the input field
getInputType() - Method in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
 
getInputType() - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
 
getInstance(String) - Static method in class com.cc.framework.convert.ConverterHelp
Retrieves a Converter instance for the given Converter class name
getInstance() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The Instance property is used when the AppointmentItem is to recur only once during each recurrence unit, such as the second Wednesday of every month or the first Tuesday of every January.
getInstance() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getInterval() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getInterval() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The Interval property is used when the AppointmentItem is to recur less often than every recurrence unit, such as once every three days, once every two weeks, or once every six months.
getInterval() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
getInterval() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getInterval() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getItem(int) - Method in class com.cc.framework.ui.control.RatingControl
 
getItem(int) - Method in interface com.cc.framework.ui.model.RatingDataModel
Retrieves the rating item with the given index
getItem(int) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
Retrieves the segment with the given index
getItemImage(MenuItem, ImageMap) - Static method in class com.cc.framework.ui.painter.def.DefMenuItemPainter
Retrieves the image for the given menu item
getItemImage(MenuItem, ImageMap) - Method in class com.cc.framework.ui.painter.def.DefMenuPainter
Retrieves the image for the given menu item
getItemImage(PainterContext, LineIterator, String, ImageMap) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
Method getItemImage
getItemImage(PainterContext, TreeLineIterator, String, ImageMap, int) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
Method getItemImage
getItemImageSrc(PainterContext, MenuItem, ImageMap) - Static method in class com.cc.framework.ui.painter.def.DefMenuItemPainter
Retrieves the image source for the given menu item
getItemText(PainterContext, MenuItem) - Static method in class com.cc.framework.ui.painter.def.DefMenuItemPainter
Retrieves the (localized) text for the given item
getItems() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Returns a collection with the items
getItems() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getItemsByState(ListDataModel, CheckState) - Static method in class com.cc.framework.util.ListHelp
Returns a collection for all element in the list which fits the specified check state.
getItemsByState(ListDataModel, String, CheckState) - Static method in class com.cc.framework.util.ListHelp
Returns a collection for all element in the list which fits the specified check state.
getItemsByState(TreeNodeDataModel, CheckState) - Static method in class com.cc.framework.util.TreeHelp
Returns a collection for all element in the tree which fits the specified check state.
getItemsByState(TreeNodeDataModel, String, CheckState) - Static method in class com.cc.framework.util.TreeHelp
Returns a collection for all element in the tree which fits the specified check state.
getJSImageResources() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Creates the array which holds the images resources used by our JavaScript tree
getJSImageResources() - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
Creates the array which holds the images resources used by our JavaScript tree
getJSPVersion() - Static method in class com.cc.framework.http.HttpUtil
Returns the version of the JSP specification
getJSRangeResource() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
 
getJSRangeResource() - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
 
getJSType() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
 
getJSType() - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
 
getJavaScriptName() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
 
getJavaScriptVersion() - Method in class com.cc.framework.http.BrowserInfo
retrieve the supported Javascript Version
getJoinMode() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns true when the column should be joined with the previous column.
getJoinMode() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getJoinMode() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getJspHandler() - Method in class com.cc.framework.util.parser.JspParser
 
getKey() - Method in class com.cc.framework.common.CheckState
 
getKey() - Method in interface com.cc.framework.common.SimpleEnumType2
Returns the internal key
getKey() - Method in interface com.cc.framework.message.Message
Returns the unique message key
getKey() - Method in class com.cc.framework.resource.MimeType
 
getKey() - Method in interface com.cc.framework.ui.OptionEnumerator
Returns the key, which is inserted in the value attribute of the option tag.
getKey(int) - Method in interface com.cc.framework.ui.model.OptionListDataModel
Returns the key for the specified index
getKey() - Method in interface com.cc.framework.ui.model.RatingItem
 
getKey() - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
 
getKey() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getKey() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getKey() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getKey() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getKey() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getKey() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getKey() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Gets the key of the current iteration element
getKey() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getKey() - Method in class com.cc.framework.util.PropertyResourceKey
 
getKeyProperty() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the name of the property which returns the key of the option.
getKeyProperty() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
getKeyProperty() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
getKeyProperty() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getKeyProperty() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Returns the name of the property which returns the key of the option.
getKeysetIndex() - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Returns the Index of the first element in the keyset
getLabel() - Method in class com.cc.framework.ui.control.FormControlElement
Return the Label which should be display in front of the Form element
getLabel() - Method in class com.cc.framework.ui.control.FormHtmlElement
Return the Label which should be display in front of the Form element
getLabel() - Method in interface com.cc.framework.ui.control.LabeledFormElement
Return the Label which should be display in front of the Form element
getLabel() - Method in interface com.cc.framework.ui.model.RatingItem
 
getLabel() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the Label
getLabel() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getLabel(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Retrieves the label of a form element
getLabel() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getLabel() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getLabel() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getLabel() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getLabel() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getLabel() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getLabel() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns the label of the current element
getLabel() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getLabelLeft() - Method in class com.cc.framework.ui.control.SwapSelectControl
Retrieves the label for the left selection window
getLabelLeft() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Retrieves the label for the left selection window
getLabelLeft() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Retrieves the label for the left selection window
getLabelLeft() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Retrieves the label for the left selection window
getLabelLeft() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
getLabelLeft() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
getLabelLeft() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Retrieves the label for the available options select box
getLabelLeft() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Retrieves the label for the available options select box
getLabelLength() - Method in class com.cc.framework.ui.control.CrumbsControl
Returns the maximal length of the Labels on the TabPages
getLabelLength() - Method in class com.cc.framework.ui.control.TabbarControl
Returns the maximal length of the Labels on the TabPages
getLabelLength() - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Returns the maximal length for labels
getLabelLength() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Returns the maximal length for labels
getLabelLength() - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
getLabelLength() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
getLabelModel() - Method in class com.cc.framework.taglib.forms.FormLabelTag
 
getLabelPrefix() - Method in class com.cc.framework.ui.control.FormControl
Retrieves the optional label prefix in plain HTML.
getLabelPrefix() - Method in interface com.cc.framework.ui.model.FormDesignModel
Retrieves the optional label prefix in plain HTML.
getLabelPrefix() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getLabelProperty() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the name of the property which supplies the display text of the option.
getLabelProperty() - Method in interface com.cc.framework.ui.model.TreeDesignModel
Returns the Property which should be used to get the labels for the Nodes
getLabelProperty() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
getLabelProperty() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
getLabelProperty() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getLabelProperty() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getLabelProperty() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Returns the name of the property which supplies the display text of the option.
getLabelRight() - Method in class com.cc.framework.ui.control.SwapSelectControl
Retrieves the label for the right selection window
getLabelRight() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Retrieves the label for the right selection window
getLabelRight() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Retrieves the label for the right selection window
getLabelRight() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Retrieves the label for the right selection window
getLabelRight() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
getLabelRight() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
getLabelRight(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Retrieves the label for the given element group
getLabelRight(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Retrieves the label for the given element group
getLabelSuffix() - Method in class com.cc.framework.ui.control.FormControl
Retrieves the optional label suffix in plain HTML.
getLabelSuffix() - Method in interface com.cc.framework.ui.model.FormDesignModel
Retrieves the optional label suffix in plain HTML.
getLabelSuffix() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getLabelWidth() - Method in interface com.cc.framework.ui.control.FormElementContainer
Returns the width of the labels for this container.
getLabelWidth() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getLabelWidth() - Method in interface com.cc.framework.ui.model.FormColumn
Returns the width of the labels for this container.
getLabelWidth() - Method in class com.cc.framework.ui.model.imp.FormColumnImp
 
getLabelWidth() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getLabelWidth(FormElementContainer, int) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the width of the label column for the given element container
getLanguage(int) - Method in interface com.cc.framework.message.MessageResourceLoader
Returns the language of the message
getLanguageCount() - Method in interface com.cc.framework.message.MessageResourceLoader
Returns the number of available language resources for a message
getLastAction() - Method in class com.cc.framework.dialog.DialogContext
Gets the lastAction
getLastVisibleTreeItem(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
retrieves the last visible node in the given subtree
getLayout() - Method in class com.cc.framework.ui.control.CalendarControl
 
getLayout() - Method in interface com.cc.framework.ui.model.CalendarDesignModel
 
getLayout() - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
getLayoutHint() - Method in class com.cc.framework.ui.model.InnerFrame
Retrieves the layout hint that is associated with this frame
getLevel(TreeNodeDataModel) - Method in class com.cc.framework.ui.painter.def.DefTreePainter
 
getLevelNodes(int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Returns the option list for the given level
getLevelRoot(int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Returns the root node for the given level
getLevels() - Method in class com.cc.framework.ui.control.MultiLevelSelectControl
Returns the number of visible select levels
getLevels() - Method in interface com.cc.framework.ui.model.MultiLevelSelectDesignModel
Returns the number of levels.
getLevels() - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
getLineFromKey(ListDataModel, String) - Static method in class com.cc.framework.util.ListHelp
Returns the Row (Object) with the specified key from the list.
getLineIterator() - Method in interface com.cc.framework.taglib.controls.ColumnContainerTag
Creates a lne interator which starts with the first line on the current page.
getLineIterator() - Method in class com.cc.framework.taglib.controls.ColumnGroupTag
 
getLineIterator() - Method in class com.cc.framework.taglib.controls.ListTag
 
getLineIterator() - Method in class com.cc.framework.taglib.controls.TreelistTag
 
getLineIterator(boolean) - Method in class com.cc.framework.ui.control.ListControl
Creates a line iterator
getLineIterator(boolean) - Method in class com.cc.framework.ui.control.SimpleListControl
 
getLineIterator(boolean) - Method in class com.cc.framework.ui.control.TreelistControl
 
getLineIterator() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
Returns the iterator which is positioned on the current Row Bean.
getLink() - Method in interface com.cc.framework.ui.model.Appointment
Retrieves a optional Hyperlink that can be associated with this appointment.
getLink() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getLinkId(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Retrieves the Control Style id of the control element
getLinkName() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
The anchor name to be defined within this page, so that you can reference it with intra-page hyperlinks.
getLinkName() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getLinkName() - Method in interface com.cc.framework.ui.painter.ActionPainter
 
getLinkName() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getLinkName(ColumnDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Returns the Anchor name Attribute which should be included in a HyperLink
getLinkNameProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the anchor name property for the column.
getLinkNameProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getListDesignModel() - Method in class com.cc.framework.taglib.controls.ListTag
Returns a casted version of the ControlDesignModel
getLiteral(PageContext, String) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Retrieves a calendar resource
getLocale() - Method in interface com.cc.framework.adapter.RequestContext
Returns the current Locale for this Request
getLocale() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getLocale() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getLocale(RequestContext) - Method in class com.cc.framework.convert.imp.DateConverter
Retrieves the Locale for this Converter
getLocale(RequestContext) - Method in class com.cc.framework.convert.imp.DateTimeConverter
Retrieves the Locale for this Converter
getLocale(RequestContext) - Method in class com.cc.framework.convert.imp.NumberConverter
Retrieves the Locale for this Converter
getLocale(PageContext) - Method in class com.cc.framework.taglib.template.PageDef
Returns the locale to use
getLocale(PageContext) - Method in class com.cc.framework.taglib.template.PageParameter
Returns the locale to use
getLocale() - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves the current Locale
getLocale() - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves the current Locale
getLocale() - Method in interface com.cc.framework.ui.painter.PainterContext
Gets the Locale Setting for this Control
getLocale(CrumbModel) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Retrieves the locale to use for a given content element
getLocale(FormLabelDesignModel) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Retrieves the locale to use for a given label
getLocale(PainterContext, MenuItem) - Static method in class com.cc.framework.ui.painter.def.DefMenuItemPainter
Retrieves the locale to use for a given menu item
getLocale(MenuItem) - Method in class com.cc.framework.ui.painter.def.DefMenuPainter
Retrieves the locale to use for a given menu item
getLocale(PanelContentDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Retrieves the locale to use for a given content element
getLocale(PanelContentDesignModel, PanelItemDesignModel) - Method in class com.cc.framework.ui.painter.def.DefPanelPainter
Retrieves the locale to use for a given content element
getLocale() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Gets the Locale Setting for this Control
getLocale() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getLocaleName() - Method in class com.cc.framework.taglib.template.PageDef
 
getLocaleName() - Method in class com.cc.framework.taglib.template.PageParameter
Returns the locale name
getLocaleName() - Method in class com.cc.framework.ui.control.Control
Gets the Local Setting for this Control
getLocaleName() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Gets the Local Setting for this Control
getLocaleName() - Method in interface com.cc.framework.ui.model.CrumbModel
Gets the Local Setting for this element
getLocaleName() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Gets the Local Setting for this element
getLocaleName() - Method in interface com.cc.framework.ui.model.MenuItem
Gets the Local Setting for this element
getLocaleName() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Gets the Local Setting for this element
getLocaleName() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Gets the Local Setting for this element
getLocaleName() - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Gets the Local Setting for this element
getLocaleName() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getLocaleName() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
getLocaleName() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getLocaleName() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getLocaleName() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getLocaleName() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getLocaleName() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
getMap() - Method in class com.cc.framework.util.Algorithms.CollectItemsAlg
Returns the collection
getMappings() - Method in class com.cc.framework.ui.AbstractImageMap
Deprecated. use method iterator()
getMarked() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getMarked() - Method in class com.cc.framework.ui.control.TreeControl
Retrieves all marked items
getMarked() - Method in class com.cc.framework.ui.control.TreelistControl
 
getMarked() - Method in interface com.cc.framework.ui.model.ListStateModel
Retrieves all marked items
getMarked() - Method in interface com.cc.framework.ui.model.TreeStateModel
Retrieves all marked items
getMarked() - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
getMarked() - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
getMatches() - Method in class com.cc.framework.util.Algorithms.CollectCheckableAlg
Returns the matching items
getMatches() - Method in class com.cc.framework.util.Algorithms.CollectPropertyAlg
Returns the matching items
getMaxDepth() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
getMaxDepth() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
 
getMaxDepth() - Method in class com.cc.framework.util.TreeIterator
Returns the maximum depth of the traversal.
getMaxFractionDigits() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getMaxIntegerDigits() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getMaxLength() - Method in class com.cc.framework.ui.control.ComboBoxControl
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in class com.cc.framework.ui.control.TextControl
returns the maximal Number of Characters, which can be inserted into the Control
getMaxLength() - Method in class com.cc.framework.ui.control.TextListControl
returns the maximal Number of Characters, which can be inserted into the Control
getMaxLength() - Method in class com.cc.framework.ui.control.TextareaControl
Returns maximal length for the input value
getMaxLength() - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the maximum number of characters that are displayed for each option element.
getMaxLength() - Method in interface com.cc.framework.ui.model.TextDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in interface com.cc.framework.ui.model.TextListDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Returns the maximal length of the value for the textarea
getMaxLength() - Method in interface com.cc.framework.ui.model.TreeDesignModel
Returns the maximal number of input characters which can be inserted into the text field.
getMaxLength() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getMaxLength() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getMaxLength() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getMaxLength() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getMaxLength() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getMaxLength() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getMaxLength() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getMaxLength() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns the maximum number of characters that are displayed for each option element.
getMaxLength() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getMaxRows() - Method in class com.cc.framework.ui.control.ListLineIterator
 
getMaxRows() - Method in class com.cc.framework.ui.control.TreeLineIterator
 
getMaxVisible() - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves the maximum visible appointments for one Day
getMaxVisible() - Method in class com.cc.framework.ui.control.TabbarControl
Returns the Number of visible TabPages
getMaxVisible() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Retrieves the maximum visible appointments for one Day
getMaxVisible() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Returns the number of visible tab pages.
getMaxVisible() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getMaxVisible() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
getMenuButtonDesignModel() - Method in class com.cc.framework.taglib.menu.MenuButtonTag
Returns a casted version of the ControlDesignModel
getMenuDesignModel() - Method in class com.cc.framework.taglib.menu.MenuTag
Returns a casted version of the ControlDesignModel
getMenuFilter() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the menu Filter
getMenuFilter() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the menu Filter
getMenuFilter() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Returns the menu filter.
getMenuFilter() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
Returns the menu filter.
getMenuId() - Method in class com.cc.framework.ui.control.MenuControl
Returns the Id
getMenuId() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns the Id
getMenuId() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Menu Id
getMenuId() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Menu Id
getMenuId() - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
getMenuId() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getMenuId() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getMenus() - Method in interface com.cc.framework.adapter.AjaxRequest
Returns an Iterator that iterates all menus
getMenus() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getMenus() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getMessage(String) - Method in interface com.cc.framework.message.Message
Returns a language dependent message
getMessage() - Method in interface com.cc.framework.message.Message
Returns a language independent message
getMessage(int) - Method in class com.cc.framework.message.MessageResources
Returns a message for the specified code.
getMessage() - Method in class com.cc.framework.security.Permission
Returns the message assigned to the permission
getMessage() - Method in class com.cc.framework.security.acl.expr.SyntaxException
 
getMessage() - Method in class com.cc.framework.ui.control.FormMessageElement
Returns the message.
getMessage(String) - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
 
getMessage() - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
 
getMessageDesignModel() - Method in class com.cc.framework.taglib.forms.MessageTag
Returns a casted version of the ControlDesignModel
getMessageWidth(FormElementContainer) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Returns the width of the message indicator (for editable forms only)
getMessages(PageContext, Severity) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Returns the Framework Messages
getMessages() - Method in interface com.cc.framework.adapter.struts.ActionContext
Returns the message collection
getMessages() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getMessages() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getMessages(PageContext, Severity) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
getMessages() - Method in class com.cc.framework.ui.control.MessageControl
Returns the messages
getMessages() - Method in interface com.cc.framework.ui.model.MessageDataModel
Returns a List with all Messages
getMessages() - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp
 
getMessages() - Method in class com.cc.framework.ui.painter.def.DefMessagePainter
Returns a list of messages that is filtered to the controls severity
getMethod() - Method in interface com.cc.framework.ui.model.FormDesignModel
Returns in which way Data should by submitted to the Server.
getMethod() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getMillis() - Method in class com.cc.framework.common.Stopwatch
 
getMinFractionDigits() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getMinIntegerDigits() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getMinRowCount() - Method in class com.cc.framework.ui.control.ListControl
Returns the minimal number of rows on the page.
getMinRowCount() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getMinRowCount() - Method in class com.cc.framework.ui.control.TreelistControl
 
getMinRowCount() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the minimal number of rows which should be displayed(rendered) by the control.
getMinRowCount() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getMinRowCount() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the minimal number of rows on the page.
getMode() - Method in class com.cc.framework.ui.control.CalendarControl
Returns the mode in which the user can invoke the calendar.
getMode() - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Returns the mode in which the user can invoke the calendar.
getMode() - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
getModuleConfig(String, HttpContext) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Return the ModuleConfig object for the given prefix if it exists, null if otherwise.
getMonthDayOfMonth() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getMonthDelta() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
This member calculates the month offset of the current iteration element from the initial Date.
getMonthIncrement() - Method in class com.cc.framework.ui.control.SchedulerControl
retrieves the number of month to increment in year view when the user clicks on one of the navigation buttons.
getMonthIncrement() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
retrieves the number of month to increment in year view when the user clicks on one of the navigation buttons.
getMonthIncrement() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getMonthIncrement() - Method in class com.cc.framework.ui.painter.def.scheduler.DefYearViewPainter
retrieves the number of month to increment in year view when the user clicks on one of the navigation buttons.
getMonthInterval() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getMonthNthDayMask() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getMonthNthInstance() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getMonthNthInterval() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getMonthOfYear() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The MonthOfYear property contains the calendar number of the month in which the AppointmentItem is to recur, for example the value 2 to indicate February.
getMonthOfYear() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getMonthSubtype() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getMore() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Return the text which should be displayed if there is a "other items" link.
getMore() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getName() - Method in class com.cc.framework.common.SortOrder
Returns the name.
getName() - Method in class com.cc.framework.http.RequestDecorationType
Returns the Name
getName() - Method in class com.cc.framework.message.MessageResource
Returns the Name
getName() - Method in interface com.cc.framework.message.MessageResourceLoader
Returns the symbolic name.
getName() - Method in class com.cc.framework.taglib.template.PresentTag
Returns the Name
getName() - Method in class com.cc.framework.ui.AbstractImageMap
Returns the name for this ImageMap
getName() - Method in interface com.cc.framework.ui.ImageMap
Returns the name for this ImageMap
getName() - Method in class com.cc.framework.ui.control.Control
Returns the Control Name
getName() - Method in class com.cc.framework.ui.control.ControlActionDef
Method getName
getName() - Method in class com.cc.framework.ui.control.ControlButton
 
getName() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the name of the element (bean)
getName() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getName(int) - Method in interface com.cc.framework.util.parser.HtmlAttributes
Retrieves the attribute name for the attribute with the given index
getName() - Method in class com.cc.framework.util.parser.HtmlParser.Attribute
 
getName(int) - Method in class com.cc.framework.util.parser.HtmlParser.AttributesImpl
 
getNavigationPosition() - Method in class com.cc.framework.ui.control.ListControl
Returns a bit combination with the position where to create the page navigation elements of the list control
getNestedContext() - Method in interface com.cc.framework.adapter.RequestContext
Gets the nested Action Context
getNestedContext() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getNestedContext() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getNestedContext() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
getNestedContext() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getNextVisibleItem(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
returns the next visible item of the given node
getNextVisibleSibling(TreeNodeDataModel, boolean) - Method in class com.cc.framework.ui.control.TreeLineIterator
Searches for a sibling node of the given child node
getNiceName() - Method in class com.cc.framework.version.SystemType
Returns the display value
getNoWrap() - Method in class com.cc.framework.ui.control.FormButtonElement
 
getNoWrap() - Method in class com.cc.framework.ui.control.FormControlElement
 
getNoWrap() - Method in interface com.cc.framework.ui.control.FormElement
Indicates that the form element cell should not be wrapped
getNoWrap() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getNoWrap() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getNoWrap() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getNoWrap() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getNodeByKey(TreeNodeDataModel, String) - Static method in class com.cc.framework.util.TreeHelp
Returns a node for a given key
getNodeFromIndex(int) - Method in class com.cc.framework.ui.control.TreelistControl
Method getNodeFromIndex
getNowrap() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the value of the nowrap attribute.
getNowrap() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getNumberFormat(Locale) - Method in class com.cc.framework.convert.imp.NumberConverter
 
getObject() - Method in class com.cc.framework.resource.ObjectResource
Returns the object
getOccurrences() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The Occurrences property is used when the appointment is to recur a specific number of times, such as the next ten Thursdays.
getOccurrences() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getOperator() - Method in class com.cc.framework.security.acl.expr.UnaryExpression
 
getOptionElements() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
Returns the Option elements
getOptionElements() - Method in class com.cc.framework.ui.control.ComboBoxControl
Returns the Option elements
getOptionElements() - Method in class com.cc.framework.ui.control.SelectControl
Returns the Option elements
getOptionElements() - Method in class com.cc.framework.ui.control.SwapSelectControl
Returns the Option elements
getOptionElements() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Returns the Option elements
getOptions() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
Returns the option list.
getOptions() - Method in class com.cc.framework.ui.control.ComboBoxControl
Returns the option list.
getOptions() - Method in class com.cc.framework.ui.control.SelectControl
Returns the option list.
getOptions() - Method in class com.cc.framework.ui.control.SwapSelectControl
Returns the option list.
getOptions() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Returns the option list.
getOptions(ColumnSelectDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.col.ColumnSelectPainter
Retrieves the available option elements for the current row
getOptionsComparator() - Method in interface com.cc.framework.taglib.OptionsContainerTag
Returns an option comparator for this control
getOptionsComparator() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Returns an option comparator for this control
getOptionsComparator() - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Returns an option comparator for this control
getOptionsComparator() - Method in class com.cc.framework.taglib.controls.ComboBoxTag
Returns an option comparator for this control
getOptionsComparator() - Method in class com.cc.framework.taglib.controls.SelectTag
Returns an option comparator for this control
getOptionsComparator() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Returns an option comparator for this control
getOptionsComparator() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Returns an option comparator for this control
getOptionsProperty() - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Returns the name of the property which returns the individual OptionListDataModel for each row of the list
getOptionsProperty() - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Returns the name of the property which returns the individual OptionListDataModel for each row of the list
getOptionsProperty() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
getOptionsProperty() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
getOrientation() - Method in interface com.cc.framework.ui.control.FormElementContainer
 
getOrientation() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getOrientation() - Method in class com.cc.framework.ui.control.SwapSelectControl
Retrieves the orientation of the selection windows
getOrientation() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Retrieves the orientation of the selection windows
getOrientation() - Method in interface com.cc.framework.ui.model.MenuItem
Retrieves the orientation of sub menu items
getOrientation() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Retrieves the orientation of the selection windows
getOrientation() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Retrieves the orientation of the selection windows
getOrientation() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getOrientation() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getOrientation() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
getOrientation() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
getOriginalDate() - Method in interface com.cc.framework.ui.model.RecurrenceException
Gets value specifying when this exception was suppose to occur.
getPage() - Method in class com.cc.framework.taglib.template.PageParameter
 
getPageButtons() - Method in class com.cc.framework.ui.control.ListControl
Returns the number of page buttons.
getPageButtons() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getPageButtons() - Method in class com.cc.framework.ui.control.TreelistControl
 
getPageButtons() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the number of page buttons to displayed.
getPageButtons() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getPageButtons() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the number of page buttons to show
getPageContext() - Method in class com.cc.framework.ui.model.value.DeferredEnvironment
 
getPageContext() - Method in class com.cc.framework.ui.painter.ControlPainter
Returns the JSP page context
getPageContext() - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Returns the JSP page context
getPageContext() - Method in interface com.cc.framework.ui.painter.PainterContext
Gets the Page Context
getPageContext() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Gets the Page Context
getPageContext() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getPageIndex() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getPageLineIterator() - Method in class com.cc.framework.ui.control.ListControl
Creates a line iterator for the current page
getPageLineIterator() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getPageLineIterator() - Method in class com.cc.framework.ui.control.TreelistControl
 
getPageParameter(String) - Method in class com.cc.framework.taglib.template.PageDef
Retrieves a named page parameter
getPageParameter(PageContext, String) - Static method in class com.cc.framework.taglib.template.TemplateHelp
This method returns the Template Definition with the given name.
getPageStack(PageContext, boolean) - Static method in class com.cc.framework.taglib.template.TemplateHelp
Returns the template stack
getPainter() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getPainterContext() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Returns the painter context of the control painter
getPainterContext() - Method in interface com.cc.framework.taglib.controls.ColumnContainerTag
Returns the painter context of the nesting control painter (-> the context of a list painter)
getPainterContext() - Method in class com.cc.framework.taglib.controls.ColumnGroupTag
 
getPainterContext() - Method in class com.cc.framework.ui.painter.ControlPainter
Gets the Painter Context
getPainterContext() - Method in class com.cc.framework.ui.painter.ControlPortionPainter
 
getPainterContext() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
Deprecated. the CellPainterContext implements now the PainterContext interface so this method is not required any longer. Just use CellPainterContext directly.
getPalette() - Method in interface com.cc.framework.ui.model.ColorPickerDesignModel
Returns the palette
getPalette() - Method in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
 
getPanelDesignModel() - Method in class com.cc.framework.taglib.controls.PanelTag
Returns a casted version of the ControlDesignModel
getParamCount() - Method in class com.cc.framework.http.Hyperlink
 
getParameterNames() - Method in class com.cc.framework.taglib.template.PageDef
Returns the parameter names in this page.
getParameterType(int) - Method in class com.cc.framework.ui.control.ControlActionDef
Retrieves the class for the given parameter
getParams() - Method in class com.cc.framework.ui.control.ControlMethodInvocation
Returns an Array with the additional Parameters
getParent() - Method in class com.cc.framework.ui.control.FormButtonElement
 
getParent() - Method in class com.cc.framework.ui.control.FormControlElement
 
getParent() - Method in interface com.cc.framework.ui.control.FormElement
 
getParent() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getParent() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getParent() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getParent() - Method in interface com.cc.framework.ui.model.MenuItem
Returns a reference to the parent element
getParent() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns a reference to the parent element
getParent() - Method in interface com.cc.framework.ui.model.TreeNodeDataModel
Returns a reference to the parent element
getParent() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getParent() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getParent() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getParentIterator() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
getParentIterator() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
 
getParentKey() - Method in interface com.cc.framework.ui.model.TreeNodeDataModel
Returns the key for the parent element.
getParentTag(Tag, Class) - Static method in class com.cc.framework.taglib.TagHelp
Searches the Tag hierarchy for a FrameContainerTag parent
getPath() - Method in class com.cc.framework.ui.control.MenuContext
Returns the path.
getPattern() - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
getPattern() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getPatternEndDate() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The PatternEndDate property contains the latest possible date of the last occurrence of the appointment.
getPatternEndDate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getPatternStartDate() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The PatternStartDate property contains the earliest possible date of the first occurrence of the appointment.
getPatternStartDate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getPermission() - Method in class com.cc.framework.security.acl.expr.PrimaryExpression
Liefert den Identifier zurück
getPermission() - Method in class com.cc.framework.ui.control.Control
 
getPermission() - Method in class com.cc.framework.ui.control.FormControlElement
 
getPermission() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getPermission() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getPermission() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getPermission() - Method in interface com.cc.framework.ui.model.AccessControlled
Returns the authorizations required to access an object If the method returns null no access rights is required.
getPermission() - Method in class com.cc.framework.ui.model.InnerFrame
 
getPermission() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getPermission() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getPermission() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
getPermission() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getPermission() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getPermission() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getPermission() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
getPermission() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getPlainTextDesignModel() - Method in class com.cc.framework.taglib.controls.PlainTextTag
Returns a casted version of the ControlDesignModel
getPopupHeight() - Method in class com.cc.framework.ui.control.TextPopupControl
Returns the height of the popup window
getPopupHeight() - Method in interface com.cc.framework.ui.model.TextPopupDesignModel
Returns the width of the popup window
getPopupHeight() - Method in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
 
getPopupId() - Method in class com.cc.framework.ui.control.MenuButtonControl
 
getPopupId() - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
 
getPopupId() - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
getPopupId() - Method in class com.cc.framework.ui.painter.global.PopupElement
 
getPopupRows() - Method in class com.cc.framework.ui.control.TextPopupControl
Returns the Number of Columns in the popup window
getPopupRows() - Method in interface com.cc.framework.ui.model.TextPopupDesignModel
Returns the number of Rows in the popup window
getPopupRows() - Method in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
 
getPopupWidth() - Method in class com.cc.framework.ui.control.TextPopupControl
Returns the width of the popup window
getPopupWidth() - Method in interface com.cc.framework.ui.model.TextPopupDesignModel
Returns the width of the popup window
getPopupWidth() - Method in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
 
getPopups() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
 
getPosition() - Method in class com.cc.framework.security.acl.expr.TokenStream
 
getPosition() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
 
getPrefix() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Retrieves the optional label prefix in plain HTML
getPrefix() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getPrevVisibleItem(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
returns the previous visible item oft the given node
getPrincipal() - Method in interface com.cc.framework.adapter.RequestContext
Returns the Principal Object in the current User session
getPrincipal() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getPrincipal() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getPrincipal(ServletRequest) - Static method in class com.cc.framework.security.SecurityUtil
Returns the users principal object with the user permissions.
getPrincipal(HttpServletRequest) - Static method in class com.cc.framework.security.SecurityUtil
Returns the users principal object with the user permissions.
getPrincipal(HttpSession) - Static method in class com.cc.framework.security.SecurityUtil
Returns the users principal object with the user permissions.
getPrincipal() - Method in class com.cc.framework.ui.control.Control
Returns the principal object
getPrincipal() - Method in class com.cc.framework.ui.control.ListLineIterator
 
getPrincipal() - Method in class com.cc.framework.ui.control.TreeLineIterator
 
getPrincipal() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
getPrincipal() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
getPrincipal() - Method in class com.cc.framework.ui.painter.ControlPainter
Returns the Principal Object
getPrincipal() - Method in class com.cc.framework.ui.painter.ControlPortionPainter
 
getPrincipal() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
getPrincipal() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getPriority() - Method in interface com.cc.framework.ui.model.Appointment
Returns the Priority of this appointment
getPriority() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getPriorityImage(AppointmentPriority) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Retrieves the Image for the given Appointment Priority
getProductBuildDate() - Method in class com.cc.framework.ComponentVersion
 
getProductBuildDate() - Method in interface com.cc.framework.version.VersionInfo
Returns the build date
getProductBuildNumber() - Method in class com.cc.framework.ComponentVersion
 
getProductBuildNumber() - Method in interface com.cc.framework.version.VersionInfo
Returns the product build number
getProductMajorVersion() - Method in class com.cc.framework.ComponentVersion
 
getProductMajorVersion() - Method in interface com.cc.framework.version.VersionInfo
Returns the product major version
getProductMinorVersion() - Method in class com.cc.framework.ComponentVersion
 
getProductMinorVersion() - Method in interface com.cc.framework.version.VersionInfo
Returns the product minor version
getProductName() - Method in class com.cc.framework.ComponentVersion
 
getProductName() - Method in interface com.cc.framework.version.VersionInfo
Returns the product name
getProductNameExtension() - Method in class com.cc.framework.ComponentVersion
 
getProductNameExtension() - Method in interface com.cc.framework.version.VersionInfo
Returns the product name extension
getProductVendor() - Method in class com.cc.framework.ComponentVersion
 
getProductVendor() - Method in interface com.cc.framework.version.VersionInfo
Returns the product vendor
getProductVendorSite() - Method in class com.cc.framework.ComponentVersion
 
getProductVendorSite() - Method in interface com.cc.framework.version.VersionInfo
Returns the URL of the home page of the product vendor
getProductVersion() - Method in class com.cc.framework.ComponentVersion
 
getProductVersion() - Method in interface com.cc.framework.version.VersionInfo
Returns the product version
getProperties(String) - Method in class com.cc.framework.util.PropertyMap
Retrieves the property for the given key in array form
getProperty(String) - Method in class com.cc.framework.http.BrowserInfo
Retrieves a named property
getProperty() - Method in class com.cc.framework.ui.control.Control
Returns the property Attribute
getProperty(String) - Method in class com.cc.framework.ui.control.ControlValuePath
Gets a property value
getProperty() - Method in class com.cc.framework.ui.control.FormControlElement
Returns the Property name of the Control
getProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the name of the property which holds the data for the column
getProperty() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the Property Attribute
getProperty() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the name of the property using which the Java-Bean is to be accessed.
getProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getProperty() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getProperty() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getProperty(String) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getProperty(String) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getProperty(String) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getProperty(String) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getProperty(String) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getProperty(String) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getProperty(String) - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns the value for the given property on the current iteration element
getProperty(String) - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getProperty(String) - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterOptionListDataModel
 
getProperty(String) - Method in class com.cc.framework.util.PropertyMap
Retrieves the property for the given key
getProperty(Object, String) - Static method in class com.cc.framework.util.Util
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
getPropertyAccessor(String) - Method in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
getPropertyAccessor(String) - Method in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
getPropertyAccessor(String) - Method in class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
 
getPropertyAccessor(String) - Method in interface com.cc.framework.taglib.forms.ForEachTag.ForEachIterator
Creates the property name that should be used to access the bean with the BeanUtils framework.
getPropertyType(Object, String) - Static method in class com.cc.framework.util.Util
Return the Java Class representing the property type of the specified property, or null if there is no such property for the specified bean.
getProtocol(PageContext) - Static method in class com.cc.framework.taglib.util.BaseTag
Returns the Protocol used by the Application/WebServer
getRadioDesignModel() - Method in class com.cc.framework.taglib.controls.RadioTag
Returns a casted version of the ControlDesignModel
getRadioGroupDesignModel() - Method in class com.cc.framework.taglib.controls.RadioGroupTag
Returns a casted version of the ControlDesignModel
getRatingDesignModel() - Method in class com.cc.framework.taglib.controls.RatingTag
Returns a casted version of the ControlDesignModel
getRecurrencePattern() - Method in interface com.cc.framework.ui.model.Appointment
Returns the Recurrence Pattern for recurring appointments
getRecurrencePattern() - Method in interface com.cc.framework.ui.model.RecurrenceException
Gets the RecurrencePattern object associated with this exception.
getRecurrencePattern() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getRecurrencePatternDesignModel() - Method in class com.cc.framework.taglib.controls.RecurrencePatternTag
Returns a casted version of the ControlDesignModel
getRecurrenceType() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getRecurrenceType() - Method in interface com.cc.framework.ui.model.RecurrencePattern
 
getRecurrenceType() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
getRequest() - Method in class com.cc.framework.ui.painter.ControlPainter
Deprecated. use session()
getRequest() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Deprecated. use request()
getResource(HttpServletRequest, HttpScope, String) - Static method in class com.cc.framework.resource.ResourceManager
Returns a registered resource out of the cache
getResource() - Method in class com.cc.framework.ui.control.InfoControl
Returns the resource.
getResource() - Method in interface com.cc.framework.ui.model.InfoDesignModel
Returns the Resource
getResource() - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
getResource(int, String) - Method in interface com.cc.framework.ui.painter.ResourceMap
Retrieves an image for the specified Id
getResource(int, String) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getResourceCache(HttpServletRequest, HttpScope, boolean) - Static method in class com.cc.framework.resource.ResourceManager
Returns the hashtable with resources in the specified scope
getResourceCache(ServletContext, boolean) - Static method in class com.cc.framework.resource.ResourceManager
Returns the hashtable with resources in the application scope
getResourceDir() - Method in interface com.cc.framework.ui.painter.PainterContext
Returns the base directory used for resource by the painter factory
getResourceDir() - Method in interface com.cc.framework.ui.painter.ResourceMap
Returns the base directory used for resource by the PainterFactory
getResourceDir() - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getResourceDir() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Returns the base directory used for resource by the painter factory
getResourceDir() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getResourceFromURI(HttpServletRequest, String) - Static method in class com.cc.framework.resource.ResourceManager
Returns a registered resource from the request cache.
getResourceKeys() - Method in class com.cc.framework.ui.painter.ResourceMapImp
Returns a set with all the Resource Keys of this Resource Map
getResourceName() - Method in class com.cc.framework.taglib.svg.SvgTag
Returns the rescource name
getResourcePath() - Method in class com.cc.framework.taglib.template.PageDef
 
getResourceURI(PageContext, HttpScope, String, Cachable) - Static method in class com.cc.framework.resource.ResourceManager
Returns a URI for the specified resource This can be the filename, which is used to store the file on the disk
getResourceURI(PageContext, HttpScope, String, Cachable, boolean) - Static method in class com.cc.framework.resource.ResourceManager
Returns a URI for the specified resource This can be the filename, which is used to store the file on the disk
getResources() - Method in class com.cc.framework.ui.painter.PainterFactory
Gets the painters Resource Map
getResponse() - Method in class com.cc.framework.ui.painter.ControlPainter
Deprecated. use response()
getResponse() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Deprecated. use response()
getResult() - Method in class com.cc.framework.util.parser.handler.HtmlToTextHandler
 
getRoot() - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Returns the Root-Element of the Tree
getRoot() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
 
getRowBean(int) - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
Returns the row bean for the given index
getRowBean(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Returns the row bean for the given index
getRowClass(int, boolean) - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the HTML-Class for a Row
getRowClass(boolean, boolean) - Method in class com.cc.framework.ui.painter.def.DefTreePainter
Returns the class id for a even/odd row which is selected/deselected
getRowCount() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the number of rows which should be displayed(rendered) by the control.
getRowCount() - Method in interface com.cc.framework.ui.model.TreeDesignModel
Returns the maximum number of lines that are depicted simultaneously.
getRowCount() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getRowCount() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getRowFromKey(String) - Method in class com.cc.framework.ui.control.ListControl
Retrieves the row bean for the given key
getRowFromKey(String) - Method in class com.cc.framework.ui.control.SimpleListControl
 
getRowFromKey(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
getRowHeight() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the height of a row (pixel)
getRowHeight() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getRowPageIndex() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getRows() - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves the number of rows in year view
getRows() - Method in class com.cc.framework.ui.control.TextListControl
Returns the number of rows the list element should display
getRows() - Method in class com.cc.framework.ui.control.TextareaControl
Returns the Number of Columns
getRows() - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
Returns the number of visible rows for an input/text field.
getRows() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Retrieves the number of rows in year view
getRows() - Method in interface com.cc.framework.ui.model.TextListDesignModel
Returns the number of visible rows in the list element
getRows() - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Returns the number of Rows
getRows() - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
getRows() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getRows() - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
getRows() - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
getRowsOnCurrentPage() - Method in class com.cc.framework.ui.control.SimpleListControl
Calculates the Number of rows which should be displayed on the Page
getRowsOnCurrentPage() - Method in class com.cc.framework.ui.control.TreelistControl
Liefert die Anzahl der Zeilen welche auf der aktuellen Seite dargestellt werden sollen.
getRowsPerPage() - Method in interface com.cc.framework.taglib.controls.ColumnContainerTag
Returns the number of rows on the page.
getRowsPerPage() - Method in class com.cc.framework.taglib.controls.ColumnGroupTag
 
getRowsPerPage() - Method in class com.cc.framework.taglib.controls.ListTag
 
getRowsPerPage() - Method in class com.cc.framework.taglib.controls.TreelistTag
 
getRowsPerPage() - Method in class com.cc.framework.ui.control.ListControl
Returns the number of rows on the page.
getRowsPerPage() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getRowsPerPage() - Method in class com.cc.framework.ui.control.TreelistControl
Returns the number of rows on a page
getRowsPerPage() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getRowsPerPage() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the number of rows on the page.
getRowsetIndex() - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Returns the Index of the first element in the rowset
getRowsetIndex() - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Returns the Index of the first element in the rowset
getRule() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getRule() - Method in interface com.cc.framework.ui.model.DesignRule
Returns the rule
getRule() - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
getRunAt() - Method in class com.cc.framework.taglib.util.ImageMapTag
This property specifies whether, for the imagemap should be exposed as a java scripting object
getRunAt() - Method in class com.cc.framework.ui.control.Control
Returns if the control works with or without server round trips.
getRunAt() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns if the Control works with or without server round trips.
getRunAt() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns if the control works with or without server round trips.
getRunAt() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getRunAt() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getRunat() - Method in class com.cc.framework.ui.AbstractImageMap
Returns the RunAt attribute
getRunat() - Method in interface com.cc.framework.ui.ImageMap
Returns the RunAt attribute
getSafeAttribute(Element, String, String) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeAttribute
getSafeAttribute(Node, String) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeAttribute
getSafeAttributeBoolean(Node, String, boolean) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeAttributeBoolean
getSafeAttributeDouble(Node, String, double) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeAttributeDouble
getSafeAttributeInt(Node, String, int) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeAttributeInt
getSafeBoolean(Node, String) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeBoolean
getSafeInt(Element, String, int) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeInt
getSafeLocale() - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Retrieves the current Locale or the system locale when localization is not turned on
getSafeProperty(Object, String) - Static method in class com.cc.framework.util.Util
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
getSafeString(Node) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeString
getSafeString(Element, String, String) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeString
getSafeString(Node, String) - Static method in class com.cc.framework.xml.XMLHelp
Method getSafeString
getSchedulerDesignModel() - Method in class com.cc.framework.taglib.controls.SchedulerTag
Returns a casted version of the ControlDesignModel
getScriptName() - Method in class com.cc.framework.ui.model.ClientEvent
Returns the name for the JavaScript event handler
getScrollHeight() - Method in class com.cc.framework.ui.control.ListControl
Retrieves the height of the scroll container
getScrollHeight() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getScrollHeight() - Method in class com.cc.framework.ui.control.TreeControl
Retrieves the height of the scroll container
getScrollHeight() - Method in class com.cc.framework.ui.control.TreelistControl
 
getScrollHeight() - Method in interface com.cc.framework.ui.model.ScrollSupport
Returns the height of the scroll container
getScrollHeight() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getScrollHeight() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getSelectDesignModel() - Method in class com.cc.framework.taglib.controls.SelectTag
Returns a casted version of the ControlDesignModel
getSelectMode() - Method in class com.cc.framework.ui.control.ListControl
Return the selection mode of the list.
getSelectMode() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getSelectMode() - Method in class com.cc.framework.ui.control.TreelistControl
 
getSelectMode() - Method in interface com.cc.framework.ui.model.ColumnCheckboxDesignModel
Specifies the selection mode of the list.
getSelectMode() - Method in interface com.cc.framework.ui.model.ListDesignModel
Specifies the selection mode of the list.
getSelectMode() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the the selection mode of the list.
getSelectMode() - Method in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
 
getSelectMode() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getSelectMode() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getSelectableProperty() - Method in class com.cc.framework.ui.control.MultiLevelSelectControl
Returns the name of the property that specifies if a tree node is to be selectable by the user or not.
getSelectableProperty() - Method in interface com.cc.framework.ui.model.MultiLevelSelectDesignModel
Returns the name of the property that specifies if a tree node is to be selectable by the user or not.
getSelectableProperty() - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
getSelected() - Method in class com.cc.framework.ui.control.TreeControl
 
getSelected() - Method in class com.cc.framework.ui.control.TreelistControl
 
getSelected() - Method in interface com.cc.framework.ui.model.TreeStateModel
Returns the key of the selected node
getSelected() - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
getSelectedCrumb() - Method in class com.cc.framework.ui.control.CrumbsControl
 
getSelectedCrumb() - Method in interface com.cc.framework.ui.model.CrumbsStateModel
Returns the current selected crumb
getSelectedCrumb() - Method in class com.cc.framework.ui.model.imp.CrumbsStateModelImp
 
getSelectedNode(int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
returns the selected node for the given tree level
getSelectedNode() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
 
getSelectedTab() - Method in class com.cc.framework.ui.control.TabbarControl
 
getSelectedTab() - Method in interface com.cc.framework.ui.model.TabsetStateModel
Returns the current selected TabPage of the tabSet
getSelectedTab() - Method in class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
getServletContext() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
getServletContext() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
getServletContext() - Method in interface com.cc.framework.http.HttpContext
Returns the Servlet Context
getServletContext() - Method in class com.cc.framework.http.PageContextAdapter
 
getServletContext() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
getServletContext() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getSession() - Method in class com.cc.framework.ui.painter.ControlPainter
Deprecated. use session()
getSession() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Deprecated. use session()
getSeverity() - Method in interface com.cc.framework.message.Message
Returns the severity for the message
getSeverity() - Method in class com.cc.framework.message.MessageResource
Returns the severity
getSeverity() - Method in interface com.cc.framework.message.MessageResourceLoader
Returns the severity of the message
getSeverity() - Method in class com.cc.framework.message.Messages
Returns the highest severity for the messages in this list.
getSeverity() - Method in class com.cc.framework.ui.control.FormMessageElement
Returns the severity.
getSeverity() - Method in class com.cc.framework.ui.control.MessageControl
Returns the severity
getSeverity() - Method in interface com.cc.framework.ui.model.MessageDesignModel
Returns the Severity of the Message
getSeverity() - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
getSeverity() - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
 
getSharedOptions() - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Returns the OptionListDataModel that is shared among all rows of the list
getSharedOptions() - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Returns the OptionListDataModel that is shared among all rows of the list
getSharedOptions() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
getSharedOptions() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
getShortcut() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Shortcut
getShortcut() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Shortcut
getShortcut() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getShortcut() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getShowButton() - Method in class com.cc.framework.ui.control.CalendarControl
 
getShowButton() - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Returns if Button for the PopUp should be displayed
getShowButton() - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
getShowFormat() - Method in class com.cc.framework.ui.control.CalendarControl
 
getShowFormat() - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Returns the alignment for the mask if displayed
getShowFormat() - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.control.ComboBoxControl
Returns the Size (Number of visible Characters)
getSize() - Method in class com.cc.framework.ui.control.SelectControl
Returns the Size (Number of visible Characters)
getSize() - Method in class com.cc.framework.ui.control.SwapSelectControl
Returns the Size (Number of visible items) for each select box
getSize() - Method in class com.cc.framework.ui.control.TextControl
Returns the Size (Number of visible Characters)
getSize() - Method in class com.cc.framework.ui.control.TextListControl
Returns the Size (Number of visible Characters)
getSize() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Returns the Size (Number of visible items) for each select box
getSize() - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Returns the number of visible characters for an input/text field.
getSize() - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Returns the number of visible characters for an input/text field.
getSize() - Method in interface com.cc.framework.ui.model.ColumnTextDesignModel
Returns the number of visible characters for an input/text field.
getSize() - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Returns the number of visible characters for an input/text field.
getSize() - Method in interface com.cc.framework.ui.model.SelectDesignModel
Returns the number of visible items.
getSize() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Returns the number of visible items for each individual select box.
getSize() - Method in interface com.cc.framework.ui.model.TextDesignModel
Returns the number of visible characters for an input/text field.
getSize() - Method in interface com.cc.framework.ui.model.TextListDesignModel
Returns the number of visible characters for an input/text field.
getSize() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Returns the number of visible items for each individual select box.
getSize() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.SelectDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
getSize() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
getSize(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
getSize(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
getSmartCaption(String, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Method getSmartCaption
getSmartCaption(String, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Method getSmartCaption
getSmartDetail(String, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Method getSmartDetail
getSmartDetail(String, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Method getSmartDetail
getSortColumn() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getSortColumn() - Method in class com.cc.framework.ui.control.TreelistControl
 
getSortColumn() - Method in interface com.cc.framework.ui.model.ListStateModel
Returns the name of the column which is currently used for sorting.
getSortColumn() - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
getSortColumn() - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
getSortOrder(String) - Method in class com.cc.framework.ui.control.ListControl
Returns the sort order for the specified column.
getSortOrder() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getSortOrder(String) - Method in class com.cc.framework.ui.control.SimpleListControl
 
getSortOrder() - Method in class com.cc.framework.ui.control.SwapSelectControl
Retrieves the sort order of the control
getSortOrder() - Method in class com.cc.framework.ui.control.TextListControl
Retrieves the sort order of the control
getSortOrder() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Retrieves the sort order of the control
getSortOrder() - Method in class com.cc.framework.ui.control.TreelistControl
 
getSortOrder(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
getSortOrder() - Method in interface com.cc.framework.ui.model.ListStateModel
Returns the sort order
getSortOrder() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Retrieves the sort order of the control
getSortOrder() - Method in interface com.cc.framework.ui.model.TextListDesignModel
Retrieves the sort order of the control
getSortOrder() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Retrieves the sort order of the control
getSortOrder() - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
getSortOrder() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
getSortOrder() - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
getSortOrder() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
getSortOrder() - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
getSortOrder() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
Returns the sort order for the current column.
getSource(PageContext, String, String, Locale) - Static method in class com.cc.framework.taglib.TagHelp
Returns the localized Image resource name
getSource() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getSource() - Method in interface com.cc.framework.ui.model.ImageModel
Returns the URL of the image to be displayed
getSource() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getSource(String, String) - Method in class com.cc.framework.ui.painter.ControlPainter
Gets the localized Image resource name
getSource(ImageModel) - Method in class com.cc.framework.ui.painter.ControlPainter
Gets the localized resource name
getSource(String, String) - Method in interface com.cc.framework.ui.painter.PainterContext
Returns the localized Image resource name
getSource(ImageModel) - Method in interface com.cc.framework.ui.painter.PainterContext
Gets the localized resource name
getSource(PageContext, ImageModel, Locale) - Static method in class com.cc.framework.ui.painter.PainterHelp
Returns the localized Image resource name
getSource(PageContext, String, String, Locale) - Static method in class com.cc.framework.ui.painter.PainterHelp
Returns the localized Image resource name
getSource(String, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Returns the localized Image resource name
getSource(ImageModel) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Gets the localized resource name
getSource(ImageModel) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getSource(String, String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getSource() - Method in class com.cc.framework.util.parser.HtmlParser
 
getSpinDesignModel() - Method in class com.cc.framework.taglib.controls.SpinTag
Returns a casted version of the ControlDesignModel
getSrc() - Method in class com.cc.framework.ui.control.ButtonControl
Returns the src attribute.
getSrc() - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Returns the src.
getSrc() - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
getStartRow() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Returns the starting row of the appointment (absolute)
getStartTime() - Method in interface com.cc.framework.ui.model.Appointment
Returns the starting time of the appointment
getStartTime() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getState() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Menu State flags (MenuState)
getState() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Menu State flags (MenuState)
getState() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getState() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getStateModel() - Method in class com.cc.framework.ui.control.ButtonControl
 
getStateModel() - Method in class com.cc.framework.ui.control.CheckboxControl
 
getStateModel() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
getStateModel() - Method in class com.cc.framework.ui.control.ComboBoxControl
 
getStateModel() - Method in class com.cc.framework.ui.control.Control
Returns the state model of the control
getStateModel() - Method in class com.cc.framework.ui.control.CrumbsControl
 
getStateModel() - Method in class com.cc.framework.ui.control.FormControl
 
getStateModel() - Method in class com.cc.framework.ui.control.FrameControl
 
getStateModel() - Method in class com.cc.framework.ui.control.GaugeControl
 
getStateModel() - Method in class com.cc.framework.ui.control.HeadlineControl
 
getStateModel() - Method in class com.cc.framework.ui.control.InfoControl
 
getStateModel() - Method in class com.cc.framework.ui.control.MenuControl
 
getStateModel() - Method in class com.cc.framework.ui.control.MessageControl
 
getStateModel() - Method in class com.cc.framework.ui.control.PanelControl
 
getStateModel() - Method in class com.cc.framework.ui.control.RatingControl
 
getStateModel() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getStateModel() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getStateModel() - Method in class com.cc.framework.ui.control.SelectControl
 
getStateModel() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getStateModel() - Method in class com.cc.framework.ui.control.SwapSelectControl
 
getStateModel() - Method in class com.cc.framework.ui.control.TabbarControl
 
getStateModel() - Method in class com.cc.framework.ui.control.TextControl
 
getStateModel() - Method in class com.cc.framework.ui.control.TextListControl
 
getStateModel() - Method in class com.cc.framework.ui.control.TextareaControl
 
getStateModel() - Method in class com.cc.framework.ui.control.TreeControl
 
getStateModel() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
getStateModel() - Method in class com.cc.framework.ui.control.TreelistControl
 
getString(String, boolean) - Method in interface com.cc.framework.ui.painter.ResourceMap
Retrieves an String for the specified Id
getString(String, Object[], boolean) - Method in interface com.cc.framework.ui.painter.ResourceMap
Retrieves an String for the specified Id
getString(String, boolean) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getString(String, Object[], boolean) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
getStringLiteral(PageContext, String) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Retrieves a calendar resource as a JavaScript String literal ( 'xxxx' )
getStringResource(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Retrieves an String for the specified Id
getStringResource(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Returns a string resource
getStringResource(PageContext, String, Object[], boolean) - Static method in class com.cc.framework.ui.painter.PainterFactory
Retrieves the value for the given resource key
getStringResource(PageContext, String, boolean) - Static method in class com.cc.framework.ui.painter.PainterFactory
Retrieves the value for the given resource key
getStringResource(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterFactory
Retrieves the value for the given resource key
getStringResource(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Returns a string resource
getStringResource(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getStructureResourceId(int) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
Creates the Resource Id for an Tree structure element
getStyle(String) - Method in class com.cc.framework.convert.imp.DateTimeConverter
Converts the given Date Style in one of the DateFormat Constants
getStyle() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getStyle() - Method in class com.cc.framework.ui.control.Control
Returns the Style
getStyle() - Method in class com.cc.framework.ui.control.FormControlElement
 
getStyle() - Method in interface com.cc.framework.ui.control.FormElement
Returns the Style
getStyle() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getStyle() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getStyle() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getStyle() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the CSS styles for this column.
getStyle() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the CSS styles for this column.
getStyle() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the Style
getStyle() - Method in interface com.cc.framework.ui.model.DesignRule
Returns the Style
getStyle() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the CSS styles for this label.
getStyle() - Method in interface com.cc.framework.ui.model.ImageModel
Returns the Style
getStyle() - Method in class com.cc.framework.ui.model.InnerFrame
Returns the Style
getStyle() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the HTML-style that can be directly specified with this attribute.
getStyle() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the HTML-style
getStyle() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getStyle() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getStyle() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getStyle() - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
getStyle() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getStyle() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getStyle() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getStyle() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the Style
getStyle() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getStyle() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getStyle() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getStyle() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getStyle() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getStyle() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getStyle() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getStyle() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns the HTML-style that can be directly specified with this attribute.
getStyle() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getStyleClass() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getStyleClass() - Method in class com.cc.framework.ui.control.Control
Returns the StyleClass
getStyleClass() - Method in class com.cc.framework.ui.control.FormControlElement
 
getStyleClass() - Method in interface com.cc.framework.ui.control.FormElement
Returns the StyleClass
getStyleClass() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getStyleClass() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getStyleClass() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getStyleClass() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the CSS Stylesheet class
getStyleClass() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the CSS stylesheet class
getStyleClass() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the StyleClass
getStyleClass() - Method in interface com.cc.framework.ui.model.DesignRule
Returns the StyleClass
getStyleClass() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the CSS stylesheet class
getStyleClass() - Method in interface com.cc.framework.ui.model.ImageModel
Returns the StyleClass
getStyleClass() - Method in class com.cc.framework.ui.model.InnerFrame
Returns the StyleClass
getStyleClass() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the HTML-class attribute that can be specified with this attribute
getStyleClass() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the HTML-class attribute
getStyleClass() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getStyleClass() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getStyleClass() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getStyleClass() - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
getStyleClass() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getStyleClass() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getStyleClass() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getStyleClass() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the StyleClass
getStyleClass() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getStyleClass(int) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Retrieves the style class for the specified crumb state
getStyleClass(int) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Retrieves the style class for the specified tab state
getStyleClass() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getStyleClass() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getStyleClass() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getStyleClass() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getStyleClass() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getStyleClass() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getStyleClass() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns the HTML-class attribute that can be specified with this attribute
getStyleClass() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getStyleId() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getStyleId() - Method in class com.cc.framework.ui.control.Control
returns the StyleId
getStyleId() - Method in class com.cc.framework.ui.control.FormControlElement
 
getStyleId() - Method in interface com.cc.framework.ui.control.FormElement
returns the StyleId
getStyleId() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getStyleId() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getStyleId() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getStyleId() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the Identifier assigned to this column.
getStyleId() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the Identifier assigned to this column.
getStyleId() - Method in interface com.cc.framework.ui.model.ControlDesignModel
returns the StyleId
getStyleId() - Method in interface com.cc.framework.ui.model.DesignRule
returns the StyleId
getStyleId() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the Identifier assigned to this label.
getStyleId() - Method in interface com.cc.framework.ui.model.ImageModel
returns the StyleId
getStyleId() - Method in class com.cc.framework.ui.model.InnerFrame
returns the StyleId
getStyleId() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the HTML-id attribute
getStyleId() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getStyleId() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getStyleId() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getStyleId() - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
getStyleId() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getStyleId() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getStyleId() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the StyleId
getStyleId() - Method in class com.cc.framework.ui.painter.ControlPainter
Returns the Style Id of the control.
getStyleId() - Method in interface com.cc.framework.ui.painter.PainterContext
Returns the Style Id of the control.
getStyleId() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getStyleId() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Returns the Style Id of the control.
getStyleId() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
getSubject() - Method in interface com.cc.framework.ui.model.Appointment
Retrieves a short description for this Appointment
getSubject() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getSuffix() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Retrieves the optional label suffix in plain HTML
getSuffix() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getSummary() - Method in class com.cc.framework.ui.control.Control
Retrieves the property that can be used for rendering to non-visual media such as speech or Braille
getSummary() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Retrieves the property that can be used for rendering to non-visual media such as speech or Braille
getSummary() - Method in class com.cc.framework.ui.model.InnerFrame
Retrieves the property that can be used for rendering to non-visual media such as speech or Braille
getSummary() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getSwapSelectDesignModel() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Returns a casted version of the ControlDesignModel
getSystemType() - Method in class com.cc.framework.ComponentVersion
 
getSystemType() - Method in interface com.cc.framework.version.VersionInfo
Returns the system type
getTabDesignModel() - Method in class com.cc.framework.taglib.controls.TabTag
Returns the TabDesignModel
getTabId() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the unique key for the TabPage
getTabId() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getTabImage(TabDesignModel) - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Returns the optional image for the given tab
getTabImage(TabDesignModel) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Returns the optional image for the given tab
getTabIndex() - Method in class com.cc.framework.ui.control.Control
Retrieves the optional tooltip text
getTabIndex() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the Tab index
getTabIndex() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getTabIndex() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
getTabOrientation() - Method in class com.cc.framework.ui.control.ListControl
Retrieves the tabulator orientation
getTabOrientation() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getTabOrientation() - Method in class com.cc.framework.ui.control.TreelistControl
 
getTabOrientation() - Method in interface com.cc.framework.ui.model.ListDesignModel
Retrieves the tabulator orientation
getTabOrientation() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
Retrieves the tabulator orientation
getTabState(TabDesignModel[], int) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Calculates the state flags for the given tab
getTabs() - Method in class com.cc.framework.ui.control.TabbarControl
Returns all tab pages
getTabs() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Returns an Array with all tab pages
getTabs() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
getTabsetDesignModel() - Method in class com.cc.framework.taglib.controls.TabbarTag
Returns a casted version of the ControlDesignModel
getTarget() - Method in class com.cc.framework.ui.control.ButtonControl
Returns the target attribute.
getTarget(int) - Method in class com.cc.framework.ui.control.GaugeControl
Returns the target where to open the hyperlink
getTarget() - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Returns the target attribute.
getTarget() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns where the document referenced will appear.
getTarget(int) - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns the target where to open the hyperlink
getTarget() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Target
getTarget() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Target
getTarget() - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Returns the target
getTarget() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns where the document referenced will appear.
getTarget() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the target attribute.
getTarget() - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Returns the traget where to open the hyperlink
getTarget(int) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getTarget() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
getTarget() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the Target
getTarget() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getTarget(TreeStyle, TreeLineIterator) - Static method in class com.cc.framework.ui.painter.def.DefPainterUtility
Returns the Target Attribute which should be included in a HyperLink
getTarget(ColumnDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Returns the Target Attribute which should be included in a HyperLink
getTargetProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the target property for the column.
getTargetProperty() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the name of the property.
getTargetProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getTargetProperty() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getTargetProperty() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
getTemplate() - Method in class com.cc.framework.taglib.template.PageDef
 
getTemplate(PageContext, String) - Static method in class com.cc.framework.taglib.template.TemplateHelp
returns the Content of the specified Template
getText(String) - Method in class com.cc.framework.message.MessageResource
Returns the message text for the specified language
getText() - Method in class com.cc.framework.message.MessageResource
Returns the message text for the default language
getText(int) - Method in interface com.cc.framework.message.MessageResourceLoader
Returns the message text at the specified position in this list.
getText() - Method in class com.cc.framework.ui.control.ButtonControl
Returns the text
getText() - Method in class com.cc.framework.ui.control.GaugeControl
Returns the text that should be displayed next to the gauge
getText() - Method in interface com.cc.framework.ui.model.Appointment
Retrieves a long description for this Appointment
getText() - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Returns the text.
getText() - Method in interface com.cc.framework.ui.model.ColumnButtonDesignModel
Returns the text.
getText() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the labels text
getText() - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns the text that should be displayed next to the gauge
getText() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Text
getText() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Text
getText() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getText() - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
getText() - Method in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
getText() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getText() - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
getText() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getText() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getTextDesignModel() - Method in class com.cc.framework.taglib.controls.TextTag
Returns a casted version of the ControlDesignModel
getTextListDesignModel() - Method in class com.cc.framework.taglib.controls.TextListTag
Returns a casted version of the ControlDesignModel
getTextPopupDesignModel() - Method in class com.cc.framework.taglib.controls.TextPopupTag
Returns a casted version of the ControlDesignModel
getTextareaDesignModel() - Method in class com.cc.framework.taglib.controls.TextareaTag
Returns a casted version of the ControlDesignModel
getTimeStyle() - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
getTimeZone() - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
getTimeZone() - Method in class com.cc.framework.ui.control.SchedulerControl
Liefert die Zeitzone
getTimeZone() - Method in interface com.cc.framework.ui.model.SchedulerDataModel
Liefert die Zeitzone zu welcher alle Datumsangaben berechnet werden sollen
getTimeZone() - Method in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
 
getTimeout() - Method in class com.cc.framework.ui.AjaxSettings
 
getTitle() - Method in class com.cc.framework.ui.control.FormGroupElement
Returns the title.
getTitle() - Method in class com.cc.framework.ui.control.ListControl
Returns the Title
getTitle() - Method in class com.cc.framework.ui.control.SchedulerControl
Returns the Title
getTitle() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getTitle() - Method in class com.cc.framework.ui.control.TreelistControl
 
getTitle() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the title of the column
getTitle() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the title of the column
getTitle() - Method in interface com.cc.framework.ui.model.CrumbModel
Returns the Title
getTitle() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns the Title
getTitle() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Returns the title
getTitle() - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Returns the title of a panel item
getTitle() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Returns the Title
getTitle() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the Title
getTitle() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getTitle() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getTitle() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
getTitle() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
getTitle() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getTitle() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
getTitle() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getTitle() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getTooltip() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getTooltip() - Method in class com.cc.framework.ui.control.Control
Retrieves the optional tooltip text
getTooltip(int) - Method in class com.cc.framework.ui.control.GaugeControl
Returns the tooltip text for the given segment
getTooltip() - Method in interface com.cc.framework.ui.model.CheckboxDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the static tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns the static tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.CrumbModel
Returns the tooltip
getTooltip() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the static tooltip text
getTooltip() - Method in class com.cc.framework.ui.model.FrameTitle
 
getTooltip(int) - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns the tooltip text for the given segment
getTooltip() - Method in interface com.cc.framework.ui.model.ImageModel
Returns a tooltip text for this image
getTooltip() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the static tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the static tooltip text
getTooltip(int) - Method in interface com.cc.framework.ui.model.OptionListDataModel
Returns the tooltip for the specified index
getTooltip() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Returns the Tooltip
getTooltip() - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Returns the Tooltip
getTooltip() - Method in interface com.cc.framework.ui.model.RecurrencePatternDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns the tooltip
getTooltip() - Method in interface com.cc.framework.ui.model.TextDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.TextListDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Retrieves the optional tooltip text
getTooltip() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Retrieves the optional tooltip text
getTooltip() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
Returns the tooltip text for the given segment
getTooltip(int) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
getTooltip() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
getTooltip() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the Tooltip
getTooltip() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
getTooltip(PainterContext, ColumnDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Deprecated. use getTooltip(CellPainterContext) instead
getTooltip(CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Returns the localized and HTML encoded Tooltip Attribute which should be used for the row
getTooltip() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
getTooltip() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
getTooltip() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
getTooltip() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
getTooltip() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
getTooltip() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
getTooltip() - Method in interface com.cc.framework.ui.painter.html.OptionItem
Returns the tooltip for the current element
getTooltip() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
getTooltipProperty() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the property used to access the tooltip.
getTooltipProperty() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns the name of the property which supplies the tooltip text of the option.
getTooltipProperty() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the name of the property.
getTooltipProperty() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getTooltipProperty() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
getTooltipProperty() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
getTooltipProperty() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
getTooltipProperty() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Returns the name of the property which supplies the tooltip text of the option.
getTopPage(PageContext) - Static method in class com.cc.framework.taglib.template.TemplateHelp
Rtrieves the topmost page definition from the page stack
getTotalAmount() - Method in class com.cc.framework.ui.control.GaugeControl
calculate the total amount (= 100%)
getTotalColumns(DefDayViewPainter.DayInfo[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Calculates the total number of HTML table columns (TD's) for the day view table
getTotalPages() - Method in class com.cc.framework.ui.control.ListControl
Returns the total number of pages.
getTotalPages() - Method in class com.cc.framework.ui.control.SimpleListControl
 
getTotalPages() - Method in class com.cc.framework.ui.control.TreelistControl
 
getTotalPages() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns the total number of pages.
getTotalRowCount() - Method in class com.cc.framework.ui.control.ListControl
Returns the Number of total Rows in the data model
getTotalRowCount() - Method in class com.cc.framework.ui.control.SimpleListControl
Returns the Number of total Rows in the data model
getTotalRowCount() - Method in class com.cc.framework.ui.control.TreeControl
Liefert die Anzahl der tatsächlich vorhandenen Zeilen zurück.
getTotalRowCount() - Method in class com.cc.framework.ui.control.TreelistControl
Liefert die Anzahl der tatsächlich vorhandenen Zeilen zurück.
getTotalRows(DefDayViewPainter.DayInfo[]) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Calculates the total number of HTML table rows for the day view table
getTotalValue() - Method in class com.cc.framework.ui.control.RatingControl
 
getTotalValue() - Method in interface com.cc.framework.ui.model.RatingDataModel
Retrieves the total value (=100%) for the control.
getTransaction() - Method in class com.cc.framework.ui.control.Control
 
getTransaction() - Method in class com.cc.framework.ui.control.ControlAction
 
getTransaction() - Method in interface com.cc.framework.ui.model.ActionBehavior
Checks if the framework should include a transaction token (if any) in all generated hyperlinks for this action.
getTransaction() - Method in interface com.cc.framework.ui.model.ActionBehaviour
Checks if the framework should include a transaction token (if any) in all generated hyperlinks for this action.
getTransaction() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Checks if the framework should include a transaction token (if any) in all generated hyperlinks for this column.
getTransaction() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Checks if the framework should include a transaction token (if any) in all generated hyperlinks.
getTransaction() - Method in class com.cc.framework.ui.model.imp.ActionBehaviorImp
 
getTransaction() - Method in class com.cc.framework.ui.model.imp.ActionBehaviourImp
 
getTransaction() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getTransaction() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
getTransaction() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getTreeColumn() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Returns the ColumnTreeDesignModel
getTreeDesignModel() - Method in class com.cc.framework.taglib.controls.TreeTag
Returns a casted version of the ControlDesignModel
getTreeListDesignModel() - Method in class com.cc.framework.taglib.controls.TreelistTag
Returns a casted version of the ControlDesignModel
getTreeSwapSelectDesignModel() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Returns a casted version of the ControlDesignModel
getTreelistDesignModel() - Method in class com.cc.framework.taglib.controls.TreelistTag
Returns a casted version of the ControlDesignModel
getType() - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
getType() - Method in class com.cc.framework.convert.imp.NumberConverter
 
getType() - Method in class com.cc.framework.resource.BinaryResource
Gets the Type
getType() - Method in class com.cc.framework.ui.RunAt
Returns a string representation for the object in upper case letters
getType() - Method in class com.cc.framework.ui.control.MenuControl
Returns the Type
getType() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getType() - Method in class com.cc.framework.ui.html.LengthUnit
 
getType() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the row bean type
getType() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns the MenuType
getType() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Returns the columns property class name
getType() - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
getType() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
 
getType() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxPainter
 
getType() - Method in class com.cc.framework.ui.painter.html.HtmlRadioGroupPainter
 
getType() - Method in class com.cc.framework.ui.painter.html.HtmlRadioPainter
 
getTypes() - Method in class com.cc.framework.ui.control.ControlActionDef
Retrieves the parameter types for this action
getUncheckedItems(ListDataModel) - Static method in class com.cc.framework.util.ListHelp
Returns an Array including all the matching row beans of the list.
getUncheckedItems(ListDataModel, String) - Static method in class com.cc.framework.util.ListHelp
Returns an Array including all the matching row beans of the list.
getUncheckedItems(TreeNodeDataModel) - Static method in class com.cc.framework.util.TreeHelp
Returns an Array including all the matching row beans of the tree.
getUncheckedItems(TreeNodeDataModel, String) - Static method in class com.cc.framework.util.TreeHelp
Returns an Array including all the matching row beans of the tree.
getUniqueId() - Method in interface com.cc.framework.ui.model.Appointment
Returns the unique Id or this appointment.
getUniqueId() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
getUniqueKey(int) - Method in interface com.cc.framework.ui.model.ListDataModel
Returns a unique key for the row which is specified by the index.
getUniqueKey() - Method in interface com.cc.framework.ui.model.TreeNodeDataModel
Returns a unique id for the node in the tree.
getUniqueKey(int) - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
 
getUniqueKey(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
 
getUniqueStyleId() - Method in class com.cc.framework.ui.control.Control
Returns a unique Style id for the given control
getUnit() - Method in class com.cc.framework.ui.html.LengthUnit
 
getUri() - Method in class com.cc.framework.http.Hyperlink
Returns the URI
getVAlignment() - Method in class com.cc.framework.ui.control.FormButtonElement
 
getVAlignment() - Method in class com.cc.framework.ui.control.FormControlElement
 
getVAlignment() - Method in interface com.cc.framework.ui.control.FormElement
Returns the vertical alignment
getVAlignment() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getVAlignment() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getVAlignment() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getVAlignment() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
getValue() - Method in class com.cc.framework.common.ButtonMode
 
getValue() - Method in class com.cc.framework.common.CheckState
 
getValue() - Method in interface com.cc.framework.common.SimpleEnumType2
Returns the internal value
getValue(String, RequestDecorationType, HttpServletRequest) - Static method in class com.cc.framework.http.RequestDecorator
Returns a Value
getValue() - Method in class com.cc.framework.resource.MimeType
 
getValue(PageContext) - Method in class com.cc.framework.taglib.template.PageParameter
Retrieves the value for the Page Parameter
getValue() - Method in interface com.cc.framework.ui.OptionEnumerator
Returns the text, wich should display
getValue() - Method in class com.cc.framework.ui.control.CheckboxControl
Returns the value
getValue() - Method in class com.cc.framework.ui.control.ComboBoxControl
 
getValue() - Method in class com.cc.framework.ui.control.TextControl
 
getValue() - Method in class com.cc.framework.ui.control.TextListControl
 
getValue() - Method in class com.cc.framework.ui.control.TextareaControl
Returns the value
getValue() - Method in interface com.cc.framework.ui.model.CheckboxDesignModel
This is the value returned to the server if the user selects this check box.
getValue() - Method in interface com.cc.framework.ui.model.ColumnRadioDesignModel
 
getValue() - Method in interface com.cc.framework.ui.model.ComboBoxDataModel
Returns the value
getValue(int) - Method in interface com.cc.framework.ui.model.OptionListDataModel
Returns the value for the specified index
getValue() - Method in interface com.cc.framework.ui.model.RatingItem
Returns an absolute value for this rating item e.g. the number of users who have voted for this rating
getValue() - Method in interface com.cc.framework.ui.model.TextDataModel
Returns the value
getValue() - Method in interface com.cc.framework.ui.model.TextListDataModel
Returns the value
getValue() - Method in interface com.cc.framework.ui.model.TextareaDataModel
Returns the Value
getValue() - Method in class com.cc.framework.ui.model.imp.CheckboxDesignModelImp
 
getValue() - Method in class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp
 
getValue() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxPainter
 
getValue() - Method in class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
Retrieves the value for the text control in form of a String
getValue() - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Retrieves the selected tree node item
getValue() - Method in class com.cc.framework.ui.painter.html.HtmlTextPainter
Retrieves the value for the text control in form of a String
getValue() - Method in class com.cc.framework.ui.painter.html.HtmlTextareaPainter
Retrieves the value for the textarea control
getValue(int) - Method in interface com.cc.framework.util.parser.HtmlAttributes
Retrieves the attribute value for the attribute with the given index
getValue() - Method in class com.cc.framework.util.parser.HtmlParser.Attribute
 
getValue(int) - Method in class com.cc.framework.util.parser.HtmlParser.AttributesImpl
 
getValueList(RequestDecorationType, PageContext) - Static method in class com.cc.framework.http.RequestDecorator
Returns the Collection with hidden data Objects
getValues() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
getValues() - Method in class com.cc.framework.ui.control.SelectControl
 
getValues() - Method in class com.cc.framework.ui.control.SwapSelectControl
 
getValues() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
getValues() - Method in interface com.cc.framework.ui.model.CheckboxGroupDataModel
Returns the keys for the selected Item
getValues() - Method in interface com.cc.framework.ui.model.SelectDataModel
Returns the keys for the selected Item
getValues() - Method in interface com.cc.framework.ui.model.SwapSelectDataModel
Returns the keys for the selected Item
getValues() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDataModel
Returns the keys for the selected Item
getValues() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Retrieves the value for the text control
getValues() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
Retrieves the value for the text control
getValues() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Retrieves the value for the text control
getValues(int) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
getValues() - Method in class com.cc.framework.ui.painter.html.HtmlTextListPainter
Retrieves the value for the text control in form of a String
getValues() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Retrieves the value for the text control
getValues(int) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
getVariableInfo(TagData) - Method in class com.cc.framework.taglib.controls.BaseControlTei
 
getVariableInfo(TagData) - Method in class com.cc.framework.taglib.controls.ColumnBaseTei
 
getVariableInfo(TagData) - Method in class com.cc.framework.taglib.controls.PanelContentTei
 
getVariableInfo(TagData) - Method in class com.cc.framework.taglib.controls.TabTei
 
getVariableInfo(TagData) - Method in class com.cc.framework.taglib.convert.ConverterTei
 
getVariableInfo(TagData) - Method in class com.cc.framework.taglib.template.InsertTei
 
getView() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getView() - Method in interface com.cc.framework.ui.model.SchedulerStateModel
 
getView() - Method in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
 
getViewMask() - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves a bit mask with all the possible view buttons for this control
getViewMask() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Retrieves a bit mask with all the possible view buttons for this control
getViewMask() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getViewPainter() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Retrieves the cached View Painter
getVisibleChildren() - Method in class com.cc.framework.ui.control.TreeLineIterator
Returns the number of visible children of the current tree node
getVisibleColumns() - Method in class com.cc.framework.ui.control.ListControl
Returns an Array with all columns that are visible to the user.
getVisibleCount() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
Counts the number of visible appointments
getVisibleCrumbs() - Method in class com.cc.framework.ui.control.CrumbsControl
Returns all visible crumbs
getVisibleRows() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
This Attribute indicates the number of rows to span for this appointment.
getVisibleStartRow() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Returns the starting row relative to the first visible hour of the time table
getVisibleTabs() - Method in class com.cc.framework.ui.control.TabbarControl
Returns all visible tab pages
getWeekDayMask(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
Retrieves the Mask for one specific week day
getWeekInterval() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getWeekOfYear() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Gets the value for the WEEK_OF_YEAR time field.
getWhitespace(int) - Method in interface com.cc.framework.util.parser.HtmlAttributes
 
getWhitespace() - Method in class com.cc.framework.util.parser.HtmlParser.Attribute
 
getWhitespace(int) - Method in class com.cc.framework.util.parser.HtmlParser.AttributesImpl
 
getWidth() - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
getWidth() - Method in class com.cc.framework.ui.control.Control
Returns the width of the control
getWidth() - Method in class com.cc.framework.ui.control.FormControlElement
 
getWidth() - Method in interface com.cc.framework.ui.control.FormElement
Returns the width of the form element (pixel or %)
getWidth() - Method in class com.cc.framework.ui.control.FormGroupElement
 
getWidth() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
getWidth() - Method in class com.cc.framework.ui.control.FormMessageElement
 
getWidth() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the width of the control
getWidth() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the width of the control
getWidth() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns the width of the label
getWidth() - Method in interface com.cc.framework.ui.model.ImageModel
Returns the width of the image
getWidth() - Method in class com.cc.framework.ui.model.InnerFrame
Returns the width of the frame element (pixel or %)
getWidth() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns the Width
getWidth() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Width
getWidth() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Width
getWidth() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
getWidth() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
getWidth() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
getWidth() - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
getWidth() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
getWidth() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
getWorkEndHour() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getWorkEndHour() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
getWorkEndHour() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getWorkStartHour() - Method in class com.cc.framework.ui.control.SchedulerControl
 
getWorkStartHour() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
getWorkStartHour() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getWorkingDayMask() - Method in class com.cc.framework.ui.control.SchedulerControl
Retrieves a Mask with the weeks working days.
getWorkingDayMask() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Retrieves a Mask with the weeks working days.
getWorkingDayMask() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
getWrap() - Method in class com.cc.framework.ui.control.TextareaControl
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
getWrap() - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
getWrap() - Method in interface com.cc.framework.ui.model.TextareaDesignModel
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
getWrap() - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
getWrap() - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
getYearDayOfMonth() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getYearMonthOfYear() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getYearNthDayMask() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getYearNthInstance() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getYearNthMonthOfYear() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
getYearSubtype() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
granted - Variable in class com.cc.framework.security.StaticPermission
the static permission
green() - Method in class com.cc.framework.ui.Color
 
greenPart - Variable in class com.cc.framework.ui.Color
Green
group - Variable in class com.cc.framework.taglib.forms.FormElementGroupTag
Designmodel
groupSelect - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field groupSelect
groupSelect - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Field groupSelect
groupingProperty - Variable in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
The name of the property that is used to group checkbox items
groupingUsed - Variable in class com.cc.framework.convert.imp.NumberConverter
 
groupingUsed_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 

H

HEADER - Static variable in class com.cc.framework.ui.FormType
form: HEADER
HEADER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
header
HEADER_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border
HEADER_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border
HEADER_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text caption
HEADER_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text caption
HEADER_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text detail
HEADER_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text detail
HEADLINE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Headline Control: hdr
HEAD_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background
HEAD_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background
HEAD_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border color
HEAD_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border color
HEAD_COLOR_SEPARATOR - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Separator
HEAD_COLOR_SEPARATOR - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Separator
HELP - Static variable in class com.cc.framework.ui.control.ControlButton
HELP Button
HELP - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
help
HELP_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background
HELP_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background
HELP_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border
HELP_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border
HELP_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text
HELP_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text
HIDDEN - Static variable in class com.cc.framework.common.ButtonMode
CheckState: INVISIBLE
HIDDEN - Static variable in class com.cc.framework.ui.model.InputFieldType
InputFieldType: HIDDEN
HIDDEN_FORMID - Static variable in class com.cc.framework.adapter.struts.FormActionCommand
Field HIDDEN_FORMID
HIGH - Static variable in class com.cc.framework.ui.model.AppointmentPriority
importance: high
HMENU_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background
HMENU_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background
HORIZONTAL - Static variable in class com.cc.framework.ui.OrientationType
orienation type: left
HOVER - Static variable in class com.cc.framework.common.ButtonState
Active button hover effect
only for completeness. this is not realy an button state
HTML - Static variable in class com.cc.framework.resource.MimeType
MIME type: HTML
HTML_BREAK - Static variable in class com.cc.framework.ui.html.Unicode2HtmlConverter
Line break HTML tag
HTML_FILE_JSP_CALENDAR - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
calendar.jsp (Default Layout)
HTML_FILE_JSP_CALENDAR_LAYOUT1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
calendar.jsp (Default Layout)
HTML_FILE_JSP_CALENDAR_LAYOUT2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
calendar.jsp (Layout 2)
HeadlineControl - class com.cc.framework.ui.control.HeadlineControl.
The headline control
HeadlineControl() - Constructor for class com.cc.framework.ui.control.HeadlineControl
Constructor
HeadlineDataModel - interface com.cc.framework.ui.model.HeadlineDataModel.
Data model for the Headline Control
HeadlineDesignModel - interface com.cc.framework.ui.model.HeadlineDesignModel.
Defines the visual Properties for the Headline Control
HeadlineDesignModelImp - class com.cc.framework.ui.model.imp.HeadlineDesignModelImp.
Designmodel for the HeadlineControl
HeadlineDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
Constructor for HeadlineDesignModelImp
HeadlineStateModel - interface com.cc.framework.ui.model.HeadlineStateModel.
State Model for the Headline Control
HeadlineTag - class com.cc.framework.taglib.controls.HeadlineTag.
Tag-Handler for the headline Tag.
HeadlineTag() - Constructor for class com.cc.framework.taglib.controls.HeadlineTag
Constructor
HiddenControl - class com.cc.framework.ui.control.HiddenControl.
HiddenControl
HiddenControl() - Constructor for class com.cc.framework.ui.control.HiddenControl
Constructor
HiddenControl(HiddenDesignModel) - Constructor for class com.cc.framework.ui.control.HiddenControl
Constructor
HiddenDesignModel - interface com.cc.framework.ui.model.HiddenDesignModel.
DesignModel for Hidden Text element
HiddenDesignModelImp - class com.cc.framework.ui.model.imp.HiddenDesignModelImp.
DesignModel for Hidden element
HiddenDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.HiddenDesignModelImp
Constructor
HiddenTag - class com.cc.framework.taglib.controls.HiddenTag.
Tag-Handler for the hidden Tag.
HiddenTag() - Constructor for class com.cc.framework.taglib.controls.HiddenTag
Constructor
HtmlAttributes - interface com.cc.framework.util.parser.HtmlAttributes.
Attribute collection of an element
HtmlCalendarPainter - class com.cc.framework.ui.painter.html.HtmlCalendarPainter.
Painter for the calendar control.
HtmlCalendarPainter(PainterContext, CalendarControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlCalendarPainter
Constructor for HtmlCalendarPainter
HtmlCheckboxGroupPainter - class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter.
Painter for the Select Control
HtmlCheckboxGroupPainter(PainterContext, CheckboxGroupControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Constructor for HtmlSelectPainter
HtmlCheckboxPainter - class com.cc.framework.ui.painter.html.HtmlCheckboxPainter.
Painter for the Checkbox Control
HtmlCheckboxPainter(PainterContext, CheckboxControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlCheckboxPainter
Constructor for HtmlCheckboxPainter
HtmlClass - interface com.cc.framework.ui.painter.def.HtmlClass.
Deprecated. Use DefHtmlClass
HtmlColorPickerPainter - class com.cc.framework.ui.painter.html.HtmlColorPickerPainter.
HTML painter for the color picker control This painter generates the HTML which is necessary for the color picker control.
HtmlColorPickerPainter(PainterContext, ColorPickerControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlColorPickerPainter
Constructor for HtmlColorPickerPainter
HtmlComboBoxPainter - class com.cc.framework.ui.painter.html.HtmlComboBoxPainter.
Painter for the ComboBox Control
HtmlComboBoxPainter(PainterContext, ComboBoxControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlComboBoxPainter
Constructor
HtmlFormatterHandler - class com.cc.framework.util.parser.formatter.HtmlFormatterHandler.
Creates a formated HTML output
HtmlFormatterHandler(OutputStream) - Constructor for class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
Constructor
HtmlHandler - interface com.cc.framework.util.parser.HtmlHandler.
The HtmlHandler implements the callback methods the HTML parser will call during processing of a HTML document
HtmlHiddenPainter - class com.cc.framework.ui.painter.html.HtmlHiddenPainter.
Painter for the Hidden Control
HtmlHiddenPainter(PainterContext, HiddenControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlHiddenPainter
Constructor
HtmlMultiLevelSelectPainter - class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter.
Painter for the multi level select control
HtmlMultiLevelSelectPainter(PainterContext, MultiLevelSelectControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Constructor for HtmlSelectPainter
HtmlPainterBase - class com.cc.framework.ui.painter.html.HtmlPainterBase.
Base class for all HTML painters
HtmlPainterBase(PainterContext) - Constructor for class com.cc.framework.ui.painter.html.HtmlPainterBase
Constructor for HtmlPainterBase
HtmlPainterFactory - class com.cc.framework.ui.painter.html.HtmlPainterFactory.
Factory for creating HTML-Painter.
HtmlPainterFactory() - Constructor for class com.cc.framework.ui.painter.html.HtmlPainterFactory
Constructor for HtmlPainterFactory
HtmlPainterHelp - class com.cc.framework.ui.painter.html.HtmlPainterHelp.
Utility Class to add the JavaScript object "DTPRes" to a HTML page and initialize the JavaScript object with the localized weekday names, month names, button labels and the window title.
HtmlPainterHelp() - Constructor for class com.cc.framework.ui.painter.html.HtmlPainterHelp
Constructor
HtmlParser - class com.cc.framework.util.parser.HtmlParser.
A very simple HTML parser
HtmlParser() - Constructor for class com.cc.framework.util.parser.HtmlParser
Constructor
HtmlParser.Attribute - class com.cc.framework.util.parser.HtmlParser.Attribute.
A single Attribute definition
HtmlParser.Attribute(String, String, String) - Constructor for class com.cc.framework.util.parser.HtmlParser.Attribute
Constructor
HtmlParser.AttributesImpl - class com.cc.framework.util.parser.HtmlParser.AttributesImpl.
The attribute collection of a HTML tag
HtmlParser.AttributesImpl() - Constructor for class com.cc.framework.util.parser.HtmlParser.AttributesImpl
Constructor
HtmlPlainTextPainter - class com.cc.framework.ui.painter.html.HtmlPlainTextPainter.
Painter for the Text Control
HtmlPlainTextPainter(PainterContext, PlainTextControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlPlainTextPainter
Constructor
HtmlRadioGroupPainter - class com.cc.framework.ui.painter.html.HtmlRadioGroupPainter.
Painter for the Select Control
HtmlRadioGroupPainter(PainterContext, RadioGroupControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlRadioGroupPainter
Constructor for HtmlSelectPainter
HtmlRadioPainter - class com.cc.framework.ui.painter.html.HtmlRadioPainter.
Painter for the Radio Control
HtmlRadioPainter(PainterContext, RadioControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlRadioPainter
Constructor for HtmlRadioPainter
HtmlResourceMap - class com.cc.framework.ui.painter.html.HtmlResourceMap.
 
HtmlResourceMap() - Constructor for class com.cc.framework.ui.painter.html.HtmlResourceMap
Constructor
HtmlResources - interface com.cc.framework.ui.painter.html.HtmlResources.
Painter local Image Codes
HtmlSelectPainter - class com.cc.framework.ui.painter.html.HtmlSelectPainter.
Painter for the Select Control
HtmlSelectPainter(PainterContext, SelectControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlSelectPainter
Constructor for HtmlSelectPainter
HtmlSpinPainter - class com.cc.framework.ui.painter.html.HtmlSpinPainter.
Painter for the spin control.
HtmlSpinPainter(PainterContext, SpinControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlSpinPainter
Constructor for HtmlCalendarPainter
HtmlSwapSelectPainter - class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.
Painter for the Swap Select Control
HtmlSwapSelectPainter(PainterContext, SwapSelectControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Constructor
HtmlSwapSelectPainter.AvailableOptionsIterator - class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator.
Iterator that filters on available option elements only
HtmlSwapSelectPainter.AvailableOptionsIterator(OptionsIterator, Object[], HtmlSwapSelectPainter.OptionFilter) - Constructor for class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
Constructor
HtmlSwapSelectPainter.OptionFilter - interface com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionFilter.
Used to filter options from the option list
HtmlSwapSelectPainter.OptionItemImpl - class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl.
Simple option item implementation
HtmlSwapSelectPainter.OptionItemImpl(OptionsIterator) - Constructor for class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
Constructs an new item from the current iterator position
HtmlSwapSelectPainter.OptionItemImpl(Object) - Constructor for class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
Constructs an new item for a selected element without corresponding option element
HtmlSwapSelectPainter.OverallOptionsIterator - class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator.
Iterator that keeps the sorting order of the selected value list!
HtmlSwapSelectPainter.OverallOptionsIterator(OptionsIterator, Object[], HtmlSwapSelectPainter.OptionFilter) - Constructor for class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
Constructor
HtmlSwapSelectPainter.SelectedFilter - class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.SelectedFilter.
 
HtmlSwapSelectPainter.SelectedFilter() - Constructor for class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.SelectedFilter
 
HtmlSwapSelectPainter.UnselectedFilter - class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.UnselectedFilter.
 
HtmlSwapSelectPainter.UnselectedFilter() - Constructor for class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.UnselectedFilter
 
HtmlTextListPainter - class com.cc.framework.ui.painter.html.HtmlTextListPainter.
Painter for the TextList Control
HtmlTextListPainter(PainterContext, TextListControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlTextListPainter
Constructor
HtmlTextPainter - class com.cc.framework.ui.painter.html.HtmlTextPainter.
Painter for the Text Control
HtmlTextPainter(PainterContext, TextControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlTextPainter
Constructor
HtmlTextPopupPainter - class com.cc.framework.ui.painter.html.HtmlTextPopupPainter.
Painter for the TextArea Control
HtmlTextPopupPainter(PainterContext, TextPopupControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlTextPopupPainter
Constructor for HtmlTextareaPainter
HtmlTextareaPainter - class com.cc.framework.ui.painter.html.HtmlTextareaPainter.
Painter for the TextArea Control
HtmlTextareaPainter(PainterContext, TextareaControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlTextareaPainter
Constructor for HtmlTextareaPainter
HtmlToTextHandler - class com.cc.framework.util.parser.handler.HtmlToTextHandler.
This handler is used to convert HTML to raw text
HtmlToTextHandler() - Constructor for class com.cc.framework.util.parser.handler.HtmlToTextHandler
 
HtmlTreeSwapSelectPainter - class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.
Painter for the Tree Swap Select Control
HtmlTreeSwapSelectPainter(PainterContext, TreeSwapSelectControl) - Constructor for class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Constructor
HtmlTreeSwapSelectPainter.AvailableOptionsIterator - class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator.
Iterator that filters on available option elements only
HtmlTreeSwapSelectPainter.AvailableOptionsIterator(OptionsIterator, Object[], HtmlTreeSwapSelectPainter.OptionFilter) - Constructor for class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
Constructor
HtmlTreeSwapSelectPainter.OptionFilter - interface com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionFilter.
Used to filter options from the option list
HtmlTreeSwapSelectPainter.OptionItemImpl - class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl.
Simple option item implementation
HtmlTreeSwapSelectPainter.OptionItemImpl(OptionsIterator) - Constructor for class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
Constructs an new item from the current iterator position
HtmlTreeSwapSelectPainter.OptionItemImpl(Object) - Constructor for class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
Constructs an new item for a selected element without corresponding option element
HtmlTreeSwapSelectPainter.OverallOptionsIterator - class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator.
Iterator that keeps the sorting order of the selected value list!
HtmlTreeSwapSelectPainter.OverallOptionsIterator(OptionsIterator, Object[], HtmlTreeSwapSelectPainter.OptionFilter) - Constructor for class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
Constructor
HtmlTreeSwapSelectPainter.SelectedFilter - class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.SelectedFilter.
 
HtmlTreeSwapSelectPainter.SelectedFilter() - Constructor for class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.SelectedFilter
 
HtmlTreeSwapSelectPainter.UnselectedFilter - class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.UnselectedFilter.
 
HtmlTreeSwapSelectPainter.UnselectedFilter() - Constructor for class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.UnselectedFilter
 
HtmlUtil - class com.cc.framework.ui.html.HtmlUtil.
Helper Class for HTML-Resources
HtmlUtil() - Constructor for class com.cc.framework.ui.html.HtmlUtil
Constructor
HttpContext - interface com.cc.framework.http.HttpContext.
Interface for accessing HTTP context objects
HttpResourceTranslator - class com.cc.framework.adapter.HttpResourceTranslator.
Resource Translator for HTTP context
HttpResourceTranslator(HttpContext) - Constructor for class com.cc.framework.adapter.HttpResourceTranslator
Constructor
HttpScope - class com.cc.framework.http.HttpScope.
Defines HTTP scope types used in the common controls framework
HttpScope(String) - Constructor for class com.cc.framework.http.HttpScope
Constructor for HttpScope
HttpUtil - class com.cc.framework.http.HttpUtil.
Helper class to create informations about the session, request object or the system environment.
HttpUtil() - Constructor for class com.cc.framework.http.HttpUtil
Constructor
Hyperlink - class com.cc.framework.http.Hyperlink.
Creates a Hyperlink
Hyperlink() - Constructor for class com.cc.framework.http.Hyperlink
Constructor for Hyperlink
Hyperlink(String) - Constructor for class com.cc.framework.http.Hyperlink
Constructor for Hyperlink
Hyperlink(String, String) - Constructor for class com.cc.framework.http.Hyperlink
Constructor for Hyperlink
Hyperlink(String, String, String) - Constructor for class com.cc.framework.http.Hyperlink
Constructor for Hyperlink
hData - Variable in class com.cc.framework.taglib.util.DecoratorTag
Objekt aus der Session, welches die HiddenFields enthaelt
handleCharacters(char[], int, int) - Method in interface com.cc.framework.util.parser.HtmlHandler
Is called to process CDATA
handleCharacters(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleCharacters(String) - Method in class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
 
handleCharacters(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
 
handleCharacters(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handleCharacters(char[], int, int) - Method in class com.cc.framework.util.parser.handler.HtmlToTextHandler
 
handleComment(char[], int, int) - Method in interface com.cc.framework.util.parser.HtmlHandler
Is called to process a HTML comment
handleComment(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleComment(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
 
handleComment(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handleComment(char[], int, int) - Method in class com.cc.framework.util.parser.handler.HtmlToTextHandler
 
handleControlAction(FrameworkAction, ActionContext, ControlMethodInvocation) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Handles an action which comes from a control on the form an delegates the request to the control.
handleControlAction(FrameworkAction, ControlActionContext, Object[]) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Handles an action which comes from a control on the form.
handleControlAction(ActionContext, ControlMethodInvocation) - Method in class com.cc.framework.adapter.struts.FWAction
 
handleControlAction(ControlActionContext, Object[]) - Method in class com.cc.framework.adapter.struts.FWAction
 
handleControlAction(ActionContext, ControlMethodInvocation) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
handleControlAction(ControlActionContext, Object[]) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
handleControlAction(ActionContext, ControlMethodInvocation) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
handleControlAction(ControlActionContext, Object[]) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
handleControlAction(ActionContext, ControlMethodInvocation) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Handles an action which comes from a control on the form an delegates the request to the control.
handleControlAction(ControlActionContext, Object[]) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Handles an action which comes from a control on the form.
handleDocument(int) - Method in interface com.cc.framework.util.parser.HtmlHandler
Is called at the beginning or the end of the document
handleDocument(int) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleDocument(int) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handleDocument(int) - Method in class com.cc.framework.util.parser.handler.HtmlToTextHandler
 
handleElement(String, HtmlAttributes, int) - Method in interface com.cc.framework.util.parser.HtmlHandler
Is called at the beginning or the end of an element
handleElement(String, HtmlAttributes, int) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleElement(String, HtmlAttributes, int) - Method in class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
 
handleElement(String, HtmlAttributes, int) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handleElement(String, HtmlAttributes, int) - Method in class com.cc.framework.util.parser.handler.HtmlToTextHandler
 
handleEntity(String, char) - Method in interface com.cc.framework.util.parser.HtmlHandler
Is called to process an entity
handleEntity(String, char) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleEntity(String, char) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handleEntity(String, char) - Method in class com.cc.framework.util.parser.handler.HtmlToTextHandler
 
handleFormAction(FrameworkAction, ActionContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Checks if the request comes from a form button (save, cancel, ...) and delegates the request to the corresponding handler for the button which must be implemented in the (action) subclass.
handleFormAction(ActionContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
handleFormAction(ActionContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
handleFormAction(ActionContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
handleFormAction(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
Checks if the request comes from a form button (save, cancel, ...) and delegates the request to the corresponding handler for the button which must be implemented in the (action) subclass.
handleJspComment(char[], int, int) - Method in interface com.cc.framework.util.parser.JspHandler
Is called to process a JSP comment
handleJspComment(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleJspComment(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
 
handleJspComment(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handleJspDirective(String, HtmlAttributes) - Method in interface com.cc.framework.util.parser.JspHandler
Is called for a JSP directive
handleJspDirective(String, HtmlAttributes) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleJspDirective(String, HtmlAttributes) - Method in class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
 
handleJspDirective(String, HtmlAttributes) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handleJspScriptlet(int, char[], int, int) - Method in interface com.cc.framework.util.parser.JspHandler
Is called to process a JSP scriptlet
handleJspScriptlet(int, char[], int, int) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
handleJspScriptlet(int, char[], int, int) - Method in class com.cc.framework.util.parser.formatter.HtmlFormatterHandler
 
handleJspScriptlet(int, char[], int, int) - Method in class com.cc.framework.util.parser.formatter.NullHandler
 
handler - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Access to the client handler
handler - Variable in class com.cc.framework.util.parser.HtmlParser
The handler that implements the callback methods the parser will call during processing of the document
handlerList - Variable in class com.cc.framework.ui.model.imp.ClientHandlerImp
Collection with JavaScript event handlers
hasArguments() - Method in class com.cc.framework.util.PropertyResourceKey
Checks if this Resource Key has optional arguments for token replacement
hasAttribute(String, boolean) - Method in interface com.cc.framework.ui.painter.PainterContext
Gets an Attribute from the Painter Context hierarchy
hasAttribute(String, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Gets an Attribute from the Painter Context hierarchy
hasAttribute(String, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
hasAttributes() - Method in class com.cc.framework.ui.painter.global.DynaStringElement
Checks if this element has any attributes assigned
hasButtonSection() - Method in class com.cc.framework.taglib.forms.FormTag
Returns true if the form contains a button section
hasButtons() - Method in class com.cc.framework.ui.model.FrameTitle
Checks if this Title has any Button Elements assigned
hasChildren() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
hasChildren() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Returns true if current node has children and iterator is allowed to traverse them.
hasChildren() - Method in class com.cc.framework.util.TreeIterator
Returns true if current node has children and iterator is allowed to traverse them.
hasDetail() - Method in class com.cc.framework.ui.model.FrameTitle
Checks if the title has a detail text
hasErrorPending(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Checks if a error hint must be painted
hasErrors() - Method in interface com.cc.framework.adapter.struts.ActionContext
Checks whether there are error messages.
hasErrors() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
hasErrors() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
hasMessagePending(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Checks if a message hint must be painted
hasMessages(PageContext, Severity, String) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Checks for framework messages
hasMessages() - Method in interface com.cc.framework.adapter.struts.ActionContext
Checks whether there are messages present.
hasMessages() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
hasMessages() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
hasMessages(PageContext, Severity, String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
hasMoreTokens() - Method in class com.cc.framework.security.acl.expr.TokenStream
Die Methode prüft ob noch weitere Tokens im Stream vorhanden sind.
hasNext() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext.EmptyIterator
 
hasNext() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
 
hasNext() - Method in class com.cc.framework.ui.painter.PainterFactoryIterator
 
hasNext() - Method in class com.cc.framework.util.TreeIterator
Returns true if not all elements of the tree have been traversed.
hasNoEndDate() - Method in interface com.cc.framework.ui.model.RecurrencePattern
The NoEndDate property contains True if the AppointmentItem object is to recur indefinitely and False if the recurrence has a terminal date.
hasNoEndDate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
hasParent() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
hasParent() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Checks if there is a parent iterator available
hasPopups() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
 
hasProperty(String) - Method in class com.cc.framework.util.PropertyMap
Checks if the map contains the given key
hasRight(String) - Method in interface com.cc.framework.security.Principal
Checks if the object has the specified right.
hasRows() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Checks if the list control has any rows
hasShadow() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns if the control uses a shadow
hasShadow() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
hashCode() - Method in class com.cc.framework.common.ButtonMode
 
hashCode() - Method in class com.cc.framework.common.CheckState
 
hashCode() - Method in class com.cc.framework.common.Severity
 
hashCode() - Method in class com.cc.framework.common.SortOrder
 
hashCode() - Method in class com.cc.framework.http.HttpScope
 
hashCode() - Method in class com.cc.framework.http.RequestDecorationType
 
hashCode() - Method in class com.cc.framework.resource.MimeType
 
hashCode() - Method in class com.cc.framework.taglib.util.JspDirective
 
hashCode() - Method in class com.cc.framework.ui.AlignmentType
 
hashCode() - Method in class com.cc.framework.ui.CheckRange
 
hashCode() - Method in class com.cc.framework.ui.ExpansionMode
 
hashCode() - Method in class com.cc.framework.ui.FormMethod
 
hashCode() - Method in class com.cc.framework.ui.FormType
 
hashCode() - Method in class com.cc.framework.ui.JoinMode
 
hashCode() - Method in class com.cc.framework.ui.MenuStateType
 
hashCode() - Method in class com.cc.framework.ui.MenuType
 
hashCode() - Method in class com.cc.framework.ui.OrientationType
 
hashCode() - Method in class com.cc.framework.ui.RunAt
 
hashCode() - Method in class com.cc.framework.ui.SelectMode
 
hashCode() - Method in class com.cc.framework.ui.control.ControlActionDef
 
hashCode() - Method in class com.cc.framework.ui.model.ButtonType
 
hashCode() - Method in class com.cc.framework.ui.model.CalendarMode
 
hashCode() - Method in class com.cc.framework.ui.model.ClientEvent
 
hashCode() - Method in class com.cc.framework.ui.model.InputFieldType
 
hashCode() - Method in class com.cc.framework.ui.model.SchedulerScope
 
hashCode() - Method in class com.cc.framework.ui.model.SchedulerView
 
hashCode() - Method in class com.cc.framework.ui.painter.PainterFactory
 
hashCode() - Method in class com.cc.framework.version.SystemType
 
head(String) - Static method in class com.cc.framework.http.HttpUtil
 
header - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The columns header
headerHeight - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The height of the header.
height - Variable in class com.cc.framework.taglib.svg.EmbedTag
Height of the SVG
height - Variable in class com.cc.framework.taglib.svg.SvgTag
Height
height - Variable in class com.cc.framework.ui.control.FormControlElement
The height of the form element
height - Variable in class com.cc.framework.ui.control.FormGroupElement
The height of the form element
height - Variable in class com.cc.framework.ui.control.FormHtmlElement
The height of the form element
height - Variable in class com.cc.framework.ui.control.FormMessageElement
The height of the form element
height - Variable in class com.cc.framework.ui.model.InnerFrame
The height of the form element
height - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Height of the Control
height - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
The height of the image
help - Variable in class com.cc.framework.ui.control.FormGroupElement
The Help Identifier for this element
help - Variable in class com.cc.framework.ui.control.FormHtmlElement
The Help Identifier for this element
help - Variable in class com.cc.framework.ui.control.FormMessageElement
The Help Identifier for this element
help - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
The Help Identifier for this control
helpId - Variable in class com.cc.framework.ui.model.FrameTitle
The Help Id for this Frame
hexToInt(char) - Static method in class com.cc.framework.ui.Color
Converts a hex value to an int value
hexToInt(String) - Static method in class com.cc.framework.ui.Color
Converts a hex value to an int value
hidden - Variable in class com.cc.framework.ui.model.imp.PlainTextDesignModelImp
Defines if for this field also a hidden field should be created
hideButtons(ButtonContainer, String) - Static method in class com.cc.framework.taglib.TagHelp
Hides all buttons in the ControlButton List.
highlight - Variable in class com.cc.framework.ui.model.imp.ListStateModelImp
Collection with the highlight rows
highlight - Variable in class com.cc.framework.ui.model.imp.TreeStateModelImp
Collection with the highlight rows
host - Variable in class com.cc.framework.taglib.util.BaseTag
Host
html - Variable in class com.cc.framework.ui.control.FormHtmlElement
The description
html(Object) - Method in class com.cc.framework.ui.painter.ControlPainter
Converts a String to an equivalent HTML-String
html(Object, boolean) - Method in class com.cc.framework.ui.painter.ControlPainter
Converts a String to an equivalent HTML-String
html(Object, boolean, int) - Method in class com.cc.framework.ui.painter.ControlPainter
Converts a String to an equivalent HTML-String
html(Object) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Converts a String to an equivalent HTML-String
html(Object, boolean) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Converts a String to an equivalent HTML-String
html(Object, boolean, int) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Converts a String to an equivalent HTML-String
html(Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Converts a String to an equivalent HTML-String
html(Object, boolean) - Method in interface com.cc.framework.ui.painter.PainterContext
Converts a String to an equivalent HTML-String
html(Object, boolean, int) - Method in interface com.cc.framework.ui.painter.PainterContext
Converts a String to an equivalent HTML-String
html(String) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Method encodeHtml
html(Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Converts a String to an equivalent HTML-String
html(Object, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Converts a String to an equivalent HTML-String
html(Object, boolean, int) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Converts a String to an equivalent HTML-String
html(Object, boolean, int) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
html(Object, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
html(Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
htmlfw(String) - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Utility function to HTL encode a framework string
hyperlink - Variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
optional hyperlink

I

ICON_ADD - Static variable in interface com.cc.framework.ui.painter.Resources
Add icon
ICON_CHECK - Static variable in interface com.cc.framework.ui.painter.Resources
Check icon for boolean values
ICON_CHECKED - Static variable in interface com.cc.framework.ui.painter.Resources
Checked icon
ICON_DELETE - Static variable in interface com.cc.framework.ui.painter.Resources
Delete icon
ICON_EDIT - Static variable in interface com.cc.framework.ui.painter.Resources
Edit icon
ICON_INSERT - Static variable in interface com.cc.framework.ui.painter.Resources
Insert icon
ICON_SELECT - Static variable in interface com.cc.framework.ui.painter.Resources
Select icon
IDENTIFIER - Static variable in class com.cc.framework.security.acl.expr.TokenType
Identifier
IGNORE_SIZE - Static variable in class com.cc.framework.ui.painter.ResourceMapImp
 
ILLEGAL_ARGUMENTS - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Illegal Arguments
ILLEGAL_CAST - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Illegal type cast
ILLEGAL_FUNCTION - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Illegal Function
ILLEGAL_OPERATOR - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Illegal Operator
ILLEGAL_TYPE - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Illegal type
IMAGES - Static variable in class com.cc.framework.ui.painter.def.DefMessagePainter
Images for the different severities
IMAGE_BULLET - Static variable in interface com.cc.framework.ui.painter.Resources
Bullet for form headers
IMAGE_CALENDAR_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Calendar image
IMAGE_CALENDAR_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Calendar image inactive
IMAGE_COLORTABLE_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Colortable image
IMAGE_COLORTABLE_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Colortable image inactive
IMAGE_DOT_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: DOT_COLOR
IMAGE_ERROR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: ERROR
IMAGE_ERROR_INPUT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: ERROR_INPUT
IMAGE_HAND - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: HAND
IMAGE_HEADER_BOTTOM - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: HEADER_BOTTOM
IMAGE_HEADER_TOP - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: HEADER_TOP
IMAGE_HELP - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: help
IMAGE_INFORMATION - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: INFORMATION
IMAGE_LINK_EXTERNAL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: LINK_EXTERNAL
IMAGE_MAGNIFIER - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: MAGNIFIER
IMAGE_MESSAGE_INPUT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: MESSAGE_INPUT
IMAGE_REQUIRED - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: Required
IMAGE_SEPARATOR - Static variable in interface com.cc.framework.ui.painter.Resources
Separator Image
IMAGE_SEV_ERROR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Severity: Error
IMAGE_SEV_FATAL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Severity: Fatal
IMAGE_SEV_INFO - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Severity: Information
IMAGE_SEV_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Severity: None
IMAGE_SEV_QUESTION - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Severity: Question
IMAGE_SEV_WARN - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Severity: Warning
IMAGE_SIZE - Static variable in class com.cc.framework.ui.painter.def.DefTreePainter
The size of the images
IMAGE_SIZE - Static variable in class com.cc.framework.ui.painter.def.col.ColumnTreePainter
Image Size
IMAGE_SPACER - Static variable in interface com.cc.framework.ui.painter.Resources
Spacer Image
IMAGE_TEXTPOPUP_1 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Text popup image
IMAGE_TEXTPOPUP_2 - Static variable in interface com.cc.framework.ui.painter.html.HtmlResources
Text popup image inactive
IMAGE_WARNING - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: WARNING
INACTIVE - Static variable in class com.cc.framework.common.ButtonState
Inactive button
INCLUDES - Static variable in class com.cc.framework.taglib.util.JspDirective
JSP directive: INCLUDES
INDICATOR - Static variable in class com.cc.framework.security.FunctionBasedPermission
INDICATOR
INDICATOR - Static variable in class com.cc.framework.security.RoleBasedPermission
INDICATOR
INFO - Static variable in class com.cc.framework.ui.FormType
form: INFO
INFOCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Info Control
INFOCONTROL_NO_FRAME - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Info Control
INFORMATION - Static variable in class com.cc.framework.common.Severity
severity: INFORMATION
INFO_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background body
INFO_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background body
INFO_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background caption
INFO_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background caption
INFO_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border color
INFO_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border color
INFO_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color
INFO_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color
INFO_FORM - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Info Form Control
INLINE - Static variable in class com.cc.framework.ui.model.CalendarMode
ButtonType: inline calendar
INNER_BODY - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
ibody
INNER_FRAME - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
inner frame
INNER_FRAME_NO_BORDER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
inner frame without border
INTERNAL_ERROR - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Internal error
INVALID_PERMISSION - Static variable in class com.cc.framework.security.acl.expr.SyntaxException
invalid permission syntax
INVISIBLE - Static variable in class com.cc.framework.ui.MenuStateType
state: INVISIBLE
ImageContainerTag - interface com.cc.framework.taglib.ImageContainerTag.
Tag-Handler, which use images should implement this interface The image tag checks for this interface
ImageMap - interface com.cc.framework.ui.ImageMap.
An ImageMap maps keys to images.
ImageMapTag - class com.cc.framework.taglib.util.ImageMapTag.
Tag-Handler for the ImageMap Tag.
ImageMapTag() - Constructor for class com.cc.framework.taglib.util.ImageMapTag
Constructor
ImageMappingTag - class com.cc.framework.taglib.util.ImageMappingTag.
Tag-Handler for the ImageMapping Tag.
ImageMappingTag() - Constructor for class com.cc.framework.taglib.util.ImageMappingTag
Constructor
ImageModel - interface com.cc.framework.ui.model.ImageModel.
Defines the attributes for an image
ImageModelImp - class com.cc.framework.ui.model.imp.ImageModelImp.
Designmodel for images.
ImageModelImp() - Constructor for class com.cc.framework.ui.model.imp.ImageModelImp
Constructor for ImageModelImp
ImageModelImp(String) - Constructor for class com.cc.framework.ui.model.imp.ImageModelImp
Constructor for ImageModelImp
ImageModelImp(String, int, int) - Constructor for class com.cc.framework.ui.model.imp.ImageModelImp
Constructor for ImageModelImp
ImageModelImp(ImageModel) - Constructor for class com.cc.framework.ui.model.imp.ImageModelImp
Copy Constructor for ImageModelImp
ImageTag - class com.cc.framework.taglib.base.ImageTag.
Tag handler for the image Tag.
ImageTag() - Constructor for class com.cc.framework.taglib.base.ImageTag
Constructor for ImageTag
IncludeElement - class com.cc.framework.ui.painter.global.IncludeElement.
ECS element for page includes
IncludeElement() - Constructor for class com.cc.framework.ui.painter.global.IncludeElement
Constructor for IncludeElement
IncludeElement(PageContext, String) - Constructor for class com.cc.framework.ui.painter.global.IncludeElement
Constructor for IncludeElement
IncludeTag - class com.cc.framework.taglib.template.IncludeTag.
Mit Hilfe dieses Tags wird eine, durch das base lokalisierbare, Resource in den HTTPResponse eingebunden
IncludeTag() - Constructor for class com.cc.framework.taglib.template.IncludeTag
 
InfoControl - class com.cc.framework.ui.control.InfoControl.
The info control
InfoControl() - Constructor for class com.cc.framework.ui.control.InfoControl
Constructor
InfoDataModel - interface com.cc.framework.ui.model.InfoDataModel.
DataModel for the Info Control
InfoDesignModel - interface com.cc.framework.ui.model.InfoDesignModel.
Design model for Info Control
InfoDesignModelImp - class com.cc.framework.ui.model.imp.InfoDesignModelImp.
Designmodel for the InfoControl
InfoDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.InfoDesignModelImp
Constructor
InfoStateModel - interface com.cc.framework.ui.model.InfoStateModel.
State model for the InfoControl
InfoTag - class com.cc.framework.taglib.forms.InfoTag.
Tag for the Info Tag The tag generates an information field The actual information text is specified in the tag-body or as a pointer to other HTTP-resources.
InfoTag() - Constructor for class com.cc.framework.taglib.forms.InfoTag
Constructor
InnerFrame - class com.cc.framework.ui.model.InnerFrame.
Group of form elements
InnerFrame() - Constructor for class com.cc.framework.ui.model.InnerFrame
 
InnerFrameTag - class com.cc.framework.taglib.base.InnerFrameTag.
Inner frame definition
InnerFrameTag() - Constructor for class com.cc.framework.taglib.base.InnerFrameTag
Constructor
InnerTag - interface com.cc.framework.taglib.InnerTag.
Tag Interface for nested JSP tags
InputFieldType - class com.cc.framework.ui.model.InputFieldType.
Enumeration Input-Types
InputFieldType(String) - Constructor for class com.cc.framework.ui.model.InputFieldType
Constructor
InsertTag - class com.cc.framework.taglib.template.InsertTag.
Tag handler for the insert tag.
InsertTag() - Constructor for class com.cc.framework.taglib.template.InsertTag
Constructor
InsertTei - class com.cc.framework.taglib.template.InsertTei.
Exposes some Java variables to the body of the tag
InsertTei() - Constructor for class com.cc.framework.taglib.template.InsertTei
 
IntegerConverter - class com.cc.framework.convert.imp.IntegerConverter.
Converter for Datatype java.lang.Integer
IntegerConverter() - Constructor for class com.cc.framework.convert.imp.IntegerConverter
 
InvalidEnumType - exception com.cc.framework.common.InvalidEnumType.
This exception is thrown by enumeration classes which try to parse and convert arguments to there internal type
InvalidEnumType() - Constructor for class com.cc.framework.common.InvalidEnumType
Constructor for InvalidEnumType
InvalidEnumType(String) - Constructor for class com.cc.framework.common.InvalidEnumType
Constructor for InvalidEnumType
i - Variable in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
The current Iteration element
icon - Variable in class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp
The icon resource id
id - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
The Unique Id for this Appointment
id - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Unique Id
id - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The unique Id of the menu item
id - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The unique Id of the menu item
image - Variable in class com.cc.framework.ui.AbstractImageMap.ImageMapping
The Image Rule
image - Variable in class com.cc.framework.ui.model.FrameTitle
The optional title image
image - Variable in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
ImageModel
image - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The optional title image
image - Variable in class com.cc.framework.ui.model.imp.FrameDesignModelImp
The optional title image
image - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The optional title image
image - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
The optional title image
image - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
The image to be displayed in the Panel
image - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The optional title image
image - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
ImageModel
image - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
image - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
imageAlign - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Specifies the alignment of the image (in front of / or behind the label)
imageMap - Variable in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
The image map that will be used to render the images in front of the menu options
imageMap - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
The Image Map
imageMap - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The Image Map
imageMap - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field imageMap
imageProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Name of the property which returns a expression/string used to identify an image in the ImageMap.
imageProperty - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field imageProperty
imageRef - Variable in class com.cc.framework.ui.control.FormGroupElement
Reference to an image in the ImageMap of the form which should be displayed in front of the label.
imageRef - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
Reference to an image for this Appointment Item
imageRef - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
Reference to an image in the ImageMap of the CrumbControl which should be displayed on the crumb in front of the label.
imageRef - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Reference for an image in an ImageMap
imageRef - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
Reference for an image in an ImageMap
imageRef - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
Reference to an image in the ImageMap of the TabSet Control which should be displayed on the Tab in front of the label.
imageStyle - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Additional image style
imageVAlign - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Specifies the vertical alignment of the image (in front of / or behind the label)
imagemap - Variable in class com.cc.framework.taglib.base.ImageTag
The name of the image map.
imagemap - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
An ImageMap for label images
imagemap - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
An ImageMap for label images
imagemap - Variable in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
The ImageMap which can be used to paint icons in front of the labels.
imagemap - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The ImageMap which can be used to paint icons in front of the labels.
imagemap - Variable in class com.cc.framework.ui.model.imp.MenuDesignModelImp
An ImageMap with images if the menu items are made of images.
imagemap - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
The ImageMap which can be used to paint icons in front of the labels.
imageref - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Image reference
imageref - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Image reference
imgRes(ControlButton, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Selects the image resource to use for the specified button
imgRes(ControlButton, boolean) - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Selects the image resource to use for the specified button
importance - Variable in class com.cc.framework.ui.model.AppointmentPriority
Importance
in - Variable in class com.cc.framework.util.StringInputStream
Source string, stored as a StringReader
increment - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The number of month to increment in year view when the user clicks on one of the navigation buttons.
indent - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
indent - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
index - Variable in class com.cc.framework.common.ButtonState
State index
index - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
index - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
index - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
 
index - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
index - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
index - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterList
The current index
index - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterOptionListDataModel
The current index
index - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterSimpleEnumType2
The current index
indexId - Variable in class com.cc.framework.taglib.forms.ForEachTag
The name for the index property
indexOf(Object) - Method in class com.cc.framework.taglib.StrutsSelectTagComparator
 
indexOf(Object) - Method in class com.cc.framework.ui.painter.html.LiteralOptionsComparator
 
indexOf(Object) - Method in interface com.cc.framework.ui.painter.html.OptionsComparator
returns the index of the element that matches the given value
indexOf(ListDataModel, String) - Static method in class com.cc.framework.util.ListHelp
Returns the index of the row with the specified key from the list.
inherit(AjaxSettings) - Method in class com.cc.framework.ui.AjaxSettings
Inherits all not set attributes from the base settings Object
init(ActionForward, Object[]) - Method in class com.cc.framework.adapter.struts.FWActionForward
Initializes this instance
init(ActionForward, Map) - Method in class com.cc.framework.adapter.struts.FWActionForward
Initializes this instance
init(String, String, String, boolean, Object[]) - Method in class com.cc.framework.adapter.struts.FWActionForward
Initializes this instance
init(String, String, String, boolean, Map) - Method in class com.cc.framework.adapter.struts.FWActionForward
Initializes this instance
init() - Method in class com.cc.framework.convert.ConverterRegistry
Register the predefined Converters
init(Token) - Method in class com.cc.framework.security.acl.expr.Token
Initialisiert das Token mit den Werten des übergebenen Token.
init(TokenType) - Method in class com.cc.framework.security.acl.expr.Token
Initialisiert das Token mit dem angegebenen Typ.
init(LogicalOperator) - Method in class com.cc.framework.security.acl.expr.Token
Initialisiert das Token mit einem logischen Operator.
init(Parenthesis) - Method in class com.cc.framework.security.acl.expr.Token
Initialisiert das Token mit einer Klammer.
init() - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Initializes all internal members
init() - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Initializes all internal members
init(PainterContext) - Method in class com.cc.framework.ui.painter.ControlPainter
Sets the painter context
init(PageContext, boolean) - Method in class com.cc.framework.ui.painter.PainterFactoryIterator
Constructor
init() - Method in class com.cc.framework.ui.painter.ResourceMapImp
For initialization
initFromString(String) - Method in class com.cc.framework.util.PropertyResourceKey
 
initIdentifier(String) - Method in class com.cc.framework.security.acl.expr.Token
Initialisiert das Token mit einem Identifier
initLocale() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Sets the locale configuration for this Painter Context.
initialDate - Variable in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
The initial date for this iterator
initialized - Variable in class com.cc.framework.ui.painter.ResourceMapImp
Flag for lazy initialization
inputType - Variable in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
Type of the input field.
inputType - Variable in class com.cc.framework.ui.model.imp.TextDesignModelImp
Type of the input field.
insertPos - Variable in class com.cc.framework.ui.control.ControlAction
position used to insert the next parameter into the array.
instance - Static variable in class com.cc.framework.ComponentVersion
reference to singleton instance
instance() - Static method in class com.cc.framework.ComponentVersion
returns the singleton instance
instance - Static variable in class com.cc.framework.convert.ConverterRegistry
Singleton instance
instance() - Static method in class com.cc.framework.convert.ConverterRegistry
Returns the singleton instance of this class
instance - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The Instance property is used when the AppointmentItem is to recur only once during each recurrence unit, such as the second Wednesday of every month or the first Tuesday of every January.
instance() - Static method in class com.cc.framework.ui.painter.def.DefPainterFactory
Deprecated. use constructor to create a new instance
instance() - Static method in class com.cc.framework.ui.painter.def2.Def2PainterFactory
Deprecated. use construtor to create a new instance
instance() - Static method in class com.cc.framework.ui.painter.global.GlobalPainterFactory
Deprecated. use constructor to create a new instance
instance() - Static method in class com.cc.framework.ui.painter.html.HtmlPainterFactory
Returns the singleton instance of this class
intValue - Variable in class com.cc.framework.common.ButtonMode
Unique Identifier / key / type
intValue() - Method in class com.cc.framework.common.ButtonMode
 
intValue() - Method in class com.cc.framework.common.ButtonState
 
intValue - Variable in class com.cc.framework.common.CheckState
Unique Identifier / key / type
intValue() - Method in class com.cc.framework.common.CheckState
 
intValue() - Method in class com.cc.framework.ui.html.LengthUnit
 
integerOnly - Variable in class com.cc.framework.convert.imp.NumberConverter
 
integerOnly_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
interval - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The Interval property is used when the AppointmentItem is to recur less often than every recurrence unit, such as once every three days, once every two weeks, or once every six months.
interval - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The time interval for day view.
invalidDialogContext(String) - Method in interface com.cc.framework.adapter.struts.ActionContext
Generates a standardized error message if no DialogContext exists.
invalidDialogContext(String) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
invalidDialogContext(String) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
invalidate() - Method in class com.cc.framework.ui.painter.PainterFactoryIterator
Invalidates the cached state of the iterator
isAbsoluteValue() - Method in class com.cc.framework.ui.html.LengthUnit
 
isActive() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the Active Flag
isActive() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
isAjaxCanceled() - Method in interface com.cc.framework.adapter.AjaxRequest
Returns true when this AJAX request has been canceled.
isAjaxCanceled() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
isAjaxCanceled() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
isAjaxEnabled() - Method in class com.cc.framework.ui.control.Control
 
isAjaxEnabled() - Method in class com.cc.framework.ui.control.ControlAction
 
isAjaxEnabled() - Method in interface com.cc.framework.ui.model.ActionBehavior
This method checks if the element should send AJAX requests to the server
isAjaxEnabled() - Method in interface com.cc.framework.ui.model.ActionBehaviour
This method checks if the element should send AJAX requests to the server
isAjaxEnabled() - Method in interface com.cc.framework.ui.model.AjaxSupport
This method checks if the element should send AJAX requests to the server
isAjaxEnabled() - Method in class com.cc.framework.ui.model.imp.ActionBehaviorImp
 
isAjaxEnabled() - Method in class com.cc.framework.ui.model.imp.ActionBehaviourImp
 
isAjaxEnabled() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
isAjaxEnabled() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
isAjaxEnabled() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
isAjaxRequest() - Method in interface com.cc.framework.adapter.AjaxRequest
Returns true when this request was sent by an AJAX function call from within the clients browser.
isAjaxRequest() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
isAjaxRequest() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
isAllDayEvent() - Method in interface com.cc.framework.ui.model.Appointment
Checks if this is an all Day Event
isAllDayEvent() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
isBodyInclude() - Method in class com.cc.framework.ui.control.FormHtmlElement
Returns if the description was set within the body (true) or as an attribute (false)
isBodyInclude() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Returns if the header text was set within the body (true) or as an attribute (false)
isBodyInclude() - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Returns if the header text was set within the body (true) or as an attribute (false)
isBodyInclude() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
isBodyInclude() - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
isCacheOnDisk() - Method in class com.cc.framework.resource.Resource
 
isChecked() - Method in class com.cc.framework.ui.control.CheckboxControl
 
isChecked() - Method in interface com.cc.framework.ui.model.CheckboxDataModel
Returns if the checkbox is selected
isChecked() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxPainter
Retrieves the value for the checkbox control
isClickable() - Method in interface com.cc.framework.ui.model.ColumnImageDesignModel
Returns true if the Column supports the onClick event handler
isClickable() - Method in class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp
 
isClosed() - Method in class com.cc.framework.ui.control.FrameControl
 
isClosed() - Method in interface com.cc.framework.ui.model.FrameStateModel
 
isClosed() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
isClosingParentheses() - Method in class com.cc.framework.security.acl.expr.Token
Prüft ob es sich um eine schliessende runde Klammer handelt
isContentPresent(PageContext, String) - Static method in class com.cc.framework.taglib.template.TemplateHelp
Checks if the specified template is deklared/present
isCurrentEditable() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Checks if the current row is editable
isCurrentExpanded() - Method in class com.cc.framework.ui.control.TreeLineIterator
Checks if the current node is expanded
isCurrentSelected() - Method in class com.cc.framework.ui.control.TreeLineIterator
Checks if the current node is selected
isDefault() - Method in class com.cc.framework.ui.control.FormButtonElement
Returns the asDefault.
isDeleted() - Method in interface com.cc.framework.common.DirtyMarker
Returns if the object is deleted
isDeleted() - Method in class com.cc.framework.common.DirtyMarkerImp
 
isDeleted() - Method in interface com.cc.framework.ui.model.RecurrenceException
Gets a value specifying whether the occurrence is deleted.
isDigit(char) - Static method in class com.cc.framework.ui.html.LengthUnit
Check if the given character is a digit or a dot
isDirect() - Method in class com.cc.framework.taglib.template.PageParameter
Method isDirect
isDirty() - Method in interface com.cc.framework.common.DirtyMarker
Returns if an object is dirty and has unsaved changes.
isDirty() - Method in class com.cc.framework.common.DirtyMarkerImp
 
isDisabled() - Method in class com.cc.framework.ui.control.Control
Returns the disabled Flag
isDisabled() - Method in class com.cc.framework.ui.control.FormControlElement
true if the form element can be edited
isDisabled() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the disabled state of the column
isDisabled() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Returns the disabled Flag
isDisabled() - Method in interface com.cc.framework.ui.model.CrumbModel
Checks if the crumb is disabled
isDisabled() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns the disabled Flag
isDisabled() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
isDisabled() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
isDisabled() - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
isDisabled() - Method in class com.cc.framework.ui.painter.def.DefRecurrencePatternPainter
Checks if the control should be rendered in disabled mode
isDisabled(CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Checks if the column or cell is disabled or not
isDisplayOnly() - Method in interface com.cc.framework.ui.painter.PainterContext
This method checks if a control that is rendered within this painter context has to be "display only"
isDisplayOnly() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
This method checks if a control that is rendered within this Painter context has to be "display only"
isDisplayOnly() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
isDone() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
isDone() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
isDone() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
 
isDone() - Method in interface com.cc.framework.taglib.forms.ForEachTag.ForEachIterator
 
isDone() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
isDone() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
isDone() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
isDone() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
isDone() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterEnumeration
 
isDone() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterIterator
 
isDone() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
 
isDone() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterList
 
isDone() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterOptionListDataModel
 
isDone() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterSimpleEnumType2
 
isDone() - Method in interface com.cc.framework.ui.painter.html.OptionsIterator
Check if the iteration has no more elements
isDynamicDesignModel() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Checks if the design model was declared within the JSP or (design time) it was predetermined by the programmer (run time).
isDynamicDesignModel() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
isEditable(LineIterator) - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Checks if the column or cell is editable or not
isEditable() - Method in class com.cc.framework.ui.FormType
 
isEditable() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns the edit state of the column
isEditable() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
isEditable(PainterContext, ColumnDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Deprecated. use isEditable(CellPainterContext) instead
isEditable(CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Checks if the column or cell is editable or not
isEmpty() - Method in class com.cc.framework.common.TupleArray
Tests if this list has no elements.
isEnabled() - Method in class com.cc.framework.ui.AjaxSettings
 
isEnabled() - Method in interface com.cc.framework.ui.model.TabDesignModel
Returns if the tab can be selected
isEnabled() - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
isError() - Method in class com.cc.framework.common.Severity
Checks if the error class is of severity ERROR or FATAL
isError() - Method in class com.cc.framework.message.Messages
Checks if the list contains messages of severity "error"
isExpanded(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeControl
Checks if the given node is expanded
isExpanded(String) - Method in class com.cc.framework.ui.control.TreeControl
 
isExpanded(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
Checks if the given node is expanded
isExpanded(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreelistControl
Checks if the given node is expanded
isExpanded(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
isExpanded(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
Checks if the specified group node is expanded
isExpanded(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
isExpanded() - Method in class com.cc.framework.util.TreeIterator
Returns true if current node is expanded.
isExpression(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Checks if the given string is a deferred expression.
isExtended() - Method in class com.cc.framework.ui.model.ClientEvent
Indicates if this is an extended eventhandler which is not part of the HTML-Specification
isFactorySelected(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterFactory
Checks if the specified Factory is registered
isFirstPage() - Method in class com.cc.framework.ui.control.SimpleListControl
Returns true if the First Page is displayed
isFirstPage() - Method in class com.cc.framework.ui.control.TreelistControl
Returns true if the First Page is displayed
isFirstPage() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns true for the FirstPage
isFormAction() - Method in class com.cc.framework.ui.control.ControlAction
Check if the action is a form action.
isFormAction() - Method in interface com.cc.framework.ui.painter.ActionPainter
Returns the form action Flag
isFormAction() - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
isFormElement() - Method in class com.cc.framework.ui.control.Control
Checks if the control should act like a form element.
isFormElement() - Method in interface com.cc.framework.ui.model.ControlDesignModel
Checks if the control should act like a form element.
isFormElement() - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
isGranted(Principal) - Method in class com.cc.framework.security.FunctionBasedPermission
 
isGranted(Principal, List) - Method in class com.cc.framework.security.FunctionBasedPermission
 
isGranted(Principal) - Method in class com.cc.framework.security.Permission
Checks if the permission is granted.
isGranted(Principal, List) - Method in class com.cc.framework.security.Permission
Checks if the permission is granted.
isGranted(Principal) - Method in class com.cc.framework.security.RoleBasedPermission
 
isGranted(Principal, List) - Method in class com.cc.framework.security.RoleBasedPermission
 
isGranted(Principal) - Method in class com.cc.framework.security.StaticPermission
 
isGranted(Principal, List) - Method in class com.cc.framework.security.StaticPermission
 
isGranted(AccessToken) - Method in class com.cc.framework.security.acl.AccessControlList.AccessControlEnvironment
 
isGranted(Principal, List) - Method in class com.cc.framework.security.acl.AccessControlList
 
isGranted(Principal) - Method in class com.cc.framework.security.acl.AccessControlList
 
isGranted(AccessToken) - Method in interface com.cc.framework.security.acl.expr.ExecutionEnvironment
Wandelt das übergebene Objekt in einen Boolean Wert um
isGroupingUsed() - Method in class com.cc.framework.convert.imp.NumberConverter
 
isHandeled() - Method in interface com.cc.framework.adapter.struts.ActionContext
If an element (control, action class) has handled the request it can set this flag, so that the request is not processed a second time by an other element.
isHandeled() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
isHandeled() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
Returns if the request was handeled
isHidden() - Method in class com.cc.framework.ui.control.PlainTextControl
Returns the hidden.
isHidden() - Method in interface com.cc.framework.ui.model.PlainTextDesignModel
Returns the hidden.
isHidden() - Method in class com.cc.framework.ui.model.imp.PlainTextDesignModelImp
 
isHorizontal() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Checks if the controls orientation is horizontal
isHorizontal() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Checks if the controls orientation is horizontal
isHover() - Method in class com.cc.framework.common.ButtonState
 
isIdentifierChar(char) - Method in class com.cc.framework.util.parser.HtmlParser
Returns true when the given character is a valid identifier character
isIdentifierCharacter(int, boolean) - Method in class com.cc.framework.security.acl.expr.TokenStream
Prüft ob es sich bei dem übergebenen Zeichen um einen gültigen Identifier Character handelt
isInMask(int) - Method in class com.cc.framework.ui.model.SchedulerScope
Checks if the view is contained in the given mask
isInMask(int) - Method in class com.cc.framework.ui.model.SchedulerView
Checks if the view is contained in the given mask
isInRole(String) - Method in interface com.cc.framework.security.Principal
Checks if the object has the specified permission.
isInformation() - Method in class com.cc.framework.common.Severity
Checks if the error class is of severity INFORMATION
isIntegerOnly() - Method in class com.cc.framework.convert.imp.NumberConverter
 
isJavaScriptEnabled() - Method in class com.cc.framework.http.BrowserInfo
Check if JavaScript is enabled for the users session
isJoined() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
isLastPage() - Method in class com.cc.framework.ui.control.SimpleListControl
Returns true if the Last Page is displayed
isLastPage() - Method in class com.cc.framework.ui.control.TreelistControl
Returns true if the Last Page is displayed
isLastPage() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Returns true for the LastPage
isLastVisibleChild(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
Checks if the given node is the last visible node in a child list
isLiteral() - Method in class com.cc.framework.util.PropertyResourceKey
 
isLoggingError() - Method in class com.cc.framework.ui.ELSupport.ELLogger
 
isLoggingError() - Method in class com.cc.framework.ui.model.value.DeferredEnvironment.ELLogger
 
isLoggingWarning() - Method in class com.cc.framework.ui.ELSupport.ELLogger
 
isLoggingWarning() - Method in class com.cc.framework.ui.model.value.DeferredEnvironment.ELLogger
 
isLogicalAnd() - Method in class com.cc.framework.security.acl.expr.Token
Prüft ob es sich um ein logisches Und handelt
isLogicalOr() - Method in class com.cc.framework.security.acl.expr.Token
Prüft ob es sich um ein logisches exklusives Oder handelt
isLogicalXor() - Method in class com.cc.framework.security.acl.expr.Token
Prüft ob es sich um ein logisches inklusives Oder handelt
isMarked() - Method in interface com.cc.framework.ui.control.LineIterator
Checks if the current Item is highlighted
isMarked() - Method in class com.cc.framework.ui.control.ListLineIterator
 
isMarked(String) - Method in class com.cc.framework.ui.control.SimpleListControl
 
isMarked(String) - Method in class com.cc.framework.ui.control.TreeControl
 
isMarked() - Method in class com.cc.framework.ui.control.TreeLineIterator
 
isMarked(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
isMarked() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
isMarked() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
isMarked(String) - Method in interface com.cc.framework.ui.model.ListStateModel
Checks if the specified row is selected.
isMarked(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
Checks if the specified row is highlighted.
isMarked(String) - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
isMarked(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
isMatching(String) - Method in class com.cc.framework.http.RequestDecorationType
Checks if the Argument matches the Prefix of the EnumerationTyp
isMaxDepth() - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
isMaxDepth() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Checks if the iterator has reached the maximum tree level
isMaxDepth() - Method in class com.cc.framework.util.TreeIterator
Returns true if the maximum allowed level is reached.
isMaximized() - Method in class com.cc.framework.ui.control.FrameControl
 
isMaximized() - Method in interface com.cc.framework.ui.model.FrameStateModel
 
isMaximized() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
isMinimized() - Method in class com.cc.framework.ui.control.FrameControl
 
isMinimized() - Method in interface com.cc.framework.ui.model.FrameStateModel
 
isMinimized() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
isMultiDayEvent() - Method in interface com.cc.framework.ui.model.Appointment
Checks if the appointment spans multiple days
isMultiDayEvent() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
isMultiple() - Method in class com.cc.framework.ui.control.SelectControl
Indicates that multiple selections is allowed.
isMultiple() - Method in class com.cc.framework.ui.control.SwapSelectControl
 
isMultiple() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
isMultiple() - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Indicates that multiple selections is allowed.
isMultiple() - Method in interface com.cc.framework.ui.model.SelectDesignModel
Indicates that multiple selections is allowed.
isMultiple() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
 
isMultiple() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
 
isMultiple() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
isMultiple() - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
isMultiple() - Method in class com.cc.framework.ui.model.imp.SelectDesignModelImp
 
isMultiple() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
isMultiple() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
isMultiple() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
isMultiple() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
isNew() - Method in interface com.cc.framework.common.DirtyMarker
Returns if the object is new
isNew() - Method in class com.cc.framework.common.DirtyMarkerImp
 
isNodeInSubtree(TreeGroupDataModel, TreeGroupDataModel) - Static method in class com.cc.framework.util.TreeHelp
Checks if the given node is a member of the subtree.
isOpen() - Method in class com.cc.framework.ui.control.FrameControl
 
isOpen() - Method in interface com.cc.framework.ui.model.FrameStateModel
 
isOpen() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
isOpeningParentheses() - Method in class com.cc.framework.security.acl.expr.Token
Prüft ob es sich um eine öffnende runde Klammer handelt
isOverlapping() - Method in class com.cc.framework.ui.control.TabbarControl
 
isOverlapping() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
 
isOverlapping() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
isOverlapping() - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Checks if the crumbs should be painted in overlapping mode
isOverlapping() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Checks if the tabs should be painted in overlapping mode
isOverlapping() - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Checks if the tabs should be painted in overlapping mode
isOverlapping(DefDayViewPainter.AppointmentInfo) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Checks if the appointment is overlapping the other appointment
isPermission() - Method in class com.cc.framework.security.acl.expr.PrimaryExpression
Prüft ob es sich bei dem Ausdruck um einen Identifier handelt
isProductionSystem() - Method in class com.cc.framework.version.SystemType
Returns true for a production system
isQuestion() - Method in class com.cc.framework.common.Severity
Checks if the error class is of severity QUESTION
isReadonly() - Method in class com.cc.framework.ui.control.TextareaControl
Returns the read only flag
isReadonly() - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Returns true if the read only attribute was set
isReadonly() - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
isRecurring() - Method in interface com.cc.framework.ui.model.Appointment
The isRecurring property indicates whether this appointment is specified as recurring
isRecurring() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
isRegistered(String) - Static method in class com.cc.framework.ui.control.ControlActionDef
Checks if a certain action is registered in the action registry
isRegistered(String) - Static method in class com.cc.framework.ui.control.ControlButton
Checks if a certain control button is registered in the action registry
isRegisteredInScopeList(PainterFactory, List) - Static method in class com.cc.framework.ui.painter.PainterFactory
Checks if a painter is already registered in the painter list
isRelativeValue() - Method in class com.cc.framework.ui.html.LengthUnit
 
isRequestMarked(HttpServletRequest, String) - Static method in class com.cc.framework.http.HttpUtil
Checks if a mark is present
isRequired() - Method in class com.cc.framework.ui.control.FormControlElement
True if the form element is required.
isRequired() - Method in class com.cc.framework.ui.control.FormHtmlElement
True if the form element is required.
isRequired(FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Checks if a form element is a required input field
isRowSpan() - Method in interface com.cc.framework.ui.model.ColumnRadioDesignModel
This flag indicates that the radio buttons of this column should be grouped over multiple rows
isRowSpan() - Method in class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp
 
isRunAtClient() - Method in class com.cc.framework.ui.painter.ControlPainter
This Method checks if the control should run on the client
isRunAtClient() - Method in class com.cc.framework.ui.painter.ControlPortionPainter
This Method checks if the control should run on the client
isRunAtClient() - Method in interface com.cc.framework.ui.painter.PainterContext
This Method checks if the control should run on the client
isRunAtClient() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
This Method checks if the control should run on the client
isRunAtClient() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
isSameDay(Calendar, Calendar) - Static method in class com.cc.framework.util.CalendarHelp
Checks if both dates are on the same day
isScrollable() - Method in class com.cc.framework.ui.painter.def.DefListPainter
 
isSelectable(TreeNodeDataModel) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Checks if the given node is selectable by the user
isSelected(TabDesignModel) - Method in class com.cc.framework.taglib.controls.TabbarTag
Returns if the specified TabPage is selected
isSelected(CrumbModel) - Method in class com.cc.framework.taglib.menu.CrumbsTag
Returns if the specified crumb is selected
isSelected() - Method in interface com.cc.framework.ui.OptionEnumerator
Indicates if the actual item is selected.
isSelected(CrumbModel) - Method in class com.cc.framework.ui.control.CrumbsControl
Returns true if the crumb is selected
isSelected(String) - Method in class com.cc.framework.ui.control.MenuContext
Helper to check if a menu item is included in the actual path
isSelected(TabDesignModel) - Method in class com.cc.framework.ui.control.TabbarControl
Returns if the TabPage is selected
isSelected(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeControl
Checks if the given node is selected
isSelected(String) - Method in class com.cc.framework.ui.control.TreeControl
 
isSelected(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreelistControl
Checks if the given node is selected
isSelected(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
isSelected(CrumbModel) - Method in interface com.cc.framework.ui.model.CrumbsStateModel
Returns true if the Crumb is selected
isSelected(TabDesignModel) - Method in interface com.cc.framework.ui.model.TabsetStateModel
Returns true if the TabPage is selected
isSelected(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
Checks if the specified node is selected.
isSelected(CrumbModel) - Method in class com.cc.framework.ui.model.imp.CrumbsStateModelImp
 
isSelected(TabDesignModel) - Method in class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
isSelected(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
isSelected(CrumbModel) - Method in class com.cc.framework.ui.painter.def.DefCrumbsPainter
Checks if the specified crumb is selected
isSelected(TabDesignModel) - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Checks if the specified tab is selected
isSelected(TabDesignModel) - Method in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
Checks if the specified tab is selected
isSelected(Object) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Detects if the option is selected
isSortable() - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Returns true if the column can be sorted.
isSortable() - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
isStacked() - Method in class com.cc.framework.ui.control.TabbarControl
 
isStacked() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
 
isStacked() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
isTestSystem() - Method in class com.cc.framework.version.SystemType
Returns true for a test system
isUnaryOperator() - Method in class com.cc.framework.security.acl.expr.Token
Die Methode prüft ob es sich bei dem Token-Operator um einen unär verwendbaren Operator handelt.
isUpToDate(Cachable) - Method in class com.cc.framework.resource.Resource
Checks if the Resource is up to date or must be new created.
isUpToDate(HttpServletRequest, HttpScope, String, Cachable) - Static method in class com.cc.framework.resource.ResourceManager
Checks if a registered resource is up to date
isValidFormProperty(Object, String) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Checks the given form for a valid property
isValidProperty(String) - Method in interface com.cc.framework.ui.control.LineIterator
Checks if the current iteration element has the given property
isValidProperty(String) - Method in class com.cc.framework.ui.control.ListLineIterator
 
isValidProperty(String) - Method in class com.cc.framework.ui.control.TreeLineIterator
 
isValidProperty(String) - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
isValidProperty(String) - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
isValidProperty(Object, String) - Static method in class com.cc.framework.util.Util
Checks if the current iteration element has the given property
isValidating() - Method in class com.cc.framework.util.parser.HtmlParser
 
isVisible(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
Checks if the given item is visible
isVisible() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Checks if this appointment is visible
isWarning() - Method in class com.cc.framework.common.Severity
Checks if the error class is of severity WARNING
isWeekEndDay(int) - Static method in class com.cc.framework.util.CalendarHelp
Checks if the given day is a weekend day
isWhiteSpace(int) - Method in class com.cc.framework.security.acl.expr.TokenStream
Prüft ob es sich bei dem übergebenen Zeichen um einen whitespace Character handelt
isWhitespaceChar(char) - Method in class com.cc.framework.util.parser.HtmlParser
Returns true when the given character is a valid whitespace character
isWhitespaceOnlyStr(String) - Static method in class com.cc.framework.util.StringHelp
Checks if a String contains only Whitespace characters
isWorkingDay(int) - Method in class com.cc.framework.ui.control.SchedulerControl
Checks if the given day is configured as a working day
isWorkingHour(int, int) - Method in class com.cc.framework.ui.control.SchedulerControl
This method checks if the given hour is a working hour
isWorkingHour(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.DayInfo
This method checks if the given hour is a working hour
isWrite() - Method in class com.cc.framework.ui.control.HiddenControl
 
isWrite() - Method in interface com.cc.framework.ui.model.HiddenDesignModel
 
isWrite() - Method in class com.cc.framework.ui.model.imp.HiddenDesignModelImp
 
items - Variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp
The segments which compose the gauge
items - Variable in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
Buffer with the sub menu items
items - Variable in class com.cc.framework.ui.model.imp.MenuDesignModelImp
Buffer with the sub menu items
items - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
A buffer for sub menu items
items - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
A buffer for sub menu items
items - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
Buffer for the items
iter - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
iter - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
iter - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
iter() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
iter - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
iter() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
iter - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterIterator
The option elements
iter - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
The option elements
iterateNodes(ListDataModel, Algorithm) - Static method in class com.cc.framework.util.ListHelp
This method processes an algorithm for all elements (nodes) in the list.
iterateNodes(ListDataModel, Algorithm, AlgorithmFilter) - Static method in class com.cc.framework.util.ListHelp
This method processes an algorithm for all elements (nodes) in the list.
iterateNodes(LineIterator, Algorithm) - Static method in class com.cc.framework.util.ListHelp
This method processes an algorithm for all elements (nodes) in the list.
iterateNodes(LineIterator, Algorithm, AlgorithmFilter) - Static method in class com.cc.framework.util.ListHelp
This method processes an algorithm for all elements (nodes) in the list.
iterateNodes(TreeNodeDataModel, Algorithm) - Static method in class com.cc.framework.util.TreeHelp
This method processes an algorithm for all elements (nodes) in the tree.
iterateNodes(TreeNodeDataModel, Algorithm, AlgorithmFilter) - Static method in class com.cc.framework.util.TreeHelp
This method processes an algorithm for all elements (nodes) in the tree.
iterateNodes(TreeNodeDataModel, TreeStateModel, Algorithm, AlgorithmFilter) - Static method in class com.cc.framework.util.TreeHelp
This method processes an algorithm for all elements (nodes) in the tree.
iterateNodes(TreeIterator, Algorithm) - Static method in class com.cc.framework.util.TreeHelp
This method processes an algorithm for all elements (nodes) in the tree.
iterateNodes(TreeIterator, Algorithm, AlgorithmFilter) - Static method in class com.cc.framework.util.TreeHelp
This method processes an algorithm for all elements (nodes) in the tree.
iterator() - Method in class com.cc.framework.security.acl.expr.ExpressionList
Liefert die Liste mit den einzelnen Elementen
iterator - Variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Object to iterate over the Elements of the current page
iterator - Variable in class com.cc.framework.taglib.forms.ForEachTag
Iterator of the elements of this collection, while we are actually running.
iterator() - Method in class com.cc.framework.ui.AbstractImageMap
Returns an iterator for ImageMapping Objects
iterator() - Method in interface com.cc.framework.ui.model.RecurrencePattern
This method creates an iterator that can be used to iterate the single occurrences of this pattern.
iterator() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
This method creates an iterator that can be used to iterate the single occurrences of this pattern.
iterator(PageContext, boolean) - Static method in class com.cc.framework.ui.painter.PainterFactory
Returns an iterator to iterate all registered painter factories.

J

JAVASCRIPT - Static variable in class com.cc.framework.resource.MimeType
MIME type: JAVASCRIPT
JAVA_AWT_GRAPHICSENV - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.awt.graphicsenv
JAVA_AWT_PRINTERJOB - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.awt.printerjob
JAVA_CLASS_PATH - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.class.path
JAVA_CLASS_VERSION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.class.version
JAVA_ENDORSED_DIRS - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.endorsed.dirs
JAVA_EXT_DIRS - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.ext.dirs
JAVA_HOME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.home
JAVA_IO_TMPDIR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.io.tmpdir
JAVA_LIBRARY_PATH - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.library.path
JAVA_NAMING_FACTORY_INITIAL - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.naming.factory.initial
JAVA_NAMING_FACTORY_URL_PKGS - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.naming.factory.url.pkgs
JAVA_RUNTIME_NAME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.runtime.name
JAVA_RUNTIME_VERSION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.runtime.version
JAVA_SPECIFICATION_NAME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.specification.name
JAVA_SPECIFICATION_VENDOR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.specification.vendor
JAVA_SPECIFICATION_VERSION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.specification.version
JAVA_UTIL_PREFS_PREFERENCESFACTORY - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.util.prefs.PreferencesFactory
JAVA_VENDOR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vendor
JAVA_VENDOR_URL - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vendor.url
JAVA_VENDOR_URL_BUG - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vendor.url.bug
JAVA_VERSION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.version
JAVA_VM_INFO - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vm.info
JAVA_VM_NAME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vm.name
JAVA_VM_SPECIFICATION_NAME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vm.specification.name
JAVA_VM_SPECIFICATION_VENDOR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vm.specification.vendor
JAVA_VM_SPECIFICATION_VERSION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vm.specification.version
JAVA_VM_VENDOR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vm.vendor
JAVA_VM_VERSION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: java.vm.version
JPEG - Static variable in class com.cc.framework.resource.MimeType
MIME type: JPEG
JSPBODYBUFFER_KEY - Static variable in interface com.cc.framework.Globals
Key for buffered JSP Bodies
JSP_DECLARATION - Static variable in interface com.cc.framework.util.parser.HtmlHandler
JSP Scriptlet declaration
JSP_EXPRESSION - Static variable in interface com.cc.framework.util.parser.HtmlHandler
JSP Scriptlet expression
JSP_SCRIPT - Static variable in interface com.cc.framework.util.parser.HtmlHandler
JSP Scriptlet java code
JavaScript - class com.cc.framework.ui.javascript.JavaScript.
Specialized JavaScript HTML Script Element
JavaScript() - Constructor for class com.cc.framework.ui.javascript.JavaScript
Constructor
JavaScript(String) - Constructor for class com.cc.framework.ui.javascript.JavaScript
Constructor
JavaScriptUtil - class com.cc.framework.ui.javascript.JavaScriptUtil.
Helper Class for JavaScript Resources
JavaScriptUtil() - Constructor for class com.cc.framework.ui.javascript.JavaScriptUtil
Constructor
JoinMode - class com.cc.framework.ui.JoinMode.
Defines the modes how columns in a list can be joined
JoinMode(String) - Constructor for class com.cc.framework.ui.JoinMode
Constructor for ColumnJoinMode
JspDirective - class com.cc.framework.taglib.util.JspDirective.
Defines JSP directive types used in the common controls framework
JspDirective(String) - Constructor for class com.cc.framework.taglib.util.JspDirective
Constructor for JspDirective
JspHandler - interface com.cc.framework.util.parser.JspHandler.
JSP Handler
JspParser - class com.cc.framework.util.parser.JspParser.
A very simple JSP parser
JspParser() - Constructor for class com.cc.framework.util.parser.JspParser
Constructor
JspTag - class com.cc.framework.taglib.util.JspTag.
Possible values for the JSP tag are: include - Includes all necessary resources for the Framework at the begin of the JSP Page.
JspTag() - Constructor for class com.cc.framework.taglib.util.JspTag
Constructor for JspTag
join - Variable in class com.cc.framework.ui.control.FormButtonElement
This flag indicates that this element should be joined with the preceding element without a separator
join - Variable in class com.cc.framework.ui.control.FormControlElement
This flag indicates that this element should be joined with the preceding element without a separator
join - Variable in class com.cc.framework.ui.control.FormGroupElement
This flag indicates that this element should be joined with the preceding element without a separator
join - Variable in class com.cc.framework.ui.control.FormHtmlElement
This flag indicates that this element should be joined with the preceding element without a separator
join - Variable in class com.cc.framework.ui.control.FormMessageElement
This flag indicates that this element should be joined with the preceding element without a separator
join(Object[], char) - Static method in class com.cc.framework.util.StringHelp
Joins an array and inserts the specified delimiter between the array elements.
join(String, int, char) - Static method in class com.cc.framework.util.StringHelp
Joins on token.
join(Collection, String) - Static method in class com.cc.framework.util.StringHelp
Joins an array and inserts the specified delimiter between the array elements.
join(Collection, char) - Static method in class com.cc.framework.util.StringHelp
Joins an array and inserts the specified delimiter between the array elements.
join(String, String, char) - Static method in class com.cc.framework.util.StringHelp
Joins two strings and inserts the specified delimiter between the string.
join(String, String, String, char) - Static method in class com.cc.framework.util.StringHelp
Joins three strings and inserts the specified delimiter between the string.
join(String, String, String, String, char) - Static method in class com.cc.framework.util.StringHelp
Joins four strings and inserts the specified delimiter between the string.
joinElements() - Method in class com.cc.framework.ui.control.FormButtonElement
 
joinElements() - Method in class com.cc.framework.ui.control.FormControlElement
 
joinElements() - Method in interface com.cc.framework.ui.control.FormElement
This method returns true when two adjacent form elements should be joined together without a separator
joinElements() - Method in class com.cc.framework.ui.control.FormGroupElement
 
joinElements() - Method in class com.cc.framework.ui.control.FormHtmlElement
 
joinElements() - Method in class com.cc.framework.ui.control.FormMessageElement
 
joinElements() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
joinMode - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Indicates if this column should be joined with the previous column
joinMode - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
This flag indicates a joined column

K

KEY_COLUMN - Static variable in class com.cc.framework.ui.control.ControlValuePath
Key for the ControlValuePath column attribute
KEY_CONTROL - Static variable in class com.cc.framework.ui.control.ControlValuePath
Key for the controls name
KEY_JSCRIPT - Static variable in class com.cc.framework.http.BrowserInfo
Java Script (boolean)
KEY_JSVERSION - Static variable in class com.cc.framework.http.BrowserInfo
Java Script Version (double)
KEY_ROW - Static variable in class com.cc.framework.ui.control.ControlValuePath
Key for the ControlValuePath row attribute
KEY_SELECTMODE - Static variable in class com.cc.framework.ui.control.ControlValuePath
Key for the ControlValuePath select mode attribute
KEY_TYPE - Static variable in class com.cc.framework.ui.control.ControlValuePath
Key for the ControlValuePath type attribute
KeyListDataModel - class com.cc.framework.ui.model.imp.KeyListDataModel.
ListDataModel which holds only a Key Set in Memory.
KeyListDataModel() - Constructor for class com.cc.framework.ui.model.imp.KeyListDataModel
 
keepKeys - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This flag directs the list not to flush the keyset cache when a new keyset is loaded.
keepRows - Variable in class com.cc.framework.ui.model.imp.VirtualListDataModel
This flag directs the list not to flush the rowset cache when a new rowset is loaded.
keepRows - Variable in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This flag directs the node not to flush the rowset cache when a new rowset is loaded.
key - Variable in class com.cc.framework.taglib.base.OptionTag
The options value
key - Variable in class com.cc.framework.taglib.util.ResourceTag
The resource key
key - Variable in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
Key
key - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
key - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
key - Variable in class com.cc.framework.util.Algorithms.KeySearchAlg
The key to search for
key - Variable in class com.cc.framework.util.Checker
Object whose state should be changed
key - Variable in class com.cc.framework.util.PropertyResourceKey
 
keyProperty - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
The property for the key
keyProperty - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
The property for the key
keyProperty - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
The property for the key
keySet - Variable in class com.cc.framework.ui.model.imp.KeyListDataModel
The Set of Keys
keys - Variable in class com.cc.framework.util.Algorithms.CheckCheckableAlg
A set with keys that should be checked
keyset - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
The elements of the currently loaded keyset
keysetIndex - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This is the index of the first key in the keyset.
keysetSize - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This member holds the size of the keyset.

L

LABELFORMAT_LONG - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Long Label Format
LABELFORMAT_SHORT - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Short Label Format
LABEL_EMPTY - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Empty Label
LABEL_LENGTH - Static variable in class com.cc.framework.http.HttpUtil
LABEL_LENGTH
LABEL_MESSAGE - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Message Label
LASTPAGE - Static variable in class com.cc.framework.ui.control.ControlButton
LASTPAGE Button
LEFT - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: left
LINE_SEPARATOR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: line.separator
LIST - Static variable in class com.cc.framework.ui.CheckRange
Collection with all kinds of join modes
LISTCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: lc
LISTCONTROL_BODY - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: lcb
LISTCONTROL_BODYHEADER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: header
LISTCONTROL_CELL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: cell
LISTCONTROL_EVENLINE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: even
LISTCONTROL_EVENLINE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: even selected
LISTCONTROL_FOOTER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: lcf
LISTCONTROL_HEADER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: lch
LISTCONTROL_NOFRAME - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control (no frame) : lc_nf
LISTCONTROL_ODDLINE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: odd
LISTCONTROL_ODDLINE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: odd selected
LISTCONTROL_PAGE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: pg
LISTCONTROL_PAGESEPERATOR - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: pgsep
LISTCONTROL_PAGE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
List Control: pgs
LIST_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background body
LIST_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background body
LIST_COLOR_BG_COLHEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background column header (level 0)
LIST_COLOR_BG_COLHEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background column header (level 0)
LIST_COLOR_BG_COLHEADER1 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background column header (level 1)
LIST_COLOR_BG_COLHEADER1 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background column header (level 1)
LIST_COLOR_BG_COLHEADER2 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background column header (level 2)
LIST_COLOR_BG_COLHEADER2 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background column header (level 2)
LIST_COLOR_BG_EVEN - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background even Rows
LIST_COLOR_BG_EVEN - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background even Rows
LIST_COLOR_BG_EVENS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background even Rows selected
LIST_COLOR_BG_EVENS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background even Rows selected
LIST_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background header
LIST_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background header
LIST_COLOR_BG_HOVER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Row Highlighting color
LIST_COLOR_BG_HOVER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Row Highlighting color
LIST_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background inner frame
LIST_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background inner frame
LIST_COLOR_BG_INPUT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background input field
LIST_COLOR_BG_INPUT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background input field
LIST_COLOR_BG_ODD - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background odd Rows
LIST_COLOR_BG_ODD - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background odd Rows
LIST_COLOR_BG_ODDS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background odd Rows selected
LIST_COLOR_BG_ODDS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background odd Rows selected
LIST_COLOR_BORDER_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border body
LIST_COLOR_BORDER_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border body
LIST_COLOR_BORDER_IF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border inner frame
LIST_COLOR_BORDER_IF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border inner frame
LIST_COLOR_BORDER_INPUT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border input field
LIST_COLOR_BORDER_INPUT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border input field
LIST_COLOR_SCROLLBAR_3DLIGHT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Scrollbar color 3dlight
LIST_COLOR_SCROLLBAR_3DLIGHT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Scrollbar color 3dlight
LIST_COLOR_SCROLLBAR_ARROW - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Scrollbar color arrow
LIST_COLOR_SCROLLBAR_ARROW - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Scrollbar color arrow
LIST_COLOR_SCROLLBAR_BASE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Scrollbar color base
LIST_COLOR_SCROLLBAR_BASE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Scrollbar color base
LIST_COLOR_SCROLLBAR_DARKSHADOW - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Scrollbar color darkshadow
LIST_COLOR_SCROLLBAR_DARKSHADOW - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Scrollbar color darkshadow
LIST_COLOR_SCROLLBAR_FACE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Scrollbar color face
LIST_COLOR_SCROLLBAR_FACE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Scrollbar color face
LIST_COLOR_SCROLLBAR_HIGHLIGHT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Scrollbar color highlight
LIST_COLOR_SCROLLBAR_HIGHLIGHT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Scrollbar color highlight
LIST_COLOR_SCROLLBAR_SHADOW - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Scrollbar color shadow
LIST_COLOR_SCROLLBAR_SHADOW - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Scrollbar color shadow
LIST_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color Hyperlink
LIST_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color Hyperlink
LIST_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color caption
LIST_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color caption
LIST_COLOR_TEXT_COLHEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text colot column label (level 0)
LIST_COLOR_TEXT_COLHEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text colot column label (level 0)
LIST_COLOR_TEXT_COLHEADER1 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text colot column label (level 1)
LIST_COLOR_TEXT_COLHEADER1 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text colot column label (level 1)
LIST_COLOR_TEXT_COLHEADER2 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text colot column label (level 2)
LIST_COLOR_TEXT_COLHEADER2 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text colot column label (level 2)
LIST_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color detail text
LIST_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color detail text
LIST_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color header
LIST_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color header
LITERAL_INDICATOR - Static variable in class com.cc.framework.util.PropertyResourceKey
 
LOCALENAME_KEY - Static variable in interface com.cc.framework.Globals
Key for locale Setting
LOCALE_SUFFIX - Static variable in class com.cc.framework.taglib.template.InsertTei
The Suffix for the locale
LOGICAL - Static variable in class com.cc.framework.security.acl.expr.TokenType
Operator: logische Verknüpfung
LOW - Static variable in class com.cc.framework.ui.model.AppointmentPriority
importance: low
LabeledFormElement - interface com.cc.framework.ui.control.LabeledFormElement.
 
LabeledFormElementTag - interface com.cc.framework.taglib.forms.LabeledFormElementTag.
 
LengthUnit - class com.cc.framework.ui.html.LengthUnit.
This class encapsulates HTML length units
LengthUnit(double) - Constructor for class com.cc.framework.ui.html.LengthUnit
Constructs a length in pixels
LengthUnit(double, int) - Constructor for class com.cc.framework.ui.html.LengthUnit
Constructor
LengthUnit(int, double, int) - Constructor for class com.cc.framework.ui.html.LengthUnit
Constructor
LengthUnit(LengthUnit) - Constructor for class com.cc.framework.ui.html.LengthUnit
Copy Constructor
LineIterator - interface com.cc.framework.ui.control.LineIterator.
Interface for line iterators
ListControl - class com.cc.framework.ui.control.ListControl.
Base class for list controls
ListControl() - Constructor for class com.cc.framework.ui.control.ListControl
Constructor for ListControl
ListControl.RowFilter - class com.cc.framework.ui.control.ListControl.RowFilter.
Simple Row Filter
ListControl.RowFilter(String) - Constructor for class com.cc.framework.ui.control.ListControl.RowFilter
Constructor
ListDataModel - interface com.cc.framework.ui.model.ListDataModel.
Data model for the ListControl
ListDesignModel - interface com.cc.framework.ui.model.ListDesignModel.
Design model for the ListControl
ListDesignModelImp - class com.cc.framework.ui.model.imp.ListDesignModelImp.
Designmodel for the ListControl
ListDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.ListDesignModelImp
Constructor for ListDesignModelImp
ListHelp - class com.cc.framework.util.ListHelp.
Helper for processing ListDataModels
ListHelp() - Constructor for class com.cc.framework.util.ListHelp
Constructor
ListLineIterator - class com.cc.framework.ui.control.ListLineIterator.
Class ListLineIterator
ListLineIterator(ListStateModel, ListDataModel, int, Principal) - Constructor for class com.cc.framework.ui.control.ListLineIterator
Constructor
ListLineIterator(ListStateModel, ListDataModel, int, int, Principal) - Constructor for class com.cc.framework.ui.control.ListLineIterator
Constructor
ListStateModel - interface com.cc.framework.ui.model.ListStateModel.
State model for the ListControl
ListStateModelImp - class com.cc.framework.ui.model.imp.ListStateModelImp.
Implementation of the ListState model
ListStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.ListStateModelImp
 
ListTag - class com.cc.framework.taglib.controls.ListTag.
Tag-Handler for the list Tag.
ListTag() - Constructor for class com.cc.framework.taglib.controls.ListTag
Constructor
ListTei - class com.cc.framework.taglib.controls.ListTei.
TagExtraInfo Class to expose the SimpleListControl to the Tag-Body
ListTei() - Constructor for class com.cc.framework.taglib.controls.ListTei
 
LiteralOptionsComparator - class com.cc.framework.ui.painter.html.LiteralOptionsComparator.
Options Comparator for String literals
LiteralOptionsComparator(Object) - Constructor for class com.cc.framework.ui.painter.html.LiteralOptionsComparator
Constructor
LiteralOptionsComparator(Object[]) - Constructor for class com.cc.framework.ui.painter.html.LiteralOptionsComparator
Constructor
LogicalAndExpression - class com.cc.framework.security.acl.expr.LogicalAndExpression.
Produktionsregel: logical_and_expr : unary_expr | logical_and_expr AND_OP unary_expr
LogicalAndExpression(Expression, Expression) - Constructor for class com.cc.framework.security.acl.expr.LogicalAndExpression
Konstruktor
LogicalOperator - class com.cc.framework.security.acl.expr.LogicalOperator.
Aufzählung der logischen Verknüpfungs Operatoren
LogicalOperator(String) - Constructor for class com.cc.framework.security.acl.expr.LogicalOperator
Konstruktor
LogicalOrExpression - class com.cc.framework.security.acl.expr.LogicalOrExpression.
Produktionsregel: logical_or_expr : logical_xor_expr | logical_or_expr OR_OP logical_xor_expr
LogicalOrExpression(Expression, Expression) - Constructor for class com.cc.framework.security.acl.expr.LogicalOrExpression
Konstruktor
LogicalXorExpression - class com.cc.framework.security.acl.expr.LogicalXorExpression.
Produktionsregel: logical_or_expr : logical_xor_expr | logical_or_expr XOR_OP logical_xor_expr
LogicalXorExpression(Expression, Expression) - Constructor for class com.cc.framework.security.acl.expr.LogicalXorExpression
Konstruktor
LongConverter - class com.cc.framework.convert.imp.LongConverter.
Converter for Datatype java.lang.Long
LongConverter() - Constructor for class com.cc.framework.convert.imp.LongConverter
 
label - Variable in class com.cc.framework.taglib.base.OptionTag
The options text
label - Variable in class com.cc.framework.ui.control.FormControlElement
Label of the form element
label - Variable in class com.cc.framework.ui.control.FormHtmlElement
Label of the form element
label - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Label
label - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
label - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
labelLeft - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Label for the left selection window
labelLeft - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Label for the left selection window
labelLength - Variable in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
The length of the labels.
labelLength - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
The length of the labels.
labelPrefix - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
optional label prefix in plain HTML
labelProperty - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
The property for the label
labelProperty - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
The property for the label
labelProperty - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
The property for the label
labelProperty - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field labelProperty
labelRaw - Variable in class com.cc.framework.taglib.base.OptionTag
This flag indicates that the text is set from the tag body
labelRight - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Label for the right selection window
labelRight - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Label for the right selection window
labelSuffix - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
optional label suffix in plain HTML
labelWidth - Variable in class com.cc.framework.ui.control.FormGroupElement
The width of the label area for this container
labelWidth - Variable in class com.cc.framework.ui.model.imp.FormColumnImp
The width of the label area for this container
labelWidth - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
The width of the label area for this container
labelWrap - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Controls how labels are wrapped when displayed
labelWrap - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Controls how labels are wrapped when displayed
lastAction - Variable in class com.cc.framework.dialog.DialogContext
The action to return to
layout - Variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
The HTML/JSP Template to use
layoutHint - Variable in class com.cc.framework.ui.model.InnerFrame
Optional layout hint for this frame
lbl(String) - Static method in class com.cc.framework.http.HttpUtil
 
levelIter - Variable in class com.cc.framework.util.TreeIterator
 
levels - Variable in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
Number of select levels
lineIterator - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
The line iterator with the current line
link - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
Optional Hyperlink
linkName - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The anchor name to be defined within this page, so that you can reference it with intra-page Hyperlinks.
linkName - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
The anchor name to be defined within this page, so that you can reference it with intra-page Hyperlinks.
linkNameProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Name of the Property to acquire the Anchor name-Attribute
linkTo(ConcreteElement) - Method in class com.cc.framework.ui.painter.global.PopupElement
Links this popup element to the given anchor element
list - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterList
The option elements
list - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterOptionListDataModel
The option elements
list - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterSimpleEnumType2
The option elements
literal - Variable in class com.cc.framework.ui.model.value.DeferredValue
Literal value (-> expression is null)
literal - Variable in class com.cc.framework.util.PropertyResourceKey
 
load(MessageResourceLoader) - Method in class com.cc.framework.message.MessageResources
Loads the messages into the internal list.
load(Severity, PageContext) - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp
Loads the Massages
loadClass(String) - Static method in class com.cc.framework.adapter.FrameworkAdapterFactory
MUST KEEP THIS METHOD PRIVATE Exposing this method establishes a security violation.
locale - Variable in class com.cc.framework.convert.imp.DateTimeConverter
 
locale - Variable in class com.cc.framework.convert.imp.NumberConverter
 
locale - Variable in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
locale - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
The Locale for this Painter
localeFromName(HttpContext, String) - Static method in class com.cc.framework.adapter.AdapterUtil
Gets the Locale Object from a Locale Name
localeFromName(PageContext, String) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Gets the Locale Object from a Locale Name
localeFromName(HttpContext, String) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Gets the Locale Object from a Locale Name
localeFromName(HttpContext, String) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Gets the Locale Object from a Locale Name
localeFromName(PageContext, String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
localeFromName(HttpContext, String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
localeFromName(PageContext, String) - Static method in class com.cc.framework.taglib.TagHelp
Gets the Locale Object from a Locale Name
localeFromName(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Gets the Locale Object from a Locale Name
localeFromSession(HttpContext) - Static method in class com.cc.framework.adapter.AdapterUtil
Gets the Locale Object for the running session
localeFromSession(HttpContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Gets the Locale Object for the running session
localeFromSession(PageContext) - Static method in class com.cc.framework.taglib.TagHelp
Gets the Locale Object for the running session
localeFromSession(PageContext) - Static method in class com.cc.framework.ui.painter.PainterHelp
Gets the Locale Object for the running session
localeName - Variable in class com.cc.framework.taglib.template.IncludeTag
Locale Name
localeName - Variable in class com.cc.framework.taglib.template.InsertTag
Locale Name
localeName - Variable in class com.cc.framework.taglib.template.PageDef
Locale Name
localeName - Variable in class com.cc.framework.taglib.template.PageParameter
Locale Name
localeName - Variable in class com.cc.framework.taglib.template.PutTag
Locale Name
localeName - Variable in class com.cc.framework.taglib.util.CalendarResourceTag
The locale for the calendar resources
localeName - Variable in class com.cc.framework.taglib.util.ResourceTag
The optional locale
localeName - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Locale Setting
localeName - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
Locale Setting
localeName - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Locale Setting
localeName - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Locale Setting
localeName - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
Locale Setting
localeName - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
Locale Setting
localeName - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
Locale Setting
locale_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
localize(HttpContext, String) - Static method in class com.cc.framework.adapter.AdapterUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Locale) - Static method in class com.cc.framework.adapter.AdapterUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Object[]) - Static method in class com.cc.framework.adapter.AdapterUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Object[], Locale) - Static method in class com.cc.framework.adapter.AdapterUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.adapter.AdapterUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Locale) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Object[]) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Object[], Locale) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Localizes a string depending on the localization settings of the Painter context.
localize(HttpContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String) - Static method in class com.cc.framework.taglib.TagHelp
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String, Object[]) - Static method in class com.cc.framework.taglib.TagHelp
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String, Object[], Locale) - Static method in class com.cc.framework.taglib.TagHelp
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.taglib.TagHelp
Localizes a string depending on the localization settings of the Painter context.
localize() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
If this flag is set to true the framework interprets all labels as resource identifiers and localize them.
localize - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
Specifies if all String should be treated as Resource Identifiers and must be localized
localize() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
localize - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Specifies if localization is enabled
localize() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
localize - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
Specifies if all String should be treated as Resource Identifiers and must be localized
localize() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
localize - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
Specifies if all String should be treated as Resource Identifiers and must be localized
localize() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
localize(String) - Method in class com.cc.framework.ui.painter.ControlPainter
Localizes a string depending on the localization settings of the Painter context
localize(String, Locale) - Method in class com.cc.framework.ui.painter.ControlPainter
Localizes a string depending on the localization settings of the Painter context
localize(String, Object[]) - Method in class com.cc.framework.ui.painter.ControlPainter
Localizes a string depending on the localization settings of the Painter context
localize(String) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Localizes a string depending on the localization settings of the Painter context
localize(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Localizes a string depending on the localization settings of the Painter context
localize(String, Locale) - Method in interface com.cc.framework.ui.painter.PainterContext
Localizes a string depending on the localization settings of the Painter context
localize(String, Object[]) - Method in interface com.cc.framework.ui.painter.PainterContext
Localizes a string depending on the localization settings of the Painter context
localize(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String, Locale) - Static method in class com.cc.framework.ui.painter.PainterHelp
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String, Object[]) - Static method in class com.cc.framework.ui.painter.PainterHelp
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String, Object[], Locale) - Static method in class com.cc.framework.ui.painter.PainterHelp
Localizes a string depending on the localization settings of the Painter context.
localize(PageContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.ui.painter.PainterHelp
Localizes a string depending on the localization settings of the Painter context.
localize() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
localize - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
localize() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
localize() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
localize() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
localize - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
localize() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
localize() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
localize() - Method in interface com.cc.framework.ui.painter.html.OptionItem
If this flag is set to true the framework interprets all labels as resource identifiers and localize them.
localize() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
 
localize(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Localizes a string depending on the localization settings of the Painter context
localize(String, Locale) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Localizes a string depending on the localization settings of the Painter context
localize(String, Object[]) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Localizes a string depending on the localization settings of the Painter context
localize(String, Locale) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
localize(String, Object[]) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
localize(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
localizeKey(HttpContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.adapter.AdapterUtil
Localizes a string depending on the localization settings of the Painter context.
localizeKey(PageContext, String, Locale, boolean) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Localizes a string depending on the localization settings of the Painter context.
localizeKey(HttpContext, String, Locale, boolean) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Localizes a string depending on the localization settings of the Painter context.
localizeKey(PageContext, String, Locale, boolean) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
localizeKey(HttpContext, String, Locale, boolean) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
localizeKey(PageContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.taglib.TagHelp
Localizes a string depending on the localization settings of the Painter context.
localizeKey(String, Object[], boolean) - Method in interface com.cc.framework.ui.painter.PainterContext
Localizes a string depending on the localization settings of the Painter context.
localizeKey(PageContext, String, Object[], Locale, boolean) - Static method in class com.cc.framework.ui.painter.PainterHelp
Localizes a string depending on the localization settings of the Painter context.
localizeKey(String, Object[], boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Localizes a string depending on the localization settings of the Painter context.
localizeKey(String, Object[], boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
locate(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeLineIterator
Locates the tree iterator on the given node
locateOnLastVisibleChild(TreeStateModel, TreeNodeDataModel, Principal) - Static method in class com.cc.framework.ui.control.TreeLineIterator
Creates a new tree iterator that is located on the last visible item
log - Static variable in class com.cc.framework.adapter.FrameworkAdapterFactory
Commons Logging instance.
log - Static variable in class com.cc.framework.adapter.struts.ActionUtil
Private Logger instance
log - Variable in class com.cc.framework.adapter.struts.FWAction
Commons Logging instance.
log - Variable in class com.cc.framework.adapter.struts.FWDispatchAction
Commons Logging instance.
log - Variable in class com.cc.framework.adapter.struts.FWLookupDispatchAction
Commons Logging instance.
log - Static variable in class com.cc.framework.adapter.struts.RequestProcessorUtil
Commons Logging instance.
log - Static variable in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Log
log - Variable in class com.cc.framework.convert.ConverterRegistry
Logging instance
log - Static variable in class com.cc.framework.resource.ResourceManager
Logging instance
log - Static variable in class com.cc.framework.resource.ResourceServlet
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.base.OptionTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.base.OptionsTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.controls.BaseControlTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.menu.ContextEqualTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.svg.EmbedTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.svg.SvgTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.util.BrowserInfoTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.util.DecoratorTag
Commons Logging instance.
log - Variable in class com.cc.framework.taglib.util.FilterTag
Commons Logging instance.
log - Variable in class com.cc.framework.ui.ELSupport.ELLogger
Logging instance
log - Static variable in class com.cc.framework.ui.ELSupport
Logging instance
log - Variable in class com.cc.framework.ui.control.Control
Commons Logging instance.
log - Variable in class com.cc.framework.ui.model.value.DeferredEnvironment.ELLogger
Logging instance
log - Static variable in class com.cc.framework.ui.model.value.DeferredEnvironment
Logging instance
log - Variable in class com.cc.framework.ui.painter.ControlPainter
Commons Logging instance.
log - Static variable in class com.cc.framework.util.TreeHelp
Logging instance
logControlAction(Control, Method, Throwable) - Static method in class com.cc.framework.adapter.struts.ActionUtil
This method logs any exceptions that have occurred during the execution of a control event handler
logError(String, Throwable) - Method in class com.cc.framework.ui.ELSupport.ELLogger
Logs a warning
logError(String, Throwable) - Method in class com.cc.framework.ui.model.value.DeferredEnvironment.ELLogger
Logs a warning
logWarning(String, Throwable) - Method in class com.cc.framework.ui.ELSupport.ELLogger
Logs a warning
logWarning(String, Throwable) - Method in class com.cc.framework.ui.model.value.DeferredEnvironment.ELLogger
Logs a warning
logger - Variable in class com.cc.framework.ui.model.value.DeferredEnvironment
Logger
longValue() - Method in class com.cc.framework.ui.html.LengthUnit
 
lookup(PageContext, String, String, HttpScope) - Static method in class com.cc.framework.adapter.AdapterUtil
Locate and return the specified property of the specified bean, from an optionally specified scope, in the specified page context.
lookup(Class) - Method in class com.cc.framework.convert.ConverterRegistry
Look up and return any registered Converter for the specified destination class; if there is no registered Converter, return a default String Converter.
lookup(PageContext, String, HttpScope) - Static method in class com.cc.framework.http.HttpUtil
Locate and return the specified bean, from an optionally specified scope, in the specified page context.
lookup(ServletContext, HttpServletRequest, String, HttpScope) - Static method in class com.cc.framework.http.HttpUtil
Locate and return the specified bean, from an optionally specified scope, in the specified page context.
lookupBean(PageContext, String, String, HttpScope) - Method in interface com.cc.framework.adapter.FrameworkAdapter
Lookup a Javabean for use in a JSP tag handler
lookupBean(PageContext, TagSupport, String, String, HttpScope) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Does a lookup for the specified Java bean
lookupBean(PageContext, String, String, HttpScope) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
lookupBean(PageContext, TagSupport, String, String, HttpScope) - Static method in class com.cc.framework.taglib.TagHelp
Lookup a Javabean for use in a JSP tag handler.
lookupBean() - Method in class com.cc.framework.taglib.base.ImageTag
Retrieves the bean which holds the Display Data or Control Instance
lookupBean() - Method in class com.cc.framework.taglib.base.OptionsTag
Retrieves the bean which holds the Display Data or Control Instance
lookupBean() - Method in class com.cc.framework.taglib.controls.BaseControlTag
Retrieves the bean which holds the Display Data or Control Instance
lookupBean() - Method in class com.cc.framework.taglib.forms.ForEachTag
Retrieves the bean which holds the Display Data or Control Instance
lookupBean() - Method in class com.cc.framework.taglib.svg.SvgTag
Retrieves the bean which holds the Display Data or Control Instance
lookupDialog(PageContext, String) - Static method in class com.cc.framework.http.HttpUtil
Locate and return the specified bean, from the dialog scope.
lookupDialog(HttpServletRequest, String) - Static method in class com.cc.framework.http.HttpUtil
Locate and return the specified bean, from the dialog scope.
lookupFactory(PageContext, String) - Static method in class com.cc.framework.ui.painter.PainterFactory
Returns the specified painter factory by its factory id
lookupImageMap(PageContext, String) - Static method in class com.cc.framework.taglib.TagHelp
Returns an image map

M

MAIN - Static variable in class com.cc.framework.ui.MenuType
type: MAIN
MASK_ALL - Static variable in class com.cc.framework.ui.model.SchedulerScope
Mask for all views
MASK_ALL - Static variable in class com.cc.framework.ui.model.SchedulerView
Mask for all views
MAXIMIZE - Static variable in class com.cc.framework.ui.control.ControlButton
Maximize Button
MENUCONTEXT_KEY - Static variable in interface com.cc.framework.Globals
Key for the menu context in the JSP
MENU_LEVEL1_SPACER_LEFT - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Menu Control left spacer
MENU_LEVEL1_SPACER_RIGHT - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Menu Control right spacer
MENU_MAIN - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Menu Control: mm
MENU_SIDEBAR - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Menu Control: msb
MENU_TOOLS - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Menu Control: mt
MESSAGE - Static variable in interface com.cc.framework.Globals
Key for Framework Message Resources Configuration
MESSAGES_SAVE_KEY - Static variable in interface com.cc.framework.Globals
Key for the message collection in the session Message Collection is used to achieve the Struts Message Objects over multiple Server round trips (if they are stored in the Request org.apache.struts.Globals#MESSAGE_KEY)
MESSAGE_BODY - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Message Form: body
MESSAGE_BODY_DATA - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Message Form: data
MESSAGE_HEADER_LABEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Message Form: headerl
METHOD_ONCANCEL - Static variable in class com.cc.framework.adapter.struts.FormActionCommand
Field METHOD_CANCEL
METHOD_ONCLICK - Static variable in class com.cc.framework.adapter.struts.FormActionCommand
Field METHOD_ONCLICK
METHOD_ONSUBMIT - Static variable in class com.cc.framework.adapter.struts.FormActionCommand
Field METHOD_ONSUBMIT
METRIC_HOUR_WIDTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
The width of the "hour" section
METRIC_INTERVAL_WIDTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
The width of the "minute" section
METRIC_LINE_HIGHT - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
The high of one row
METRIC_MIN_DAY_HEIGHT - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefMonthViewPainter
The minimal row height
METRIC_MIN_DAY_HEIGHT - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefWeekViewPainter
The minimal row height
METRIC_SEPARATOR_WIDTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
The width of the column separator
MIDDLE - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: middle
MINIMIZE - Static variable in class com.cc.framework.ui.control.ControlButton
Minimize Button
MISSING_OPERAND - Static variable in class com.cc.framework.security.acl.expr.SyntaxException
missing operand
MONTH - Static variable in class com.cc.framework.ui.model.SchedulerView
The control will be displayed in month view
MONTHLY - Static variable in class com.cc.framework.ui.model.RecurrenceType
Recurrence Type: monthly
MONTHLY_NTH - Static variable in class com.cc.framework.ui.model.RecurrenceType
Recurrence Type: monthlyNth
MOVE - Static variable in class com.cc.framework.ui.control.ControlButton
MOVE Button
MOVE_DOWN - Static variable in class com.cc.framework.ui.control.ControlButton
MOVE_DOWN Button
MOVE_UP - Static variable in class com.cc.framework.ui.control.ControlButton
MOVE_UP Button
MSG - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Error messages
MULTIPLE - Static variable in class com.cc.framework.ui.ExpansionMode
expansion mode: MULTIPLE
MULTIPLE - Static variable in class com.cc.framework.ui.SelectMode
mode: MULTIPLE
M_CLOSING - Static variable in interface com.cc.framework.util.parser.HtmlHandler
Closing element </b>
M_INLINE - Static variable in interface com.cc.framework.util.parser.HtmlHandler
Inline element <br/>
M_OPENING - Static variable in interface com.cc.framework.util.parser.HtmlHandler
Opening element <b>
MenuButtonControl - class com.cc.framework.ui.control.MenuButtonControl.
Menu Button Control.
MenuButtonControl() - Constructor for class com.cc.framework.ui.control.MenuButtonControl
Constructor
MenuButtonControl(MenuButtonDesignModel) - Constructor for class com.cc.framework.ui.control.MenuButtonControl
Constructor
MenuButtonDataModel - interface com.cc.framework.ui.model.MenuButtonDataModel.
Data model of the Menu Button Control
MenuButtonDesignModel - interface com.cc.framework.ui.model.MenuButtonDesignModel.
Design model of the Menu Button Control
MenuButtonDesignModelImp - class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp.
MenuButtonDesignModel implementation
MenuButtonDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
Constructor
MenuButtonStateModel - interface com.cc.framework.ui.model.MenuButtonStateModel.
State model of the menu button control
MenuButtonTag - class com.cc.framework.taglib.menu.MenuButtonTag.
Tag Handler for the <ctrlext:menubutton> JSP Tag
MenuButtonTag() - Constructor for class com.cc.framework.taglib.menu.MenuButtonTag
Constructor
MenuContainerTag - interface com.cc.framework.taglib.menu.MenuContainerTag.
Tag-Interface MenuContainerTag
MenuContext - class com.cc.framework.ui.control.MenuContext.
MenuContext Every JSP can define one MenuContext
MenuContext() - Constructor for class com.cc.framework.ui.control.MenuContext
Constructor An Instance of this Class only can be created with the Method getContext()
MenuControl - class com.cc.framework.ui.control.MenuControl.
The MenuControl
MenuControl() - Constructor for class com.cc.framework.ui.control.MenuControl
Constructor
MenuDataModel - interface com.cc.framework.ui.model.MenuDataModel.
Data model for the MenuControl
MenuDesignModel - interface com.cc.framework.ui.model.MenuDesignModel.
DesignModel for the MenuControl
MenuDesignModelImp - class com.cc.framework.ui.model.imp.MenuDesignModelImp.
Designmodel for the MenuControl
MenuDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.MenuDesignModelImp
Constructor for MenuDesignModelImp
MenuItem - interface com.cc.framework.ui.model.MenuItem.
Menu item
MenuItemDesignModel - interface com.cc.framework.ui.model.MenuItemDesignModel.
Designmodel for the MenuItem
MenuItemDesignModelImp - class com.cc.framework.ui.model.imp.MenuItemDesignModelImp.
Designmodel for a menu item
MenuItemDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Constructor
MenuItemImp - class com.cc.framework.ui.model.imp.MenuItemImp.
Designmodel for a menu item
MenuItemImp() - Constructor for class com.cc.framework.ui.model.imp.MenuItemImp
Constructor
MenuItemTag - class com.cc.framework.taglib.menu.MenuItemTag.
Tag-Handler for the menuitem Tag.
MenuItemTag() - Constructor for class com.cc.framework.taglib.menu.MenuItemTag
Constructor
MenuState - interface com.cc.framework.ui.MenuState.
Enumeration for the states of menu items
MenuStateModel - interface com.cc.framework.ui.model.MenuStateModel.
State model for the MenuControl
MenuStateType - class com.cc.framework.ui.MenuStateType.
Enumeration for the states of menu items
MenuStateType(String, int, int) - Constructor for class com.cc.framework.ui.MenuStateType
Constructor for MenuStateType
MenuTag - class com.cc.framework.taglib.menu.MenuTag.
Tag handler for the menu tag.
MenuTag() - Constructor for class com.cc.framework.taglib.menu.MenuTag
Constructor
MenuType - class com.cc.framework.ui.MenuType.
Enumeration of menu types used by the framework
MenuType(String) - Constructor for class com.cc.framework.ui.MenuType
Constructor for MenuType
Message - interface com.cc.framework.message.Message.
Interface for messages
MessageControl - class com.cc.framework.ui.control.MessageControl.
The Message Control
MessageControl() - Constructor for class com.cc.framework.ui.control.MessageControl
Constructor for MessageTag
MessageDataModel - interface com.cc.framework.ui.model.MessageDataModel.
Data model for the MessageControl
MessageDesignModel - interface com.cc.framework.ui.model.MessageDesignModel.
Design model for the MessageControl
MessageDesignModelImp - class com.cc.framework.ui.model.imp.MessageDesignModelImp.
Designmodel for messages
MessageDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.MessageDesignModelImp
Constructor for MessageDesignModelImp
MessageResource - class com.cc.framework.message.MessageResource.
Class MessageResource
MessageResource() - Constructor for class com.cc.framework.message.MessageResource
Constructor for MessageResource
MessageResource(int, String, Severity) - Constructor for class com.cc.framework.message.MessageResource
Constructor for MessageResource
MessageResourceLoader - interface com.cc.framework.message.MessageResourceLoader.
Interface for accessing messages from a configuration file.
MessageResources - class com.cc.framework.message.MessageResources.
This class defines a message (message resource) in different languages.
MessageResources() - Constructor for class com.cc.framework.message.MessageResources
Constructor for MessageMap
MessageStateModel - interface com.cc.framework.ui.model.MessageStateModel.
State model for the Message Control
MessageTag - class com.cc.framework.taglib.forms.MessageTag.
Tag-Handler for the message Tag.
MessageTag() - Constructor for class com.cc.framework.taglib.forms.MessageTag
Constructor
Messages - class com.cc.framework.message.Messages.
Collection for Messages
Messages() - Constructor for class com.cc.framework.message.Messages
Constructor for Messages
MimeType - class com.cc.framework.resource.MimeType.
Defines MIME types used in the Common Controls Framework
MimeType(String, String, String) - Constructor for class com.cc.framework.resource.MimeType
Constructor for MimeType
MultiLevelSelectControl - class com.cc.framework.ui.control.MultiLevelSelectControl.
The SelectControl
MultiLevelSelectControl() - Constructor for class com.cc.framework.ui.control.MultiLevelSelectControl
Constructor
MultiLevelSelectControl(MultiLevelSelectDesignModel) - Constructor for class com.cc.framework.ui.control.MultiLevelSelectControl
Constructor
MultiLevelSelectDataModel - interface com.cc.framework.ui.model.MultiLevelSelectDataModel.
Data model for the Multilevel Select Control
MultiLevelSelectDesignModel - interface com.cc.framework.ui.model.MultiLevelSelectDesignModel.
Design model for the Multilevel Select Control
MultiLevelSelectDesignModelImp - class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp.
Designmodel for the SelectControl
MultiLevelSelectDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
Constructor for SelectDesignModelImp
MultiLevelSelectStateModel - interface com.cc.framework.ui.model.MultiLevelSelectStateModel.
State model for the Multilevel Select Control
MultiLevelSelectTag - class com.cc.framework.taglib.controls.MultiLevelSelectTag.
Tag-Handler for the SelectTag
MultiLevelSelectTag() - Constructor for class com.cc.framework.taglib.controls.MultiLevelSelectTag
Constructor
map - Variable in class com.cc.framework.message.MessageResources
The buffer to store the messages
map - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
map - Variable in class com.cc.framework.taglib.util.ImageMapTag
Instance of the ImageMap
map - Variable in class com.cc.framework.util.Algorithms.CollectItemsAlg
The collection where all Items should be stored
mapActualParameter(ControlRequestContext, String[]) - Method in class com.cc.framework.ui.control.ControlActionDef
Method mapActualParameter
mapColorName(String) - Static method in class com.cc.framework.ui.Color
Returns the color for a color value
mapColumnPosition(int) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
Maps the column identifier on to the actual column index
mapIndexToKeyset(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
This method maps an absolute index to a relative index in the keyset.
mapIndexToRowSet(int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
This method maps an absolute index to a relative index in the rowset.
mapIndexToRowSet(int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This method maps an absolute index to a relative index in the rowset.
mapString(String) - Static method in class com.cc.framework.ui.Color
Creates a color object for the specified argument
mapValueToImage(Object) - Method in class com.cc.framework.ui.AbstractImageMap
Returns an image for an expression
mapValueToImage(Object) - Method in interface com.cc.framework.ui.ImageMap
Maps the given key to an image
mapping() - Method in interface com.cc.framework.adapter.struts.ActionContext
Returns the action mapping object
mapping() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
mapping - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
The ActionMapping
mapping() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
Gets the ActionMapping
mappings - Variable in class com.cc.framework.ui.AbstractImageMap
Collection with all images in the image map in the format Tupel: (regular expression, image)
mark(String) - Method in class com.cc.framework.ui.control.SimpleListControl
 
mark(String) - Method in class com.cc.framework.ui.control.TreeControl
 
mark(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
mark(String) - Method in interface com.cc.framework.ui.model.ListStateModel
Selects a specified row.
mark(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
Selects a specified row.
mark(String) - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
mark(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
mark(int) - Method in class com.cc.framework.util.StringInputStream
Marks the read limit of the StringReader.
markAsToday(Calendar) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Checks if the given Date should be marked as today
markDirty(Control) - Method in interface com.cc.framework.adapter.AjaxRequest
Adds the given Control to the dirty list.
markDirty(Control) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
markDirty(Control) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
markDirty(ControlRequestContext) - Method in class com.cc.framework.ui.control.Control
This method marks the control as dirty when it has changed its state during an AJAX request.
markRequest(HttpServletRequest, String, Object) - Static method in class com.cc.framework.http.HttpUtil
Marks the request with an named attribute.
markSupported() - Method in class com.cc.framework.util.StringInputStream
 
mask - Variable in class com.cc.framework.ui.MenuStateType
State bit mask
mask() - Method in class com.cc.framework.ui.model.SchedulerScope
 
mask() - Method in class com.cc.framework.ui.model.SchedulerView
 
match(char) - Method in class com.cc.framework.security.acl.expr.TokenStream
Prüft ob sich an der aktuellen Leseposition das angegebenen Zeichen befindet
match(Object) - Method in class com.cc.framework.taglib.StrutsSelectTagComparator
Metode match
match(AbstractImageMap.ImageMapping, Object) - Method in class com.cc.framework.ui.AbstractImageMap
A derived class has to implement this abstract method and implement a strategy how values are mapped on Image Mappings.
match(AbstractImageMap.ImageMapping, Object) - Method in class com.cc.framework.ui.RegExpImageMap
 
match(AbstractImageMap.ImageMapping, Object) - Method in class com.cc.framework.ui.SimpleImageMap
 
match(Calendar) - Method in interface com.cc.framework.ui.model.Appointment
This method checks if the recurrence pattern matches the given date
match() - Method in interface com.cc.framework.ui.model.DesignRule
Matches the rule against the beans properties.
match(Calendar) - Method in interface com.cc.framework.ui.model.RecurrencePattern
This method checks if the recurrence pattern matches the given date
match(Calendar) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
match() - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
match(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Checks if this iterator matches a certain date
match(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
match(Appointment, Calendar) - Method in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
Checks if this appointment matches a certain Day
match - Variable in class com.cc.framework.ui.painter.html.LiteralOptionsComparator
String Literals for comparison
match(Object) - Method in class com.cc.framework.ui.painter.html.LiteralOptionsComparator
 
match(Object, Object) - Static method in class com.cc.framework.ui.painter.html.LiteralOptionsComparator
Compares two option values
match(Object) - Method in interface com.cc.framework.ui.painter.html.OptionsComparator
Checks if the specified Option is selected
match(char) - Method in class com.cc.framework.util.parser.HtmlParser
 
match(String) - Method in class com.cc.framework.util.parser.HtmlParser
 
matchIdentifier(String) - Method in class com.cc.framework.security.acl.expr.TokenStream
Prüft ob sich an der aktuellen Leseposition der angegebene Identifier befindet
matchSymbol(String) - Method in class com.cc.framework.security.acl.expr.TokenStream
Prüft ob sich an der aktuellen Leseposition die angegebenen Symbole befinden
matches - Variable in class com.cc.framework.util.Algorithms.CollectCheckableAlg
Matching items
matches - Variable in class com.cc.framework.util.Algorithms.CollectPropertyAlg
Matching items
max(Severity, Severity) - Static method in class com.cc.framework.common.Severity
Return the more significant Severity of two Objects
max(Comparable, Comparable) - Static method in class com.cc.framework.util.Util
Compares to objects for order
maxDepth - Variable in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
maxFractionDigits - Variable in class com.cc.framework.convert.imp.NumberConverter
 
maxFractionDigitsSpecified - Variable in class com.cc.framework.convert.imp.NumberConverter
 
maxFractionDigitsSpecified - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
maxFractionDigits_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
maxIntegerDigits - Variable in class com.cc.framework.convert.imp.NumberConverter
 
maxIntegerDigitsSpecified - Variable in class com.cc.framework.convert.imp.NumberConverter
 
maxIntegerDigitsSpecified - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
maxIntegerDigits_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
maxLength - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Maximum number of visible characters
maxLength - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Maximum number of visible characters
maxLength - Variable in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
Maximum number of input characters to accept.
maxLength - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Maximum number of visible characters
maxLength - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
The maximum number of characters that are displayed for each option element.
maxLength - Variable in class com.cc.framework.ui.model.imp.TextDesignModelImp
Maximum number of input characters to accept.
maxLength - Variable in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Maximum number of input characters to accept.
maxLength - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Maximum number of visible characters
maxLength - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
maxLength - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
maxRows - Variable in class com.cc.framework.ui.control.ListLineIterator
The maximum number of rows the iterator can handle before returning done() = true
maxRows - Variable in class com.cc.framework.ui.control.TreeLineIterator
The maximum number of rows the iterator can handle before returning done() = true
maxVisible - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The maximum number of visible Appointments for one day
maxVisible - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
The number of visible Tabs.
maximize() - Method in class com.cc.framework.ui.control.FrameControl
 
maximize() - Method in interface com.cc.framework.ui.model.FrameStateModel
Maximizes the frame
maximize() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
maxlength - Variable in class com.cc.framework.taglib.base.OptionTag
The maximum String length
maxlength - Variable in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
The maximal length for the value within this textare
menuFilter - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
A filter expression used to hide or show the menu item in different contexts
menuFilter - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
A filter expression used to hide or show the menu item in different contexts
menuid - Variable in class com.cc.framework.ui.model.imp.MenuDesignModelImp
The Menu Id
menuid - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The Menu item id
menuid - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The Menu item id
menus - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
List with menus that need to be rendered to the AJAX response
message - Variable in class com.cc.framework.security.Permission
Additional message text which can be assigned to the permission
message - Variable in class com.cc.framework.ui.control.FormMessageElement
The message text
message - Variable in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
Message
messageCollection() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
Retrieves or creates the message collection.
messages - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
Collection of messages which was filled during the execution of an action.
messages() - Method in class com.cc.framework.message.MessageResources
Returns an enumeration of all messages in this list.
messages - Variable in class com.cc.framework.message.Messages
The buffer into which the messages are stored.
messages - Variable in class com.cc.framework.security.acl.AccessControlList.AccessControlEnvironment
This list receives the messages from all not granted permissions
messages - Variable in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp
Collection with all Messages
method - Variable in class com.cc.framework.ui.FormMethod
The internal type
method - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
Method to submit the form
min(Comparable, Comparable) - Static method in class com.cc.framework.util.Util
Compares two objects for order
min(Comparable, Comparable, Comparable) - Static method in class com.cc.framework.util.Util
Compares three objects for order
minFractionDigits - Variable in class com.cc.framework.convert.imp.NumberConverter
 
minFractionDigitsSpecified - Variable in class com.cc.framework.convert.imp.NumberConverter
 
minFractionDigitsSpecified - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
minFractionDigits_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
minIntegerDigits - Variable in class com.cc.framework.convert.imp.NumberConverter
 
minIntegerDigitsSpecified - Variable in class com.cc.framework.convert.imp.NumberConverter
 
minIntegerDigitsSpecified - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
minIntegerDigits_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
minRowCount - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Number of minimal displayed lines
minimize() - Method in class com.cc.framework.ui.control.FrameControl
 
minimize() - Method in interface com.cc.framework.ui.model.FrameStateModel
Minimizes the frame
minimize() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
minus(double) - Method in class com.cc.framework.ui.html.LengthUnit
adds a literal to the current length
minus(LengthUnit) - Method in class com.cc.framework.ui.html.LengthUnit
adds a literal to the current length
mode - Variable in class com.cc.framework.ui.JoinMode
The internal mode
mode - Variable in class com.cc.framework.ui.model.CalendarMode
Internal Mode Identifier
mode - Variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
The mode controls how the calendar window should behave.
mode - Variable in class com.cc.framework.util.Checker
The select mode
model - Variable in class com.cc.framework.taglib.base.ImageTag
The image model
monthDayOfMonth - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
monthInterval - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
monthNthDayMask - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
monthNthInstance - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
monthNthInterval - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
monthOfYear - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The MonthOfYear property contains the calendar number of the month in which the AppointmentItem is to recur, for example the value 2 to indicate February.
monthSubtype - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
more - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
Field more
multiple - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
Indicates that multiple selections is allowed.
multiple - Variable in class com.cc.framework.ui.model.imp.SelectDesignModelImp
Indicates that multiple selections is allowed.
multiple - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Defines the control as a multi swap select control
multiple - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Defines the control as a multi swap select control

N

NEG - Static variable in class com.cc.framework.ui.model.value.DeferredValue
Integer literal for -1
NEGATION - Static variable in class com.cc.framework.security.acl.expr.UnaryOperator
logische Negierung
NESTED_EXCEPTION - Static variable in class com.cc.framework.security.acl.expr.SyntaxException
nested exception
NEXTPAGE - Static variable in class com.cc.framework.ui.control.ControlButton
NEXTPAGE Button
NONE - Static variable in class com.cc.framework.common.CheckState
CheckState: NONE (-2 = Don't show any checkboxes)
NONE - Static variable in class com.cc.framework.common.Severity
severity: NONE
NONE - Static variable in class com.cc.framework.common.SortOrder
sort: NONE
NONE - Static variable in class com.cc.framework.resource.MimeType
MIME type: NONE
NONE - Static variable in class com.cc.framework.security.acl.expr.AccessToken
No Access specified
NONE - Static variable in class com.cc.framework.taglib.util.JspDirective
JSP directive: NONE
NONE - Static variable in class com.cc.framework.ui.CheckRange
do not check elements
NONE - Static variable in class com.cc.framework.ui.FormType
form: NONE
NONE - Static variable in class com.cc.framework.ui.JoinMode
do not join elements
NONE - Static variable in class com.cc.framework.ui.MenuType
type: NONE
NONE - Static variable in class com.cc.framework.ui.SelectMode
mode: NONE
NONE - Static variable in class com.cc.framework.ui.model.AppointmentPriority
importance: none
NONE - Static variable in class com.cc.framework.ui.model.RecurrenceType
Recurrence Type: none
NORMAL - Static variable in class com.cc.framework.ui.model.AppointmentPriority
importance: normal
NOT - Static variable in class com.cc.framework.security.acl.expr.LogicalOperator
Logisches Negation
NO_ERROR - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
No error
N_CHECKED - Static variable in class com.cc.framework.common.CheckState
int value of CHECKED (1 = The object is checked)
N_NONE - Static variable in class com.cc.framework.common.CheckState
int value of NONE (-2 = Don't show any checkboxes)
N_UNCHECKED - Static variable in class com.cc.framework.common.CheckState
int value of UNCHECKED (0 = The object is not checked)
N_UNDEFINED - Static variable in class com.cc.framework.common.CheckState
int value of UNDEFINED (2 = The check sate is undefined, checked gray)
N_UNSELECTABLE - Static variable in class com.cc.framework.common.CheckState
int value of UNSELECTABLE (-1 = The object is not selectable, unchecked gray)
NavigationPosition - interface com.cc.framework.ui.control.NavigationPosition.
Position of page navigation elements
NotGrantedTag - class com.cc.framework.taglib.security.NotGrantedTag.
Tag-Handler for the notGranted Tag.
NotGrantedTag() - Constructor for class com.cc.framework.taglib.security.NotGrantedTag
 
NotInEditModeException - exception com.cc.framework.common.NotInEditModeException.
This exception is thrown by business objects if the object is not in edit mode but someone wants to change the internal state.
NotInEditModeException() - Constructor for class com.cc.framework.common.NotInEditModeException
Constructor for NotInEditModeException
NotInEditModeException(String) - Constructor for class com.cc.framework.common.NotInEditModeException
Constructor for NotInEditModeException
NotPresentTag - class com.cc.framework.taglib.template.NotPresentTag.
Tag handler for the notpresent tag.
NotPresentTag() - Constructor for class com.cc.framework.taglib.template.NotPresentTag
Constructor
NullHandler - class com.cc.framework.util.parser.formatter.NullHandler.
This handler generates no output at all
NullHandler() - Constructor for class com.cc.framework.util.parser.formatter.NullHandler
 
NumberConverter - class com.cc.framework.convert.imp.NumberConverter.
Converter for Numbers (as in the Java Server Faces Specification) Converter implementation for java.lang.Number values.
NumberConverter() - Constructor for class com.cc.framework.convert.imp.NumberConverter
Constructor
name - Variable in class com.cc.framework.common.Severity
display value / the nice name
name - Variable in class com.cc.framework.common.SortOrder
display value / nice name
name - Variable in class com.cc.framework.message.MessageResource
Symbolic name for the message
name - Variable in class com.cc.framework.resource.MimeType
Display name
name - Variable in class com.cc.framework.security.acl.expr.AccessToken
user friendly name
name - Variable in class com.cc.framework.taglib.base.ImageTag
The name of the bean containing our underlying property.
name - Variable in class com.cc.framework.taglib.base.OptionsTag
Field name
name - Variable in class com.cc.framework.taglib.forms.ForEachTag
The bean name of the collection
name - Variable in class com.cc.framework.taglib.svg.EmbedTag
Name
name - Variable in class com.cc.framework.taglib.svg.SvgTag
The name of the bean containing our underlying property.
name - Variable in class com.cc.framework.taglib.template.GetTag
Field name
name - Variable in class com.cc.framework.taglib.template.PresentTag
Field name
name - Variable in class com.cc.framework.taglib.template.PutTag
Field name
name - Variable in class com.cc.framework.taglib.util.BrowserInfoTag
The name of the hidden input field
name - Variable in class com.cc.framework.taglib.util.ImageMapTag
Name to store the ImageMap in the Page-Kontext
name - Variable in class com.cc.framework.ui.AbstractImageMap
Name of the ImageMap
name - Variable in class com.cc.framework.ui.control.ControlButton
Button Name
name - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
The name of the Bean used for the Control
name - Variable in class com.cc.framework.util.parser.HtmlParser.Attribute
The attribute name
name - Variable in class com.cc.framework.version.SystemType
Display value
nested - Variable in class com.cc.framework.adapter.struts.ActionContextWrapper
The ActionContext
nested - Variable in class com.cc.framework.ui.painter.imp.PainterContextWrapper
The nested painter context
next() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext.EmptyIterator
 
next() - Method in interface com.cc.framework.message.MessageResourceLoader
Goes to the next element of the list.
next(Token) - Method in class com.cc.framework.security.acl.expr.TokenStream
Parst das nächste Token aus dem Stream
next() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEIterator
 
next() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEMapIterator
 
next() - Method in class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
 
next() - Method in interface com.cc.framework.taglib.forms.ForEachTag.ForEachIterator
proceed to the next iteration element
next() - Method in interface com.cc.framework.ui.OptionEnumerator
Moves the iterator to the next elememt in the collection
next() - Method in interface com.cc.framework.ui.control.LineIterator
Moves to the next element
next() - Method in class com.cc.framework.ui.control.ListLineIterator
 
next() - Method in class com.cc.framework.ui.control.TreeLineIterator
Moves the iterator to the next visible tree node
next() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
next() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
next() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
 
next() - Method in class com.cc.framework.ui.painter.PainterFactoryIterator
 
next() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Positions the iterator on the next day
next() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.AvailableOptionsIterator
 
next() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
next() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.AvailableOptionsIterator
 
next() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
next() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterEnumeration
 
next() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterIterator
 
next() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
 
next() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterList
 
next() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterOptionListDataModel
 
next() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterSimpleEnumType2
 
next() - Method in interface com.cc.framework.ui.painter.html.OptionsIterator
Locates the iterator on the next element of the option list
next() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Every next() call moves current to the next node.
next() - Method in class com.cc.framework.util.TreeIterator.RootIterator
 
next() - Method in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
next() - Method in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
next() - Method in class com.cc.framework.util.TreeIterator
Returns the next element of a tree.
niceName() - Method in class com.cc.framework.common.Severity
Returns the nice name for this severity
noForward - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
This flag can be set if the ActionForward should be ignored.
not(AccessToken) - Method in class com.cc.framework.security.acl.AccessControlList.AccessControlEnvironment
 
not(AccessToken) - Method in interface com.cc.framework.security.acl.expr.ExecutionEnvironment
Negiert den übergebenen Operanden
nowrap - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
No wrap
nullFilter - Static variable in class com.cc.framework.util.Algorithms
Null Filter Instance

O

OCTETSTREAM - Static variable in class com.cc.framework.resource.MimeType
MIME type: OCTETSTREAM
ONABORT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user aborts the download of an image.
ONACTIVATE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object is set as the active element.
ONAFTERPRINT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the object immediately after its associated document prints or previews for printing.
ONAFTERUPDATE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on a databound object after successfully updating the associated data in the data source object.
ONBEFOREACTIVATE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires immediately before the object is set as the active element.
ONBEFORECOPY - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the source object before the selection is copied to the system clipboard.
ONBEFORECUT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the source object before the selection is deleted from the document.
ONBEFOREDEACTIVATE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires immediately before the activeElement is changed from the current object to another object in the parent document.
ONBEFOREEDITFOCUS - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires before an object contained in an editable element enters a UI-activated state or when an editable container object is control selected.
ONBEFOREPASTE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the target object before the selection is pasted from the system clipboard to the document.
ONBEFOREPRINT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the object before its associated document prints or previews for printing.
ONBEFOREUNLOAD - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires prior to a page being unloaded.
ONBEFOREUPDATE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on a databound object before updating the associated data in the data source object.
ONBLUR - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object loses the input focus.
ONBOUNCE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the behavior property of the marquee object is set to "alternate" and the contents of the marquee reach one side of the window.
ONCELLCHANGE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when data changes in the data provider.
ONCHANGE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the contents of the object or selection have changed.
ONCLICK - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user clicks the left mouse button on the object.
ONCLICK_CANCEL - Static variable in class com.cc.framework.ui.painter.def.DefButtonPainter
 
ONCLICK_RESET - Static variable in class com.cc.framework.ui.painter.def.DefButtonPainter
 
ONCLICK_SUBMIT - Static variable in class com.cc.framework.ui.painter.def.DefButtonPainter
 
ONCLICK_USERDEF - Static variable in class com.cc.framework.ui.painter.def.DefButtonPainter
onClick-Handler for an user defined button
ONCONTEXTMENU - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user clicks the right mouse button in the client area, opening the context menu.
ONCONTROLSELECT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user is about to make a control selection of the object.
ONCOPY - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the source element when the user copies the object or selection, adding it to the system clipboard.
ONCUT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the source element when the object or selection is removed from the document and added to the system clipboard.
ONDATAAVAILABLE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires periodically as data arrives from data source objects that asynchronously transmit their data.
ONDATASETCHANGED - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the data set exposed by a data source object changes.
ONDATASETCOMPLETE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires to indicate that all data is available from the data source object.
ONDBLCLICK - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user double-clicks the object.
ONDEACTIVATE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the activeElement is changed from the current object to another object in the parent document.
ONDRAG - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the source object continuously during a drag operation.
ONDRAGEND - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the source object when the user releases the mouse at the close of a drag operation.
ONDRAGENTER - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the target element when the user drags the object to a valid drop target.
ONDRAGLEAVE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
ONDRAGOVER - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the target element continuously while the user drags the object over a valid drop target.
ONDRAGSTART - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the source object when the user starts to drag a text selection or selected object.
ONDROP - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the target object when the mouse button is released during a drag-and-drop operation.
ONERROR - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when an error occurs during object loading.
ONERRORUPDATE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on a databound object when an error occurs while updating the associated data in the data source object.
ONFILTERCHANGE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a visual filter changes state or completes a transition.
ONFINISH - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when marquee looping is complete.
ONFOCUS - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object receives focus.
ONFOCUSIN - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires for an element just prior to setting focus on that element.
ONFOCUSOUT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires for the current element with focus immediately after moving focus to another element.
ONHELP - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user presses the F1 key while the browser is the active window.
ONKEYDOWN - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user presses a key.
ONKEYPRESS - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user presses an alphanumeric key.
ONKEYUP - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user releases a key.
ONLAYOUTCOMPLETE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the print or print preview layout process finishes filling the current LayoutRect object with content from the source document.
ONLOAD - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires immediately after the browser loads the object.
ONLOSECAPTURE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object loses the mouse capture.
ONMOUSEDOWN - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user clicks the object with either mouse button.
ONMOUSEENTER - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user moves the mouse pointer into the object.
ONMOUSELEAVE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user moves the mouse pointer outside the boundaries of the object.
ONMOUSEMOVE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user moves the mouse over the object.
ONMOUSEOUT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user moves the mouse pointer outside the boundaries of the object.
ONMOUSEOVER - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user moves the mouse pointer into the object.
ONMOUSEUP - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user releases a mouse button while the mouse is over the object.
ONMOUSEWHEEL - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the wheel button is rotated.
ONMOVE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object moves.
ONMOVEEND - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object stops moving.
ONMOVESTART - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object starts to move.
ONPASTE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document.
ONPROPERTYCHANGE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a property changes on the object.
ONREADYSTATECHANGE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the state of the object has changed.
ONRESET - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user resets a form.
ONRESIZE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the size of the object is about to change.
ONRESIZEEND - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user finishes changing the dimensions of the object in a control selection.
ONRESIZESTART - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user begins to change the dimensions of the object in a control selection.
ONROWENTER - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires to indicate that the current row has changed in the data source and new data values are available on the object.
ONROWEXIT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires just before the data source control changes the current row in the object.
ONROWSDELETE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when rows are about to be deleted from the recordset.
ONROWSINSERTED - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires just after new rows are inserted in the current recordset.
ONSCROLL - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user repositions the scroll box in the scroll bar on the object.
ONSELECT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the current selection changes.
ONSELECTIONCHANGE - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the selection state of a document changes.
ONSELECTSTART - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the object is being selected.
ONSTART - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires at the beginning of every loop of the marquee object.
ONSTOP - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when the user clicks the Stop button or leaves the Web page.
ONSUBMIT - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires when a FORM is about to be submitted.
ONUNLOAD - Static variable in class com.cc.framework.ui.model.ClientEvent
Fires immediately before the object is unloaded.
OPENING - Static variable in class com.cc.framework.security.acl.expr.Parenthesis
Öffnende Klammer (
OR - Static variable in class com.cc.framework.security.acl.expr.LogicalOperator
Logisches inklusives Oder
ORANGE - Static variable in class com.cc.framework.ui.Color
color : orange
OS_ARCH - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: os.arch
OS_NAME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: os.name
OS_VERSION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: os.version
ObjectResource - class com.cc.framework.resource.ObjectResource.
This class represent a web resource
ObjectResource(Object, Cachable) - Constructor for class com.cc.framework.resource.ObjectResource
Constructor for ObjectResource
OptionEnumerator - interface com.cc.framework.ui.OptionEnumerator.
Iterator for creating OPTION Tags in a DropDownList Box
OptionItem - interface com.cc.framework.ui.painter.html.OptionItem.
Interface for option items
OptionListDataModel - interface com.cc.framework.ui.model.OptionListDataModel.
This interface specifies the methods which are necessary for the elements of an option list.
OptionListDesignModel - interface com.cc.framework.ui.model.OptionListDesignModel.
Designmodel for the option list
OptionListDesignModelImp - class com.cc.framework.ui.model.imp.OptionListDesignModelImp.
Designmodel for Optionslists
OptionListDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.OptionListDesignModelImp
Constructor for OptionListDesignModelImp
OptionTag - class com.cc.framework.taglib.base.OptionTag.
Tag handler for the option Tag.
OptionTag() - Constructor for class com.cc.framework.taglib.base.OptionTag
Constructor
OptionsComparator - interface com.cc.framework.ui.painter.html.OptionsComparator.
Interface OptionsComparator
OptionsContainerTag - interface com.cc.framework.taglib.OptionsContainerTag.
Interface for a tag that can contain an option list
OptionsHelp - class com.cc.framework.ui.painter.html.OptionsHelp.
HelperClass for Option Lists
OptionsHelp() - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp
Constructor
OptionsHelp.IterBase - class com.cc.framework.ui.painter.html.OptionsHelp.IterBase.
Baseclass for Option iterators
OptionsHelp.IterBase(OptionListDesignModel) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Constructor
OptionsHelp.IterEnumeration - class com.cc.framework.ui.painter.html.OptionsHelp.IterEnumeration.
OptionsIterator for Enumeration
OptionsHelp.IterEnumeration(OptionListDesignModel, Enumeration) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterEnumeration
Constructor
OptionsHelp.IterIterator - class com.cc.framework.ui.painter.html.OptionsHelp.IterIterator.
OptionsIterator for Iterator
OptionsHelp.IterIterator(OptionListDesignModel, Iterator) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterIterator
Constructor
OptionsHelp.IterLineIterator - class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator.
OptionsIterator for LineIterator
OptionsHelp.IterLineIterator(OptionListDesignModel, ListDataModel) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
Constructor
OptionsHelp.IterLineIterator(OptionListDesignModel, TreeNodeDataModel) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
Constructor
OptionsHelp.IterList - class com.cc.framework.ui.painter.html.OptionsHelp.IterList.
OptionsIterator for List
OptionsHelp.IterList(OptionListDesignModel, List) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterList
Constructor
OptionsHelp.IterOptionListDataModel - class com.cc.framework.ui.painter.html.OptionsHelp.IterOptionListDataModel.
OptionsIterator for OptionListDataModel
OptionsHelp.IterOptionListDataModel(OptionListDesignModel, OptionListDataModel) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterOptionListDataModel
Constructor
OptionsHelp.IterSimpleEnumType2 - class com.cc.framework.ui.painter.html.OptionsHelp.IterSimpleEnumType2.
OptionsIterator for SimpleEnumType2
OptionsHelp.IterSimpleEnumType2(OptionListDesignModel, SimpleEnumType2) - Constructor for class com.cc.framework.ui.painter.html.OptionsHelp.IterSimpleEnumType2
Constructor
OptionsIterator - interface com.cc.framework.ui.painter.html.OptionsIterator.
Iterator Adapter for various Option types This interface has no reset() method because some of the underlying classes (like Iterator and Enumeration) do not support such an operation.
OptionsPainter - class com.cc.framework.ui.painter.html.OptionsPainter.
Painter for an option list The framework supports different data types which can be used to create an option list.
OptionsPainter(OptionListDesignModel, Object, OptionsComparator) - Constructor for class com.cc.framework.ui.painter.html.OptionsPainter
Constructor for OptionsPainter
OptionsTag - class com.cc.framework.taglib.base.OptionsTag.
Tag handler for the options Tag.
OptionsTag() - Constructor for class com.cc.framework.taglib.base.OptionsTag
Constructor
OrientationType - class com.cc.framework.ui.OrientationType.
Defines orienation types used in the Common Controls Framework
OrientationType(String) - Constructor for class com.cc.framework.ui.OrientationType
Constructor for OrientationType
object - Variable in class com.cc.framework.resource.ObjectResource
The object resource
occurrences - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The Occurrences property is used when the appointment is to recur a specific number of times, such as the next ten Thursdays.
onAdd(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Add Event
onAddAppointment(ControlRequestContext, long) - Method in class com.cc.framework.ui.control.SchedulerControl
Default handler for the AddAppointment Event
onAppointmentClick(ControlRequestContext, String, long) - Method in class com.cc.framework.ui.control.SchedulerControl
Default handler for the AppointmentCLick Event
onCellClick(ControlRequestContext, String, String) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the CellClick Event
onChangeDate(ControlRequestContext, long, String) - Method in class com.cc.framework.ui.control.SchedulerControl
Rolls the specified Date field by the given delta value.
onCheck(ControlRequestContext, String, SelectMode, boolean) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Check Event
onCheck(ControlRequestContext, String, SelectMode, boolean) - Method in class com.cc.framework.ui.control.SimpleListControl
Default handler for the Check Event
onCheck(ControlRequestContext, String, SelectMode, boolean) - Method in class com.cc.framework.ui.control.TreeControl
Default handler for the onCheck Event
onCheck(ControlRequestContext, String, SelectMode, boolean) - Method in class com.cc.framework.ui.control.TreelistControl
Default Handler for the Check Event
onCheckAll(ControlRequestContext, SelectMode, boolean) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the CheckAll Event
onCheckAll(ControlRequestContext, SelectMode, boolean) - Method in class com.cc.framework.ui.control.SimpleListControl
Default handler for the CheckAll Event
onCheckAll(ControlRequestContext, SelectMode, boolean) - Method in class com.cc.framework.ui.control.TreelistControl
Default Handler for the CheckAll Event
onCheckAppointment(ControlRequestContext, String, long, boolean) - Method in class com.cc.framework.ui.control.SchedulerControl
Default handler for the CheckAppointment Event
onCheckColumn(ControlRequestContext, String, boolean) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the CheckColumn Event
onCheckColumn(ControlRequestContext, String, boolean) - Method in class com.cc.framework.ui.control.SimpleListControl
Default handler for the CheckColumn Event
onCheckDate(ControlRequestContext, long, SchedulerScope, boolean) - Method in class com.cc.framework.ui.control.SchedulerControl
Default handler for the CheckAppointment Event
onClose(ControlRequestContext) - Method in class com.cc.framework.ui.control.FrameControl
Default Handler for the Close Event
onCollapse(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default Handler for the Collapse Event
onCollapse(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TreeControl
Default handler for the onCollapse Event
onCollapse(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TreelistControl
Default Handler for the Collapse Event
onCreate(ControlRequestContext) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Create Event
onCreate(ControlRequestContext) - Method in class com.cc.framework.ui.control.SchedulerControl
Default handler for the Create Event
onCrumbClick(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.CrumbsControl
The default handler for the onCrumbClick Event
onDelete(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Delete Event
onDrilldown(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Drilldown Event
onDrilldown(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TreeControl
Default handler for the onDrilldown Event
onEdit(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Edit Event
onExpand(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default Handler for the Expand Event
onExpand(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TreeControl
Default handler for the onExpand Event
onExpand(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TreelistControl
Default Handler for the Expand Event
onExpandEx(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default Handler for the ExpandEx Event
onExpandEx(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TreeControl
Default handler for the onExpandEx Event
onExpandEx(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TreelistControl
Default Handler for the ExpandEx Event
onExportList(ControlRequestContext) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the ExportList Event
onExportList(ControlRequestContext) - Method in class com.cc.framework.ui.control.SchedulerControl
Default handler for the ExportList Event
onHelp(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.Control
Default Handler for the Help Event
onItemClick(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.RatingControl
Default handler for the ItemCLick Event
onLoadMenu(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.MenuButtonControl
Loads the specified menu and returns the menu as an XML stream.
onMaximize(ControlRequestContext) - Method in class com.cc.framework.ui.control.FrameControl
Default Handler for the Maximize Event
onMinimize(ControlRequestContext) - Method in class com.cc.framework.ui.control.FrameControl
Default Handler for the Minimize Event
onPage(ControlRequestContext, int) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Page Event
onPage(ControlRequestContext, int) - Method in class com.cc.framework.ui.control.SimpleListControl
Default handler for the Page Event
onPage(ControlRequestContext, int) - Method in class com.cc.framework.ui.control.TreelistControl
Default Handler for the Page Event
onPrintList(ControlRequestContext) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the PrintList Event
onPrintList(ControlRequestContext) - Method in class com.cc.framework.ui.control.SchedulerControl
Default handler for the PrintList Event
onRefresh(ControlRequestContext) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Refresh Event
onRefresh(ControlRequestContext) - Method in class com.cc.framework.ui.control.SchedulerControl
Default Handler for the Refresh Event
onRestore(ControlRequestContext) - Method in class com.cc.framework.ui.control.FrameControl
Default Handler for the Restore Event
onSelect(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Select Event
onSelectDate(ControlRequestContext, long, String) - Method in class com.cc.framework.ui.control.SchedulerControl
This method gets called when the user clicks on a date element.
onSort(ControlRequestContext, String, SortOrder) - Method in class com.cc.framework.ui.control.ListControl
Default handler for the Sort Event
onSort(ControlRequestContext, String, SortOrder) - Method in class com.cc.framework.ui.control.SimpleListControl
Default handler for the Sort Event
onSort(ControlRequestContext, String, SortOrder) - Method in class com.cc.framework.ui.control.TreelistControl
Default Handler for the Sort Event
onSwapAll(ControlRequestContext, int) - Method in class com.cc.framework.ui.control.SwapSelectControl
Event handler for the swap all options button
onSwapAll(ControlRequestContext, int) - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Event handler for the swap all options button
onSwapSelected(ControlRequestContext, int) - Method in class com.cc.framework.ui.control.SwapSelectControl
Event handler for the swap selected options button
onSwapSelected(ControlRequestContext, int) - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Event handler for the swap selected options button
onTabClick(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TabbarControl
The default handler for the onTabClick Event
onTabScroll(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.TabbarControl
The default handler for the onTabScroll Event
onView(ControlRequestContext, String) - Method in class com.cc.framework.ui.control.SchedulerControl
Default Handler for the View Event
onajaxerror - Variable in class com.cc.framework.taglib.base.AjaxTag
Error JavaScript handler
onajaxsuccess - Variable in class com.cc.framework.taglib.base.AjaxTag
Success JavaScript handler
onajaxtimeout - Variable in class com.cc.framework.taglib.base.AjaxTag
Timeout JavaScript handler
op - Variable in class com.cc.framework.security.acl.expr.LogicalOperator
Operator
op - Variable in class com.cc.framework.security.acl.expr.Parenthesis
Operator
op - Variable in class com.cc.framework.security.acl.expr.UnaryOperator
Operator
open() - Method in class com.cc.framework.ui.control.FrameControl
 
open() - Method in interface com.cc.framework.ui.model.FrameStateModel
Changes the state of the frame to opened
open - Variable in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
open() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
open() - Method in interface com.cc.framework.ui.painter.PainterContext
The painter context has to be opened before it can be used.
open() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
The painter context has to be opened before it can be used.
open() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
operand - Variable in class com.cc.framework.security.acl.expr.UnaryExpression
Der Operand
operandA - Variable in class com.cc.framework.security.acl.expr.LogicalAndExpression
Der erste Opperand
operandA - Variable in class com.cc.framework.security.acl.expr.LogicalOrExpression
Der erste Opperand
operandA - Variable in class com.cc.framework.security.acl.expr.LogicalXorExpression
Der erste Opperand
operandB - Variable in class com.cc.framework.security.acl.expr.LogicalAndExpression
Der zweite Opperand
operandB - Variable in class com.cc.framework.security.acl.expr.LogicalOrExpression
Der zweite Opperand
operandB - Variable in class com.cc.framework.security.acl.expr.LogicalXorExpression
Der zweite Opperand
operator - Variable in class com.cc.framework.security.acl.expr.UnaryExpression
Der Operator
optionElements - Variable in class com.cc.framework.ui.control.CheckboxGroupControl
The Option elements
optionElements - Variable in class com.cc.framework.ui.control.ComboBoxControl
The Option elements
optionElements - Variable in class com.cc.framework.ui.control.SelectControl
The Option elements
optionElements - Variable in class com.cc.framework.ui.control.SwapSelectControl
The Option elements
optionElements - Variable in class com.cc.framework.ui.control.TreeSwapSelectControl
The Option elements
options - Variable in class com.cc.framework.taglib.forms.ForEachTag.FEOptionIterator
 
options - Variable in class com.cc.framework.ui.control.CheckboxGroupControl
The design model for the option elements - not for the control!
options - Variable in class com.cc.framework.ui.control.ComboBoxControl
The design model for the option elements - not for the control!
options - Variable in class com.cc.framework.ui.control.SelectControl
The design model for the option elements - not for the control!
options - Variable in class com.cc.framework.ui.control.SwapSelectControl
The option list
options - Variable in class com.cc.framework.ui.control.TreeSwapSelectControl
The option list
options - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OverallOptionsIterator
 
options - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OverallOptionsIterator
 
optionsProperty - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
Property for retrieving a individual option list for each row bean
optionsProperty - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
Property for retrieving a individual option list for each row bean
orientation - Variable in class com.cc.framework.ui.control.FormGroupElement
The orientation of the elements in this group
orientation - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
Specifies the orientation of sub menu items horizontal = from top to bottom vertical = from left to right
orientation - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
orientation - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
out - Variable in class com.cc.framework.util.parser.formatter.DefaultHandler
Result buffer
output(PrintWriter) - Method in class com.cc.framework.ui.painter.global.IncludeElement
 
overlapping - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
true when the tabs should be displayed in overlapping mode
overlapping - Variable in class com.cc.framework.ui.painter.def.frame.DefTabbedFramePainter
This flag indicates if tabs should be drawn with overlapping

P

PACKAGE_ACCESS - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: package.access
PACKAGE_DEFINITION - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: package.definition
PAGE - Static variable in class com.cc.framework.http.HttpScope
HttpScope: Page
PAGE - Static variable in class com.cc.framework.ui.CheckRange
check only elements that are visible on the current page
PAGE - Static variable in class com.cc.framework.ui.control.ControlButton
PAGE Button
PAINTERCONEXT_STACK_KEY - Static variable in interface com.cc.framework.Globals
Key to register the Painter Context stack in the request.
PAINTER_KEY - Static variable in interface com.cc.framework.Globals
Key to register the Painter Factory in the user session
PALETTE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Color Palette entries
PALETTE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Color Palette entries
PANEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Panel Control
PANEL_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background body
PANEL_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background body
PANEL_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background header
PANEL_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background header
PANEL_COLOR_BORDER_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
border body
PANEL_COLOR_BORDER_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
border body
PANEL_COLOR_BORDER_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border header
PANEL_COLOR_BORDER_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border header
PANEL_COLOR_ITEM_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Item border
PANEL_COLOR_ITEM_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Item border
PANEL_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text header
PANEL_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text header
PARENTHESIS - Static variable in class com.cc.framework.security.acl.expr.TokenType
Symbol: Klammer ()
PASSWORD - Static variable in class com.cc.framework.ui.model.InputFieldType
InputFieldType: PASSWORD
PASSWORD_INDICATOR - Static variable in class com.cc.framework.ui.painter.html.HtmlTextPainter
Indicator for a password String
PATH_SEPARATOR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: path.separator
PCL5 - Static variable in class com.cc.framework.resource.MimeType
MIME type: PCL5
PDF - Static variable in class com.cc.framework.resource.MimeType
MIME type: PDF
POPUP - Static variable in interface com.cc.framework.ui.MenuState
Specifies that the menu item has a pop-up menu associated with it.
POPUP - Static variable in class com.cc.framework.ui.MenuStateType
state: POPUP
POPUP - Static variable in class com.cc.framework.ui.model.CalendarMode
ButtonType: popup calendar
POPUP - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Popup window
POST - Static variable in class com.cc.framework.ui.FormMethod
method: POST
POS_REL_BOTTOM - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Relative to the bottom of the time table
POS_REL_TOP - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter
Relative to the top of the time table
PREFIX - Static variable in class com.cc.framework.ui.control.ControlValuePath
Prefix
PRESSED - Static variable in class com.cc.framework.common.ButtonState
Pressed button
PREVPAGE - Static variable in class com.cc.framework.ui.control.ControlButton
PREVPAGE Button
PRINCIPAL_KEY - Static variable in interface com.cc.framework.Globals
Key for the Principal object in the session
PRINTLIST - Static variable in class com.cc.framework.ui.control.ControlButton
PRINTLIST Button
PROPERTIES - Static variable in class com.cc.framework.ui.painter.def.DefRatingPainter
 
PROPERTY_PREFIX - Static variable in interface com.cc.framework.Globals
Prefix for property names
PROP_CHECKED - Static variable in class com.cc.framework.ui.control.TreeControl
Property for the checked nodes -> this is not really part of the controls state model. but we need a way to synchronize the state of checkboxes.
PROP_CONTROL - Static variable in interface com.cc.framework.ui.model.StateModel
State property for the control name
PROP_EXPANDED - Static variable in interface com.cc.framework.ui.model.TreeStateModel
State property for the expanded nodes
PROP_EXPANSION - Variable in class com.cc.framework.ui.model.imp.FrameStateModelImp
State property for the expansion state
PROP_FIRST - Static variable in interface com.cc.framework.ui.model.TabsetStateModel
State property for the first visible page
PROP_OPEN - Variable in class com.cc.framework.ui.model.imp.FrameStateModelImp
State property for the open state
PROP_PAGE - Static variable in interface com.cc.framework.ui.model.ListStateModel
State property for the current page
PROP_SELECTED - Static variable in interface com.cc.framework.ui.model.CrumbsStateModel
State property for selected element
PROP_SELECTED - Static variable in interface com.cc.framework.ui.model.TabsetStateModel
State property for the selected page
PROP_SELECTED - Static variable in interface com.cc.framework.ui.model.TreeStateModel
State property for the selected node
PROP_VIEW - Static variable in interface com.cc.framework.ui.model.SchedulerStateModel
State property for the current view
PageContextAdapter - class com.cc.framework.http.PageContextAdapter.
Adapts the PageContext to the HttpContext interface
PageContextAdapter(PageContext) - Constructor for class com.cc.framework.http.PageContextAdapter
Constructor
PageDef - class com.cc.framework.taglib.template.PageDef.
Page Definition
PageDef(String, String, String) - Constructor for class com.cc.framework.taglib.template.PageDef
Constructor
PageParameter - class com.cc.framework.taglib.template.PageParameter.
Class PageParameter
PageParameter(String, String, boolean) - Constructor for class com.cc.framework.taglib.template.PageParameter
Constructor
PainterContext - interface com.cc.framework.ui.painter.PainterContext.
This class encapsulates all the necessary objects for painting the control.
PainterContextAtributes - interface com.cc.framework.ui.painter.PainterContextAtributes.
PainterContext attribute names
PainterContextImp - class com.cc.framework.ui.painter.imp.PainterContextImp.
This class encapsulates all the necessary objects for painting the control.
PainterContextImp(PageContext, Control) - Constructor for class com.cc.framework.ui.painter.imp.PainterContextImp
Constructor
PainterContextWrapper - class com.cc.framework.ui.painter.imp.PainterContextWrapper.
Wrapper for a painter context
PainterContextWrapper(PainterContext) - Constructor for class com.cc.framework.ui.painter.imp.PainterContextWrapper
Constructor
PainterFactory - class com.cc.framework.ui.painter.PainterFactory.
A painter factory is responsible for the rendering of HTML control elements like lists, trees or tabsets.
PainterFactory() - Constructor for class com.cc.framework.ui.painter.PainterFactory
Constructor
PainterFactoryIterator - class com.cc.framework.ui.painter.PainterFactoryIterator.
Iterator for registered painter factories
PainterFactoryIterator() - Constructor for class com.cc.framework.ui.painter.PainterFactoryIterator
Constructor
PainterHelp - class com.cc.framework.ui.painter.PainterHelp.
Utility class for painters
PainterHelp() - Constructor for class com.cc.framework.ui.painter.PainterHelp
Constructor
PanelContentDesignModel - interface com.cc.framework.ui.model.PanelContentDesignModel.
Design model for panels
PanelContentDesignModelImp - class com.cc.framework.ui.model.imp.PanelContentDesignModelImp.
Designmoel for the panel content
PanelContentDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
Constructor
PanelContentTag - class com.cc.framework.taglib.controls.PanelContentTag.
Tag-Handler for the panel-content Tag.
PanelContentTag() - Constructor for class com.cc.framework.taglib.controls.PanelContentTag
Constructor
PanelContentTei - class com.cc.framework.taglib.controls.PanelContentTei.
TagExtraInfo Class to expose the PanelContentDesignModel to the Tag-Body
PanelContentTei() - Constructor for class com.cc.framework.taglib.controls.PanelContentTei
 
PanelControl - class com.cc.framework.ui.control.PanelControl.
Class PanelControl.
PanelControl() - Constructor for class com.cc.framework.ui.control.PanelControl
Constructor
PanelDataModel - interface com.cc.framework.ui.model.PanelDataModel.
Data model for the panel
PanelDesignModel - interface com.cc.framework.ui.model.PanelDesignModel.
Design model for the Panel
PanelDesignModelImp - class com.cc.framework.ui.model.imp.PanelDesignModelImp.
Designmodel for the PanelControl
PanelDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.PanelDesignModelImp
Constructor
PanelItemDesignModel - interface com.cc.framework.ui.model.PanelItemDesignModel.
The design model for a PanelItem
PanelItemDesignModelImp - class com.cc.framework.ui.model.imp.PanelItemDesignModelImp.
Designmodel for a PanelItem
PanelItemDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
Constructor
PanelItemTag - class com.cc.framework.taglib.controls.PanelItemTag.
Tag-Handler for the panel-item Tag.
PanelItemTag() - Constructor for class com.cc.framework.taglib.controls.PanelItemTag
Constructor
PanelStateModel - interface com.cc.framework.ui.model.PanelStateModel.
State model for the Panel
PanelTag - class com.cc.framework.taglib.controls.PanelTag.
Tag-Handler for the panel Tag.
PanelTag() - Constructor for class com.cc.framework.taglib.controls.PanelTag
Constructor
PanelTei - class com.cc.framework.taglib.controls.PanelTei.
TagExtraInfo Class to expose the PanelControl to the Tag-Body
PanelTei() - Constructor for class com.cc.framework.taglib.controls.PanelTei
 
Parenthesis - class com.cc.framework.security.acl.expr.Parenthesis.
Dieser Aufzählungstyp definiert die unterschiedlichen Klammern, welche in der Scriptsprache eingesetz werden können.
Parenthesis(String) - Constructor for class com.cc.framework.security.acl.expr.Parenthesis
Konstruktor
PasswordTag - class com.cc.framework.taglib.controls.PasswordTag.
Tag-Handler for the password Tag.
PasswordTag() - Constructor for class com.cc.framework.taglib.controls.PasswordTag
Constructor
Permission - class com.cc.framework.security.Permission.
Base class for all permissions An implementation of a permission can be accessed with the factory method parse().
Permission() - Constructor for class com.cc.framework.security.Permission
Constructor for Permission
Permission(String) - Constructor for class com.cc.framework.security.Permission
Constructor for Permission
PermissionException - exception com.cc.framework.security.PermissionException.
Exception class
PermissionException() - Constructor for class com.cc.framework.security.PermissionException
Constructor for PermissionException
PermissionException(Throwable) - Constructor for class com.cc.framework.security.PermissionException
Constructor for PermissionException
PermissionException(String) - Constructor for class com.cc.framework.security.PermissionException
Constructor for PermissionException
PermissionException(String, Throwable) - Constructor for class com.cc.framework.security.PermissionException
Constructor for PermissionException
PermissionFactory - class com.cc.framework.security.PermissionFactory.
Factory class to convert String literals into Permission objects
PermissionFactory() - Constructor for class com.cc.framework.security.PermissionFactory
private constructor for a utility class
PlainTextControl - class com.cc.framework.ui.control.PlainTextControl.
TextControl
PlainTextControl() - Constructor for class com.cc.framework.ui.control.PlainTextControl
Constructor
PlainTextControl(PlainTextDesignModel) - Constructor for class com.cc.framework.ui.control.PlainTextControl
Constructor
PlainTextDesignModel - interface com.cc.framework.ui.model.PlainTextDesignModel.
DesignModel for Plain Text element
PlainTextDesignModelImp - class com.cc.framework.ui.model.imp.PlainTextDesignModelImp.
DesignModel for Plain Text element
PlainTextDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.PlainTextDesignModelImp
 
PlainTextTag - class com.cc.framework.taglib.controls.PlainTextTag.
Tag-Handler for the plaintext Tag.
PlainTextTag() - Constructor for class com.cc.framework.taglib.controls.PlainTextTag
Constructor
PopupElement - class com.cc.framework.ui.painter.global.PopupElement.
HTML Popup element
PopupElement() - Constructor for class com.cc.framework.ui.painter.global.PopupElement
Constructor
PopupElement(ConcreteElement) - Constructor for class com.cc.framework.ui.painter.global.PopupElement
Constructor
PresentTag - class com.cc.framework.taglib.template.PresentTag.
Tag handler for the present tag.
PresentTag() - Constructor for class com.cc.framework.taglib.template.PresentTag
Constructor
PrimaryExpression - class com.cc.framework.security.acl.expr.PrimaryExpression.
Produktionsregel: primary_expr : permission | '(' expr_list ')'
PrimaryExpression(Permission) - Constructor for class com.cc.framework.security.acl.expr.PrimaryExpression
Konstruktor für einen Identifier
PrimaryExpression(Expression) - Constructor for class com.cc.framework.security.acl.expr.PrimaryExpression
Konstruktor für einen geklammerten Ausdruck
Principal - interface com.cc.framework.security.Principal.
This interface is implemented by an object, whose access should be protected.
PropertyComparator - class com.cc.framework.util.PropertyComparator.
Compares a java property
PropertyComparator(String, SortOrder) - Constructor for class com.cc.framework.util.PropertyComparator
Constructor
PropertyMap - class com.cc.framework.util.PropertyMap.
This class is responsible for converting property maps to and from String
PropertyMap() - Constructor for class com.cc.framework.util.PropertyMap
 
PropertyResourceKey - class com.cc.framework.util.PropertyResourceKey.
A key for a resource in a Java resource bundle.
PropertyResourceKey() - Constructor for class com.cc.framework.util.PropertyResourceKey
Constructor
PropertyResourceKey(String) - Constructor for class com.cc.framework.util.PropertyResourceKey
Constructor
PutTag - class com.cc.framework.taglib.template.PutTag.
Tag handler for the put tag.
PutTag() - Constructor for class com.cc.framework.taglib.template.PutTag
Constructor
p() - Method in class com.cc.framework.common.Semaphore
Die p()-Operation ist das eintrittsprotokoll des Semaphors.
page - Variable in class com.cc.framework.taglib.template.IncludeTag
Name of the JSP page to include
page - Variable in class com.cc.framework.taglib.template.PageParameter
The Page definition
pageButtons - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The number of paging buttons to show
pageContext - Variable in class com.cc.framework.http.PageContextAdapter
The JSP page context
pageContext - Variable in class com.cc.framework.ui.model.value.DeferredEnvironment
The Page Context of the current JSP page
pageContext - Variable in class com.cc.framework.ui.painter.global.IncludeElement
The PageContext
pageContext - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
PageContext of the JSP-Page
pageIndex - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
the index of the current page
paint(JspWriter) - Method in class com.cc.framework.taglib.util.DecoratorTag
Method paint
paint(JspWriter) - Method in class com.cc.framework.taglib.util.ResourceTag
Generate the JavaScript and initializ the DTPRes JavaScript object.
paint(Writer) - Method in class com.cc.framework.ui.painter.ControlPainter
Method paint
paint(PainterContext) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Paints the options.
paint(PageContext) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Paints the options.
paintCell(TD, CellPainterContext) - Method in interface com.cc.framework.ui.painter.def.ColumnPainter
Paints a single Cell
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnButtonPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnCheckPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnCheckboxPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnCommandPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnDrilldownPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnHtmlPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnImagePainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnLinkPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
 
paintCell(TD, PainterContext, ColumnDesignModel, LineIterator) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Deprecated. please use or overwrite paintCell(TD, CellPainterContext)
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnRadioPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnSelectPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnTextPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnTextareaPainter
 
paintCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnTreePainter
 
paintEmptyCell(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
The column painter will call this method to render an empty cell
paintHeader(TD, CellPainterContext) - Method in interface com.cc.framework.ui.painter.def.ColumnPainter
Paints the column header
paintHeader(TD, CellPainterContext) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
 
paintHeader(TD, PainterContext, ColumnDesignModel) - Method in class com.cc.framework.ui.painter.def.col.ColumnPainterBase
Deprecated. please use or overwrite paintHeader(TD, CellPainterContext)
paintLabel(TD, FormLabelDesignModel, String) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Paints the Label of a form element
paintMessageIndicatior(TD, FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Deprecated. use paintMessageIndicator method instead
paintMessageIndicator(TD, FormElement) - Method in class com.cc.framework.ui.painter.def.DefFormPainter
paints the message indicator
painter - Variable in class com.cc.framework.taglib.controls.BaseControlTag
The painter, which is responsible to render the control
painter - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
The column painter
painterContext - Variable in class com.cc.framework.ui.painter.ControlPainter
PageContext of the JSP page
painterStackIterator - Static variable in class com.cc.framework.ui.painter.PainterFactory
Iterator to iterate all registered painter factories.
painters - Static variable in class com.cc.framework.ui.painter.def.col.ColumnPainterFactory
Column painters instances
palette - Variable in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
The palette to initalize the popup window if none palette is selected the default palette (0 = Web safe palette will be used)
param - Variable in class com.cc.framework.ui.control.ControlMethodInvocation
Additional action Parameters e.g. browse.do?
parameter - Variable in class com.cc.framework.ui.control.ControlAction
Array with parameters for the action
params - Variable in class com.cc.framework.http.Hyperlink
The query parameters
params - Variable in class com.cc.framework.taglib.template.PageDef
Parameters
parent - Variable in class com.cc.framework.ui.control.FormButtonElement
The parent container
parent - Variable in class com.cc.framework.ui.control.FormControlElement
The parent container
parent - Variable in class com.cc.framework.ui.control.FormGroupElement
The parent container
parent - Variable in class com.cc.framework.ui.control.FormHtmlElement
The parent container
parent - Variable in class com.cc.framework.ui.control.FormMessageElement
The parent container
parent - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Parent Menu item
parent - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
Parent Menu item
parentContext - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
The nesting Painter Context when the actual control is nested within another control e.g. form elements
parentIterator - Variable in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
parentNode - Variable in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
parentNode - Variable in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
parse(Object) - Static method in class com.cc.framework.common.ButtonMode
Creates for the argument an Object of type ButtonMode
parse(String) - Static method in class com.cc.framework.common.ButtonState
Creates for the argument an object of type ButtonState
parse(Object) - Static method in class com.cc.framework.common.CheckState
Creates for the argument an Object of type CheckState
parse(String) - Static method in class com.cc.framework.common.Severity
Creates for the argument an Object of type Severity
parse(String) - Static method in class com.cc.framework.common.SortOrder
Creates for the argument an Object of type SortOrder
parse(String) - Static method in class com.cc.framework.http.BrowserInfo
Parses browser information from an encoded string
parse(String) - Static method in class com.cc.framework.http.HttpScope
Creates for the argument an Object of type HttpScope
parse(String) - Static method in class com.cc.framework.http.Hyperlink
Creates a Hyperlink Object from the HttpServletRequest
parse(String) - Static method in class com.cc.framework.security.FunctionBasedPermission
Creates for the argument an Object of type Permission.
parse(String) - Static method in class com.cc.framework.security.PermissionFactory
Creates for the argument an object of type Permission.
parse(String) - Static method in class com.cc.framework.security.RoleBasedPermission
Creates for the argument (role name) an Object of type Permission.
parse(String) - Static method in class com.cc.framework.security.StaticPermission
Creates for the argument (role name) an Object of type Permission.
parse(String) - Static method in class com.cc.framework.security.acl.AccessControlList
Creates for the argument an object of type Permission.
parse(String) - Static method in class com.cc.framework.security.acl.expr.Expression
Liest den übergebenen Ausdruck ein und erzeugt einen Sysntaxbaum.
parse(TokenStream) - Static method in class com.cc.framework.security.acl.expr.ExpressionList
Die Methode parst den übergebenen Stream
parse(TokenStream) - Static method in class com.cc.framework.security.acl.expr.LogicalAndExpression
Die Methode parst den übergebenen Stream
parse(TokenStream) - Static method in class com.cc.framework.security.acl.expr.LogicalOrExpression
Die Methode parst den übergebenen Stream
parse(TokenStream) - Static method in class com.cc.framework.security.acl.expr.LogicalXorExpression
Die Methode parst den übergebenen Stream
parse(TokenStream) - Static method in class com.cc.framework.security.acl.expr.PrimaryExpression
Die Methode parst den übergebenen Stream
parse(TokenStream) - Static method in class com.cc.framework.security.acl.expr.UnaryExpression
Die Methode parst den übergebenen Stream
parse(String) - Static method in class com.cc.framework.taglib.util.JspDirective
Creates for the argument an Object of type JspDirective
parse(String) - Static method in class com.cc.framework.ui.AlignmentType
Creates for the argument an object of type AlignmentType
parse(String) - Static method in class com.cc.framework.ui.CheckRange
Creates for the argument an object of type CheckRange
parse(String) - Static method in class com.cc.framework.ui.ExpansionMode
Creates for the argument an object of type ExpansionMode
parse(String) - Static method in class com.cc.framework.ui.FormMethod
Creates for the argument an object of type FormMethod
parse(String) - Static method in class com.cc.framework.ui.FormType
Creates for the argument an object of type FormType
parse(String) - Static method in class com.cc.framework.ui.JoinMode
Creates for the argument an object of type ColumnJoinMode
parse(String) - Static method in class com.cc.framework.ui.MenuStateType
Creates for the argument an object of type MenuStateType
parse(String) - Static method in class com.cc.framework.ui.MenuType
Creates for the argument an object of type MenuType
parse(String) - Static method in class com.cc.framework.ui.OrientationType
Creates for the argument an object of type OrientationType
parse(String) - Static method in class com.cc.framework.ui.RunAt
Creates for the argument an object of type RunAt
parse(String) - Static method in class com.cc.framework.ui.SelectMode
Creates for the argument an object of type SelectMode
parse(String) - Static method in class com.cc.framework.ui.control.ControlActionDef
Returns a ControlActionDef for the argument
parse(String) - Static method in class com.cc.framework.ui.control.ControlButton
Returns a ControlButton for the argument
parse(String) - Static method in class com.cc.framework.ui.control.ControlValuePath
Parses a ControlValuePath from the given Request Parameter key
parse(String) - Static method in class com.cc.framework.ui.html.LengthUnit
Parses a String and creates a LengthUnit object
parse(String) - Static method in class com.cc.framework.ui.model.AppointmentPriority
Creates for the argument an object of type AppointmentImportance
parse(String) - Static method in class com.cc.framework.ui.model.ButtonType
Creates for the argument an Object of Type ButtonType
parse(String) - Static method in class com.cc.framework.ui.model.CalendarMode
Creates for the argument an Object of Type CalendarMode
parse(String) - Static method in class com.cc.framework.ui.model.InputFieldType
Creates for the argument an Object of Type InputFieldType
parse(String) - Static method in class com.cc.framework.ui.model.RecurrenceType
Creates for the argument an Object of Type RecurType
parse(String) - Static method in class com.cc.framework.ui.model.SchedulerScope
Creates for the argument an object of type SchedulerCheckRange
parse(String) - Static method in class com.cc.framework.ui.model.SchedulerView
Creates for the argument an object of type AlignmentType
parse(String) - Static method in class com.cc.framework.util.PropertyMap
Converts a String into a PropertyMap Object
parse(String) - Static method in class com.cc.framework.util.PropertyResourceKey
Parses a String
parse(String, HtmlHandler) - Method in class com.cc.framework.util.parser.HtmlParser
parses the given HTML code
parse(String) - Static method in class com.cc.framework.version.SystemType
Creates for the argument an Object of type SystemType
parseAlignment(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Parses a Alignment expression
parseAttributeValue() - Method in class com.cc.framework.util.parser.HtmlParser
Parses an attribute value.
parseAttributes() - Method in class com.cc.framework.util.parser.HtmlParser
Parses the attributes of a tag
parseBoolean(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Parses a boolean expression
parseButton(ActionContext) - Static method in class com.cc.framework.adapter.struts.FormActionCommand
If a "btnXXX" button on a HTML form is clicked, this method returns the name of the button
parseDay(String) - Static method in class com.cc.framework.util.CalendarHelp
Converts a Day Name into a integer value
parseDayMask(String) - Static method in class com.cc.framework.util.CalendarHelp
Parses a semicolon separated Day list and creates a day mask
parseFormAction(ActionContext) - Static method in class com.cc.framework.adapter.struts.FormActionCommand
If a button on a HTML form is clicked, this method returns the name of the method to be processed
parseIdentifier(Token) - Method in class com.cc.framework.security.acl.expr.TokenStream
Liest einen Identifier ab der aktuellen Position aus dem Stream
parseIdentifier(boolean) - Method in class com.cc.framework.util.parser.HtmlParser
Parses an identifier
parseImage(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Parses a Image expression
parseInt(int) - Static method in class com.cc.framework.common.ButtonMode
Creates for the argument an Object of type ButtonMode
parseInt(int) - Static method in class com.cc.framework.common.CheckState
Creates for the argument an Object of type CheckState
parseInt(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Parses a integer expression
parseJoinMode(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Parses a JoinMode expression
parseLocale(String) - Static method in class com.cc.framework.util.Formatter
Parses a String into a Locale Object.
parseMask(String) - Static method in class com.cc.framework.ui.MenuStateType
Converts the semicolon delimited list of menu states into a state mask
parseMask(String) - Static method in class com.cc.framework.ui.model.SchedulerScope
Converts the semicolon delimited list of views into a view mask
parseMask(String) - Static method in class com.cc.framework.ui.model.SchedulerView
Converts the semicolon delimited list of views into a view mask
parsePermission(String) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Parses a Permission expression
parseRequest(HttpServletRequest) - Static method in class com.cc.framework.http.RequestDecorator
Fills the Collection from the Request.
parseTimeZone(String) - Static method in class com.cc.framework.util.Formatter
Parses a String into a TimeZone Object.
parseToken(Token) - Method in class com.cc.framework.security.acl.expr.TokenStream
Liest das nächste Token im Stream ein
path - Variable in class com.cc.framework.ui.control.MenuContext
The current MenuPath
pattern - Variable in class com.cc.framework.convert.imp.DateTimeConverter
 
pattern - Variable in class com.cc.framework.convert.imp.NumberConverter
 
pattern - Variable in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
pattern - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
The recurrence pattern for recurring appointments
pattern - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
The recurrence pattern that specifies the occurrences
patternEndDate - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The PatternEndDate property contains the latest possible date of the last occurrence of the appointment.
patternStartDate - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
The PatternStartDate property contains the earliest possible date of the first occurrence of the appointment.
pattern_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
peek(PageContext) - Static method in class com.cc.framework.ui.AjaxSettings
Returns the top settings object from the Stack
permission - Variable in class com.cc.framework.taglib.security.GrantedTag
The required Permission to execute the Tag Body
permission - Variable in class com.cc.framework.ui.control.FormGroupElement
permissions for the element
permission - Variable in class com.cc.framework.ui.control.FormHtmlElement
permissions for this form element
permission - Variable in class com.cc.framework.ui.control.FormMessageElement
permissions for this form element
permission - Variable in class com.cc.framework.ui.model.InnerFrame
permissions for the element
permission - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Permissions to access this Column
permission - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
The Permission for the Control
permission - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
The Permission for the crumb
permission - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The permission for this menu item
permission - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The permission for this menu item
permission - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
Permission
permission - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
The permission for the PanelItem
permission - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
The Permission for the Control
plus(double) - Method in class com.cc.framework.ui.html.LengthUnit
adds a literal to the current length
plus(LengthUnit) - Method in class com.cc.framework.ui.html.LengthUnit
adds a literal to the current length
pop(PageContext) - Static method in class com.cc.framework.ui.AjaxSettings
Removes the top settings object from the Stack
popAttributes() - Method in interface com.cc.framework.ui.painter.PainterContext
Restores the attributes from the Stack all current attributes are lost
popAttributes() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Restores the attributes from the Stack all current attributes are lost
popAttributes() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
popupHeight - Variable in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
The height of the popup window
popupRows - Variable in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
The number of rows in the popup window
popupWidth - Variable in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
The width of the popup window
popupid - Variable in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
The id of the popup menu
popups - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Indicates if appointments in year view should be displayed in popup windows
popups - Variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Popup Window List
port - Variable in class com.cc.framework.taglib.util.BaseTag
Portnumber
pos - Variable in class com.cc.framework.security.acl.expr.SyntaxException
Aktuelle Position
pos - Variable in class com.cc.framework.security.acl.expr.TokenStream
Aktuelle Verarbeitungsposition
pos - Variable in class com.cc.framework.util.parser.HtmlParser
The current processing position (index)
position - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Indicates the "out of bounds" position of the appointment
postProcessPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Static method in class com.cc.framework.adapter.struts.RequestProcessorUtil
Populate the properties of the specified ActionForm instance from the request parameters included with this request.
preProcessPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Static method in class com.cc.framework.adapter.struts.RequestProcessorUtil
Populate the properties of the specified ActionForm instance from the request parameters included with this request.
prefix - Variable in class com.cc.framework.http.RequestDecorationType
Prefix
prefix - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
optional label prefix in plain HTML
prev() - Method in interface com.cc.framework.ui.control.LineIterator
Moves to the previous element
prev() - Method in class com.cc.framework.ui.control.ListLineIterator
 
prev() - Method in class com.cc.framework.ui.control.TreeLineIterator
Moves the iterator to the previous visible tree node
prev() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
prev() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
principal - Variable in class com.cc.framework.security.acl.AccessControlList.AccessControlEnvironment
The principal that controls all access
principal - Variable in class com.cc.framework.ui.control.Control
The principal object
principal - Variable in class com.cc.framework.ui.control.ListLineIterator
The principal object with the users permission
principal - Variable in class com.cc.framework.ui.control.TreeLineIterator
The principal object used to check permissions
principal - Variable in class com.cc.framework.ui.control.VirtualKeyListLineIterator
The principal object with the users permission
principal - Variable in class com.cc.framework.ui.control.VirtualListLineIterator
The principal object with the users permission
principal - Variable in class com.cc.framework.ui.painter.imp.PainterContextImp
The Principal Object.
principal - Variable in class com.cc.framework.util.Algorithms.AccessFilter
The Principal Object that performs the access validation
print(char) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
print(String) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
print(char[], int, int) - Method in class com.cc.framework.util.parser.formatter.DefaultHandler
 
priority - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
Priority
process() - Method in class com.cc.framework.util.parser.HtmlParser
 
process() - Method in class com.cc.framework.util.parser.JspParser
 
processAction(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Static method in class com.cc.framework.adapter.struts.RequestProcessorUtil
Ask the specified Action instance to handle this request.
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWRequestProcessor
Ask the specified Action instance to handle this request.
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWTilesRequestProcessor
Ask the specified Action instance to handle this request.
processChars() - Method in class com.cc.framework.util.parser.HtmlParser
Process CDATA
processComment() - Method in class com.cc.framework.util.parser.HtmlParser
Process a Comment
processElement() - Method in class com.cc.framework.util.parser.HtmlParser
Valid formats are <_name_attr_=_"value"_[/]> <_name_attr_=_'value'_[/]> <_name_attr_=_value_[/]> <_name_attr_[/]> <_/_name_attr_>
processEntity() - Method in class com.cc.framework.util.parser.HtmlParser
Processes a HTML entity.
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class com.cc.framework.adapter.struts.FWRequestProcessor
 
processJsp() - Method in class com.cc.framework.util.parser.JspParser
Processes a JSP syntax element Scripting: <%!
processJspComment() - Method in class com.cc.framework.util.parser.JspParser
Process a Comment
processJspDirective() - Method in class com.cc.framework.util.parser.JspParser
 
processJspScriptlet(int) - Method in class com.cc.framework.util.parser.JspParser
 
processNoCache(HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWRequestProcessor
Set the no-cache headers for all responses, if requested.
processNoCache(HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.adapter.struts.FWTilesRequestProcessor
Set the no-cache headers for all responses, if requested.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWRequestProcessor
Populate the properties of the specified ActionForm instance from the request parameters included with this request.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWTilesRequestProcessor
Populate the properties of the specified ActionForm instance from the request parameters included with this request.
processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWRequestProcessor
If this action is protected by security roles, make sure that the current user possesses at least one of them.
processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.cc.framework.adapter.struts.FWTilesRequestProcessor
If this action is protected by security roles, make sure that the current user possesses at least one of them.
processWhitespace() - Method in class com.cc.framework.util.parser.HtmlParser
 
processed - Variable in class com.cc.framework.util.parser.HtmlParser
The position (index) to which the document is processed
properties - Variable in class com.cc.framework.http.BrowserInfo
Browser Properties
properties - Variable in class com.cc.framework.util.PropertyMap
Properties collection.
property - Variable in class com.cc.framework.taglib.base.ImageTag
The name of the property.
property - Variable in class com.cc.framework.taglib.forms.ForEachTag
The property name of the collection
property - Variable in class com.cc.framework.taglib.svg.SvgTag
Property
property - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The name of the property for the column which indicates which data to show.
property - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Field property
property - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
Name of the property for the options list
property - Variable in class com.cc.framework.util.Algorithms.CheckPropertyAlg
The Property to check
property - Variable in class com.cc.framework.util.Algorithms.CollectPropertyAlg
The Property to check
property - Variable in class com.cc.framework.util.PropertyComparator
Property to compare
props - Variable in class com.cc.framework.ui.control.ControlValuePath
Properties
push(Token) - Method in class com.cc.framework.security.acl.expr.TokenStream
Legt das übergebene Token zurück für die spätere Verarbeitung.
push(AjaxSettings, PageContext) - Static method in class com.cc.framework.ui.AjaxSettings
Pushes a new AJAX Setting on the Settings Stack
pushAttributes() - Method in interface com.cc.framework.ui.painter.PainterContext
Pushes the current attributes on a stack for later restore
pushAttributes() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Pushes the current attributes on a stack for later restore
pushAttributes() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 

Q

QUESTION - Static variable in class com.cc.framework.common.Severity
severity: QUESTION
query(String) - Static method in class com.cc.framework.ui.control.ControlActionDef
Returns a ControlActionDef for the argument
query(String) - Static method in class com.cc.framework.ui.control.ControlButton
Returns a ControlButton for the argument
query - Variable in class com.cc.framework.util.Algorithms.CollectCheckableAlg
State to query for
query - Variable in class com.cc.framework.util.Algorithms.CollectPropertyAlg
State to query for

R

RADIO - Static variable in class com.cc.framework.ui.model.InputFieldType
InputFieldType: RADIO
RADIO_CHECKED - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Radiobutton: CHECKED
RADIO_UNCHECKED - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Radiobutton: UNCHECKED
RATING - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Rating Control
RATING_BAR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: rating bar image
RATING_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Image: rating background image
RED - Static variable in class com.cc.framework.ui.Color
color : red
REFRESH - Static variable in class com.cc.framework.ui.control.ControlButton
REFRESH Button
REMOVE - Static variable in class com.cc.framework.ui.control.ControlButton
REMOVE Button
REMOVEALL - Static variable in class com.cc.framework.ui.control.ControlButton
REMOVEALL Button
REQUEST - Static variable in class com.cc.framework.http.HttpScope
HttpScope: Request
REQUEST_SEEN - Static variable in interface com.cc.framework.Globals
This key indicates that an action has seen the HTTP-Request before
RESET - Static variable in class com.cc.framework.ui.model.ButtonType
ButtonType: reset
RESOURCE_DIR - Static variable in class com.cc.framework.ui.painter.ajax.AjaxResourceMap
The base directory used for resources by this Painterfactory
RESOURCE_DIR - Static variable in class com.cc.framework.ui.painter.def.DefResourceMap
The base directory used for resources by this painter factory
RESOURCE_DIR - Static variable in class com.cc.framework.ui.painter.def2.Def2ResourceMap
Base directory used for resource by this Painterfactory
RESOURCE_DIR - Static variable in class com.cc.framework.ui.painter.global.GlobalResourceMap
The base directory used for resources by this PainterFactory
RESOURCE_DIR - Static variable in class com.cc.framework.ui.painter.html.HtmlResourceMap
The base directory used for resources by this Painterfactory
RESOURCE_KEY - Static variable in interface com.cc.framework.Globals
Key to register the resource cache in the Application | Session | Request or Page
RESTORE - Static variable in class com.cc.framework.ui.control.ControlButton
Restore Button
RIGHT - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: right
ROLL - Static variable in class com.cc.framework.ui.control.ControlButton
Roll Button
ROOT_KEY - Static variable in interface com.cc.framework.Globals
Naming Root key
ROWINDEX_SUFFIX - Static variable in class com.cc.framework.taglib.controls.ColumnBaseTei
The Suffix for the rowbean index
ROWKEY - Static variable in interface com.cc.framework.ui.painter.PainterContextAtributes
The Key of the nesting row Type: String
ROWKEY_SUFFIX - Static variable in class com.cc.framework.taglib.controls.ColumnBaseTei
The Suffix for the rowbean key
ROWTYPE - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Custom HTML attribute to identify row types
ROWTYPE_BUTTONS - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Row Type: Button Container
ROWTYPE_CONTAINER - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Row Type: Container
ROWTYPE_CONTROL - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Row Type: Control
ROWTYPE_DESCRIPTION - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Row Type: Description
ROWTYPE_INNERFRAME - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Row Type: Inner Frame
ROWTYPE_SEPARATOR - Static variable in class com.cc.framework.ui.painter.def.DefFormPainter
Row Type: Separator
RadioControl - class com.cc.framework.ui.control.RadioControl.
Control for radio buttons
RadioControl() - Constructor for class com.cc.framework.ui.control.RadioControl
Constructor
RadioControl(RadioDesignModel) - Constructor for class com.cc.framework.ui.control.RadioControl
Constructor
RadioDataModel - interface com.cc.framework.ui.model.RadioDataModel.
Datan model for the RadioButton Control
RadioDesignModel - interface com.cc.framework.ui.model.RadioDesignModel.
Design model for radio buttons
RadioDesignModelImp - class com.cc.framework.ui.model.imp.RadioDesignModelImp.
Designmodel for radio buttons
RadioDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.RadioDesignModelImp
Constructor for RadioDesignModelImp
RadioGroupControl - class com.cc.framework.ui.control.RadioGroupControl.
The checkbox group control
RadioGroupControl() - Constructor for class com.cc.framework.ui.control.RadioGroupControl
Constructor
RadioGroupControl(RadioGroupDesignModel) - Constructor for class com.cc.framework.ui.control.RadioGroupControl
Constructor
RadioGroupDataModel - interface com.cc.framework.ui.model.RadioGroupDataModel.
Data model for the checkbox group Control
RadioGroupDesignModel - interface com.cc.framework.ui.model.RadioGroupDesignModel.
Design model for the checkbox group control
RadioGroupDesignModelImp - class com.cc.framework.ui.model.imp.RadioGroupDesignModelImp.
Designmodel for the checkbox group control
RadioGroupDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.RadioGroupDesignModelImp
Constructor for SelectDesignModelImp
RadioGroupStateModel - interface com.cc.framework.ui.model.RadioGroupStateModel.
State model for the checkbox group
RadioGroupTag - class com.cc.framework.taglib.controls.RadioGroupTag.
Tag-Handler for the CheckboxGroupTag
RadioGroupTag() - Constructor for class com.cc.framework.taglib.controls.RadioGroupTag
Constructor
RadioStateModel - interface com.cc.framework.ui.model.RadioStateModel.
State model for RadioButtons
Note: A text field has no state that must be managed across several server round trips.
RadioTag - class com.cc.framework.taglib.controls.RadioTag.
Tag-Handler for the Radio Tag.
RadioTag() - Constructor for class com.cc.framework.taglib.controls.RadioTag
Constructor
RatingControl - class com.cc.framework.ui.control.RatingControl.
Rating control
RatingControl() - Constructor for class com.cc.framework.ui.control.RatingControl
Constructor
RatingControl(RatingDesignModel) - Constructor for class com.cc.framework.ui.control.RatingControl
Constructor
RatingDataModel - interface com.cc.framework.ui.model.RatingDataModel.
Data model for the rating control
RatingDesignModel - interface com.cc.framework.ui.model.RatingDesignModel.
Design model for the rating control
RatingDesignModelImp - class com.cc.framework.ui.model.imp.RatingDesignModelImp.
Implementation of the rating control design model
RatingDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.RatingDesignModelImp
 
RatingItem - interface com.cc.framework.ui.model.RatingItem.
A single rating item
RatingStateModel - interface com.cc.framework.ui.model.RatingStateModel.
The state model of the rating control
RatingStateModelImp - class com.cc.framework.ui.model.imp.RatingStateModelImp.
Implementation of the rating state model
RatingStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.RatingStateModelImp
 
RatingTag - class com.cc.framework.taglib.controls.RatingTag.
Tag-Handler for the Rating Control
RatingTag() - Constructor for class com.cc.framework.taglib.controls.RatingTag
Constructor
RecurrenceException - interface com.cc.framework.ui.model.RecurrenceException.
Represents an exception in a recurrence pattern.
RecurrencePattern - interface com.cc.framework.ui.model.RecurrencePattern.
Pattern for recurring appointments
RecurrencePatternControl - class com.cc.framework.ui.control.RecurrencePatternControl.
TextControl
RecurrencePatternControl() - Constructor for class com.cc.framework.ui.control.RecurrencePatternControl
Constructor
RecurrencePatternDesignModel - interface com.cc.framework.ui.model.RecurrencePatternDesignModel.
Designmodel for the recurrencepattern control.
RecurrencePatternDesignModelImp - class com.cc.framework.ui.model.imp.RecurrencePatternDesignModelImp.
 
RecurrencePatternDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternDesignModelImp
 
RecurrencePatternImp - class com.cc.framework.ui.model.imp.RecurrencePatternImp.
Recurrence pattern for appointments
RecurrencePatternImp() - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp
Constructor
RecurrencePatternImp.AbstractRecurrenceIterator - class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator.
Day iterator
RecurrencePatternImp.AbstractRecurrenceIterator(RecurrencePattern) - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Constructor
RecurrencePatternImp.DailyIterator - class com.cc.framework.ui.model.imp.RecurrencePatternImp.DailyIterator.
Daily iterator
RecurrencePatternImp.DailyIterator(RecurrencePattern) - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp.DailyIterator
Constructor
RecurrencePatternImp.MonthlyIterator - class com.cc.framework.ui.model.imp.RecurrencePatternImp.MonthlyIterator.
Monthly iterator
RecurrencePatternImp.MonthlyIterator(RecurrencePattern) - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp.MonthlyIterator
Constructor
RecurrencePatternImp.MonthlyNthIterator - class com.cc.framework.ui.model.imp.RecurrencePatternImp.MonthlyNthIterator.
Monthly iterator
RecurrencePatternImp.MonthlyNthIterator(RecurrencePattern) - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp.MonthlyNthIterator
Constructor
RecurrencePatternImp.WeeklyIterator - class com.cc.framework.ui.model.imp.RecurrencePatternImp.WeeklyIterator.
Weekly iterator
RecurrencePatternImp.WeeklyIterator(RecurrencePattern) - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp.WeeklyIterator
Constructor
RecurrencePatternImp.YearlyIterator - class com.cc.framework.ui.model.imp.RecurrencePatternImp.YearlyIterator.
Yearly iterator
RecurrencePatternImp.YearlyIterator(RecurrencePattern) - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp.YearlyIterator
Constructor
RecurrencePatternImp.YearlyNthIterator - class com.cc.framework.ui.model.imp.RecurrencePatternImp.YearlyNthIterator.
Yearly iterator
RecurrencePatternImp.YearlyNthIterator(RecurrencePattern) - Constructor for class com.cc.framework.ui.model.imp.RecurrencePatternImp.YearlyNthIterator
Constructor
RecurrencePatternStateModel - interface com.cc.framework.ui.model.RecurrencePatternStateModel.
StateModel for text fields
Note: A text field has no state that must be managed across several server round trips.
RecurrencePatternTag - class com.cc.framework.taglib.controls.RecurrencePatternTag.
Tag-Handler for the RecurrencePattern Control
RecurrencePatternTag() - Constructor for class com.cc.framework.taglib.controls.RecurrencePatternTag
Constructor
RecurrenceType - class com.cc.framework.ui.model.RecurrenceType.
Enumeration for valid Recurrence Types
RecurrenceType(String) - Constructor for class com.cc.framework.ui.model.RecurrenceType
Constructor
RegExpImageMap - class com.cc.framework.ui.RegExpImageMap.
Provides an image map, which associates regulare expressions with images.
RegExpImageMap() - Constructor for class com.cc.framework.ui.RegExpImageMap
Constructor for ImageMap
RequestContext - interface com.cc.framework.adapter.RequestContext.
If an action is called, all relevant informations (like the session, request, response object) are passed by a context object which implements this interface.
RequestDecorationType - class com.cc.framework.http.RequestDecorationType.
Enumeration of RequestDecorationTypes
RequestDecorationType(String, String) - Constructor for class com.cc.framework.http.RequestDecorationType
Constructor for RequestDecorationType
RequestDecorator - class com.cc.framework.http.RequestDecorator.
The RequestDecorator is used to add additional parameters to URL's used or generated within a control.
RequestDecorator() - Constructor for class com.cc.framework.http.RequestDecorator
Constructor
RequestProcessorUtil - class com.cc.framework.adapter.struts.RequestProcessorUtil.
Utilities for RequestProcessor derived classes
RequestProcessorUtil() - Constructor for class com.cc.framework.adapter.struts.RequestProcessorUtil
 
ResetTag - class com.cc.framework.taglib.controls.ResetTag.
Creates a reset Button
ResetTag() - Constructor for class com.cc.framework.taglib.controls.ResetTag
 
Resource - class com.cc.framework.resource.Resource.
Base class for resources which can be managed by the ResourceManager.
Resource(Cachable) - Constructor for class com.cc.framework.resource.Resource
Constructor for Resource
ResourceManager - class com.cc.framework.resource.ResourceManager.
The resource manager manages resources in the application, session or request scope.
ResourceManager() - Constructor for class com.cc.framework.resource.ResourceManager
Constructor for ResourceManager
ResourceMap - interface com.cc.framework.ui.painter.ResourceMap.
Painter Resource Map
ResourceMapImp - class com.cc.framework.ui.painter.ResourceMapImp.
ResourceMap
ResourceMapImp() - Constructor for class com.cc.framework.ui.painter.ResourceMapImp
Constructor
ResourceServlet - class com.cc.framework.resource.ResourceServlet.
The resource servlet processes an URL an returns an registered resource in the ServletOutputStream.
ResourceServlet() - Constructor for class com.cc.framework.resource.ResourceServlet
 
ResourceTag - class com.cc.framework.taglib.util.ResourceTag.
Translates the given resource key
ResourceTag() - Constructor for class com.cc.framework.taglib.util.ResourceTag
Constructor
ResourceTranslator - interface com.cc.framework.adapter.ResourceTranslator.
Interface for a class that is able to translate a resource Key
Resources - interface com.cc.framework.ui.painter.Resources.
Global Resource Identifiers
RoleBasedPermission - class com.cc.framework.security.RoleBasedPermission.
This class represents a role based permission
RoleBasedPermission(String) - Constructor for class com.cc.framework.security.RoleBasedPermission
Constructor for RoleBasedPermission
RoleBasedPermission(String, String) - Constructor for class com.cc.framework.security.RoleBasedPermission
Constructor for RoleBasedPermission
RunAt - class com.cc.framework.ui.RunAt.
The runat attribute tells a Control if it should work with or without server roundtrips.
RunAt(String) - Constructor for class com.cc.framework.ui.RunAt
Constructor for RunAt
range - Variable in class com.cc.framework.ui.CheckRange
The internal mode
read() - Method in class com.cc.framework.util.StringInputStream
Reads from the StringReader, returning the same value.
readObject(ObjectInputStream) - Method in class com.cc.framework.ui.control.Control
Read the non-static and non-transient fields of the current class from this stream.
readonly - Variable in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
readonly attribute
recurType - Variable in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Recurrence Type
red() - Method in class com.cc.framework.ui.Color
 
redPart - Variable in class com.cc.framework.ui.Color
Red
register(Class) - Static method in class com.cc.framework.security.PermissionFactory
Registers a permission factory method
register(String, int) - Static method in class com.cc.framework.ui.html.Unicode2HtmlConverter
 
register(String, Object) - Method in interface com.cc.framework.ui.painter.ResourceMap
Registers a locale resource
register(String, Object) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
register(String, int) - Static method in class com.cc.framework.util.parser.EntityMapper
 
registerActionDefinition(ControlActionDef) - Static method in class com.cc.framework.ui.control.ControlActionDef
Registers an action definition in the global registry
registerAdapter(FrameworkAdapter) - Static method in class com.cc.framework.adapter.FrameworkAdapterFactory
Registers the Framework Adapter that should be used for this Application
registerApplicationPainter(ServletContext, PainterFactory) - Static method in class com.cc.framework.ui.painter.PainterFactory
Registers a Painter in the Application Scope
registerApplicationPainters(ServletContext) - Static method in class com.cc.framework.ui.painter.PainterFactory
Registers the global painters in the Application Scope (ajax,html and global)
registerColor(String, Color) - Method in interface com.cc.framework.ui.painter.ResourceMap
Registers one locale color
registerColor(String, Color) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
registerColumnPainter(Class, ColumnPainter) - Static method in class com.cc.framework.ui.painter.def.DefListPainter
Registers a column painter for the given column class
registerColumnPainter(Class, ColumnPainter) - Static method in class com.cc.framework.ui.painter.def.col.ColumnPainterFactory
Registers a column painter for the given column class
registerControlButton(ControlButton) - Static method in class com.cc.framework.ui.control.ControlButton
Registers an control button in the global registry
registerCustomConverter(String, Class) - Method in class com.cc.framework.convert.ConverterRegistry
Register a custom Converter for the specified destination Class, replacing any previously registered Converter.
registerFrameworkConverters() - Static method in class com.cc.framework.util.converters.ConverterHelp
Deprecated. Registers Bean Converters for complex framework types
registerImage(String, ImageModel) - Method in interface com.cc.framework.ui.painter.ResourceMap
Registers one local image
registerImage(int, String, ImageModel) - Method in interface com.cc.framework.ui.painter.ResourceMap
Registers one locale image
registerImage(String, ImageModel) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
registerImage(int, String, ImageModel) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
registerPrincipal(HttpSession, Principal) - Static method in class com.cc.framework.security.SecurityUtil
Registers a principal object for the user in the users session.
registerRequestPainter(HttpServletRequest, PainterFactory) - Static method in class com.cc.framework.ui.painter.PainterFactory
Registers a Painter in the Session Scope.
registerResource(HttpServletRequest, HttpScope, String, BufferedImage, Cachable) - Static method in class com.cc.framework.resource.ResourceManager
Registers a JPEG resource
registerResource(HttpServletRequest, HttpScope, String, MimeType, byte[], Cachable) - Static method in class com.cc.framework.resource.ResourceManager
Registers a binary resource
registerResource(HttpServletRequest, HttpScope, String, MimeType, String, Cachable) - Static method in class com.cc.framework.resource.ResourceManager
Registers a binary resource
registerResource(HttpServletRequest, HttpScope, String, Object, Cachable) - Static method in class com.cc.framework.resource.ResourceManager
Registers a object resource
registerResource(HttpServletRequest, HttpScope, String, Resource) - Static method in class com.cc.framework.resource.ResourceManager
Register a resource in the specified scope
registerResource(ServletContext, String, Resource) - Static method in class com.cc.framework.resource.ResourceManager
Register a resource in the application scope
registerSessionPainter(HttpSession, PainterFactory) - Static method in class com.cc.framework.ui.painter.PainterFactory
Registers a Painter in the Session Scope.
registerString(String, String) - Method in interface com.cc.framework.ui.painter.ResourceMap
Registers a string resource
registerString(String, String) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
registerTypeConverter(Class, Converter) - Method in class com.cc.framework.convert.ConverterRegistry
Register a custom Converter for the specified destination Class, replacing any previously registered Converter.
registry - Static variable in class com.cc.framework.ui.control.ControlActionDef
List with all actions defined above
registry - Static variable in class com.cc.framework.ui.control.ControlButton
List with all actions defined above
release() - Method in class com.cc.framework.taglib.base.AjaxTag
 
release() - Method in class com.cc.framework.taglib.base.ImageTag
 
release() - Method in class com.cc.framework.taglib.base.InnerFrameTag
 
release() - Method in class com.cc.framework.taglib.base.OptionTag
 
release() - Method in class com.cc.framework.taglib.base.OptionsTag
 
release() - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
release() - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
 
release() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
 
release() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
release() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
release() - Method in class com.cc.framework.taglib.controls.ComboBoxTag
 
release() - Method in class com.cc.framework.taglib.controls.PanelContentTag
 
release() - Method in class com.cc.framework.taglib.controls.PanelItemTag
 
release() - Method in class com.cc.framework.taglib.controls.PlainTextTag
 
release() - Method in class com.cc.framework.taglib.controls.RatingTag
 
release() - Method in class com.cc.framework.taglib.controls.SchedulerTag
 
release() - Method in class com.cc.framework.taglib.controls.SelectTag
 
release() - Method in class com.cc.framework.taglib.controls.SwapSelectTag
 
release() - Method in class com.cc.framework.taglib.controls.TabTag
 
release() - Method in class com.cc.framework.taglib.controls.TabbarTag
 
release() - Method in class com.cc.framework.taglib.controls.TextListTag
 
release() - Method in class com.cc.framework.taglib.controls.TextTag
 
release() - Method in class com.cc.framework.taglib.controls.TextareaTag
 
release() - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
 
release() - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
release() - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
 
release() - Method in class com.cc.framework.taglib.convert.ConverterTag
 
release() - Method in class com.cc.framework.taglib.forms.FormColumnTag
 
release() - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
release() - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
release() - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
release() - Method in class com.cc.framework.taglib.forms.FormLabelTag
 
release() - Method in class com.cc.framework.taglib.forms.FormTag
 
release() - Method in class com.cc.framework.taglib.forms.InfoTag
 
release() - Method in class com.cc.framework.taglib.menu.CrumbTag
 
release() - Method in class com.cc.framework.taglib.menu.CrumbsTag
 
release() - Method in class com.cc.framework.taglib.menu.MenuItemTag
 
release() - Method in class com.cc.framework.taglib.svg.EmbedTag
 
release() - Method in class com.cc.framework.taglib.svg.SvgTag
 
release() - Method in class com.cc.framework.taglib.template.GetTag
 
release() - Method in class com.cc.framework.taglib.template.IncludeTag
 
release() - Method in class com.cc.framework.taglib.template.InsertTag
 
release() - Method in class com.cc.framework.taglib.template.PresentTag
 
release() - Method in class com.cc.framework.taglib.template.PutTag
 
release() - Method in class com.cc.framework.taglib.util.BrowserInfoTag
 
release() - Method in class com.cc.framework.taglib.util.DesignRuleTag
 
release() - Method in class com.cc.framework.taglib.util.ImageMapTag
 
release() - Method in class com.cc.framework.taglib.util.ImageMappingTag
 
release() - Method in class com.cc.framework.taglib.util.JspTag
 
release() - Method in class com.cc.framework.taglib.util.ResourceTag
 
releaseCrumbModel() - Method in class com.cc.framework.taglib.menu.CrumbTag
Releases the design model model
releaseDesignModel() - Method in class com.cc.framework.taglib.controls.BaseControlTag
This method gets called when the design model is not longer needed
releaseDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
This method gets called when the design model is not longer needed
releaseDesignModel() - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
This method gets called when the design model is not longer needed
releaseDesignModel() - Method in class com.cc.framework.taglib.controls.PanelContentTag
Releases the PanelContentDesignModel
releaseDesignModel() - Method in class com.cc.framework.taglib.controls.PanelItemTag
Releases the PanelItemDesignModel
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
releaseDesignModel() - Method in class com.cc.framework.taglib.menu.MenuItemTag
Releases the design model model
releaseDesignRule() - Method in class com.cc.framework.taglib.util.DesignRuleTag
Releases the designrule
releaseFormElement() - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
Release the current form element
releaseFormElement() - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
Release the current form element
releaseGroup() - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
Release the current group
releaseImage() - Method in class com.cc.framework.taglib.base.ImageTag
Releases the image model
releaseInnerFrame() - Method in class com.cc.framework.taglib.base.InnerFrameTag
This method gets called when the design model is not longer needed
releaseLabel() - Method in class com.cc.framework.taglib.forms.FormLabelTag
Release the current form element
releaseTabDesignModel() - Method in class com.cc.framework.taglib.controls.TabTag
Releases the design model model
remove() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext.EmptyIterator
 
remove(RequestContext, String) - Static method in class com.cc.framework.dialog.DialogContext
Removes a Context from the memory
remove() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
 
remove() - Method in class com.cc.framework.ui.painter.PainterFactoryIterator
 
removeAttribute(String) - Method in class com.cc.framework.dialog.DialogContext
Remove the value associated with the specified name and return it.
removeAttribute(String) - Method in interface com.cc.framework.http.AttributeAccess
Removes an attribute from this request.
removeAttribute(String) - Method in interface com.cc.framework.ui.painter.PainterContext
Removes an Attribute for this Painter
removeAttribute(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Removes an Attribute for this Painter
removeAttribute(String) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
removeColumn(ColumnDesignModel) - Method in interface com.cc.framework.ui.model.ColumnContainer
Removes a column
removeColumn(ColumnDesignModel) - Method in class com.cc.framework.ui.model.imp.ColumnContainerImp
 
removeColumn(ColumnDesignModel) - Method in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
 
removeColumn(ColumnDesignModel) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
removeContent(PanelContentDesignModel) - Method in interface com.cc.framework.ui.model.PanelDesignModel
Removes a content from panel
removeContent(PanelContentDesignModel) - Method in class com.cc.framework.ui.model.imp.PanelDesignModelImp
 
removeControl(Control) - Method in interface com.cc.framework.ui.model.ControlContainer
Removes an existing control from the container
removeControl(Control) - Method in class com.cc.framework.ui.model.imp.ControlContainerImp
 
removeCrumb(CrumbModel) - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Removes a Crumb from the CrumbControl
removeCrumb(CrumbModel) - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
removeElement(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
Removes an Element from the element.
removeElement(String) - Method in class com.cc.framework.ui.painter.global.IncludeElement
Removes an Element from the element.
removeEmptyElements(String[]) - Static method in class com.cc.framework.ui.painter.html.HtmlPainterHelp
Removes the null elements from the array
removeFormBean(FrameworkAction, ActionContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
Helper function that removes the form bean which can either be located in the user's session or the request scope.
removeFormElement(FormElement) - Method in interface com.cc.framework.ui.control.FormElementContainer
Removes the specified form element from the container
removeFormElement(FormElement) - Method in class com.cc.framework.ui.control.FormGroupElement
 
removeFormElement(FormElement) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
removeHtml(Object) - Static method in class com.cc.framework.ui.html.HtmlUtil
Removes all HTML formatting from the given HTML-String
removeHtml(Object, boolean) - Static method in class com.cc.framework.ui.html.HtmlUtil
Removes all HTML formatting from the given HTML-String depending on the filter setting
removeHtml(Object) - Method in class com.cc.framework.ui.painter.ControlPainter
Removes all HTML formatting from the given HTML-String
removeHtml(Object, boolean) - Method in class com.cc.framework.ui.painter.ControlPainter
Removes all HTML formatting from the given HTML-String depending on the filter setting
removeHtml(Object) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Removes all HTML formatting from the given HTML-String
removeHtml(Object, boolean) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Removes all HTML formatting from the given HTML-String depending on the filter setting
removeHtml(Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Removes all HTML formatting from the given HTML-String
removeHtml(Object, boolean) - Method in interface com.cc.framework.ui.painter.PainterContext
Removes all HTML formatting from the given HTML-String depending on the filter setting
removeHtml(Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
removeHtml(Object, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
removeHtml(Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
removeHtml(Object, boolean) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
removeItem(MenuItem) - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
Removes a MenuItem
removeItem(MenuItem) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Removes a MenuItem
removeItem(MenuItem) - Method in interface com.cc.framework.ui.model.MenuItem
Removes a SubMenuItem from the List
removeItem(MenuItemDesignModel) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Removes a SubMenuItem from the List
removeItem(PanelItemDesignModel) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Removes a panel item
removeItem(MenuItem) - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
removeItem(MenuItem) - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
removeItem(MenuItemDesignModel) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
removeItem(MenuItem) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
removeItem(PanelItemDesignModel) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
removeTab(TabDesignModel) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Removes a tab page from the Tabset
removeTab(TabDesignModel) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
renderOptionElement(OptionsComparator) - Method in class com.cc.framework.taglib.base.OptionTag
Generate an HTML <option> element.
request() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
request - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
The HttpServletRequest
request() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
request() - Method in interface com.cc.framework.http.HttpContext
Returns the HTTP Request
request() - Method in class com.cc.framework.http.PageContextAdapter
 
request() - Method in class com.cc.framework.ui.painter.ControlPainter
Returns the HTTP Request
request() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
request() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
required - Variable in class com.cc.framework.ui.control.FormControlElement
Required Flag
required - Variable in class com.cc.framework.ui.control.FormHtmlElement
Required indicator
reset() - Method in class com.cc.framework.security.acl.expr.Token
Setzt das Token auf den Initialisierungsustand zurück
reset() - Method in class com.cc.framework.taglib.base.AjaxTag
 
reset() - Method in class com.cc.framework.ui.control.ButtonControl
 
reset() - Method in class com.cc.framework.ui.control.CheckboxControl
 
reset() - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
reset() - Method in class com.cc.framework.ui.control.ComboBoxControl
 
reset() - Method in class com.cc.framework.ui.control.ControlValuePath
Reset the parameter list
reset() - Method in class com.cc.framework.ui.control.CrumbsControl
 
reset() - Method in class com.cc.framework.ui.control.FormControl
Resets the state model
reset() - Method in class com.cc.framework.ui.control.FrameControl
Resets the state model
reset() - Method in class com.cc.framework.ui.control.GaugeControl
 
reset() - Method in class com.cc.framework.ui.control.HeadlineControl
 
reset() - Method in class com.cc.framework.ui.control.InfoControl
 
reset() - Method in interface com.cc.framework.ui.control.LineIterator
resets the iterator to the first element of the collection
reset() - Method in class com.cc.framework.ui.control.ListLineIterator
 
reset() - Method in class com.cc.framework.ui.control.MenuButtonControl
 
reset() - Method in class com.cc.framework.ui.control.MenuControl
 
reset() - Method in class com.cc.framework.ui.control.MessageControl
 
reset() - Method in class com.cc.framework.ui.control.PanelControl
 
reset() - Method in class com.cc.framework.ui.control.RatingControl
 
reset() - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
reset() - Method in class com.cc.framework.ui.control.SchedulerControl
 
reset() - Method in class com.cc.framework.ui.control.SelectControl
 
reset() - Method in class com.cc.framework.ui.control.SimpleListControl
 
reset() - Method in class com.cc.framework.ui.control.SwapSelectControl
 
reset() - Method in class com.cc.framework.ui.control.TabbarControl
 
reset() - Method in class com.cc.framework.ui.control.TextControl
 
reset() - Method in class com.cc.framework.ui.control.TextListControl
 
reset() - Method in class com.cc.framework.ui.control.TextareaControl
 
reset() - Method in class com.cc.framework.ui.control.TreeControl
 
reset() - Method in class com.cc.framework.ui.control.TreeLineIterator
 
reset() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
reset() - Method in class com.cc.framework.ui.control.TreelistControl
 
reset() - Method in class com.cc.framework.ui.control.VirtualKeyListLineIterator
 
reset() - Method in class com.cc.framework.ui.control.VirtualListLineIterator
 
reset() - Method in interface com.cc.framework.ui.model.StateModel
Resets the actual state of a control to the initial state
reset() - Method in class com.cc.framework.ui.model.imp.CrumbsStateModelImp
 
reset() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
reset() - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
reset() - Method in class com.cc.framework.ui.model.imp.RatingStateModelImp
 
reset() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Resets the iterator to the first iteration element for this iterator
reset() - Method in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
 
reset() - Method in class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
reset() - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
reset() - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
reset() - Method in class com.cc.framework.ui.painter.def.CellPainterContext
This method releases all internal references
reset() - Method in class com.cc.framework.ui.painter.global.DynaStringElement
Resets the internal string to be empty.
reset() - Method in class com.cc.framework.ui.painter.global.IncludeElement
Resets the internal string to be empty.
reset() - Method in class com.cc.framework.util.StringInputStream
Resets the StringReader.
reset() - Method in class com.cc.framework.util.parser.HtmlParser
resets the internal state of the parser
resetApplicationPainter(ServletContext) - Static method in class com.cc.framework.ui.painter.PainterFactory
Resets the PainterFactory at application scope
resetDeleted() - Method in interface com.cc.framework.common.DirtyMarker
Clears the deleted flag
resetDeleted() - Method in class com.cc.framework.common.DirtyMarkerImp
 
resetDirty() - Method in interface com.cc.framework.common.DirtyMarker
Clears the dirty flag
resetDirty() - Method in class com.cc.framework.common.DirtyMarkerImp
 
resetExpandInfo(boolean) - Method in class com.cc.framework.ui.control.TreeControl
Resets all expanded Nodes
resetExpandInfo(boolean) - Method in class com.cc.framework.ui.control.TreelistControl
Resets all expanded Nodes
resetNew() - Method in interface com.cc.framework.common.DirtyMarker
Clears the new flag
resetNew() - Method in class com.cc.framework.common.DirtyMarkerImp
 
resetSessionPainter(HttpServletRequest) - Static method in class com.cc.framework.ui.painter.PainterFactory
Resets the PainterFactory at request scope
resetSessionPainter(HttpSession) - Static method in class com.cc.framework.ui.painter.PainterFactory
Resets the PainterFactory at session scope
resetSortInfo() - Method in class com.cc.framework.ui.control.SimpleListControl
 
resetSortInfo() - Method in class com.cc.framework.ui.control.TreelistControl
 
resetSortInfo() - Method in interface com.cc.framework.ui.model.ListStateModel
Resets any sorting Information
resetSortInfo() - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
resetSortInfo() - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
resolve(PageContext, String) - Static method in class com.cc.framework.taglib.template.TemplateHelp
This method selects the JSP-Resource for the active painter factory The template definition list is of the following format: {[factoryId:JSP-Resource;]}JSP-Resource This allows to specify a different JSP resource for each painter factory.
resolveFunction(String, String) - Method in class com.cc.framework.ui.ELSupport.ELFunctionMapper
 
resolveFunction(String, String) - Method in class com.cc.framework.ui.model.value.DeferredEnvironment.ELFunctionMapper
 
resolveRelativePropertyName(PageContext, String) - Static method in class com.cc.framework.taglib.TagHelp
Resolves the relative property name to a fully qualified property name
resolveVariable(String) - Method in class com.cc.framework.ui.ELSupport.BeanVariableResolver
Resolves the specified variable within the given context.
resolveVariable(String) - Method in class com.cc.framework.ui.model.value.DeferredEnvironment.BeanVariableResolver
Resolves the specified variable within the given context.
resource - Variable in class com.cc.framework.ui.model.imp.InfoDesignModelImp
The resource whisch should be displayed in the infocontrol
resourceDir - Variable in class com.cc.framework.ui.painter.ResourceMapImp
Resource directory
resources - Variable in class com.cc.framework.ui.painter.PainterFactory
The Resource Map.
resources - Variable in class com.cc.framework.ui.painter.ResourceMapImp
The Resource repository
response() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
response - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
The HttpServletResponse
response() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
response() - Method in interface com.cc.framework.http.HttpContext
Returns the HTTP Response
response() - Method in class com.cc.framework.http.PageContextAdapter
 
response() - Method in class com.cc.framework.ui.painter.ControlPainter
Returns the HTTP Response
response() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
response() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
restart() - Method in interface com.cc.framework.message.MessageResourceLoader
Sets the iterator to the top of the list.
restart() - Method in interface com.cc.framework.ui.OptionEnumerator
Starts with the collection at the beginning
restart() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Restarts the iterator
restart(int, int) - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Restarts the iterator to the first day of week
restart() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Restarts the iterator on the first element
restart() - Method in class com.cc.framework.util.TreeIterator.RootIterator
 
restart() - Method in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
restart() - Method in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
restore() - Method in class com.cc.framework.ui.control.FrameControl
 
restore() - Method in interface com.cc.framework.ui.model.FrameStateModel
Restores the frame
restore() - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
restoreState(RequestContext, Object) - Method in interface com.cc.framework.convert.StatefullConverter
Perform any processing required to restore the state from the entries in the state Object.
restoreState(RequestContext, Object) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
restoreState(RequestContext, Object) - Method in class com.cc.framework.convert.imp.NumberConverter
 
retainOrder() - Method in class com.cc.framework.ui.control.SwapSelectControl
 
retainOrder() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
retainOrder() - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
 
retainOrder() - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
 
retainOrder - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Tells the control to retain the sort order in the "from" option list
retainOrder() - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
retainOrder - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Tells the control to retain the sort order in the "from" option list
retainOrder() - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
retrieveMessageResources(PageContext, String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Deprecated.  
retrieveMessageResources(HttpContext, String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Returns the appropriate MessageResources object for the current struts module and the given bundle.
role - Variable in class com.cc.framework.security.RoleBasedPermission
The role
rollDay(int, int) - Static method in class com.cc.framework.util.CalendarHelp
Rolls the day index by the given offset
root - Variable in class com.cc.framework.util.TreeIterator.RootIterator
 
rowCount - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Number of displayed lines.
rowCount - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Number of visible rows
rowCount - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The number of rows spanned by this appointment
rowHeight - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Height of a row.
rowPageIndex - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
the index of the current row form the top of the current page
rowbean - Variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
The current row bean
rowcount - Variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Number of elements on the current page
roweditable - Variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Indicates if the current row is editable
rowindex - Variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
The index of the current row
rowkey - Variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Key of the current row bean
rowproperty - Variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
The column property of the current row
rows - Variable in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
Number for character rows
rows - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
the number of rows in year view
rows - Variable in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Number of rows in the list element
rows - Variable in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
The number of rows
rowsPerPage - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
The number of rows on the current page
rowset - Variable in class com.cc.framework.ui.model.imp.VirtualListDataModel
The elements of the currently loaded rowset
rowset - Variable in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
The elements of the currently loaded rowset
rowsetChild - Variable in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
rowsetIndex - Variable in class com.cc.framework.ui.model.imp.VirtualListDataModel
This is the index of the first row in the rowset.
rowsetIndex - Variable in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This is the index of the first row in the rowset.
rowsetIndex - Variable in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
rowsetSize - Variable in class com.cc.framework.ui.model.imp.VirtualListDataModel
This member holds the size of the rowset.
rowsetSize - Variable in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
This member holds the size of the rowset.
rule - Variable in class com.cc.framework.taglib.util.ImageMappingTag
Rule
rule - Variable in class com.cc.framework.ui.AbstractImageMap.ImageMapping
The Mapping rule (regular expression)
rule - Variable in class com.cc.framework.ui.model.imp.DesignRuleImp
The rule.
runat - Variable in class com.cc.framework.taglib.util.ImageMapTag
Specifies if the image map should be exposed as a java script object to the client browser (RunAt.CLIENT)
runat - Variable in class com.cc.framework.ui.AbstractImageMap
Specifies if the image map should be exposed as a java script object to the client browser (RunAt.CLIENT)
runat - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Indicates if the control works with or without server round trips
runat - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Indicates where to execute the Eventhandler.

S

SCHEDULERCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Scheduler Control
SCHEDULERCONTROL_NO_FRAME - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Scheduler Control
SCHEDULER_ADD_APPOINTMENT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Add Appointment
SCHEDULER_ATTACHMENT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Attachment
SCHEDULER_CLOCK - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Clock
SCHEDULER_COLOR_BG_APP - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background multiday appointment
SCHEDULER_COLOR_BG_APP - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background multiday appointment
SCHEDULER_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background body
SCHEDULER_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background body
SCHEDULER_COLOR_BG_DAYS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background days header
SCHEDULER_COLOR_BG_DAYS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background days header
SCHEDULER_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background header
SCHEDULER_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background header
SCHEDULER_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background inner frame
SCHEDULER_COLOR_BG_IF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background inner frame
SCHEDULER_COLOR_BG_NAV - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background navigation header
SCHEDULER_COLOR_BG_NAV - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background navigation header
SCHEDULER_COLOR_BG_OVERFLOW - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background overflow area
SCHEDULER_COLOR_BG_OVERFLOW - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background overflow area
SCHEDULER_COLOR_BORDER_APP - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border multiday appointment
SCHEDULER_COLOR_BORDER_APP - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border multiday appointment
SCHEDULER_COLOR_BORDER_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border body
SCHEDULER_COLOR_BORDER_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border body
SCHEDULER_COLOR_BORDER_DAYS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border days header
SCHEDULER_COLOR_BORDER_DAYS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border days header
SCHEDULER_COLOR_BORDER_IF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border inner frame
SCHEDULER_COLOR_BORDER_IF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border inner frame
SCHEDULER_COLOR_BORDER_TODAY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border today
SCHEDULER_COLOR_BORDER_TODAY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border today
SCHEDULER_COLOR_DAYVIEW_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background day view
SCHEDULER_COLOR_DAYVIEW_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background day view
SCHEDULER_COLOR_DAYVIEW_BG_ALLDAY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background day view (all day area)
SCHEDULER_COLOR_DAYVIEW_BG_ALLDAY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background day view (all day area)
SCHEDULER_COLOR_DAYVIEW_BG_APPS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background appointment container
SCHEDULER_COLOR_DAYVIEW_BG_APPS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background appointment container
SCHEDULER_COLOR_DAYVIEW_BG_ST - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background spare time
SCHEDULER_COLOR_DAYVIEW_BG_ST - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background spare time
SCHEDULER_COLOR_DAYVIEW_BG_WT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background working time
SCHEDULER_COLOR_DAYVIEW_BG_WT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background working time
SCHEDULER_COLOR_DAYVIEW_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border day view
SCHEDULER_COLOR_DAYVIEW_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border day view
SCHEDULER_COLOR_DAYVIEW_BORDER_APPS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border appointment container
SCHEDULER_COLOR_DAYVIEW_BORDER_APPS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border appointment container
SCHEDULER_COLOR_DAYVIEW_BORDER_TABLE - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border of the time table
SCHEDULER_COLOR_DAYVIEW_BORDER_TABLE - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border of the time table
SCHEDULER_COLOR_DAYVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text day view
SCHEDULER_COLOR_DAYVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text day view
SCHEDULER_COLOR_DAYVIEW_TEXT_ALLDAY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text day view (all day area)
SCHEDULER_COLOR_DAYVIEW_TEXT_ALLDAY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text day view (all day area)
SCHEDULER_COLOR_MONTHVIEW_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background month view
SCHEDULER_COLOR_MONTHVIEW_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background month view
SCHEDULER_COLOR_MONTHVIEW_BG_DIM - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background month view (day in month)
SCHEDULER_COLOR_MONTHVIEW_BG_DIM - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background month view (day in month)
SCHEDULER_COLOR_MONTHVIEW_BG_DOM - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background month view (day outside month)
SCHEDULER_COLOR_MONTHVIEW_BG_DOM - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background month view (day outside month)
SCHEDULER_COLOR_MONTHVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text month view
SCHEDULER_COLOR_MONTHVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text month view
SCHEDULER_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color hyperlink
SCHEDULER_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color hyperlink
SCHEDULER_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color caption
SCHEDULER_COLOR_TEXT_CAPTION - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color caption
SCHEDULER_COLOR_TEXT_DAYS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text days header
SCHEDULER_COLOR_TEXT_DAYS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text days header
SCHEDULER_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color detail text
SCHEDULER_COLOR_TEXT_DETAIL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color detail text
SCHEDULER_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color label
SCHEDULER_COLOR_TEXT_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color label
SCHEDULER_COLOR_TEXT_NAV - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text navigation header
SCHEDULER_COLOR_TEXT_NAV - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text navigation header
SCHEDULER_COLOR_WEEKVIEW_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background week view
SCHEDULER_COLOR_WEEKVIEW_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background week view
SCHEDULER_COLOR_WEEKVIEW_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border week view
SCHEDULER_COLOR_WEEKVIEW_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border week view
SCHEDULER_COLOR_WEEKVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text week view
SCHEDULER_COLOR_WEEKVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text week view
SCHEDULER_COLOR_YEARVIEW_BG_DIM - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background year view (day in month)
SCHEDULER_COLOR_YEARVIEW_BG_DIM - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background year view (day in month)
SCHEDULER_COLOR_YEARVIEW_BG_DIM_APPS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background year view (day in month)
SCHEDULER_COLOR_YEARVIEW_BG_DIM_APPS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background year view (day in month)
SCHEDULER_COLOR_YEARVIEW_BG_DIM_NF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background year view (day in month)
SCHEDULER_COLOR_YEARVIEW_BG_DIM_NF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background year view (day in month)
SCHEDULER_COLOR_YEARVIEW_BG_DOM - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background year view (day outside month)
SCHEDULER_COLOR_YEARVIEW_BG_DOM - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background year view (day outside month)
SCHEDULER_COLOR_YEARVIEW_BG_DOM_APPS - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background year view (day outside month)
SCHEDULER_COLOR_YEARVIEW_BG_DOM_APPS - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background year view (day outside month)
SCHEDULER_COLOR_YEARVIEW_BG_DOM_NF - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background year view (day outside month)
SCHEDULER_COLOR_YEARVIEW_BG_DOM_NF - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background year view (day outside month)
SCHEDULER_COLOR_YEARVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text year view
SCHEDULER_COLOR_YEARVIEW_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text year view
SCHEDULER_MORE_DOWN - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: More button down
SCHEDULER_MORE_UP - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: More button up
SCHEDULER_NEXT - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Roll up
SCHEDULER_PREV - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Roll down
SCHEDULER_PRIO_HIGH - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Priority high
SCHEDULER_PRIO_LOW - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Priority low
SCHEDULER_PRIO_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Priority none
SCHEDULER_PRIO_NORMAL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Priority normal
SCHEDULER_RECURRING - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Scheduler: Recurring
SEARCH - Static variable in class com.cc.framework.ui.FormType
form: SEARCH
SELECTED - Static variable in class com.cc.framework.common.ButtonState
Selected button
SELECTED - Static variable in interface com.cc.framework.ui.MenuState
Specifies that the menu item is a character string.
SELECTED - Static variable in class com.cc.framework.ui.MenuStateType
state: SELECTED
SELECTED - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
sel
SELECTION_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background color
SELECTION_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background color
SELHOVER - Static variable in class com.cc.framework.common.ButtonState
Selected button hover effect
only for completeness. this is not really an button state
SEPARATOR - Static variable in class com.cc.framework.ui.JoinMode
join two adjacent elements by adding a separator
SEPARATOR - Static variable in interface com.cc.framework.ui.MenuState
Draws a horizontal dividing line.
SEPARATOR - Static variable in class com.cc.framework.ui.MenuStateType
state: SEPARATOR
SERVER - Static variable in class com.cc.framework.ui.RunAt
RunAt: MULTIPLE
SESSION - Static variable in class com.cc.framework.http.HttpScope
HttpScope: Session
SEVERITY_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background body
SEVERITY_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background body
SEVERITY_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background caption
SEVERITY_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background caption
SEVERITY_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border color
SEVERITY_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border color
SEVERITY_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color
SEVERITY_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color
SEVERITY_FORM - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Severity Form Control
SIDEBAR - Static variable in class com.cc.framework.ui.MenuType
type: SIDEBAR
SINGLE - Static variable in class com.cc.framework.ui.ExpansionMode
expansion mode: SINGLE
SINGLE - Static variable in class com.cc.framework.ui.SelectMode
mode: SINGLE
STATE_APPOINTMENTS - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
This flag is set when the day has appointments assigned
STATE_DAY_IN_MONTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Flag for a day that belongs to the selected month
STATE_FIRST_DAY - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Flag for the first visible Day of the month
STATE_FIRST_MONTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Flag for the first visible month
STATE_HIDDEN - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
This flag is set when the day should be hidden
STATE_LAST_MONTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Flag for the last visible month
STATE_LEFTMOST_MONTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Flag for the leftmost month
STATE_PARAM - Static variable in interface com.cc.framework.Globals
Set name of the Request parameter that is used to synchronize control states
STATE_RIGHTMOST_MONTH - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Flag for the rightmost month
STATE_TODAY - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Flag for the day that is the current day
STRUTS_BEAN_KEY - Static variable in interface com.cc.framework.Globals
value of org.apache.struts.taglib.html.Constants#BEAN_KEY
STRUTS_CANCEL_KEY - Static variable in interface com.cc.framework.Globals
value of org.apache.struts.Globals#CANCEL_KEY
STRUTS_SELECT_KEY - Static variable in interface com.cc.framework.Globals
value of org.apache.struts.taglib.html.Constants#SELECT_KEY
SUBMIT - Static variable in class com.cc.framework.ui.model.ButtonType
ButtonType: submit
SUFFIX - Static variable in class com.cc.framework.convert.imp.ByteSizeConverter
The Size Units
SUN_ARCH_DATA_MODEL - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.arch.data.model
SUN_BOOT_CLASS_PATH - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.boot.class.path
SUN_BOOT_LIBRARY_PATH - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.boot.library.path
SUN_CPU_ENDIAN - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.cpu.endian
SUN_CPU_ISALIST - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.cpu.isalist
SUN_IO_UNICODE_ENCODING - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.io.unicode.encoding
SUN_JAVA2D_FONTPATH - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.java2d.fontpath
SUN_OS_PATCH_LEVEL - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: sun.os.patch.level
SVG - Static variable in class com.cc.framework.resource.MimeType
MIME type: SVG
SWAPCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: sws
SWAPCONTROL_BUTTON_H - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: swsbtnh
SWAPCONTROL_BUTTON_V - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: swsbtnv
SWAPCONTROL_LABEL_L - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: label_left
SWAPCONTROL_LABEL_R - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: label_right
SWAPCONTROL_LABEL_R_DSP - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: label_right_dsp
SWAPCONTROL_SELECT_L - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: select_left
SWAPCONTROL_SELECT_R - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
SwapSelect Control: select_right
SYSTYPE_DEBUG - Static variable in class com.cc.framework.version.SystemType
system type: SYSTYPE_DEBUG
SYSTYPE_DEMO - Static variable in class com.cc.framework.version.SystemType
system type: Field SYSTYPE_DEMO
SYSTYPE_DEVELOP - Static variable in class com.cc.framework.version.SystemType
system type: Field SYSTYPE_DEVELOP
SYSTYPE_NONE - Static variable in class com.cc.framework.version.SystemType
system type: Field SYSTYPE_NONE
SYSTYPE_PRODUCTION - Static variable in class com.cc.framework.version.SystemType
system type: SYSTYPE_PRODUCTION
SYSTYPE_TEST - Static variable in class com.cc.framework.version.SystemType
system type: SYSTYPE_TEST
SchedulerControl - class com.cc.framework.ui.control.SchedulerControl.
SchedulerControl
SchedulerControl() - Constructor for class com.cc.framework.ui.control.SchedulerControl
Constructor
SchedulerControl(SchedulerDesignModel) - Constructor for class com.cc.framework.ui.control.SchedulerControl
Constructor
SchedulerDataModel - interface com.cc.framework.ui.model.SchedulerDataModel.
Scheduler DataModel
SchedulerDataModelImp - class com.cc.framework.ui.model.imp.SchedulerDataModelImp.
 
SchedulerDataModelImp() - Constructor for class com.cc.framework.ui.model.imp.SchedulerDataModelImp
Constructor
SchedulerDataModelImp(TimeZone) - Constructor for class com.cc.framework.ui.model.imp.SchedulerDataModelImp
Constructor
SchedulerDesignModel - interface com.cc.framework.ui.model.SchedulerDesignModel.
Scheduler DesignModel
SchedulerDesignModelImp - class com.cc.framework.ui.model.imp.SchedulerDesignModelImp.
DesignModel for the Appointment Scheduler
SchedulerDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Constructor
SchedulerScope - class com.cc.framework.ui.model.SchedulerScope.
Specifies where to show checkboxes in a scheduler control
SchedulerScope(String, int) - Constructor for class com.cc.framework.ui.model.SchedulerScope
Constructor for SchedulerCheckRange
SchedulerStateModel - interface com.cc.framework.ui.model.SchedulerStateModel.
Scheduler StateModel
SchedulerStateModelImp - class com.cc.framework.ui.model.imp.SchedulerStateModelImp.
 
SchedulerStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.SchedulerStateModelImp
 
SchedulerTag - class com.cc.framework.taglib.controls.SchedulerTag.
Tag Handler für das <calendar>-Tag
SchedulerTag() - Constructor for class com.cc.framework.taglib.controls.SchedulerTag
Constructor
SchedulerView - class com.cc.framework.ui.model.SchedulerView.
Specifies the style used to display dates in a Scheduler control
SchedulerView(String, int) - Constructor for class com.cc.framework.ui.model.SchedulerView
Constructor for ScheduleView
SchedulerViewHelp - class com.cc.framework.ui.painter.def.scheduler.SchedulerViewHelp.
Helper Class for Scheduler view painters
SchedulerViewHelp() - Constructor for class com.cc.framework.ui.painter.def.scheduler.SchedulerViewHelp
 
ScriptBodyTagSupport - class com.cc.framework.taglib.ScriptBodyTagSupport.
Base class for all Tags with body that support JavaScript Client handlers
ScriptBodyTagSupport() - Constructor for class com.cc.framework.taglib.ScriptBodyTagSupport
 
ScriptSupport - interface com.cc.framework.taglib.ScriptSupport.
Interface for all Tags that support JavaScript Client handlers
ScriptTagSupport - class com.cc.framework.taglib.ScriptTagSupport.
Base class for all simple Tags that support JavaScript Client handlers
ScriptTagSupport() - Constructor for class com.cc.framework.taglib.ScriptTagSupport
 
ScrollSupport - interface com.cc.framework.ui.model.ScrollSupport.
Methods for Controls with scrolling support
SecurityUtil - class com.cc.framework.security.SecurityUtil.
Helper class to manage the principal object.
SecurityUtil() - Constructor for class com.cc.framework.security.SecurityUtil
Constructor
SelectControl - class com.cc.framework.ui.control.SelectControl.
The SelectControl
SelectControl() - Constructor for class com.cc.framework.ui.control.SelectControl
Constructor
SelectControl(SelectDesignModel) - Constructor for class com.cc.framework.ui.control.SelectControl
Constructor
SelectDataModel - interface com.cc.framework.ui.model.SelectDataModel.
Data model for the Select Control
SelectDesignModel - interface com.cc.framework.ui.model.SelectDesignModel.
Design model for the Select Control
SelectDesignModelImp - class com.cc.framework.ui.model.imp.SelectDesignModelImp.
Designmodel for the SelectControl
SelectDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.SelectDesignModelImp
Constructor for SelectDesignModelImp
SelectMode - class com.cc.framework.ui.SelectMode.
Enumeration for select nodes of checkboxes in a list or tree control.
SelectMode(String) - Constructor for class com.cc.framework.ui.SelectMode
Constructor for SelectMode
SelectStateModel - interface com.cc.framework.ui.model.SelectStateModel.
State model for the SelectControl
SelectTag - class com.cc.framework.taglib.controls.SelectTag.
Tag-Handler for the SelectTag
SelectTag() - Constructor for class com.cc.framework.taglib.controls.SelectTag
Constructor
Semaphore - class com.cc.framework.common.Semaphore.
Semaphore object by Dijkstra.
Semaphore() - Constructor for class com.cc.framework.common.Semaphore
Constructor for Semaphore
Semaphore(int) - Constructor for class com.cc.framework.common.Semaphore
Constructor for Semaphore
Severity - class com.cc.framework.common.Severity.
Defines severity types used by the common controls framework
Severity classes: Information Warning Error Fatal Error
Severity(int, String, String) - Constructor for class com.cc.framework.common.Severity
Constructor
SimpleEnumType - interface com.cc.framework.common.SimpleEnumType.
An interface to identify enumeration types.
SimpleEnumType2 - interface com.cc.framework.common.SimpleEnumType2.
An interface for enumerations.
SimpleImageMap - class com.cc.framework.ui.SimpleImageMap.
Provides an image map, which associates keys expressions with images.
SimpleImageMap() - Constructor for class com.cc.framework.ui.SimpleImageMap
Constructor for ImageMap
SimpleListControl - class com.cc.framework.ui.control.SimpleListControl.
The SimpleListControl
SimpleListControl() - Constructor for class com.cc.framework.ui.control.SimpleListControl
Constructor
Singleton - interface com.cc.framework.common.Singleton.
This interface is used to identify a singleton class.
SortOrder - class com.cc.framework.common.SortOrder.
Defines sort order types used by the common controls framework
SortOrder(String, String) - Constructor for class com.cc.framework.common.SortOrder
Constructor for SortOrder
Sortable - interface com.cc.framework.ui.model.Sortable.
Interface for collections that support sorting
SpinControl - class com.cc.framework.ui.control.SpinControl.
The SpinControl
SpinControl() - Constructor for class com.cc.framework.ui.control.SpinControl
Constructor
SpinControl(SpinDesignModel) - Constructor for class com.cc.framework.ui.control.SpinControl
Constructor for SpinControl
SpinDesignModel - interface com.cc.framework.ui.model.SpinDesignModel.
The design model for the color picker control The design model holds information for rendering and the layout of the control.
SpinDesignModelImp - class com.cc.framework.ui.model.imp.SpinDesignModelImp.
The design model for the Spin control
SpinDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.SpinDesignModelImp
Constructor
SpinTag - class com.cc.framework.taglib.controls.SpinTag.
Tag-Handler for the spin control.
SpinTag() - Constructor for class com.cc.framework.taglib.controls.SpinTag
Constructor for CalendarTag
StateModel - interface com.cc.framework.ui.model.StateModel.
Interface for all Statemodels
A state model holds the state information of a control.
StatefullConverter - interface com.cc.framework.convert.StatefullConverter.
Base Class for Converters that need to save their state between requests.
StaticPermission - class com.cc.framework.security.StaticPermission.
This class represents a static permission (true or false)
StaticPermission(boolean) - Constructor for class com.cc.framework.security.StaticPermission
Constructor for StaticPermission
Stopwatch - class com.cc.framework.common.Stopwatch.
StopWatch for time measurement
Stopwatch() - Constructor for class com.cc.framework.common.Stopwatch
Constructor
StringConverter - class com.cc.framework.convert.imp.StringConverter.
Converter for Datatype java.lang.String
StringConverter() - Constructor for class com.cc.framework.convert.imp.StringConverter
 
StringConverter - class com.cc.framework.util.converters.StringConverter.
Deprecated.  
StringConverter() - Constructor for class com.cc.framework.util.converters.StringConverter
Deprecated.  
StringHelp - class com.cc.framework.util.StringHelp.
Helper class for string operations.
StringHelp() - Constructor for class com.cc.framework.util.StringHelp
Constructor
StringInputStream - class com.cc.framework.util.StringInputStream.
Wraps a String as an InputStream.
StringInputStream(String) - Constructor for class com.cc.framework.util.StringInputStream
Composes a stream from a String
StrutsFrameworkAdapter - class com.cc.framework.adapter.struts.StrutsFrameworkAdapter.
Framework Adapter for the Jakarta Struts Framework
StrutsFrameworkAdapter() - Constructor for class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
 
StrutsMessageDataModelImp - class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.
Wrapper class for struts messages
StrutsMessageDataModelImp() - Constructor for class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp
Constructor
StrutsMessageDataModelImp.StrutsMessage - class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage.
Inner class
StrutsMessageDataModelImp.StrutsMessage(Severity, String, String) - Constructor for class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
Constructor
StrutsSelectTagComparator - class com.cc.framework.taglib.StrutsSelectTagComparator.
Specialised options Comparator for integration with the Struts Framework
StrutsSelectTagComparator(SelectTag) - Constructor for class com.cc.framework.taglib.StrutsSelectTagComparator
Constructor
SvgTag - class com.cc.framework.taglib.svg.SvgTag.
This Tag is used to embedd a SVG-Stream in a HTML-Page
SvgTag() - Constructor for class com.cc.framework.taglib.svg.SvgTag
Constructor
SwapSelectControl - class com.cc.framework.ui.control.SwapSelectControl.
Control element for the select element with two windows
SwapSelectControl() - Constructor for class com.cc.framework.ui.control.SwapSelectControl
Constructor
SwapSelectControl(SwapSelectDesignModel) - Constructor for class com.cc.framework.ui.control.SwapSelectControl
Constructor
SwapSelectDataModel - interface com.cc.framework.ui.model.SwapSelectDataModel.
Data model for the Swap Select Control
SwapSelectDesignModel - interface com.cc.framework.ui.model.SwapSelectDesignModel.
Design model for the Swap Select Control
SwapSelectDesignModelImp - class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp.
Designmodel for the SwapSelectControl
SwapSelectDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Constructor
SwapSelectStateModel - interface com.cc.framework.ui.model.SwapSelectStateModel.
State model for the SwapSelectControl
SwapSelectTag - class com.cc.framework.taglib.controls.SwapSelectTag.
Handler for the <swapselect> Tag
SwapSelectTag() - Constructor for class com.cc.framework.taglib.controls.SwapSelectTag
Constructor
SyntaxException - exception com.cc.framework.security.acl.expr.SyntaxException.
 
SyntaxException(TokenStream, int) - Constructor for class com.cc.framework.security.acl.expr.SyntaxException
Konstruktor
SyntaxException(TokenStream, Throwable) - Constructor for class com.cc.framework.security.acl.expr.SyntaxException
Konstruktor
SystemPropertyNames - interface com.cc.framework.util.SystemPropertyNames.
This interface declares variables for the most common system properties
SystemType - class com.cc.framework.version.SystemType.
Defines system types.
SystemType(String, String) - Constructor for class com.cc.framework.version.SystemType
Constructor for SystemType
safeequals(Object, Object) - Static method in class com.cc.framework.util.StringHelp
Method safe equals
safetrim(String) - Static method in class com.cc.framework.util.StringHelp
Removes white spaces at the end of a string.
saveState(RequestContext) - Method in interface com.cc.framework.convert.StatefullConverter
Gets the state of the instance as a Serializable Object.
saveState(RequestContext) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
saveState(RequestContext) - Method in class com.cc.framework.convert.imp.NumberConverter
 
scope - Variable in class com.cc.framework.taglib.controls.BaseControlTag
The scope of the bean containing our underlying property.
scope - Variable in class com.cc.framework.taglib.forms.ForEachTag
The scope where the collection is stored
scope - Variable in class com.cc.framework.taglib.svg.EmbedTag
Scope
scope - Variable in class com.cc.framework.taglib.svg.SvgTag
The Scope of the bean containing our underlying property.
script(PainterContext, String) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Creates a JavaScript fragment for option list initialization.
script(PageContext, String) - Method in class com.cc.framework.ui.painter.html.OptionsPainter
Creates a JavaScript fragment for option list initialization.
scrollHeight - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The height of the scroll container
scrollHeight - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
The height of the scroll container
sections - Variable in class com.cc.framework.ui.painter.def.frame.TableFrame
A frame can have multiple sections.
select(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreeControl
Marks the given node as selected
select(String) - Method in class com.cc.framework.ui.control.TreeControl
 
select(TreeNodeDataModel) - Method in class com.cc.framework.ui.control.TreelistControl
Marks the given node as selected
select(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
select(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
Selects the specified node.
select(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
select(Object) - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Selects the object
select(Object, Object, Object, Object) - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterBase
Selects the object
select() - Method in class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
Selects the current iteration element
selectMode - Variable in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
The selection mode for optional checkboxes.
selectMode - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The selection mode for optional checkboxes.
selectMode - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Selection mode
selectNext() - Method in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
This method selects the next element of the iteration
selectNext() - Method in class com.cc.framework.taglib.forms.ForEachTag
This method selects the next element of the iteration
selectNext() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator
Selects the next iteration element for this iterator
selectNodes(TreeNodeDataModel, int, String, int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
Retrieves all nodes on the selection path of the tree structure
selectableProperty - Variable in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
The name of the property that specifies if a tree node is to be selectable by the user or not.
selected - Variable in class com.cc.framework.ui.model.imp.CrumbsStateModelImp
The selected Crumb
selected - Variable in class com.cc.framework.ui.model.imp.TabsetStateModelImp
The selected Tabpage
selected - Variable in class com.cc.framework.ui.model.imp.TreeStateModelImp
The selected Node
selectedCrumb - Variable in class com.cc.framework.taglib.menu.CrumbsTag
The current selected crumb
selectedNodes - Variable in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
The selected nodes in the tree hierarchy
selectedTab - Variable in class com.cc.framework.taglib.controls.TabbarTag
The current selected tab
sendAjaxResponse(HttpServlet, FrameworkAction, ActionContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
This method gets called when the framework needs to render the dirty controls
separator(String) - Static method in class com.cc.framework.http.HttpUtil
 
serialVersionUID - Static variable in class com.cc.framework.adapter.struts.FWActionForm
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.adapter.struts.FWActionForward
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.adapter.struts.FWDynaActionForm
Serial Verson UID
serialVersionUID - Static variable in class com.cc.framework.adapter.struts.FWValidatorActionForm
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.adapter.struts.FWValidatorForm
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.ButtonMode
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.CheckState
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.FrameworkException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.InvalidEnumType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.NotInEditModeException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.Severity
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.SortOrder
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.Tuple
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.common.TupleArray
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.convert.ConverterException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.http.BrowserInfo
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.http.HttpScope
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.http.RequestDecorationType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.resource.BinaryResource
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.resource.MimeType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.resource.ObjectResource
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.resource.Resource
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.resource.ResourceServlet
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.FunctionBasedPermission
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.Permission
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.PermissionException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.RoleBasedPermission
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.StaticPermission
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.AccessControlList
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.AccessToken
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.ExecutionException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.Expression
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.ExpressionList
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.LogicalAndExpression
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.LogicalOperator
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.LogicalOrExpression
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.LogicalXorExpression
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.Parenthesis
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.PrimaryExpression
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.SyntaxException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.Token
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.TokenStream
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.TokenType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.UnaryExpression
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.security.acl.expr.UnaryOperator
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.ScriptBodyTagSupport
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.ScriptTagSupport
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.base.AjaxTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.base.ImageTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.base.InnerFrameTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.base.OptionTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.base.OptionsTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.BaseControlTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ButtonTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.CalendarTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.CancelTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.CheckboxGroupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.CheckboxTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColorPickerTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnAddTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnBaseBodyTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnBaseTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnButtonTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnCheckTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnCheckboxTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnDeleteTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnDrilldownTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnEditTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnGroupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnHeaderTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnHtmlTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnImageTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnLinkTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnRadioTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnSelectorTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnTextTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnTextareaTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ColumnTreeTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ComboBoxTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.FileTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.GaugeTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.HeadlineTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.HiddenTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ListTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.MultiLevelSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.PanelContentTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.PanelItemTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.PanelTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.PasswordTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.PlainTextTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.RadioGroupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.RadioTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.RatingTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.RecurrencePatternTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.ResetTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.SchedulerTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.SelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.SpinTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.SwapSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TabTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TabbarTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TabsetTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TextListTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TextPopupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TextTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TextareaTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TreeTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.controls.TreelistTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.convert.ConvertNumberTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.convert.ConverterTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.ForEachTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormButtonSectionTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormButtonTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormCancelTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormColumnGroupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormColumnTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementCalendarTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementCheckboxTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementColorPickerTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementComboBoxTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementDescriptionTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementFileTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementGroupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementHtmlTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementMessageTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementPasswordTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementPlaintextTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementRadioTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementRowTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementSectionTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementSpinTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementTextListTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementTextPopupTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementTextTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementTextareaTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormLabelTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormResetTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FormTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.FrameTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.InfoTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.forms.MessageTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.menu.ContextEqualTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.menu.ContextTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.menu.CrumbTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.menu.CrumbsTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.menu.MenuButtonTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.menu.MenuItemTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.menu.MenuTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.security.GrantedTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.security.NotGrantedTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.svg.EmbedTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.svg.SvgTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.template.GetTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.template.IncludeTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.template.InsertTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.template.NotPresentTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.template.PresentTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.template.PutTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.BaseTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.BrowserInfoTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.CalendarResourceTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.DecoratorTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.DesignRuleTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.FilterTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.ImageMapTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.ImageMappingTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.JspDirective
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.JspTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.taglib.util.ResourceTag
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.AbstractImageMap.ImageMapping
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.AbstractImageMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.AjaxSettings
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.AlignmentType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.CheckRange
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.Color
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.ExpansionMode
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.FormMethod
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.JoinMode
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.MenuStateType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.MenuType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.OrientationType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.RegExpImageMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.RunAt
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.SelectMode
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.SimpleImageMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.ButtonControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.CalendarControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.CheckboxControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.CheckboxGroupControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.ColorPickerControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.ComboBoxControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.Control
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.ControlActionDef
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.ControlButton
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.CrumbsControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.FormButtonElement
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.FormControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.FrameControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.GaugeControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.HeadlineControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.HiddenControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.InfoControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.ListControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.MenuButtonControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.MenuControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.MessageControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.MultiLevelSelectControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.PanelControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.PlainTextControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.RadioControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.RadioGroupControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.RatingControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.RecurrencePatternControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.SchedulerControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.SelectControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.SimpleListControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.SpinControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.SwapSelectControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TabbarControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TabsetControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TextControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TextListControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TextPopupControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TextareaControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TreeControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TreeSwapSelectControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.control.TreelistControl
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.html.LengthUnit
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.javascript.JavaScript
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.AppointmentPriority
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.ButtonType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.CalendarMode
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.ClientEvent
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.InnerFrame
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.InputFieldType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.RecurrenceType
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.SchedulerScope
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.SchedulerView
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ButtonContainerImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.CheckboxDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ClientHandlerImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnAddDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnContainerImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnDeleteDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnDrilldownDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnEditDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnHtmlDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnLinkDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnSelectorDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ColumnTreeDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ControlContainerImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.CrumbModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.CrumbsStateModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.DesignRuleImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.FrameDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
 
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.HiddenDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ImageModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.InfoDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.KeyListDataModel
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.ListStateModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.MenuDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.MenuItemImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
Serial Verion UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.PanelDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.PlainTextDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.RadioDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.RadioGroupDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.RatingDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.RatingStateModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.RecurrencePatternDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.SelectDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.SpinDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TabsetStateModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TextDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TreeStateModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.TreelistStateModelImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.imp.VirtualListDataModel
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.value.DeferredException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.model.value.DeferredValue
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.PainterFactory
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.ResourceMapImp
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.ajax.AjaxPainterFactory
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.ajax.AjaxResourceMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Serial Verion UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def.DefPainterFactory
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def.DefResourceMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def.frame.ElementContainerCE
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def.frame.TableCE
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def.frame.TableFrame
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter.CompositeElement
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Serial Verion UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def2.Def2PainterFactory
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.def2.Def2ResourceMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.global.DynaStringElement
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.global.GlobalPainterFactory
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.global.GlobalResourceMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.global.IncludeElement
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.global.PopupElement
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.html.HtmlPainterFactory
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.ui.painter.html.HtmlResourceMap
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.util.TreeStructureException
Serial Version UID
serialVersionUID - Static variable in class com.cc.framework.version.SystemType
Serial Version UID
service(HttpServletRequest, HttpServletResponse) - Method in class com.cc.framework.resource.ResourceServlet
 
servletContext - Variable in class com.cc.framework.adapter.struts.ConcreteActionContext
The servlet context
servletMapping - Variable in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
The servlet mapping of the frontcontroller servlet
session() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
session() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
session() - Method in interface com.cc.framework.http.HttpContext
Gets the session object
session() - Method in class com.cc.framework.http.PageContextAdapter
 
session() - Method in class com.cc.framework.ui.painter.ControlPainter
Gets the session object
session() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
 
session() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
set(PageContext, BrowserInfo) - Static method in class com.cc.framework.http.BrowserInfo
Stores the Setting object in the users session
set(HttpSession, BrowserInfo) - Static method in class com.cc.framework.http.BrowserInfo
Stores the Setting object in the users session
setAccessKey(String) - Method in class com.cc.framework.ui.control.FormControlElement
 
setAccessKey(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setAccessKey(String) - Method in interface com.cc.framework.ui.control.LabeledFormElement
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'Alt' and the ACCESSKEY together).
setAccessKey(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'alt' and the ACCESSKEY together).
setAccessKey(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setAccesskey(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'Alt' and the ACCESSKEY togther).
setAccesskey(String) - Method in interface com.cc.framework.taglib.forms.LabeledFormElementTag
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'ALT' and the ACCESSKEY together).
setAction(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the Action
setAction(String) - Method in class com.cc.framework.taglib.controls.PanelContentTag
Specifies the Struts Action that is to be called in case of control element events.
setAction(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
Specifies the Struts Action that is to be called in case of control element events.
setAction(String) - Method in class com.cc.framework.taglib.controls.TabTag
Sets the associated action
setAction(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
Sets the associated action
setAction(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
Specifies the Struts Action that is to be called upon selection of a menu option
setAction(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the action, which should be performed, if an event of a control occur.
setAction(String) - Method in interface com.cc.framework.ui.model.CrumbModel
Sets the Action, which should be processed if the Crumb is selected.
setAction(String) - Method in interface com.cc.framework.ui.model.FormDesignModel
Sets the Action
setAction(String) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Sets the Action
setAction(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the Action
setAction(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the Action
setAction(String) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Sets the action which should be processed if the user clicks on the "more link".
setAction(String) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Sets the Action
setAction(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the Action, which should be processed if a TabPage is selected.
setAction(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setAction(String) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setAction(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setAction(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setAction(String) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setAction(String) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setAction(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setActive(boolean) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the Active Flag
setActive(boolean) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setAddButton(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the Flag for the AddButton
setAjax(String) - Method in interface com.cc.framework.taglib.controls.AjaxSupportTag
Directs the framework to add additional AJAX handlers to the column.
setAjax(boolean) - Method in interface com.cc.framework.taglib.controls.AjaxSupportTag
Directs the framework to add additional AJAX handlers to the control.
setAjax(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
setAjax(boolean) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Directs the framework to add additional AJAX handlers to the control.
setAjax(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
setAjax(boolean) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Directs the framework to add additional AJAX handlers to the control.
setAjax(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
setAjax(boolean) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
setAjaxAttribute(Control, String, Object) - Method in interface com.cc.framework.adapter.AjaxRequest
Adds a new Attribute to the container.
setAjaxAttribute(Control, String, Object) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
setAjaxAttribute(Control, String, Object) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
setAjaxAttribute(ControlRequestContext, String, Object) - Method in class com.cc.framework.ui.control.Control
 
setAlign(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the alignment of the column: left = left alignment.
setAlign(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Specifies the alignment of the column: left = left alignment.
setAlign(String) - Method in class com.cc.framework.taglib.controls.GaugeTag
Specifies the alignment of the text: left = left alignment.
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setAlign(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
Specifies the horizontal alignment of the form element within the form left right center
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Specifies the alignment of the label: left = left alignment.
setAlign(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormButtonElement
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormControlElement
 
setAlignment(AlignmentType) - Method in interface com.cc.framework.ui.control.FormElement
Specifies the horizontal alignment of the form element within the form left right center
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setAlignment(AlignmentType) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the alignment for the column
setAlignment(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the alignment for the column
setAlignment(AlignmentType) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Sets the alignment for the column
setAlignment(AlignmentType) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the alignment for the label
setAlignment(AlignmentType) - Method in interface com.cc.framework.ui.model.GaugeDesignModel
Sets the alignment for the column
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setAlignment(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setAlignment(AlignmentType) - Method in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
 
setAllDayArea(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value specifying whether the all-day area is displayed.
setAllDayEvent(boolean) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Makes this appointment an all day event
setAlt(String) - Method in class com.cc.framework.taglib.base.ImageTag
Sets the text to display if the image can't be displayed.
setAlternate(String) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
Sets the text to display if the image can't be displayed or the image content can't be found.
setAmount(double) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
 
setAnchor(String) - Method in class com.cc.framework.http.Hyperlink
Sets the Anchor
setAnchor(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The HTML-Anchor attribute of the element can be specified with this attribute.
setAnchor(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the anchor that should be appended to all Hyperlinks for this column.
setAnchor(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setAnchor(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the Anchor to appended to the URL (#anchor)
setAnchor(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setAnchorProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the name of a property with the help of which the relevant line can generate an HTML-Anchor attribute.
setAnchorProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the name of the property where the value for the anchor attribute can be found in the data model.
setAnchorProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setAppointment(Appointment) - Method in interface com.cc.framework.ui.model.RecurrencePattern
sets the reference to the appointment item
setAppointment(Appointment) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
setArguments(String[]) - Method in class com.cc.framework.util.PropertyResourceKey
 
setAttribute(String, Object) - Method in class com.cc.framework.dialog.DialogContext
Associate a value with the specified name which will remain available until this workflow terminates or it is removed using the removeAttribute() method.
setAttribute(String, Object) - Method in interface com.cc.framework.http.AttributeAccess
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface com.cc.framework.ui.painter.PainterContext
Sets an Attribute for this Painter
setAttribute(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Sets an Attribute for this Painter
setAttribute(String, Object) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
setBase(String) - Method in interface com.cc.framework.taglib.WebResourceTag
Sets the resource base directory
setBase(String) - Method in class com.cc.framework.taglib.controls.ButtonTag
 
setBase(String) - Method in class com.cc.framework.taglib.forms.InfoTag
Sets the base directory
setBase(String) - Method in class com.cc.framework.taglib.template.IncludeTag
Sets the base directory
setBase(String) - Method in class com.cc.framework.taglib.template.InsertTag
The base directory for the JSP-pages is determined with the base attribute.
setBase(String) - Method in class com.cc.framework.taglib.util.ImageMapTag
 
setBase(String) - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
setBase(String) - Method in class com.cc.framework.ui.AbstractImageMap
Sets the base directory for all the images
setBase(String) - Method in interface com.cc.framework.ui.WebResourceAccess
Sets the resoure base directory
setBase(String) - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
setBase(String) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
Sets the resoure base directory
setBase(String) - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
setBean(Object) - Method in class com.cc.framework.ui.model.value.DeferredEnvironment
Sets the (row-) bean
setBehavior(ActionBehavior) - Method in class com.cc.framework.ui.control.ControlAction
Sets some information about how action should behave on the client.
setBehavior(ActionBehavior) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets some information about the actions behavior.
setBehavior(ActionBehavior) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setBgColor(Color) - Method in interface com.cc.framework.ui.model.TabDesignModel
sets the Background Color
setBgColor(Color) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Sets the Background Color
setBgColor(Color) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setBgColor(Color) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
setBgcolor(String) - Method in class com.cc.framework.taglib.controls.TabTag
Sets the Background-Color of the TabPage
setBgcolor(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
Sets the background color for the control element.
setBody(String) - Method in class com.cc.framework.ui.control.CheckboxGroupControl
Sets the optional HTML Body of the control.
setBody(String) - Method in class com.cc.framework.ui.control.SelectControl
Sets the optional HTML Body of the control.
setBody(String) - Method in class com.cc.framework.ui.control.SwapSelectControl
Sets the optional HTML Body of the control.
setBody(String) - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Sets the optional HTML Body of the control.
setBody(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the HTML-String which should be displayed as Content of the TabPage.
setBody(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setBodyContainer(CompositeElement) - Method in interface com.cc.framework.ui.painter.Frame
Sets the frames body container.
setBodyContainer(CompositeElement) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setBodyContent(BodyContent) - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
 
setBodyContent(BodyContent) - Method in class com.cc.framework.taglib.controls.PlainTextTag
 
setBodyContent(BodyContent) - Method in class com.cc.framework.taglib.controls.SelectTag
 
setBodyContent(BodyContent) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
 
setBodyContent(BodyContent) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
 
setBodyContent(BodyContent) - Method in class com.cc.framework.taglib.forms.InfoTag
 
setBodyInclude(boolean) - Method in class com.cc.framework.ui.control.FormHtmlElement
Sets if the description is set within the body (=true)
setBodyInclude(boolean) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Sets if the header text is set within the body (true)
setBodyInclude(boolean) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets if the header text is set within the body (true)
setBodyInclude(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setBodyInclude(boolean) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setBorder(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
Enables or Disables the frames border
setBorder(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the Border
setBorder(int) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the border width
setBorder(boolean) - Method in class com.cc.framework.ui.model.InnerFrame
Disables the frames border
setBorder(int) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setBorder(int) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
Sets the BORDER="" attribute.
setBundle(String) - Method in class com.cc.framework.util.PropertyResourceKey
 
setButtonAlt(String) - Method in class com.cc.framework.taglib.controls.CalendarTag
Sets the alt attribute for the calendar image
setButtonAlt(String) - Method in class com.cc.framework.taglib.controls.ColorPickerTag
Sets the alt attribute for the color picker image
setButtonAlt(String) - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Sets the alt attribute for the calendar image
setButtonAlt(String) - Method in interface com.cc.framework.ui.model.ColorPickerDesignModel
Sets the alt attribute for the colorpicker image
setButtonAlt(String) - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
setButtonAlt(String) - Method in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
 
setButtonPermission(ControlButton, Permission) - Method in interface com.cc.framework.ui.model.ButtonContainer
Sets whether a command button should be displayed by specifying an Access Control List.
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.ButtonContainerImp
 
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setButtonPermission(ControlButton, Permission) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setButtonSection(boolean) - Method in class com.cc.framework.taglib.forms.FormTag
Sets the Flag if the form contains a button section
setButtonStyle(String) - Method in class com.cc.framework.taglib.controls.ButtonTag
sets the button style
setButtonStyle(int) - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Sets the button style indicating the background image of the text button
setButtonStyle(int) - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
setButtonTooltip(String) - Method in class com.cc.framework.taglib.controls.CalendarTag
Sets the tooltip for the calendar image
setButtonTooltip(String) - Method in class com.cc.framework.taglib.controls.ColorPickerTag
Sets the tooltip for the color picker image
setButtonTooltip(String) - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Sets the tooltip for the calendar image
setButtonTooltip(String) - Method in interface com.cc.framework.ui.model.ColorPickerDesignModel
Sets the tooltip for the colorpicker image
setButtonTooltip(String) - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
setButtonTooltip(String) - Method in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
 
setButtonType(ButtonType) - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Sets the type of the button
setButtonType(ButtonType) - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
setButtons(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Indicates whether, in case of group nodes, buttons for exploding or closing the branch should be displayed.
setButtons(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Indicates whether, in case of group nodes, buttons for exploding or closing the branch should be displayed.
setButtons(Collection) - Method in class com.cc.framework.ui.model.FrameTitle
Sets the ConcreteElement collection of button elements for the title
setCache(HttpServletResponse, boolean) - Static method in class com.cc.framework.http.CacheControl
Sets the cache options
setCache(HttpServletResponse, boolean, int) - Static method in class com.cc.framework.http.CacheControl
Sets the cache options
setCacheDir(String) - Static method in class com.cc.framework.resource.ResourceManager
Sets the directory which should be used to cache resources.
setCaption(String) - Method in class com.cc.framework.taglib.controls.HeadlineTag
Sets the Caption
setCaption(String) - Method in class com.cc.framework.taglib.forms.FormTag
The main title of the form.
setCaption(String) - Method in class com.cc.framework.taglib.forms.FrameTag
The main title of the form.
setCaption(String) - Method in class com.cc.framework.taglib.forms.MessageTag
The main title of the form.
setCaption(String) - Method in interface com.cc.framework.ui.model.FormDesignModel
Sets the Caption
setCaption(String) - Method in interface com.cc.framework.ui.model.FrameDesignModel
Sets the Caption
setCaption(String) - Method in class com.cc.framework.ui.model.FrameTitle
 
setCaption(String) - Method in interface com.cc.framework.ui.model.HeadlineDesignModel
Sets the Caption
setCaption(String) - Method in interface com.cc.framework.ui.model.MessageDesignModel
Sets the Caption
setCaption(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setCaption(String) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
setCaption(String) - Method in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
 
setCaption(String) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
setCellPadding(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the cell padding for the list cells
setCellPadding(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the cell padding for the list cells
setCellPadding(int) - Method in interface com.cc.framework.ui.model.ListDesignModel
Sets the cell padding for the list cells
setCellPadding(int) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setCellPadding(int) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
Sets the CELLPADING="" attribute.
setCellSpacing(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the cell spacing for the list cells
setCellSpacing(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the cell spacing for the list cells
setCellSpacing(int) - Method in interface com.cc.framework.ui.model.ListDesignModel
Sets the cell spacing for the list cells
setCellSpacing(int) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setCellSpacing(int) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
Sets the CELLSPACING="" attribute.
setCellWidth(String) - Method in class com.cc.framework.taglib.forms.FormColumnTag
Sets the width of the control cells for this container.
setCellWidth(String) - Method in interface com.cc.framework.taglib.forms.FormElementContainerTag
Sets the width of the control cells for this container.
setCellWidth(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setCellWidth(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setCellWidth(String) - Method in interface com.cc.framework.ui.control.FormElementContainer
Sets the width of the control cell for this container.
setCellWidth(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setCellWidth(String) - Method in interface com.cc.framework.ui.model.FormColumn
Sets the width of the control cell for this container.
setCellWidth(String) - Method in class com.cc.framework.ui.model.imp.FormColumnImp
 
setCellWidth(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setCheckAll(String) - Method in class com.cc.framework.taglib.controls.ColumnCheckTag
Enables the check all property of the column
setCheckAll(String) - Method in class com.cc.framework.taglib.controls.ColumnCheckboxTag
Enables the check all property of the column
setCheckAll(boolean) - Method in interface com.cc.framework.ui.model.ColumnCheckDesignModel
Deprecated. use setCheckRange()
setCheckAll(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
Deprecated. use setCheckRange()
setCheckAll(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
Deprecated. use setCheckRange()
setCheckBoxMask(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a bit mask that indicates on what view levels checkboxes should be shown for this control
setCheckBoxMask(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setCheckRange(CheckRange) - Method in interface com.cc.framework.ui.model.ColumnCheckDesignModel
Defines what rows the multiple check option of the column should affect.
setCheckRange(CheckRange) - Method in interface com.cc.framework.ui.model.ColumnCheckboxDesignModel
Defines what rows the multiple check option of the column should affect.
setCheckRange(CheckRange) - Method in class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
 
setCheckRange(CheckRange) - Method in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
 
setCheckState(int) - Method in interface com.cc.framework.ui.model.Checkable
Sets the check state of the object
setCheckState(long, int) - Method in interface com.cc.framework.ui.model.CheckableAppointment
Sets the check state of the object
setCheckState(long, int) - Method in class com.cc.framework.ui.model.imp.CheckableAppointmentImp
 
setCheckboxValue(RequestContext, ControlValuePath, Object, String, boolean, SelectMode) - Method in class com.cc.framework.ui.control.ListControl
This method is called to set the value of a checkbox column
setCheckboxValue(RequestContext, ControlValuePath, Object, String, boolean, SelectMode) - Method in class com.cc.framework.ui.control.SimpleListControl
This method is called to set the value of a checkbox column
setCheckboxValue(RequestContext, ControlValuePath, Object, String, boolean, SelectMode) - Method in class com.cc.framework.ui.control.TreelistControl
This method is called to set the value of a checkbox column
setCheckboxes(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Indicates whether a checkbox should be displayed before the appointment entries.
setCheckboxes(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Indicates whether a checkbox should be displayed before the tree entries.
setCheckboxes(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Indicates whether a checkbox should be displayed before the tree entries.
setChecked(Boolean) - Method in class com.cc.framework.ui.control.CheckboxControl
 
setChecked(Boolean) - Method in interface com.cc.framework.ui.model.CheckboxDataModel
Indicates that this option is selected.
setClass(String) - Method in interface com.cc.framework.ui.painter.Frame
Set the CLASS attribute.
setClass(String) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setClickable(String) - Method in class com.cc.framework.taglib.controls.ColumnImageTag
Sets the flag if the column can be clicked
setClickable(boolean) - Method in interface com.cc.framework.ui.model.ColumnImageDesignModel
true if the column should support the OnClick-Handler
setClickable(String) - Method in interface com.cc.framework.ui.model.ColumnImageDesignModel
true if the column should support the OnClick-Handler
setClickable(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp
 
setClickable(String) - Method in class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp
 
setClientHandler(ClientHandler) - Method in interface com.cc.framework.ui.painter.ActionPainter
sets the Client Event Handlers
setClientHandler(ClientHandler) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setColSpan(int) - Method in class com.cc.framework.ui.control.FormButtonElement
 
setColSpan(int) - Method in class com.cc.framework.ui.control.FormControlElement
 
setColSpan(int) - Method in interface com.cc.framework.ui.control.FormElement
Sets the column span of this form element
setColSpan(int) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setColSpan(int) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setColSpan(int) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setColSpan(int) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setColSpan(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
 
setColor(Color) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
 
setColorPalette(ColorPalette) - Method in interface com.cc.framework.ui.painter.ResourceMap
Sets the color palette.
setColorPalette(ColorPalette) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
setCols(String) - Method in class com.cc.framework.taglib.controls.ColumnTextareaTag
Specifies the number of visible columns
setCols(String) - Method in class com.cc.framework.taglib.controls.TextareaTag
Specifies the number of columns for the textarea
setCols(int) - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
Sets the number of visible columns for an input/text field.
setCols(String) - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
Sets the number of visible columns for an input/text field.
setCols(int) - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
setCols(String) - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setColspan(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
Sets the column span of this form element
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setColspan(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setColumn(ColumnDesignModel, SortOrder, ColumnPainter) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
Selects the current column.
setColumn(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Assigns a free column to the appointment
setColumnIndex(int) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setColumns(String) - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Specifies the number of checkbox columns
setColumns(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the number of columns in year view
setColumns(int) - Method in interface com.cc.framework.ui.model.CheckboxGroupDesignModel
Sets the number of checkbox columns
setColumns(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the number of columns in year view
setColumns(int) - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Sets the number of Columns
setColumns(int) - Method in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
 
setColumns(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setColumns(int) - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
setColumns(int) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setCommand(String) - Method in class com.cc.framework.taglib.controls.ColumnButtonTag
Sets the name of the command that should bet triggered
setCommand(String) - Method in interface com.cc.framework.ui.model.ColumnButtonDesignModel
Sets the name of the command that should bet triggered
setCommand(String) - Method in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
setCompressWeekEnds(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value indicating whether the weekends should be compressed in one day
setCompressWeekEnds(boolean) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value indicating whether the weekends should be compressed in one day
setCompressWeekEnds(boolean) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setContent(String) - Method in class com.cc.framework.taglib.controls.TabTag
Sets the Page to be included
setContent(String) - Method in class com.cc.framework.taglib.template.PutTag
Specifies the content of the JSP-fragment.
setContent(String) - Method in interface com.cc.framework.ui.model.InfoDesignModel
 
setContent(String) - Method in class com.cc.framework.ui.model.InnerFrame
 
setContent(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the Content (Name of the JSP) of the TagPage
setContent(String) - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
setContent(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setContextPath(String) - Method in class com.cc.framework.taglib.util.BaseTag
Sets the ContextPath
setControl(Control) - Method in class com.cc.framework.ui.control.ControlValuePath
Set the Control
setControl(Control) - Method in class com.cc.framework.ui.control.FormControlElement
Sets the control.
setControlPainter(ControlPainter) - Method in class com.cc.framework.ui.painter.ControlPortionPainter
Sets the ControlPainter
setControlPainter(ControlPainter) - Method in interface com.cc.framework.ui.painter.FramePainter
Sets the ControlPainter.
setControlPainter(ControlPainter) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
 
setControlValue(FrameworkAction, ActionContext, ControlValuePath, String[]) - Static method in class com.cc.framework.adapter.struts.ActionUtil
This method is called to set a control element value
setControlValue(ActionContext, ControlValuePath, String[]) - Method in class com.cc.framework.adapter.struts.FWAction
 
setControlValue(ActionContext, ControlValuePath, String[]) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
setControlValue(ActionContext, ControlValuePath, String[]) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
setControlValue(ActionContext, ControlValuePath, String[]) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
This method is called to set a control element value
setControlValue(RequestContext, ControlValuePath, Object, String, String[]) - Method in class com.cc.framework.ui.control.ListControl
This method sets the value of a nested control
setControlValuesFromRequest(FrameworkAction, ActionContext) - Static method in class com.cc.framework.adapter.struts.ActionUtil
This method is called to updates any control element data from request values.
setControlValuesFromRequest(ActionContext) - Method in class com.cc.framework.adapter.struts.FWAction
 
setControlValuesFromRequest(ActionContext) - Method in class com.cc.framework.adapter.struts.FWDispatchAction
 
setControlValuesFromRequest(ActionContext) - Method in class com.cc.framework.adapter.struts.FWLookupDispatchAction
 
setControlValuesFromRequest(ActionContext) - Method in interface com.cc.framework.adapter.struts.FrameworkAction
This method is called to updates any control element data from request values.
setConverter(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(String) - Method in class com.cc.framework.taglib.controls.TextListTag
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(String) - Method in class com.cc.framework.taglib.controls.TextTag
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(String) - Method in class com.cc.framework.taglib.controls.TextareaTag
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(Converter) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(Converter) - Method in interface com.cc.framework.ui.model.TextDesignModel
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(Converter) - Method in interface com.cc.framework.ui.model.TextListDesignModel
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(Converter) - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Sets the Converter that should be used to convert Java Objects into their localized String representation.
setConverter(Converter) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setConverter(Converter) - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
 
setConverter(Converter) - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
setConverter(Converter) - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
setConverterId(String) - Method in class com.cc.framework.taglib.convert.ConverterTag
Converter identifier of the Converter instance to be created and registered.
setCreateButton(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the Flag for the CreateButton
setCreateButton(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the Flag for the CreateButton
setCreateButton(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Indicates whether a button for creating a new data record should be displayed.
setCreateButtonPermission(Permission) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
Deprecated. use setButtonPermission(ControlButton.CREATE, permission)
setCrumbId(String) - Method in interface com.cc.framework.ui.model.CrumbModel
Sets the Id for the Crumb
setCrumbId(String) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setCrumbid(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
The unique identification of the crumb.
setCurrencyCode(String) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setCurrencyCode(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
ISO 4217 currency code, applied only when formatting currencies.
setCurrencySymbol(String) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setCurrencySymbol(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Currency symbol, applied only when formatting currencies.
setCurrentPage(int) - Method in class com.cc.framework.ui.control.SimpleListControl
 
setCurrentPage(int) - Method in class com.cc.framework.ui.control.TreelistControl
 
setCurrentPage(int) - Method in interface com.cc.framework.ui.model.ListStateModel
Sets the index for the page which is currently display to another value.
setCurrentPage(int) - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
setCurrentPage(int) - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
setDataModel(CrumbsDataModel) - Method in class com.cc.framework.ui.control.CrumbsControl
Sets the data model
setDataModel(FormDataModel) - Method in class com.cc.framework.ui.control.FormControl
Sets the data model
setDataModel(FrameDataModel) - Method in class com.cc.framework.ui.control.FrameControl
Sets the data model
setDataModel(GaugeDataModel) - Method in class com.cc.framework.ui.control.GaugeControl
Sets the data model
setDataModel(InfoDataModel) - Method in class com.cc.framework.ui.control.InfoControl
Sets the data model
setDataModel(MenuButtonDataModel) - Method in class com.cc.framework.ui.control.MenuButtonControl
Sets the controls data model
setDataModel(MenuDataModel) - Method in class com.cc.framework.ui.control.MenuControl
Sets the data model
setDataModel(MessageDataModel) - Method in class com.cc.framework.ui.control.MessageControl
Sets the data model
setDataModel(PanelDataModel) - Method in class com.cc.framework.ui.control.PanelControl
Sets the data model
setDataModel(RatingDataModel) - Method in class com.cc.framework.ui.control.RatingControl
Sets the data model
setDataModel(SchedulerDataModel) - Method in class com.cc.framework.ui.control.SchedulerControl
Sets the data model
setDataModel(ListDataModel) - Method in class com.cc.framework.ui.control.SimpleListControl
Sets the data model
setDataModel(ListDataModel, boolean) - Method in class com.cc.framework.ui.control.SimpleListControl
Sets the data model
setDataModel(TreeGroupDataModel) - Method in class com.cc.framework.ui.control.TreeControl
Sets the data model
setDataModel(TreeGroupDataModel, boolean) - Method in class com.cc.framework.ui.control.TreeControl
Sets the data model
setDataModel(TreeGroupDataModel) - Method in class com.cc.framework.ui.control.TreelistControl
Sets the Data model
setDataModel(TreeGroupDataModel, boolean) - Method in class com.cc.framework.ui.control.TreelistControl
Sets the Data model
setDate(Calendar) - Method in class com.cc.framework.ui.control.SchedulerControl
 
setDate(Calendar) - Method in interface com.cc.framework.ui.model.SchedulerStateModel
Sets the first visible Date in the Scheduler Control
setDate(Calendar) - Method in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
 
setDateStyle(String) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
setDateStyle(String) - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Predefined formatting style which determines how the date component of a date string is to be formatted and parsed.
setDayDayMask(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setDayEndHour(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value indicating the end of the hour range displayed by the Schedule on DayView.
setDayEndHour(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value indicating the end of the hour range displayed by the Schedule on DayView.
setDayEndHour(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setDayInterval(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setDayStartHour(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value indicating the start of the hour range displayed by the Schedule on DayView.
setDayStartHour(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value indicating the start of the hour range displayed by the Schedule on DayView.
setDayStartHour(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setDefault(String) - Method in class com.cc.framework.taglib.forms.FormButtonSectionTag
Sets the Id of the default button, which should be pressed if the user hits the enter-key.
setDefault(String) - Method in class com.cc.framework.taglib.forms.FormButtonTag
Sets the default Button.
setDefault(boolean) - Method in class com.cc.framework.ui.control.FormButtonElement
Sets the asDefault.
setDefaultButtonId(String) - Method in class com.cc.framework.ui.control.FormButtonContainer
Sets the default button.
setDeleted() - Method in interface com.cc.framework.common.DirtyMarker
Sets the deleted flag
setDeleted() - Method in class com.cc.framework.common.DirtyMarkerImp
 
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
The description text
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
The description text
setDescription(String) - Method in interface com.cc.framework.taglib.forms.FormElementControlTag
Sets the optional description text
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementDescriptionTag
Sets the optional description text
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
The description text
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
The description text.
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
The description text
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
The description text.
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
The description text
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
The description text.
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
The description text
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
The description text.
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
The description text.
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
The description text.
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
The description text.
setDescription(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
The description text
setDescription(String) - Method in class com.cc.framework.ui.control.FormControlElement
Sets the description
setDesignModel(ButtonDesignModel) - Method in class com.cc.framework.ui.control.ButtonControl
Sets the design model
setDesignModel(CheckboxDesignModel) - Method in class com.cc.framework.ui.control.CheckboxControl
Sets the design model
setDesignModel(CheckboxGroupDesignModel) - Method in class com.cc.framework.ui.control.CheckboxGroupControl
Sets the DesignModel
setDesignModel(ComboBoxDesignModel) - Method in class com.cc.framework.ui.control.ComboBoxControl
Sets the DesignModel
setDesignModel(CrumbsDesignModel) - Method in class com.cc.framework.ui.control.CrumbsControl
Sets the DesignModel
setDesignModel(FormDesignModel) - Method in class com.cc.framework.ui.control.FormControl
Sets the design model
setDesignModel(FrameDesignModel) - Method in class com.cc.framework.ui.control.FrameControl
Sets the design model
setDesignModel(GaugeDesignModel) - Method in class com.cc.framework.ui.control.GaugeControl
Sets the design model
setDesignModel(HeadlineDesignModel) - Method in class com.cc.framework.ui.control.HeadlineControl
Sets the DesignModel
setDesignModel(InfoDesignModel) - Method in class com.cc.framework.ui.control.InfoControl
Sets the design model
setDesignModel(MenuDesignModel) - Method in class com.cc.framework.ui.control.MenuControl
Sets the design model
setDesignModel(MessageDesignModel) - Method in class com.cc.framework.ui.control.MessageControl
Sets the design model
setDesignModel(MultiLevelSelectDesignModel) - Method in class com.cc.framework.ui.control.MultiLevelSelectControl
Sets the DesignModel
setDesignModel(PanelDesignModel) - Method in class com.cc.framework.ui.control.PanelControl
sets the design model
setDesignModel(RadioDesignModel) - Method in class com.cc.framework.ui.control.RadioControl
Sets the design model
setDesignModel(RadioGroupDesignModel) - Method in class com.cc.framework.ui.control.RadioGroupControl
Sets the DesignModel
setDesignModel(RatingDesignModel) - Method in class com.cc.framework.ui.control.RatingControl
Sets the designModel
setDesignModel(RecurrencePatternDesignModel) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
Sets the DesignModel
setDesignModel(SchedulerDesignModel) - Method in class com.cc.framework.ui.control.SchedulerControl
Sets the designModel
setDesignModel(SelectDesignModel) - Method in class com.cc.framework.ui.control.SelectControl
Sets the DesignModel
setDesignModel(ListDesignModel) - Method in class com.cc.framework.ui.control.SimpleListControl
Sets the DesignModel
setDesignModel(SwapSelectDesignModel) - Method in class com.cc.framework.ui.control.SwapSelectControl
Sets the DesignModel
setDesignModel(TabsetDesignModel) - Method in class com.cc.framework.ui.control.TabbarControl
Sets the DesignModel
setDesignModel(TextDesignModel) - Method in class com.cc.framework.ui.control.TextControl
Sets the design model
setDesignModel(TextListDesignModel) - Method in class com.cc.framework.ui.control.TextListControl
Sets the design model
setDesignModel(TextareaDesignModel) - Method in class com.cc.framework.ui.control.TextareaControl
Sets the design model
setDesignModel(TreeDesignModel) - Method in class com.cc.framework.ui.control.TreeControl
Sets the DesignModel
setDesignModel(TreeSwapSelectDesignModel) - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Sets the DesignModel
setDesignModel(TreelistDesignModel) - Method in class com.cc.framework.ui.control.TreelistControl
Sets the DesignModel
setDetail(String) - Method in class com.cc.framework.taglib.controls.HeadlineTag
Sets the Detail Attribute
setDetail(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
An additional descriptive text that is output below the title.
setDetail(String) - Method in class com.cc.framework.taglib.forms.FormTag
The detail title of the form
setDetail(String) - Method in class com.cc.framework.taglib.forms.FrameTag
The detail title of the form
setDetail(String) - Method in class com.cc.framework.taglib.forms.MessageTag
The detail title of the form.
setDetail(SchedulerControl) - Method in class com.cc.framework.ui.control.SchedulerControl
A Scheduler control can be used to control the state of a dependent child Scheduler control.
setDetail(String) - Method in interface com.cc.framework.ui.model.FormDesignModel
Sets the Detail
setDetail(String) - Method in interface com.cc.framework.ui.model.FrameDesignModel
Sets the Detail
setDetail(String) - Method in class com.cc.framework.ui.model.FrameTitle
 
setDetail(String) - Method in interface com.cc.framework.ui.model.HeadlineDesignModel
Sets the Details
setDetail(String) - Method in interface com.cc.framework.ui.model.MessageDesignModel
Sets the Details
setDetail(String) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Sets the detail Text
setDetail(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setDetail(String) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
setDetail(String) - Method in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
 
setDetail(String) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
setDetail(String) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setDirect(String) - Method in class com.cc.framework.taglib.template.PutTag
This attribute defines whether the contents should be interpreted as a literal or as a reference to an external file
setDirectValue(Object) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the direct value for this control.
setDirective(String) - Method in class com.cc.framework.taglib.util.JspTag
Sets the JSP directive
setDirty() - Method in interface com.cc.framework.common.DirtyMarker
Sets the dirty flag
setDirty() - Method in class com.cc.framework.common.DirtyMarkerImp
 
setDisableProperty(String) - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Sets the name of the property that is used to disable checkbox items.
setDisableProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Sets the property which should be used to disable the column
setDisableProperty(String) - Method in interface com.cc.framework.ui.model.CheckboxGroupDesignModel
 
setDisableProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the property which should be used to disable the column
setDisableProperty(String) - Method in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
 
setDisableProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setDisabled(String) - Method in class com.cc.framework.taglib.base.OptionTag
Marks this option as disabled
setDisabled(boolean) - Method in class com.cc.framework.taglib.base.OptionTag
Marks this option as disabled
setDisabled(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
This attribute can be used to disable the control element.
setDisabled(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Sets the columns disable mode
setDisabled(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
Marks the crumb as disabled
setDisabled(boolean) - Method in class com.cc.framework.ui.control.FormControlElement
Returns the Disabled Flag
setDisabled(boolean) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the disabled state of the column
setDisabled(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the disabled state of the column
setDisabled(boolean) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the disabled Flag
setDisabled(boolean) - Method in interface com.cc.framework.ui.model.CrumbModel
Marks the crumb as disabled
setDisabled(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Sets the disabled Flag
setDisabled(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Disablea the column
setDisabled(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Disables the column
setDisabled(boolean) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setDisabled(boolean) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setDynamicDesignModel(boolean) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets if the design model was declared within the JSP or (design time) it was predetermined by the programmer (run time).
setDynamicDesignModel(boolean) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setEditable(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Sets the columns edit mode
setEditable(boolean) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the edit state of the column
setEditable(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the edit state of the column
setEditable(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Sets the column editable
setEditable(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Sets the column editable
setEditableProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Sets the property which should be used to make the column editable or not
setEditableProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the property which should be used to make the column editable or not
setEditableProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setEmpty(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the label of an additional empty-entry.
setEmpty(String) - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Sets the Text for the optional empty element
setEmpty(String) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Sets the Text for the optional empty element
setEmpty(String) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the label of an additional empty-entry
setEmpty(String) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setEmpty(String) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setEmpty(String) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setEmptyText(String) - Method in class com.cc.framework.taglib.controls.GaugeTag
A text that is output in the body of the gauge element if there are no items available.
setEmptyText(String) - Method in class com.cc.framework.taglib.controls.ListTag
A text that is output in the body of the list element if there are no lines available.
setEmptyText(String) - Method in class com.cc.framework.taglib.controls.RatingTag
A text that is output in the body of the rating element if there are no items available.
setEmptyText(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
A text that is output in the body of the list element if there are no lines available
setEmptyText(String) - Method in interface com.cc.framework.ui.model.GaugeDesignModel
Sets the text that is output in the body of the gauge element if there are no items available
setEmptyText(String) - Method in interface com.cc.framework.ui.model.ListDesignModel
Sets the text that is output in the body of the list element if there are no lines available
setEmptyText(String) - Method in interface com.cc.framework.ui.model.RatingDesignModel
Sets the text that is output in the body of the gauge element if there are no items available
setEmptyText(String) - Method in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
 
setEmptyText(String) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setEmptyText(String) - Method in class com.cc.framework.ui.model.imp.RatingDesignModelImp
 
setEnable(String) - Method in class com.cc.framework.taglib.controls.TabTag
This attribute specifies whether the tab can be selected
setEnable(boolean) - Method in class com.cc.framework.taglib.controls.TabTag
This attribute specifies whether the tab can be selected
setEnable(boolean) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the enable Flag
setEnable(boolean) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setEnableProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Indicates the name of a property, with the help of which the column function can be disabled in the relevant line.
setEnableProperty(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Indicates the name of a property, with the help of which the column function can be disabled in the relevant line.
setEnableProperty(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Indicates the name of a property, with the help of which the column function can be disabled in the relevant line.
setEnableProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Setzt den Namen der Eigenschaft mit deren Hilfe der Spaltenwert bestimmt werden kann.
setEnableProperty(String) - Method in interface com.cc.framework.ui.model.TreeStyle
Setzt den Namen der Eigenschaft mit deren Hilfe der Spaltenwert bestimmt werden kann.
setEnableProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setEnableProperty(String) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setEnableProperty(String) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
setEnabled(boolean) - Method in class com.cc.framework.ui.AjaxSettings
 
setEndTime(Calendar) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the appointments end time
setEnvironment(DeferredEnvironment) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the EL Environment to evaluate EL Expressions in the context of the current row bean.
setEnvironment(DeferredEnvironment) - Method in interface com.cc.framework.ui.model.DesignRule
Sets the EL Environment to evaluate EL Expressions in the context of the current bean.
setEnvironment(DeferredEnvironment) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Sets the EL Environment to evaluate EL Expressions in the context of the current row bean
setEnvironment(DeferredEnvironment) - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
Sets the EL Environment to evaluate EL Expressions in the context of the current row bean
setExpandMode(String) - Method in class com.cc.framework.taglib.controls.TreeTag
This attribute specifies how many nodes of the tree structure may be displayed exploded at the same time.
setExpandMode(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
This attribute specifies how many nodes of the tree structure may be displayed exploded at the same time.
setExpandProperty(String) - Method in interface com.cc.framework.taglib.forms.FormElementContainerTag
Sets the name of a property that is used to expand or collapse the group
setExpandProperty(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setExpandProperty(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setExpandProperty(String) - Method in interface com.cc.framework.ui.control.FormElementContainer
Sets the name of a property that is used to expand or collapse the group
setExpandProperty(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setExpandProperty(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setExpansionMode(ExpansionMode) - Method in interface com.cc.framework.ui.model.TreeStyle
Sets the expansion state
setExpansionMode(ExpansionMode) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setExpansionMode(ExpansionMode) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
setExpiration(HttpServletResponse, int) - Static method in class com.cc.framework.http.CacheControl
Sets the expiration date
setExportListButton(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the Flag for the ExportList Button
setExportListButton(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the Flag for the ExportList Button
setExportListButton(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the Flag for the ExportList Button
setFactory(PainterFactory) - Method in interface com.cc.framework.ui.painter.PainterContext
Sets the painter factory
setFactory(PainterFactory) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Sets the painter factory
setFactory(PainterFactory) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
setFilter(String) - Method in class com.cc.framework.taglib.base.OptionTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.base.OptionsTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.controls.ButtonTag
The automatic HTML coding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.controls.ComboBoxTag
The automatic HTML coding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.GaugeTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.HeadlineTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.PanelContentTag
Sets HTML filtering on or off
setFilter(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
Sets HTML filtering on or off
setFilter(String) - Method in class com.cc.framework.taglib.controls.RatingTag
The automatic HTML encoding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.RecurrencePatternTag
The automatic HTML coding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
The automatic HTML coding of the control can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
The automatic HTML coding of the element can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
The automatic HTML coding of the tabset can be activated or disabled with the filter attribute.
setFilter(String) - Method in class com.cc.framework.taglib.controls.TextListTag
The automatic HTML coding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.TextTag
The automatic HTML coding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
The automatic HTML coding of the element can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.controls.TreeTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
The automatic HTML coding of the element can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
The automatic HTML coding of the element can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
The automatic HTML coding of the label contents can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.forms.MessageTag
The automatic HTML coding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.menu.ContextEqualTag
Sets the filter
setFilter(String) - Method in class com.cc.framework.taglib.menu.ContextTag
Sets the current menu context filter
setFilter(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
Sets HTML filtering on or off
setFilter(String) - Method in class com.cc.framework.taglib.menu.CrumbsTag
The automatic HTML coding of the crumbs can be activated or disabled with the filter-attribute.
setFilter(String) - Method in class com.cc.framework.taglib.menu.MenuButtonTag
The automatic HTML coding of the text element can be activated or disabled with the filter-attribute
setFilter(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
Defines the optional filter condition(s) for this menu option.
setFilter(String) - Method in class com.cc.framework.taglib.util.ResourceTag
The automatic HTML coding of the column contents can be activated or disabled with the filter-attribute.
setFilter(boolean) - Method in class com.cc.framework.ui.control.FormHtmlElement
Sets the filter.
setFilter(boolean) - Method in class com.cc.framework.ui.control.FormMessageElement
Sets the filter.
setFilter(String) - Method in class com.cc.framework.ui.control.MenuContext
Sets the filter.
setFilter(boolean) - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Activates the HTML encoding (filter).
setFilter(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.CrumbModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in class com.cc.framework.ui.model.FrameTitle
 
setFilter(boolean) - Method in interface com.cc.framework.ui.model.GaugeDesignModel
Sets the Filter.
setFilter(boolean) - Method in interface com.cc.framework.ui.model.HeadlineDesignModel
Sets the Filter.
setFilter(boolean) - Method in interface com.cc.framework.ui.model.MessageDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.RatingDesignModel
Sets the Filter.
setFilter(boolean) - Method in interface com.cc.framework.ui.model.RecurrencePatternDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the Filter.
setFilter(boolean) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.TextDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.TextListDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.TreeDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Activates the HTML encoding (filter).
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setFilter(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.GaugeDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.HeadlineDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.RatingDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setFilter(boolean) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setFirstDayOfWeek(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the first day of the week
setFirstDayOfWeek(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the first day of the week
setFirstDayOfWeek(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setFirstVisibleTab(String) - Method in class com.cc.framework.ui.control.TabbarControl
 
setFirstVisibleTab(String) - Method in interface com.cc.framework.ui.model.TabsetStateModel
Selects the first visible TabPage
setFirstVisibleTab(String) - Method in class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
setFlush(String) - Method in class com.cc.framework.taglib.template.IncludeTag
Directs the element to flush the page
setForm(ActionForm) - Method in interface com.cc.framework.adapter.struts.ActionContext
Associates a new ActionForm with this ActionContext
setForm(ActionForm) - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
setForm(ActionForm) - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
setFormElement(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Defines, if the Controls should act as a FormElement
setFormElement(boolean) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Defines if the control should act like a form element.
setFormElement(boolean) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setFormId(String) - Method in interface com.cc.framework.ui.model.FormDesignModel
Sets the form identifier
setFormId(String) - Method in interface com.cc.framework.ui.model.MessageDesignModel
Sets the Form Id
setFormId(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setFormId(String) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
setFormType(FormType) - Method in interface com.cc.framework.ui.model.FormDesignModel
Sets the FormType
setFormType(FormType) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setFormat(String) - Method in class com.cc.framework.taglib.controls.CalendarTag
Sets the date and format mask like "yyyy.mm.dd HH.mm.ss"
setFormat(String) - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Sets the date and format mask like "yyyy.mm.dd HH.mm.ss"
setFormat(String) - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
setFormid(String) - Method in class com.cc.framework.taglib.forms.FormTag
The unique identification of the form.
setFormid(String) - Method in class com.cc.framework.taglib.forms.MessageTag
The unique identification of the form.
setFromImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
Copies all attributes from an other image
setFromLong(Calendar, long) - Static method in class com.cc.framework.util.CalendarHelp
Initializes the calendar with the given UTC timestamp for compatibility with JDK 1.3
setFromPattern(RecurrencePattern) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
Initializes the controls variables from the given recurrence pattern
setFromRequest(HttpServletRequest) - Static method in class com.cc.framework.http.BrowserInfo
Sets the browser information from a hidden field.
setFromRequest(HttpServletRequest, String) - Static method in class com.cc.framework.http.BrowserInfo
Sets the browser information from a hidden field.
setGroupSelect(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Defines if the group nodes should be selectabel.
setGroupSelect(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setGroupSelect(boolean) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
setGroupingProperty(String) - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Sets the name of the property that is used to group checkbox items.
setGroupingProperty(String) - Method in interface com.cc.framework.ui.model.CheckboxGroupDesignModel
 
setGroupingProperty(String) - Method in class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp
 
setGroupingUsed(boolean) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setGroupingUsed(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Flag specifying whether formatted output will contain grouping separators.
setGroupselect(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies whether, for the group nodes of the tree structure, a Click event handler should be called.
setGroupselect(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Specifies whether, for the group nodes of the tree structure, a Click event handler should be called.
setHandler(ClientEvent, String) - Method in class com.cc.framework.ui.control.Control
 
setHandler(ClientEvent, String) - Method in interface com.cc.framework.ui.model.ClientHandler
Registers a client handler for an client event
setHandler(ClientEvent, String) - Method in class com.cc.framework.ui.model.imp.ClientHandlerImp
 
setHeader(ColumnHeaderDesignModel) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the columns header design model
setHeader(ColumnHeaderDesignModel) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setHeight(String) - Method in class com.cc.framework.taglib.base.ImageTag
Sets the height of the image
setHeight(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
Sets the height of the frame element (pixel or %)
setHeight(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
sets the height of the control
setHeight(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setHeight(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setHeight(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setHeight(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
Sets the height of the form element (pixel or %)
setHeight(String) - Method in class com.cc.framework.taglib.svg.EmbedTag
The height of the SVG-viewer window.
setHeight(String) - Method in class com.cc.framework.taglib.svg.SvgTag
Sets the height
setHeight(String) - Method in class com.cc.framework.ui.control.FormControlElement
 
setHeight(String) - Method in interface com.cc.framework.ui.control.FormElement
Sets the height of the form element (pixel or %)
setHeight(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setHeight(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setHeight(String) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setHeight(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the height of the control
setHeight(String) - Method in class com.cc.framework.ui.model.InnerFrame
Sets the height of the frame element (pixel or %)
setHeight(String) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Sets the Height of the Menu
setHeight(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setHeight(int) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
Sets the height of the image
setHeight(String) - Method in interface com.cc.framework.ui.painter.Frame
Set the HEIGHT attribute.
setHeight(String) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setHelp(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Associates this control with a help id
setHelp(String) - Method in interface com.cc.framework.taglib.forms.FormElementControlTag
Sets the optional help text
setHelp(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setHelp(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
Sets the optional help text
setHelp(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setHelp(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
Associates this control with a help id
setHelp(String) - Method in class com.cc.framework.ui.control.FormControlElement
Sets the help
setHelp(String) - Method in interface com.cc.framework.ui.control.FormElement
Associates this form element with a help id
setHelp(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setHelp(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setHelp(String) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setHelp(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Associates this control with a help id
setHelp(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setHelpId(String) - Method in class com.cc.framework.ui.model.FrameTitle
 
setHidden(String) - Method in class com.cc.framework.taglib.controls.PlainTextTag
This flag indicates whether a hidden field should be additionally generated.
setHidden(boolean) - Method in interface com.cc.framework.ui.model.PlainTextDesignModel
Sets the hidden.
setHidden(boolean) - Method in class com.cc.framework.ui.model.imp.PlainTextDesignModelImp
 
setHideButtons(String) - Method in class com.cc.framework.taglib.controls.ListTag
Hides all buttons in the ControlButton List.
setHideButtons(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Hides all buttons in the ControlButton List.
setHideButtons(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Hides all buttons in the ControlButton List.
setHideButtons(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Hides all buttons in the ControlButton List.
setHideButtons(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Hides all buttons in the ControlButton List.
setHideButtons(String) - Method in class com.cc.framework.taglib.forms.FormTag
Hides all buttons in the ControlButton List.
setHideButtons(String) - Method in class com.cc.framework.taglib.forms.FrameTag
Hides all buttons in the ControlButton List.
setHideButtons(String) - Method in class com.cc.framework.taglib.forms.MessageTag
Hides all buttons in the ControlButton List.
setHost(String) - Method in class com.cc.framework.taglib.util.BaseTag
Sets the Host
setHtml(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
Sets the HTML text
setHyperlink(String) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
 
setID(String) - Method in interface com.cc.framework.ui.painter.Frame
Set the ID attribute.
setID(String) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setId(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
setId(String) - Method in class com.cc.framework.taglib.controls.TabTag
 
setId(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
 
setId(String) - Method in class com.cc.framework.taglib.menu.MenuTag
 
setId(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the unique Id for the Control
setId(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setId(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setId(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setImage(ImageModel) - Method in interface com.cc.framework.taglib.ImageContainerTag
Sets the image
setImage(String) - Method in class com.cc.framework.taglib.controls.ColumnButtonTag
Sets the Image
setImage(ImageModel) - Method in class com.cc.framework.taglib.controls.ListTag
 
setImage(ImageModel) - Method in class com.cc.framework.taglib.controls.PanelContentTag
 
setImage(ImageModel) - Method in class com.cc.framework.taglib.controls.SchedulerTag
 
setImage(ImageModel) - Method in class com.cc.framework.taglib.controls.TreelistTag
 
setImage(ImageModel) - Method in class com.cc.framework.taglib.forms.FormTag
 
setImage(ImageModel) - Method in class com.cc.framework.taglib.forms.FrameTag
 
setImage(ImageModel) - Method in class com.cc.framework.taglib.forms.MessageTag
 
setImage(ImageModel) - Method in interface com.cc.framework.ui.model.ColumnButtonDesignModel
Sets the image used for the button
setImage(String) - Method in interface com.cc.framework.ui.model.ColumnButtonDesignModel
Sets the image used for the button
setImage(ImageModel) - Method in interface com.cc.framework.ui.model.FrameContainer
Sets an image for the frames title
setImage(ImageModel) - Method in class com.cc.framework.ui.model.FrameTitle
Sets an image for the frames title
setImage(ImageModel) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Sets an image for the content body
setImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
setImage(String) - Method in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
setImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
setImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
setImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setImage(ImageModel) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setImage(ImageModel) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the Image
setImage(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
Deprecated. use setImage(ImageModel) instead
setImage(String, int, int) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
Deprecated. use setImage(ImageModel) instead
setImage(ImageModel) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setImageAlign(AlignmentType) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the alignment of an additional image
setImageAlign(AlignmentType) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Assigns an ImageMap to the Column
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Assigns an ImageMap to the column header
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Sets the ImageMap
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.FormDesignModel
Sets the ImageMap
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
Assigns an ImageMap to the Menu
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Assigns an ImageMap to the Menu
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Specifies the image map.
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.RatingDesignModel
Specifies the name of an image map.
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Specifies the name of an image map.
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Sets the image map for the TabSet
setImageMap(ImageMap) - Method in interface com.cc.framework.ui.model.TreeDesignModel
Specifies the name of an image map.
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.RatingDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
setImageMap(ImageMap) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setImageProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Sets the ImageProperty.
setImageProperty(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies the property using which an image can be assigned to every Row-Bean.
setImageProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the Property which should be used to identify an Image in an ImageMap
setImageProperty(String) - Method in interface com.cc.framework.ui.model.TreeDesignModel
Specifies the property using which an image can be assigned to every Row-Bean
setImageProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setImageProperty(String) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setImageRef(String) - Method in class com.cc.framework.ui.control.FormControlElement
Assigns the Crumb an Image from an ImageMap
setImageRef(String) - Method in class com.cc.framework.ui.control.FormGroupElement
Assigns the Crumb an Image from an ImageMap
setImageRef(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
Assigns the Crumb an Image from an ImageMap
setImageRef(String) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Assigns an Image from an ImageMap
setImageRef(String) - Method in interface com.cc.framework.ui.model.CrumbModel
Assigns the Crumb an Image from an ImageMap
setImageRef(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Assigns an Image from an ImageMap
setImageRef(String) - Method in interface com.cc.framework.ui.model.MenuItem
Assigns an Image from an image map to the MenuItem
setImageRef(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Assigns an Image from an image map to the MenuItem
setImageRef(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Assigns the TapPage an Image from an ImageMap
setImageRef(String) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the image reference for this appointment.
setImageRef(String) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setImageRef(String) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setImageRef(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setImageRef(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Sets the imageRef.
setImageRef(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
Sets the imageRef.
setImageRef(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setImageStyle(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets an additional image Style
setImageStyle(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setImageVAlign(AlignmentType) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the vertical alignment of an additional image
setImageVAlign(AlignmentType) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setImagemap(String) - Method in class com.cc.framework.taglib.base.ImageTag
Specifies the name of an image map which must be saved in the request.
setImagemap(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the name of an image map which must be saved in the request.
setImagemap(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the name of an Imagemap which must be saved in the request.
setImagemap(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Specifies the name of an Imagemap which must be saved in the request.
setImagemap(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Specifies the name of an Imagemap which must be saved in the request.
setImagemap(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
With this attribute, an ImageList is assigned to the tabset, with the help of which images can be assigned to the individual tabs.
setImagemap(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies the name of an ImageMap which must be saved in the request.
setImagemap(String) - Method in class com.cc.framework.taglib.forms.FormTag
With this attribute, an ImageList is assigned to the form, The images can be assigned to the individual form elements.
setImagemap(String) - Method in class com.cc.framework.taglib.menu.CrumbsTag
With this attribute, an ImageList is assigned to the crumbs, with the help of which images can be assigned to the individual crumbs.
setImagemap(String) - Method in class com.cc.framework.taglib.menu.MenuButtonTag
Specifies the name of an Imagemap which must be saved in the request.
setImagemap(String) - Method in class com.cc.framework.taglib.menu.MenuTag
Specifies the name of an Imagemap which must be saved in the request.
setImageref(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
setImageref(String) - Method in class com.cc.framework.taglib.controls.TabTag
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setImageref(String) - Method in interface com.cc.framework.taglib.forms.FormElementControlTag
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementSectionTag
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setImageref(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
setImageref(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
setImageref(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
The Painter appends to the imageref-value implicit, the following suffixes in order to distinguish between different states.
setIndexId(String) - Method in class com.cc.framework.taglib.forms.ForEachTag
Sets the index id
setInputType(InputFieldType) - Method in class com.cc.framework.taglib.controls.TextTag
Sets the type of the input field
setInputType(InputFieldType) - Method in interface com.cc.framework.ui.model.ColumnTextDesignModel
Sets the type of the input field
setInputType(InputFieldType) - Method in interface com.cc.framework.ui.model.TextDesignModel
Sets the type of the input field
setInputType(InputFieldType) - Method in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
Sets the type of the input field
setInputType(InputFieldType) - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
Sets the type of the input field
setIntegerOnly(boolean) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setIntegerOnly(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Flag specifying whether only the integer part of the value will be formatted and parsed.
setInterval(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value specifying the interval in which the hour is divided.
setInterval(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value specifying the interval in which the hour is divided.
setInterval(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setJoin(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Joins the column with the previous column
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setJoin(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
This method specifies that two adjacent form elements should be joined together without a separator
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setJoin(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setJoin(boolean) - Method in class com.cc.framework.ui.control.FormButtonElement
 
setJoin(boolean) - Method in class com.cc.framework.ui.control.FormControlElement
 
setJoin(boolean) - Method in interface com.cc.framework.ui.control.FormElement
This method specifies that two adjacent form elements should be joined together without a separator
setJoin(boolean) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setJoin(boolean) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setJoin(boolean) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setJoin(boolean) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setJoinMode(JoinMode) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Set to true if the column should be joined with the previous column.
setJoinMode(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Set to true if the column should be joined with the previous column.
setJoinMode(JoinMode) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setJoinMode(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Joins the column with the previous column
setJoinMode(JoinMode) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setKey(String) - Method in class com.cc.framework.taglib.base.OptionTag
Specifies the options key.
setKey(String) - Method in class com.cc.framework.taglib.util.ResourceTag
Sets the resource key which should be translated
setKey(String) - Method in class com.cc.framework.util.PropertyResourceKey
 
setKeyProperty(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the name of the property which returns the key of the option.
setKeyProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Specifies the name of the property which returns the key of the option.
setKeyProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Specifies the name of the property which returns the key of the option.
setKeyProperty(String) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the name of the property which returns the key of the option.
setKeyProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setKeyProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setKeyProperty(String) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setKeysetSize(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Sets the keyset size to the specified value.
setLabel(String) - Method in class com.cc.framework.taglib.base.OptionTag
Specifies the label text for the option
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
The label of the form element.
setLabel(String) - Method in interface com.cc.framework.taglib.forms.FormElementControlTag
Sets the form element label
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
Sets the form element label
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
The label of the form element.
setLabel(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Specifies the label text
setLabel(String) - Method in class com.cc.framework.ui.control.FormControlElement
Sets the Label
setLabel(FormLabelDesignModel) - Method in class com.cc.framework.ui.control.FormControlElement
Sets the elements Label
setLabel(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
Sets the Label
setLabel(FormLabelDesignModel) - Method in class com.cc.framework.ui.control.FormHtmlElement
Sets the elements Label
setLabel(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the Label.
setLabel(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setLabelDesignModel(FormLabelDesignModel) - Method in interface com.cc.framework.taglib.forms.LabeledFormElementTag
Sets the Label for the form element
setLabelLeft(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Sets the label for the left selection window
setLabelLeft(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Sets the label for the left selection window
setLabelLeft(String) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Sets the label for the left selection window
setLabelLeft(String) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Sets the label for the left selection window
setLabelLeft(String) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setLabelLeft(String) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setLabelLength(int) - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Sets the maximal length for labels shown on a Crumb If a label is longer as the size defined here, it will be cut.
setLabelLength(int) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Sets the maximal length for labels shown on a tab page.
setLabelLength(int) - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
setLabelLength(int) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
setLabelPrefix(String) - Method in class com.cc.framework.taglib.forms.FormTag
Specifies the label prefix in plain HTML
setLabelPrefix(String) - Method in interface com.cc.framework.ui.model.FormDesignModel
Specifies the label prefix in plain HTML.
setLabelPrefix(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setLabelProperty(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the name of the property which supplies the display text of the option.
setLabelProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Specifies the name of the property which supplies the display text of the option.
setLabelProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Specifies the name of the property which supplies the display text of the option.
setLabelProperty(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies the property using which a label can be assigned to every Row-Bean.
setLabelProperty(String) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the name of the property which supplies the display text of the option.
setLabelProperty(String) - Method in interface com.cc.framework.ui.model.TreeDesignModel
Specifies the property using which a label can be assigned to every Row-Bean.
setLabelProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setLabelProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setLabelProperty(String) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setLabelProperty(String) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setLabelRight(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Sets the label for the right selection window
setLabelRight(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Sets the label for the right selection window
setLabelRight(String) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Sets the label for the right selection window
setLabelRight(String[]) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Sets the label for the right selection window
setLabelRight(String) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Sets the label for the right selection window
setLabelRight(String[]) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Sets the label for the right selection window
setLabelRight(String) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setLabelRight(String[]) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setLabelRight(String) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setLabelRight(String[]) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setLabelSuffix(String) - Method in class com.cc.framework.taglib.forms.FormTag
Specifies the label suffix in plain HTML
setLabelSuffix(String) - Method in interface com.cc.framework.ui.model.FormDesignModel
Specifies the label suffix in plain HTML.
setLabelSuffix(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setLabelTooltip(String) - Method in class com.cc.framework.ui.control.FormControlElement
 
setLabelTooltip(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setLabelTooltip(String) - Method in interface com.cc.framework.ui.control.LabeledFormElement
Sets the tooltip text for the label
setLabelWidth(String) - Method in class com.cc.framework.taglib.forms.FormColumnTag
Sets the width of the labels for this container.
setLabelWidth(String) - Method in interface com.cc.framework.taglib.forms.FormElementContainerTag
Sets the width of the labels for this container.
setLabelWidth(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setLabelWidth(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setLabelWidth(String) - Method in interface com.cc.framework.ui.control.FormElementContainer
Sets the width of the labels for this container.
setLabelWidth(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setLabelWidth(String) - Method in interface com.cc.framework.ui.model.FormColumn
Sets the width of the labels for this container.
setLabelWidth(String) - Method in class com.cc.framework.ui.model.imp.FormColumnImp
 
setLabelWidth(String) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setLabelWrap(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Enables or disables label wrapping
setLabelWrap(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Enables or disables label wrapping
setLabelWrap(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Sets the label wrapping behavior
setLabelWrap(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setLabelWrap(boolean) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
setLabellength(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
Specifies the maximum number of characters for the labels of the tab.
setLabellength(String) - Method in class com.cc.framework.taglib.menu.CrumbsTag
Specifies the maximum number of characters for the labels of a crumb.
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setLabeltooltip(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setLabeltooltip(String) - Method in interface com.cc.framework.taglib.forms.LabeledFormElementTag
Sets the tooltip text for the label
setLastAction(String) - Method in class com.cc.framework.dialog.DialogContext
Sets the lastAction
setLayout(String) - Method in class com.cc.framework.taglib.controls.CalendarTag
Sets the HTML-Layout which configures the Control
setLayout(String) - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Sets the HTML-Layout which configures the Control
setLayout(String) - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
setLayoutHint(Object) - Method in class com.cc.framework.ui.model.InnerFrame
Assigns a layout hint to this inner frame
setLevels(String) - Method in class com.cc.framework.taglib.controls.MultiLevelSelectTag
Sets the number of visible select levels
setLevels(int) - Method in interface com.cc.framework.ui.model.MultiLevelSelectDesignModel
Sets the number of levels
setLevels(int) - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
setLineIterator(LineIterator) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setLines(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies whether connecting lines should be drawn between the construction elements.
setLines(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Specifies whether connecting lines should be drawn between the construction elements.
setLinesAtRoot(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies whether lines should be drawn to the construction elements of the uppermost (displayed) level.
setLinesAtRoot(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Specifies whether lines should be drawn to the construction elements of the uppermost (displayed) level.
setLink(String) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the hyperlink that should be associated with this appointment.
setLinkName(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The HTML-Anchor name attribute of the element can be specified with this attribute.
setLinkName(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the anchor name to be defined within this page, so that you can reference it with intra-page hyperlinks.
setLinkName(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setLinkName(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
The anchor name to be defined within this page, so that you can reference it with intra-page hyperlinks.
setLinkName(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setLinkNameProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the name of a property with the help of which the relevant line can generate an HTML-Anchor name attribute.
setLinkNameProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the name of the property where the value for the anchor name attribute can be found in the data model.
setLinkNameProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setLocale(Locale) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
setLocale(Locale) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setLocale(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the Locale configuration for this control
setLocale(String) - Method in class com.cc.framework.taglib.controls.PanelContentTag
Sets the Loacel configuration for this element
setLocale(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
Sets the Loacel configuration for this element
setLocale(String) - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Locale whose predefined styles for dates and times are used during formatting or parsing.
setLocale(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Locale whose predefined styles for numbers are used during formatting and parsing.
setLocale(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Sets the Loacel configuration for this element
setLocale(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
Sets the locale configuration for this element
setLocale(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
Sets the locale configuration for this element
setLocale(String) - Method in class com.cc.framework.taglib.template.IncludeTag
 
setLocale(String) - Method in class com.cc.framework.taglib.template.InsertTag
 
setLocale(String) - Method in class com.cc.framework.taglib.template.PutTag
 
setLocale(String) - Method in class com.cc.framework.taglib.util.CalendarResourceTag
Sets a local.
setLocale(String) - Method in class com.cc.framework.taglib.util.ResourceTag
Sets a local.
setLocaleName(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the Locale configuration for this control
setLocaleName(String) - Method in interface com.cc.framework.ui.model.CrumbModel
Sets the Locale configuration for this element
setLocaleName(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the Locale configuration for this element
setLocaleName(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the Locale configuration for this element
setLocaleName(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the Locale configuration for this element
setLocaleName(String) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Sets the Locale configuration for this element
setLocaleName(String) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Sets the Locale configuration for this element
setLocaleName(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setLocaleName(String) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setLocaleName(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setLocaleName(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setLocaleName(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setLocaleName(String) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setLocaleName(String) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setLocalize(String) - Method in class com.cc.framework.taglib.base.OptionsTag
If this flag is set to true the framework interprets all labels as resource identifiers and localize them.
setLocalize(boolean) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
If this flag is set to true the framework interprets all labels as resource identifiers and localize them.
setLocalize(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setLocalize(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setLocalize(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setLocalize(boolean) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setMaxDepth(int) - Method in class com.cc.framework.util.TreeIterator.AbstractLevelIterator
 
setMaxDepth(int) - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
Sets the maximum depth the iterator is allowed to descent.
setMaxDepth(int) - Method in class com.cc.framework.util.TreeIterator
Sets the maximum depth of the traversal.
setMaxFractionDigits(int) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setMaxFractionDigits(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Maximum number of digits that will be formatted in the fractional portion of the output.
setMaxIntegerDigits(int) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setMaxIntegerDigits(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Maximum number of digits that will be formatted in the integer portion of the output.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Sets the maximum number of input characters to accept.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the maximal number of input characters which can be inserted into the text field.
setMaxLength(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the maximal number of input characters which can be inserted into the text field.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Sets the maximal number of input characters which can be inserted into the text field.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Sets the maximum number of input characters to accept.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the maximal number of input characters which can be inserted into the text field.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the maximum number of characters that are displayed for each option element.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.TextDesignModel
Sets the maximum number of input characters to accept.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.TextListDesignModel
Sets the maximum number of input characters to accept.
setMaxLength(int) - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Sets the maximal length of the value for the textarea
setMaxLength(int) - Method in interface com.cc.framework.ui.model.TreeDesignModel
Sets the maximal number of input characters which can be inserted into the text field.
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setMaxLength(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
 
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
Sets the maximum number of input characters to accept.
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Sets the maximum number of input characters to accept.
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
setMaxLength(int) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setMaxVisible(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the maximum visible appointments for one Day
setMaxVisible(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the maximum visible appointments for one Day
setMaxVisible(int) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Sets the number of visible tab pages.
setMaxVisible(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setMaxVisible(int) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
setMaximum(int) - Method in class com.cc.framework.taglib.controls.TabbarTag
Sets the maximum
setMaxlength(String) - Method in class com.cc.framework.taglib.base.OptionTag
Specifies the maximum number of characters that are displayed for the option elements
setMaxlength(int) - Method in class com.cc.framework.taglib.base.OptionTag
Specifies the maximum number of characters that are displayed for the option elements
setMaxlength(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the maximum number of characters that are displayed for the option elements
setMaxlength(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the maximum number of characters for the data input or display.
setMaxlength(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Specifies the maximum number of characters for the data input or display.
setMaxlength(String) - Method in class com.cc.framework.taglib.controls.ComboBoxTag
Sets the maximum number of input characters to accept.
setMaxlength(String) - Method in class com.cc.framework.taglib.controls.TextListTag
Specifies the maximum number of characters for the data input.
setMaxlength(String) - Method in class com.cc.framework.taglib.controls.TextTag
Specifies the maximum number of characters for the data input.
setMaxlength(String) - Method in class com.cc.framework.taglib.controls.TextareaTag
 
setMaxlength(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies the maximum number of characters for the data input or display.
setMaxlength(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Specifies the maximum number of characters for the data input or display.
setMenuFilter(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the menu Filter
setMenuFilter(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the menu Filter
setMenuFilter(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
Sets the menu filter.
setMenuFilter(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
Sets the menu filter.
setMenuId(String) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Sets the Menu Id
setMenuId(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the Menu Id
setMenuId(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the Menu Id
setMenuId(String) - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
setMenuId(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setMenuId(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setMenuid(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
Defines the internally used identifier of the menu option.
setMenuid(String) - Method in class com.cc.framework.taglib.menu.MenuTag
Defines the internally used identifier of the menu option.
setMessage(String) - Method in class com.cc.framework.security.Permission
Sets the message
setMessage(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
Sets the Message
setMessage(String) - Method in class com.cc.framework.ui.control.FormMessageElement
Sets the message.
setMethod(String) - Method in class com.cc.framework.taglib.forms.FormTag
Specifies the method using which the form should be sent.
setMethod(FormMethod) - Method in interface com.cc.framework.ui.model.FormDesignModel
Sets the FormMethod
setMethod(FormMethod) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setMinFractionDigits(int) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setMinFractionDigits(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Minimum number of digits that will be formatted in the fractional portion of the output.
setMinIntegerDigits(int) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setMinIntegerDigits(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Minimum number of digits that will be formatted in the integer portion of the output.
setMinRowCount(int) - Method in interface com.cc.framework.ui.model.ListDesignModel
This attribute is used to specify the minimum number of lines that are depicted simultaneously.
setMinRowCount(int) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setMinRows(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the number of minimal displayed rows per page
setMinRows(int) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the number of minimal displayed rows per page
setMinRows(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the number of minimal displayed rows per page
setMinRows(int) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the number of minimal displayed rows per page
setMode(String) - Method in class com.cc.framework.taglib.controls.CalendarTag
Sets the mode in which the user can invoke the calendar.
setMode(CalendarMode) - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Sets the mode in which the user can invoke the calendar.
setMode(CalendarMode) - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
setMonthDayOfMonth(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setMonthIncrement(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the number of month to increment in year view when the user clicks on one of the navigation buttons.
setMonthIncrement(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the number of month to increment in year view when the user clicks on one of the navigation buttons.
setMonthIncrement(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setMonthInterval(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setMonthNthDayMask(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setMonthNthInstance(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setMonthNthInterval(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setMonthSubtype(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setMore(String) - Method in class com.cc.framework.taglib.controls.PanelContentTag
This attribute guides the Painter to a "more..." to draw an entry at the end of the group.
setMore(String) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Return the text which should be displayed if there are more items as displayed
setMore(String) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setMoveButton(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Tells the control to show or hide the move buttons
setMoveButton(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Tells the control to show or hide the move buttons
setMultiple(String) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Indicates that multiple selections is allowed.
setMultiple(String) - Method in class com.cc.framework.taglib.controls.MultiLevelSelectTag
 
setMultiple(String) - Method in class com.cc.framework.taglib.controls.SelectTag
Indicates that multiple selections is allowed.
setMultiple(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Tells the control behave as a multiple swap select control with multiple shift targets. the number of targets is specified by the number of array elements of the data model.
setMultiple(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Tells the control behave as a multiple swap select control with multiple shift targets. the number of targets is specified by the number of array elements of the data model.
setMultiple(boolean) - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Indicates that multiple selections is allowed.
setMultiple(boolean) - Method in interface com.cc.framework.ui.model.SelectDesignModel
Indicates that multiple selections is allowed.
setMultiple(boolean) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Tells the control behave as a multiple swap select control with multiple shift targets. the number of targets is specified by the number of array elements of the data model.
setMultiple(boolean) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Tells the control behave as a multiple swap select control with multiple shift targets. the number of targets is specified by the number of array elements of the data model.
setMultiple(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setMultiple(boolean) - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
setMultiple(boolean) - Method in class com.cc.framework.ui.model.imp.SelectDesignModelImp
 
setMultiple(boolean) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setMultiple(boolean) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setName(String) - Method in class com.cc.framework.taglib.base.ImageTag
Specifies the name of the Java-Bean.
setName(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the name of the Java-Bean.
setName(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Specifies the name of the Java-Bean.
setName(String) - Method in class com.cc.framework.taglib.forms.ForEachTag
Specifies the name of the Java-Bean.
setName(String) - Method in class com.cc.framework.taglib.svg.EmbedTag
Specifies the name of the Java-Bean.
setName(String) - Method in class com.cc.framework.taglib.svg.SvgTag
Sets the name
setName(String) - Method in class com.cc.framework.taglib.template.GetTag
Specifies the logical name of a JSP-fragment.
setName(String) - Method in class com.cc.framework.taglib.template.PresentTag
Sets the Name
setName(String) - Method in class com.cc.framework.taglib.template.PutTag
Specifies the logical name of a JSP-fragment.
setName(String) - Method in class com.cc.framework.taglib.util.BrowserInfoTag
Sets the name of the hidden input field.
setName(String) - Method in class com.cc.framework.taglib.util.ImageMapTag
Sets the name
setName(String) - Method in class com.cc.framework.ui.AbstractImageMap
Sets the name for this ImageMap
setName(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the name of the element (bean)
setName(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setNew() - Method in interface com.cc.framework.common.DirtyMarker
Sets the new flag
setNew() - Method in class com.cc.framework.common.DirtyMarkerImp
 
setNodePrefix(Node, String) - Static method in class com.cc.framework.xml.XMLHelp
Sets a node prefix
setNoframe(String) - Method in class com.cc.framework.taglib.controls.ListTag
Disables the list border
setNoframe(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Disables the controls frame
setNoframe(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Disables the list border
setNoframe(String) - Method in interface com.cc.framework.taglib.forms.FormElementContainerTag
Disables the groups border
setNoframe(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setNoframe(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setNoframe(String) - Method in class com.cc.framework.taglib.forms.FrameTag
Disables the controls Frame
setNoframe(String) - Method in class com.cc.framework.taglib.forms.InfoTag
Enables or Disables the frames border
setNoheader(String) - Method in class com.cc.framework.taglib.controls.ListTag
Disables the list header
setNoheader(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Disables the list header
setNowrap(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Sets the nowrap attribute of the label
setNowrap(Boolean) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the value of the nowrap attribute
setNowrap(Boolean) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setOnClick(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onclick event occurs when the pointing device button is clicked over an element.
setOnDblClick(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The ondblclick event occurs when the pointing device button is double clicked over an element.
setOnKeyDown(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onkeydown event occurs when a key is pressed down over an element.
setOnKeyPress(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onkeypress event occurs when a key is pressed and released over an element.
setOnKeyUp(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onkeyup event occurs when a key is released over an element.
setOnMouseDown(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onmousedown event occurs when the pointing device button is pressed over an element.
setOnMouseMove(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onmousemove event occurs when the pointing device is moved while it is over an element.
setOnMouseOut(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onmouseout event occurs when the pointing device is moved away from an element.
setOnMouseOver(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onmouseover event occurs when the pointing device is moved onto an element.
setOnMouseUp(String) - Method in class com.cc.framework.ui.painter.global.DynaStringElement
The onmouseup event occurs when the pointing device button is released over an element.
setOnabort(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onabort event handler
setOnabort(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onabort event handler
setOnabort(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onabort event handler
setOnactivate(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onactivate event handler
setOnactivate(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onactivate event handler
setOnactivate(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onactivate event handler
setOnafterprint(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onafterprint event handler
setOnafterprint(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onafterprint event handler
setOnafterprint(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onafterprint event handler
setOnafterupdate(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onafterupdate event handler
setOnafterupdate(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onafterupdate event handler
setOnafterupdate(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onafterupdate event handler
setOnajaxerror(String) - Method in class com.cc.framework.taglib.base.AjaxTag
A function reference assigned will be called after onComplete, if the statusCode !
setOnajaxsuccess(String) - Method in class com.cc.framework.taglib.base.AjaxTag
A function reference assigned will be called after onComplete, if the statusCode=200
setOnajaxtimeout(String) - Method in class com.cc.framework.taglib.base.AjaxTag
If a timeout period is set, and it is reached before a response is received, a function reference assigned to onTimeout will be called
setOnbeforeactivate(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforeactivate event handler
setOnbeforeactivate(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforeactivate event handler
setOnbeforeactivate(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforeactivate event handler
setOnbeforecopy(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforecopy event handler
setOnbeforecopy(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforecopy event handler
setOnbeforecopy(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforecopy event handler
setOnbeforecut(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforecut event handler
setOnbeforecut(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforecut event handler
setOnbeforecut(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforecut event handler
setOnbeforedeactivate(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforedeactivate event handler
setOnbeforedeactivate(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforedeactivate event handler
setOnbeforedeactivate(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforedeactivate event handler
setOnbeforeeditfocus(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforeeditfocus event handler
setOnbeforeeditfocus(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforeeditfocus event handler
setOnbeforeeditfocus(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforeeditfocus event handler
setOnbeforepaste(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforepaste event handler
setOnbeforepaste(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforepaste event handler
setOnbeforepaste(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforepaste event handler
setOnbeforeprint(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforeprint event handler
setOnbeforeprint(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforeprint event handler
setOnbeforeprint(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforeprint event handler
setOnbeforeunload(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforeunload event handler
setOnbeforeunload(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforeunload event handler
setOnbeforeunload(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforeunload event handler
setOnbeforeupdate(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbeforeupdate event handler
setOnbeforeupdate(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbeforeupdate event handler
setOnbeforeupdate(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbeforeupdate event handler
setOnblur(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onblur event handler
setOnblur(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onblur event handler
setOnblur(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onblur event handler
setOnbounce(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onbounce event handler
setOnbounce(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onbounce event handler
setOnbounce(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onbounce event handler
setOncellchange(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the oncellchange event handler
setOncellchange(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the oncellchange event handler
setOncellchange(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the oncellchange event handler
setOnchange(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onchange event handler
setOnchange(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onchange event handler
setOnchange(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onchange event handler
setOncheck(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended oncheck event handler
setOncheck(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended oncheck event handler
setOncheck(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended oncheck event handler
setOncheckall(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended oncheckall event handler
setOncheckall(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended oncheckall event handler
setOncheckall(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended oncheckall event handler
setOnclick(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onclick event handler
setOnclick(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onclick event handler
setOnclick(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onclick event handler
setOncollapse(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended collapse event handler
setOncollapse(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended collapse event handler
setOncollapse(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended collapse event handler
setOncontextmenu(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the oncontextmenu event handler
setOncontextmenu(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the oncontextmenu event handler
setOncontextmenu(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the oncontextmenu event handler
setOncontrolselect(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the oncontrolselect event handler
setOncontrolselect(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the oncontrolselect event handler
setOncontrolselect(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the oncontrolselect event handler
setOncopy(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the oncopy event handler
setOncopy(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the oncopy event handler
setOncopy(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the oncopy event handler
setOncut(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the oncut event handler
setOncut(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the oncut event handler
setOncut(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the oncut event handler
setOndataavailable(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondataavailable event handler
setOndataavailable(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondataavailable event handler
setOndataavailable(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondataavailable event handler
setOndatasetchanged(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondatasetchanged event handler
setOndatasetchanged(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondatasetchanged event handler
setOndatasetchanged(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondatasetchanged event handler
setOndatasetcomplete(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondatasetcomplete event handler
setOndatasetcomplete(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondatasetcomplete event handler
setOndatasetcomplete(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondatasetcomplete event handler
setOndblclick(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondblclick event handler
setOndblclick(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondblclick event handler
setOndblclick(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondblclick event handler
setOndeactivate(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondeactivate event handler
setOndeactivate(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondeactivate event handler
setOndeactivate(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondeactivate event handler
setOndrag(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondrag event handler
setOndrag(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondrag event handler
setOndrag(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondrag event handler
setOndragend(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondragend event handler
setOndragend(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondragend event handler
setOndragend(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondragend event handler
setOndragenter(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondragenter event handler
setOndragenter(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondragenter event handler
setOndragenter(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondragenter event handler
setOndragleave(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondragleave event handler
setOndragleave(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondragleave event handler
setOndragleave(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondragleave event handler
setOndragover(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondragover event handler
setOndragover(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondragover event handler
setOndragover(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondragover event handler
setOndragstart(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondragstart event handler
setOndragstart(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondragstart event handler
setOndragstart(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondragstart event handler
setOndrop(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the ondrop event handler
setOndrop(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the ondrop event handler
setOndrop(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the ondrop event handler
setOnerror(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onerror event handler
setOnerror(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onerror event handler
setOnerror(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onerror event handler
setOnerrorupdate(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onerrorupdate event handler
setOnerrorupdate(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onerrorupdate event handler
setOnerrorupdate(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onerrorupdate event handler
setOnexpand(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended onexpand event handler
setOnexpand(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended onexpand event handler
setOnexpand(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended onexpand event handler
setOnexpandex(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended onexpandex event handler
setOnexpandex(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended onexpandex event handler
setOnexpandex(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended onexpandex event handler
setOnfilterchange(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onfilterchange event handler
setOnfilterchange(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onfilterchange event handler
setOnfilterchange(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onfilterchange event handler
setOnfinish(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onfinish event handler
setOnfinish(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onfinish event handler
setOnfinish(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onfinish event handler
setOnfocus(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onfocus event handler
setOnfocus(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onfocus event handler
setOnfocus(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onfocus event handler
setOnfocusin(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onfocusin event handler
setOnfocusin(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onfocusin event handler
setOnfocusin(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onfocusin event handler
setOnfocusout(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onfocusout event handler
setOnfocusout(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onfocusout event handler
setOnfocusout(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onfocusout event handler
setOnhelp(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onhelp event handler
setOnhelp(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onhelp event handler
setOnhelp(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onhelp event handler
setOnkeydown(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onkeydown event handler
setOnkeydown(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onkeydown event handler
setOnkeydown(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onkeydown event handler
setOnkeypress(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onkeypress event handler
setOnkeypress(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onkeypress event handler
setOnkeypress(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onkeypress event handler
setOnkeyup(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onkeyup event handler
setOnkeyup(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onkeyup event handler
setOnkeyup(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onkeyup event handler
setOnlayoutcomplete(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onlayoutcomplete event handler
setOnlayoutcomplete(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onlayoutcomplete event handler
setOnlayoutcomplete(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onlayoutcomplete event handler
setOnload(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onload event handler
setOnload(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onload event handler
setOnload(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onload event handler
setOnlosecapture(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onlosecapture event handler
setOnlosecapture(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onlosecapture event handler
setOnlosecapture(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onlosecapture event handler
setOnmousedown(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmousedown event handler
setOnmousedown(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmousedown event handler
setOnmousedown(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmousedown event handler
setOnmouseenter(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmouseenter event handler
setOnmouseenter(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmouseenter event handler
setOnmouseenter(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmouseenter event handler
setOnmouseleave(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmouseleave event handler
setOnmouseleave(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmouseleave event handler
setOnmouseleave(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmouseleave event handler
setOnmousemove(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmousemove event handler
setOnmousemove(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmousemove event handler
setOnmousemove(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmousemove event handler
setOnmouseout(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmouseout event handler
setOnmouseout(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmouseout event handler
setOnmouseout(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmouseout event handler
setOnmouseover(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmouseover event handler
setOnmouseover(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmouseover event handler
setOnmouseover(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmouseover event handler
setOnmouseup(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmouseup Eventhandler
setOnmouseup(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmouseup Eventhandler
setOnmouseup(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmouseup Eventhandler
setOnmousewheel(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmousewheel event handler
setOnmousewheel(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmousewheel event handler
setOnmousewheel(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmousewheel event handler
setOnmove(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmove event handler
setOnmove(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmove event handler
setOnmove(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmove event handler
setOnmoveend(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmoveend event handler
setOnmoveend(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmoveend event handler
setOnmoveend(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmoveend event handler
setOnmovestart(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onmovestart event handler
setOnmovestart(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onmovestart event handler
setOnmovestart(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onmovestart event handler
setOnpaste(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onpaste event handler
setOnpaste(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onpaste event handler
setOnpaste(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onpaste event handler
setOnpropertychange(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onpropertychange event handler
setOnpropertychange(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onpropertychange event handler
setOnpropertychange(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onpropertychange event handler
setOnreadystatechange(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onreadystatechange event handler
setOnreadystatechange(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onreadystatechange event handler
setOnreadystatechange(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onreadystatechange event handler
setOnreset(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onreset event handler
setOnreset(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onreset event handler
setOnreset(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onreset event handler
setOnresize(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onresize event handler
setOnresize(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onresize event handler
setOnresize(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onresize event handler
setOnresizeend(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onresizeend event handler
setOnresizeend(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onresizeend event handler
setOnresizeend(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onresizeend event handler
setOnresizestart(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onresizestart event handler
setOnresizestart(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onresizestart event handler
setOnresizestart(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onresizestart event handler
setOnrowenter(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onrowenter event handler
setOnrowenter(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onrowenter event handler
setOnrowenter(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onrowenter event handler
setOnrowexit(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onrowexit event handler
setOnrowexit(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onrowexit event handler
setOnrowexit(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onrowexit event handler
setOnrowsdelete(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onrowsdelete event handler
setOnrowsdelete(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onrowsdelete event handler
setOnrowsdelete(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onrowsdelete event handler
setOnrowsinserted(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onrowsinserted event handler
setOnrowsinserted(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onrowsinserted event handler
setOnrowsinserted(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onrowsinserted event handler
setOnscroll(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onscroll event handler
setOnscroll(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onscroll event handler
setOnscroll(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onscroll event handler
setOnselect(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onselect event handler
setOnselect(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onselect event handler
setOnselect(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onselect event handler
setOnselectionchange(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onselectionchange event handler
setOnselectionchange(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onselectionchange event handler
setOnselectionchange(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onselectionchange event handler
setOnselectstart(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onselectstart event handler
setOnselectstart(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onselectstart event handler
setOnselectstart(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onselectstart event handler
setOnspindown(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended onspindown event handler
setOnspindown(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended onspindown event handler
setOnspindown(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended onspindown event handler
setOnspinup(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended onspinup event handler
setOnspinup(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended onspinup event handler
setOnspinup(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended onspinup event handler
setOnstart(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onstart event handler
setOnstart(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onstart event handler
setOnstart(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onstart event handler
setOnstop(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onstop event handler
setOnstop(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onstop event handler
setOnstop(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onstop event handler
setOnsubmit(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onsubmit event handler
setOnsubmit(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onsubmit event handler
setOnsubmit(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onsubmit event handler
setOnuncheck(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended onuncheck event handler
setOnuncheck(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended onuncheck event handler
setOnuncheck(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended onuncheck event handler
setOnuncheckall(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the extended onuncheckall event handler
setOnuncheckall(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the extended onuncheckall event handler
setOnuncheckall(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the extended onuncheckall event handler
setOnunload(String) - Method in class com.cc.framework.taglib.ScriptBodyTagSupport
Sets the onunload event handler
setOnunload(String) - Method in interface com.cc.framework.taglib.ScriptSupport
Sets the onunload event handler
setOnunload(String) - Method in class com.cc.framework.taglib.ScriptTagSupport
Sets the onunload event handler
setOptionList(OptionListDesignModel, Object) - Method in interface com.cc.framework.taglib.OptionsContainerTag
Sets the OptionList which is used by the Select-Control
setOptionList(OptionListDesignModel, Object) - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Sets the OptionList which is used by the CheckboxGroup-Control
setOptionList(OptionListDesignModel, Object) - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Sets the OptionList which is used by the Select-Control
setOptionList(OptionListDesignModel, Object) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Sets the OptionList which is used by the Select-Control
setOptionList(OptionListDesignModel, Object) - Method in class com.cc.framework.taglib.controls.ComboBoxTag
Sets the OptionList which is used by the Select-Control
setOptionList(OptionListDesignModel, Object) - Method in class com.cc.framework.taglib.controls.SelectTag
Sets the OptionList which is used by the Select-Control
setOptionList(OptionListDesignModel, Object) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Sets the OptionList which is used by the Select-Control
setOptionList(OptionListDesignModel, Object) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Sets the OptionList which is used by the Select-Control
setOptions(OptionListDesignModel, Object) - Method in class com.cc.framework.ui.control.CheckboxGroupControl
Sets a option list.
setOptions(OptionListDesignModel, Object) - Method in class com.cc.framework.ui.control.ComboBoxControl
Sets a option list.
setOptions(OptionListDesignModel, Object) - Method in class com.cc.framework.ui.control.MultiLevelSelectControl
Sets a option list.
setOptions(OptionListDesignModel, Object) - Method in class com.cc.framework.ui.control.SelectControl
Sets a option list.
setOptions(OptionListDesignModel, Object) - Method in class com.cc.framework.ui.control.SwapSelectControl
Sets a option list.
setOptions(OptionListDesignModel, Object) - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Sets a option list.
setOptionsProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Sets the property that holds the option elements for the select box (Implementation of the OptionListDatamodel interface)
setOptionsProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Sets the property that holds the option elements for the select box (Implementation of the OptionListDatamodel interface)
setOptionsProperty(String) - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Specifies the name of the property which returns the OptionListDataModel
setOptionsProperty(String) - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Specifies the name of the property which returns the OptionListDataModel
setOptionsProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setOptionsProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setOrientation(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Specifies the orientation of the elements in the group: horizontal = from top to bottom vertical = from left to right
setOrientation(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Specifies the orientation of the elements in the group: horizontal = from top to bottom vertical = from left to right
setOrientation(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
Specifies the orientation of the elements in the group: horizontal = from top to bottom vertical = from left to right
setOrientation(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
Specifies the orientation of possible sub menu items: horizontal = from top to bottom vertical = from left to right
setOrientation(OrientationType) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setOrientation(OrientationType) - Method in interface com.cc.framework.ui.model.MenuItem
Specifies the orientation of sub menu items: horizontal = from top to bottom vertical = from left to right
setOrientation(OrientationType) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
setOrientation(OrientationType) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
setOrientation(OrientationType) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setOrientation(OrientationType) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setOrientation(OrientationType) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setOverlapping(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
Sets the Control to overlapping mode.
setOverlapping(boolean) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Sets the tabs of the Tabset to overlapping or not overlapping
setOverlapping(boolean) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
setPage(String) - Method in class com.cc.framework.taglib.template.IncludeTag
Sets the page
setPage(PageDef) - Method in class com.cc.framework.taglib.template.PageParameter
 
setPageButtons(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the number of page buttons
setPageButtons(int) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the number of page buttons
setPageButtons(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the number of page buttons
setPageButtons(int) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the number of page buttons
setPageButtons(int) - Method in interface com.cc.framework.ui.model.ListDesignModel
Specifies the number of buttons that should be displayed for direct page navigation.
setPageButtons(int) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.base.AjaxTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.base.ImageTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.base.InnerFrameTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.base.OptionTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.base.OptionsTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.BaseControlTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.FileTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.PanelContentTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.PanelItemTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.PasswordTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.TabTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.controls.TabbarTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.FormColumnTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.FormLabelTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.FormTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.InfoTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.forms.MessageTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.menu.ContextTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.menu.CrumbTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.menu.CrumbsTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.menu.MenuItemTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.svg.EmbedTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.svg.SvgTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.template.IncludeTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.template.InsertTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.template.PutTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.util.BaseTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.util.DesignRuleTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.util.ImageMapTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.util.ImageMappingTag
 
setPageContext(PageContext) - Method in class com.cc.framework.taglib.util.JspTag
 
setPageIndex(int) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setPalette(String) - Method in class com.cc.framework.taglib.controls.ColorPickerTag
Specify the palette to us.
setPalette(int) - Method in interface com.cc.framework.ui.model.ColorPickerDesignModel
Sets the palette to initialize the popup window
setPalette(int) - Method in class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp
 
setParent(FormElementContainer) - Method in class com.cc.framework.ui.control.FormButtonElement
 
setParent(FormElementContainer) - Method in class com.cc.framework.ui.control.FormControlElement
 
setParent(FormElementContainer) - Method in interface com.cc.framework.ui.control.FormElement
 
setParent(FormElementContainer) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setParent(FormElementContainer) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setParent(FormElementContainer) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setParent(MenuItem) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the reference to the parent element
setParent(MenuItemDesignModel) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the reference to the parent element
setParent(TreeGroupDataModel) - Method in interface com.cc.framework.ui.model.TreeNodeDataModel
Sets the reference to the parent element
setParent(FormElementContainer) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setParent(MenuItemDesignModel) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setParent(MenuItem) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setPath(String) - Method in class com.cc.framework.taglib.menu.ContextTag
Defines the current menu context path.
setPath(String) - Method in class com.cc.framework.ui.control.MenuContext
Sets the path.
setPattern(String) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
setPattern(String) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setPattern(String) - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Custom formatting pattern which determines how the date/time string should be formatted and parsed.
setPattern(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Custom formatting pattern which determins how the number string should be formatted and parsed.
setPattern(RecurrenceType, int, int, int, int, int) - Method in interface com.cc.framework.ui.model.RecurrencePattern
Sets the recurrence pattern fields
setPattern(RecurrenceType, int, int, int, int, int) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
 
setPermission(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
Sets the permission for the element
setPermission(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
With this attribute, access to the element can be restricted.
setPermission(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
With this attribute, access to the element can be restricted.
setPermission(String) - Method in class com.cc.framework.taglib.controls.PanelContentTag
With this attribute, access to the element can be restricted.
setPermission(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
With this attribute, access to the element can be restricted.
setPermission(String) - Method in class com.cc.framework.taglib.controls.TabTag
With this attribute, access to the element can be restricted.
setPermission(boolean) - Method in class com.cc.framework.taglib.controls.TabTag
Sets the permission for the tab
setPermission(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setPermission(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setPermission(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setPermission(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
Sets the permission for the element
setPermission(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
With this attribute, access to the element can be restricted.
setPermission(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
With this attribute, access to the element can be restricted.
setPermission(String) - Method in class com.cc.framework.taglib.security.GrantedTag
Sets the required permission for the Tag-Body
setPermission(Permission) - Method in class com.cc.framework.ui.control.FormGroupElement
Sets the elements permission
setPermission(Permission) - Method in class com.cc.framework.ui.control.FormHtmlElement
Sets the elements permission
setPermission(Permission) - Method in class com.cc.framework.ui.control.FormMessageElement
Sets the elements permission
setPermission(Permission) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets a list with permissions needed to access this object.
setPermission(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets a list with permissions needed to access this object.
setPermission(Permission) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets a list with permission for the object.
setPermission(Permission) - Method in interface com.cc.framework.ui.model.CrumbModel
Sets a list with permission for the object.
setPermission(Permission) - Method in class com.cc.framework.ui.model.InnerFrame
Sets the elements permission
setPermission(Permission) - Method in interface com.cc.framework.ui.model.MenuItem
Sets a list with permissions needed to access this object.
setPermission(Permission) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets a list with permissions needed to access this object.
setPermission(Permission) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Sets a list with permissions to access this object.
setPermission(Permission) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Sets a list with permissions to access this object.
setPermission(Permission) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets a list with permission for the object.
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setPermission(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setPermission(Permission) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setPopupHeight(String) - Method in class com.cc.framework.taglib.controls.TextPopupTag
Specifies the height of the popup window
setPopupHeight(String) - Method in interface com.cc.framework.ui.model.TextPopupDesignModel
Sets the width of the popup window
setPopupHeight(String) - Method in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
 
setPopupId(String) - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
Assigns the id of the buttons popup menu.
setPopupId(String) - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
setPopupRows(String) - Method in class com.cc.framework.taglib.controls.TextPopupTag
Specifies the number of rows for the textarea popup window
setPopupRows(int) - Method in interface com.cc.framework.ui.model.TextPopupDesignModel
Sets the number of Rows in the popup window
setPopupRows(int) - Method in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
 
setPopupWidth(String) - Method in class com.cc.framework.taglib.controls.TextPopupTag
Specifies the width of the popup window
setPopupWidth(String) - Method in interface com.cc.framework.ui.model.TextPopupDesignModel
Sets the width of the popup window
setPopupWidth(String) - Method in class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
 
setPopupid(String) - Method in class com.cc.framework.taglib.menu.MenuButtonTag
Assigns the popup id to the button.
setPopups(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
 
setPort(String) - Method in class com.cc.framework.taglib.util.BaseTag
Sets the Portnumber
setPrefix(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Specifies the label prefix in plain HTML
setPrefix(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Specifies the label prefix in plain HTML
setPrefix(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setPrincipal(Principal) - Method in class com.cc.framework.ui.control.Control
Sets the principal object
setPrintListButton(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the Flag for the PrintList Button
setPrintListButton(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the Flag for the PrintList Button
setPrintListButton(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the Flag for the PrintList Button
setPriority(AppointmentPriority) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the appointments priority
setProperty(String, String) - Method in class com.cc.framework.http.BrowserInfo
sets the value for a named property
setProperty(String) - Method in class com.cc.framework.taglib.base.ImageTag
Sets the Property-Attribute
setProperty(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the name of the property using which the Java-Bean is to be accessed.
setProperty(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the Property-Attribute
setProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The name of the property that contains the data of the column.
setProperty(String) - Method in class com.cc.framework.taglib.forms.ForEachTag
Sets the Property-Attribute
setProperty(String) - Method in class com.cc.framework.taglib.svg.SvgTag
Sets the property
setProperty(String, Object) - Method in class com.cc.framework.ui.control.ControlValuePath
Sets a property
setProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the name of the property which holds the data for the column
setProperty(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the Property
setProperty(String) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the name of the property which holds the data for the column
setProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setProperty(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setProperty(String) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setProperty(Object, String, Object) - Static method in class com.cc.framework.util.Util
Set the specified property value, performing type conversions as required to conform to the type of the destination property.
setRadioValue(RequestContext, ControlValuePath, Object, String, String) - Method in class com.cc.framework.ui.control.ListControl
This method is called to set the value of a radio button column
setRadioValue(RequestContext, ControlValuePath, Object, String, String) - Method in class com.cc.framework.ui.control.SimpleListControl
This method is called to set the value of a radio button column
setRadioValue(RequestContext, ControlValuePath, Object, String, String) - Method in class com.cc.framework.ui.control.TreelistControl
This method is called to set the value of a radio button column
setRange(Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Sets the patterns range
setRange(Calendar, Calendar) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Sets the patterns range
setRange(Calendar, int) - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
Sets the patterns range
setReadonly(String) - Method in class com.cc.framework.taglib.controls.TextareaTag
Specifies the readonly attribute
setReadonly(boolean) - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Specifies the read only attribute
setReadonly(boolean) - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
setRecurrencePattern(RecurrencePattern) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the recurrence pattern for recurring appointments
setRefreshButton(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the Flag for the RefreshButton
setRefreshButton(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the Flag for the RefreshButton
setRefreshButton(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Specifies whether a button should be displayed for updating the elements.
setRefreshButtonPermission(Permission) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
Deprecated. use setButtonPermission(ControlButton.REFRESH, permission)
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in interface com.cc.framework.taglib.forms.FormElementControlTag
Indicates that this form element is a required field
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
Indicates that this form element is a required field
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
Indicates whether the form element involved is a mandatory input.
setRequired(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
Indicates whether the form element involved is a mandatory input.
setRequired(boolean) - Method in class com.cc.framework.ui.control.FormControlElement
Sets the Required Attribute
setRequired(boolean) - Method in class com.cc.framework.ui.control.FormHtmlElement
Sets the Required Attribute
setResource(String) - Method in class com.cc.framework.taglib.base.ImageTag
Uses a image resource from the applications resource maps to setup the image
setResource(String) - Method in class com.cc.framework.taglib.forms.InfoTag
Pointer to an HTTP-resource that specifies the contents of the information field.
setResource(String) - Method in interface com.cc.framework.ui.model.InfoDesignModel
Sets a Resource
setResource(String) - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
setResourceDir(String) - Method in interface com.cc.framework.ui.painter.ResourceMap
Sets the directory used for resource by the PainterFactory
setResourceDir(String) - Method in class com.cc.framework.ui.painter.ResourceMapImp
 
setResult(String) - Method in class com.cc.framework.taglib.util.FilterTag
Sets the Flag if the generated HTML-Code should be displayed
setRetainOrder(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Tells the control to retain the sort order in the "from" option list
setRetainOrder(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Tells the control to retain the sort order in the "from" option list
setRetainOrder(boolean) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Tells the control to retain the sort order in the "from" option list
setRetainOrder(boolean) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Tells the control to retain the sort order in the "from" option list
setRetainOrder(boolean) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setRetainOrder(boolean) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setRoot(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies whether the root node of the tree structure (Level 0) should be displayed or whether the display should first start at the next tree level (Level 1).
setRoot(String) - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Specifies whether the root node of the tree structure (Level 0) should be displayed or whether the display should first start at the next tree level (Level 1).
setRoot(String) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Specifies whether the root node of the tree structure (Level 0) should be displayed or whether the display should first start at the next tree level (Level 1).
setRoot(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies whether the root node of the tree structure (Level 0) should be displayed or whether the display should first start at the next tree level(Level 1).
setRoot(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Specifies whether the root node of the tree structure (Level 0) should be displayed or whether the display should first start at the next tree level(Level 1).
setRowCount(int) - Method in interface com.cc.framework.ui.model.ListDesignModel
This attribute is used to specify the maximum number of lines that are depicted simultaneously.
setRowCount(int) - Method in interface com.cc.framework.ui.model.TreeDesignModel
This attribute is used to specify the maximum number of lines that are depicted simultaneously.
setRowCount(int) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setRowCount(int) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setRowPageIndex(int) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setRows(String) - Method in class com.cc.framework.taglib.controls.ColumnTextareaTag
Specifies the maximum number of visible rows
setRows(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the number of maximal displayed rows per page
setRows(int) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the number of maximal displayed rows per page
setRows(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the number of rows in year view
setRows(String) - Method in class com.cc.framework.taglib.controls.TextListTag
Specifies the number of rows in the list element.
setRows(String) - Method in class com.cc.framework.taglib.controls.TextareaTag
Specifies the number of rows for the textarea
setRows(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Sets the number of Rows Note: Actual not supported
setRows(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the number of maximal displayed rows per page
setRows(int) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the number of maximal displayed rows per page
setRows(int) - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
Sets the number of visible rows for an input/text field.
setRows(String) - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
Sets the number of visible rows for an input/text field.
setRows(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the number of rows in year view
setRows(int) - Method in interface com.cc.framework.ui.model.TextListDesignModel
Sets the number of rows the list element will show
setRows(int) - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Sets the number of Rows
setRows(int) - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
setRows(String) - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
setRows(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setRows(int) - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
setRows(int) - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
setRowsPerPage(int) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setRowsetSize(int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Sets the rowset size to the specified value.
setRowsetSize(int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Sets the rowset size to the specified value.
setRule(String) - Method in class com.cc.framework.taglib.util.DesignRuleTag
Sets the rule
setRule(String) - Method in class com.cc.framework.taglib.util.ImageMappingTag
Sets the rule
setRule(String) - Method in interface com.cc.framework.ui.model.DesignRule
Sets the rule.
setRule(String) - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
setRunAt(RunAt) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Defines if the Control works with or without server round trips.
setRunAt(RunAt) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Specified if the control should work with or without server round trips
setRunAt(RunAt) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setRunAt(RunAt) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setRunat(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
This attribute specifies whether, for the control element, client side JavaScript should be used, or whether the control element should work purely with Server round trips.
setRunat(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
This attribute specifies whether, for the control element, Clientside JavaScript should be used, or whether the control element should work purely with Server Roundtrips.
setRunat(String) - Method in class com.cc.framework.taglib.util.ImageMapTag
This attribute specifies whether, for the imagemap should be exposed as a java scripting object
setRunat(RunAt) - Method in class com.cc.framework.ui.AbstractImageMap
Sets the RunAt attribute
setScope(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the scope
setScope(String) - Method in class com.cc.framework.taglib.forms.ForEachTag
Sets the scope
setScope(String) - Method in class com.cc.framework.taglib.svg.EmbedTag
This attribute shows the Scope in which the Java-Bean with the actual display data can be found.
setScope(String) - Method in class com.cc.framework.taglib.svg.SvgTag
Sets the scope
setScriptHandler(ConcreteElement, ClientHandler) - Static method in class com.cc.framework.ui.painter.PainterHelp
Sets a Script-Handler for the specified control.
setScriptHandler(ConcreteElement, ClientEvent, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Sets a Script-Handler for the specified control.
setScrollHeight(String) - Method in class com.cc.framework.taglib.controls.ListTag
Sets the height of the scroll container
setScrollHeight(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Sets the height of the scroll container
setScrollHeight(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Sets the height of the scroll container
setScrollHeight(String) - Method in interface com.cc.framework.ui.model.ScrollSupport
Sets the height of the scroll container
setScrollHeight(String) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setScrollHeight(String) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setSectionContainer(CompositeElement) - Method in interface com.cc.framework.ui.painter.Frame
Sets the frames section container.
setSectionContainer(CompositeElement) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setSelect(String) - Method in class com.cc.framework.taglib.controls.ColumnCheckboxTag
Specifies the selection mode of the list.
setSelect(String) - Method in class com.cc.framework.taglib.controls.ListTag
Specifies the selection mode of the list.
setSelect(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Specifies the selection mode of the list.
setSelectMode(SelectMode) - Method in interface com.cc.framework.ui.model.ColumnCheckboxDesignModel
Sets the selection mode of the list.
setSelectMode(SelectMode) - Method in interface com.cc.framework.ui.model.ListDesignModel
Sets the selection mode of the list.
setSelectMode(SelectMode) - Method in interface com.cc.framework.ui.model.TreeStyle
Specifies the selection mode of the list.
setSelectMode(SelectMode) - Method in class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
 
setSelectMode(SelectMode) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setSelectMode(SelectMode) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setSelectableProperty(String) - Method in class com.cc.framework.taglib.controls.MultiLevelSelectTag
Sets the name of the property that specifies if a tree node is to be selectable by the user or not.
setSelectableProperty(String) - Method in interface com.cc.framework.ui.model.MultiLevelSelectDesignModel
Sets the name of the property that specifies if a tree node is to be selectable by the user or not.
setSelectableProperty(String) - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
setSelected(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
Sets the code of the current selected tab
setSelected(String) - Method in class com.cc.framework.taglib.menu.CrumbsTag
Sets the code of the current selected crumb
setSelectedCrumb(String) - Method in class com.cc.framework.ui.control.CrumbsControl
 
setSelectedCrumb(String) - Method in interface com.cc.framework.ui.model.CrumbsStateModel
Selects the specified crumb
setSelectedCrumb(String) - Method in class com.cc.framework.ui.model.imp.CrumbsStateModelImp
 
setSelectedTab(String) - Method in class com.cc.framework.ui.control.TabbarControl
 
setSelectedTab(String) - Method in interface com.cc.framework.ui.model.TabsetStateModel
Selects the specified TabPage
setSelectedTab(String) - Method in class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
setServletMapping(String) - Method in class com.cc.framework.adapter.struts.StrutsFrameworkAdapter
Sets the frontcontrollers servlet mapping.
setSeverity(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
Sets the severity of the message.
setSeverity(String) - Method in class com.cc.framework.taglib.forms.MessageTag
Specifies the error class of the message form.
setSeverity(Severity) - Method in class com.cc.framework.ui.control.FormMessageElement
Sets the severity.
setSeverity(Severity) - Method in interface com.cc.framework.ui.model.MessageDesignModel
sets the Severity
setSeverity(Severity) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
setShadow(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the shadow Attribute
setShadow(boolean) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the shadow for a control
setShadow(boolean) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setSharedOptions(Object) - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Sets a option list that is shared among all rows of the list
setSharedOptions(Object) - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Sets a option list that is shared among all rows of the list
setSharedOptions(Object) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setSharedOptions(Object) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setShortcut(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
A keyboard shortcut for the menu entry
setShortcut(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the Shortcut
setShortcut(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the Shortcut
setShortcut(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setShortcut(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setShowAllDayArea(boolean) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value specifying whether the all-day area is displayed.
setShowAllDayArea(boolean) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setShowButton(String) - Method in class com.cc.framework.taglib.controls.CalendarTag
Shows the button behind the input field to open the calendar
setShowButton(boolean) - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Shows the button behind the input field to open the calendar
setShowButton(boolean) - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
setShowFormat(String) - Method in interface com.cc.framework.ui.model.CalendarDesignModel
Specifies if and where the mask should be displayed none (default) = displays no format mask right = displays the format mask behind the icon bottom = displays the format mask under the input field
setShowFormat(String) - Method in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
 
setShowFrame(boolean) - Method in interface com.cc.framework.ui.control.FormElementContainer
Disables the forms border
setShowFrame(boolean) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setShowFrame(boolean) - Method in interface com.cc.framework.ui.model.FrameDesignModel
Disables the frames border
setShowFrame(boolean) - Method in interface com.cc.framework.ui.model.InfoDesignModel
Disables the frames border
setShowFrame(boolean) - Method in interface com.cc.framework.ui.model.ListDesignModel
Disables the lists frame
setShowFrame(boolean) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Disables the frame
setShowFrame(boolean) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setShowFrame(boolean) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
setShowFrame(boolean) - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
setShowFrame(boolean) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setShowFrame(boolean) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setShowHeader(String) - Method in class com.cc.framework.taglib.controls.ListTag
If this flag is set to false the header of the control will be suppressed.
setShowHeader(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
If this flag is set to false the header of the control will be suppressed.
setShowHeader(boolean) - Method in interface com.cc.framework.ui.model.ListDesignModel
This flag allows to hide the header within the list.
setShowHeader(boolean) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setShowPopups(boolean) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
setShowPopups(boolean) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setShowWeekEndDays(boolean) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value specifying whether the week end days are shown in week, month and navigator view.
setShowWeekEndDays(boolean) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setShowformat(String) - Method in class com.cc.framework.taglib.controls.CalendarTag
Specifies if and where the mask should be displayed none (default) = displays no format mask right = displays the format mask behind the icon bottom = displays the format mask under the input field
setSize(String) - Method in class com.cc.framework.taglib.controls.ColumnComboBoxTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.ColumnSelectTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.ColumnTextTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.ComboBoxTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.SelectTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.TextListTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.TextTag
Specifies the number of visible characters.
setSize(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Specifies the number of visible characters.
setSize(int) - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Sets the size of the input field.
setSize(String) - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Sets the size of the input field.
setSize(int) - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Sets the size of the input field.
setSize(String) - Method in interface com.cc.framework.ui.model.ColumnSelectDesignModel
Sets the size of the input field.
setSize(int) - Method in interface com.cc.framework.ui.model.ColumnTextDesignModel
Sets the number of visible characters for an input/text field.
setSize(String) - Method in interface com.cc.framework.ui.model.ColumnTextDesignModel
Sets the number of visible characters for an input/text field.
setSize(int) - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Sets the size of the input field.
setSize(int) - Method in interface com.cc.framework.ui.model.SelectDesignModel
Sets the number of visible items
setSize(int) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Sets the size of the input field.
setSize(int[]) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Sets the size of the input field.
setSize(int) - Method in interface com.cc.framework.ui.model.TextDesignModel
Sets the size of the input field.
setSize(int) - Method in interface com.cc.framework.ui.model.TextListDesignModel
Sets the size of the input field.
setSize(int) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Sets the size of the input field.
setSize(int[]) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Sets the size of the input field.
setSize(int) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setSize(String) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setSize(String) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
Sets the size of the input field.
setSize(String) - Method in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.SelectDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setSize(int[]) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.TextDesignModelImp
Sets the size of the input field.
setSize(int) - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Sets the size of the input field.
setSize(int) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setSize(int[]) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setSize(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Sets the number of total available keys in this list.
setSize(int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Sets the number of total available elements in this list.
setSize(int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Sets the number of total available elements in this node.
setSortInfo(String, SortOrder) - Method in class com.cc.framework.ui.control.SimpleListControl
Sets the sort order for the specified column
setSortInfo(String, SortOrder) - Method in class com.cc.framework.ui.control.TreelistControl
Sets the sort order for the specified column
setSortInfo(String, SortOrder) - Method in interface com.cc.framework.ui.model.ListStateModel
Sets the sort order for the specified column
setSortInfo(String, SortOrder) - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
setSortInfo(String, SortOrder) - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
setSortOrder(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Sets the sort order of the control
setSortOrder(String) - Method in class com.cc.framework.taglib.controls.TextListTag
Sets the sort order of the control
setSortOrder(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Sets the sort order of the control
setSortOrder(SortOrder) - Method in interface com.cc.framework.ui.model.SwapSelectDesignModel
Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
setSortOrder(SortOrder) - Method in interface com.cc.framework.ui.model.TextListDesignModel
Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
setSortOrder(SortOrder) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDesignModel
Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
setSortOrder(SortOrder) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
setSortOrder(SortOrder) - Method in class com.cc.framework.ui.model.imp.TextListDesignModelImp
 
setSortOrder(SortOrder) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
setSortable(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The attribute indicates whether sorting can be carried out according to this column.
setSortable(boolean) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Set to true if the column should be sortable.
setSortable(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setSource(String) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
Sets the URL of the image to be displayed
setSrc(String) - Method in class com.cc.framework.taglib.base.ImageTag
Sets the image src attribute
setSrc(String) - Method in class com.cc.framework.taglib.controls.ButtonTag
Sets the src.
setSrc(String) - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Sets the src.
setSrc(String) - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
setStacked(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
Enables or disables stacked display for the tabset control
setStacked(boolean) - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Sets the control in stacked display mode.
setStacked(boolean) - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
setStartTime(Calendar) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the appointments start time
setState(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
Specifies the state of the menu option.
setState(int) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the Menu State
setState(int) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the Menu State
setState(int) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setState(int) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setStateModel(CrumbsStateModel) - Method in class com.cc.framework.ui.control.CrumbsControl
Sets the StateModel
setStateModel(FrameStateModel) - Method in class com.cc.framework.ui.control.FrameControl
Sets the StateModel
setStateModel(RatingStateModel) - Method in class com.cc.framework.ui.control.RatingControl
Sets the StateModel
setStateModel(SchedulerStateModel) - Method in class com.cc.framework.ui.control.SchedulerControl
Sets the StateModel
setStateModel(ListStateModel) - Method in class com.cc.framework.ui.control.SimpleListControl
Sets the StateModel
setStateModel(TabsetStateModel) - Method in class com.cc.framework.ui.control.TabbarControl
Sets the StateModel
setStateModel(TreeStateModel) - Method in class com.cc.framework.ui.control.TreeControl
Sets the StateModel
setStateModel(TreelistStateModel) - Method in class com.cc.framework.ui.control.TreelistControl
Sets the StateModel
setStyle(String) - Method in class com.cc.framework.taglib.base.ImageTag
An HTML-style.
setStyle(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
An HTML-style.
setStyle(String) - Method in class com.cc.framework.taglib.base.OptionTag
An HTML-style can be directly specified with this attribute.
setStyle(String) - Method in class com.cc.framework.taglib.base.OptionsTag
An HTML-style can be directly specified with this attribute.
setStyle(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
An HTML-style.
setStyle(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
An HTML-style can be directly specified with this attribute.
setStyle(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
An HTML-style can be directly specified with this attribute.
setStyle(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setStyle(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setStyle(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setStyle(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
An HTML-style.
setStyle(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
An HTML-style can be directly specified with this attribute.
setStyle(String) - Method in class com.cc.framework.taglib.menu.MenuTag
An HTML-style.
setStyle(String) - Method in class com.cc.framework.taglib.util.DesignRuleTag
An HTML-style.
setStyle(String) - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
setStyle(String) - Method in class com.cc.framework.ui.control.FormControlElement
 
setStyle(String) - Method in interface com.cc.framework.ui.control.FormElement
Sets the Style
setStyle(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setStyle(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setStyle(String) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setStyle(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the CSS styles to be applied to this column.
setStyle(String) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Sets the CSS styles to be applied to this column.
setStyle(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the Style
setStyle(String) - Method in interface com.cc.framework.ui.model.DesignRule
Sets the Style
setStyle(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the CSS styles to be applied to this label.
setStyle(String) - Method in interface com.cc.framework.ui.model.ImageModel
Sets the Style
setStyle(String) - Method in class com.cc.framework.ui.model.InnerFrame
Sets the Style
setStyle(String) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the CSS styles to be applied to this column.
setStyle(String) - Method in interface com.cc.framework.ui.model.TreeStyle
An HTML-style can be directly specified with this attribute.
setStyle(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setStyle(String) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setStyle(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setStyle(String) - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
setStyle(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setStyle(String) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
setStyle(String) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setStyle(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the Style
setStyle(String) - Method in interface com.cc.framework.ui.painter.Frame
Set the STYLE attribute.
setStyle(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setStyle(String) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setStyleClass(String) - Method in class com.cc.framework.taglib.base.ImageTag
The HTML-class attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
The HTML-class attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.base.OptionTag
The HTML-class attribute of the element can be specified with this attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.base.OptionsTag
The HTML-class attribute of the element can be specified with this attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
The HTML-class attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The HTML-class attribute of the element can be specified with this attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
The HTML-class attribute of the element can be specified with this attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setStyleClass(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setStyleClass(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setStyleClass(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
The HTML-class attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
The HTML-class attribute of the element can be specified with this attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.menu.MenuTag
The HTML-class attribute.
setStyleClass(String) - Method in class com.cc.framework.taglib.util.DesignRuleTag
The HTML-class attribute.
setStyleClass(String) - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
setStyleClass(String) - Method in class com.cc.framework.ui.control.FormControlElement
 
setStyleClass(String) - Method in interface com.cc.framework.ui.control.FormElement
Sets the StyleClass
setStyleClass(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setStyleClass(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setStyleClass(String) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setStyleClass(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the CSS Stylesheet class
setStyleClass(String) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Sets the CSS stylesheet class
setStyleClass(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the StyleClass
setStyleClass(String) - Method in interface com.cc.framework.ui.model.DesignRule
Sets the StyleClass
setStyleClass(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the CSS stylesheet class
setStyleClass(String) - Method in interface com.cc.framework.ui.model.ImageModel
Sets the StyleClass
setStyleClass(String) - Method in class com.cc.framework.ui.model.InnerFrame
Sets the StyleClass
setStyleClass(String) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the CSS stylesheet class
setStyleClass(String) - Method in interface com.cc.framework.ui.model.TreeStyle
The HTML-class attribute of the element can be specified with this attribute.
setStyleClass(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setStyleClass(String) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setStyleClass(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setStyleClass(String) - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
setStyleClass(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setStyleClass(String) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
setStyleClass(String) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setStyleClass(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the StyleClass
setStyleClass(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setStyleId(String) - Method in class com.cc.framework.taglib.base.ImageTag
The HTML-id attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
The HTML-id attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.base.OptionTag
Set the style identifier for this tag.
setStyleId(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
The HTML-id attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The HTML-id attribute of the element can be specified with this attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
The HTML-id attribute of the element can be specified with this attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setStyleId(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setStyleId(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setStyleId(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
The HTML-id attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
The HTML-id attribute of the element can be specified with this attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.menu.MenuTag
The HTML-id attribute.
setStyleId(String) - Method in class com.cc.framework.taglib.util.DesignRuleTag
The HTML-id attribute.
setStyleId(String) - Method in class com.cc.framework.ui.AbstractImageMap.ImageMapping
 
setStyleId(String) - Method in class com.cc.framework.ui.control.FormControlElement
 
setStyleId(String) - Method in interface com.cc.framework.ui.control.FormElement
Sets the StyleId
setStyleId(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setStyleId(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setStyleId(String) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setStyleId(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Identifier to be assigned to this column.
setStyleId(String) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Identifier to be assigned to this column.
setStyleId(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the StyleId
setStyleId(String) - Method in interface com.cc.framework.ui.model.DesignRule
Sets the StyleId
setStyleId(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Identifier to be assigned to this label.
setStyleId(String) - Method in interface com.cc.framework.ui.model.ImageModel
Sets the StyleId
setStyleId(String) - Method in class com.cc.framework.ui.model.InnerFrame
Sets the StyleId
setStyleId(String) - Method in interface com.cc.framework.ui.model.TreeStyle
The HTML-id attribute of the element can be specified with this attribute
setStyleId(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setStyleId(String) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setStyleId(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setStyleId(String) - Method in class com.cc.framework.ui.model.imp.DesignRuleImp
 
setStyleId(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setStyleId(String) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
 
setStyleId(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the StyleId
setStyleId(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setSubject(String) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the appointments subject text.
setSuffix(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Specifies the label suffix in plain HTML
setSuffix(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Specifies the label suffix in plain HTML
setSuffix(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setSummary(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
Sets the property that can be used for rendering to non-visual media such as speech or Braille
setSummary(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the property that can be used for rendering to non-visual media such as speech or Braille
setSummary(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the property that can be used for rendering to non-visual media such as speech or Braille
setSummary(String) - Method in class com.cc.framework.ui.model.InnerFrame
Sets the property that can be used for rendering to non-visual media such as speech or Braille
setSummary(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setSummary(String) - Method in interface com.cc.framework.ui.painter.Frame
Set the SUMMARY attribute.
setSummary(String) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setSystemType(SystemType) - Method in class com.cc.framework.ComponentVersion
Sets the system type
setTabId(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the Id for the TabPage
setTabId(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setTabIndex(int) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the Tab index
setTabIndex(int) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setTabIndex(int) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
 
setTabIndex(OrientationType, int) - Method in class com.cc.framework.ui.painter.def.CellPainterContext
Calculates the Tabulator index for the current cell based on the given keyboard navigation schema.
setTabOrientation(OrientationType) - Method in interface com.cc.framework.ui.model.ListDesignModel
Specifies the tabulator orientation: horizontal = from top to bottom vertical = from left to right
setTabOrientation(OrientationType) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
Specifies the tabulator orientation: horizontal = from top to bottom vertical = from left to right
setTabid(String) - Method in class com.cc.framework.taglib.controls.TabTag
The unique identification of the tab.
setTabindex(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Tabulator Index for this element
setTaborientation(String) - Method in class com.cc.framework.taglib.controls.ListTag
Specifies the tabulator orientation of the element: horizontal = from top to bottom vertical = from left to right
setTaborientation(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
Specifies the tabulator orientation of the element: horizontal = from top to bottom vertical = from left to right
setTabs(String) - Method in class com.cc.framework.taglib.controls.TabbarTag
Sets the number of visible TabPages
setTarget(String) - Method in class com.cc.framework.taglib.controls.ButtonTag
The HTML-target attribute of the element can be specified with this attribute.
setTarget(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
The HTML-target attribute of the element can be specified with this attribute.
setTarget(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
Sets the target attribute
setTarget(String) - Method in class com.cc.framework.taglib.controls.TabTag
Sets the target where the document referenced will appear.
setTarget(String) - Method in class com.cc.framework.taglib.controls.TreeTag
The HTML-target attribute of the element can be specified with this attribute.
setTarget(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
The HTML-target attribute of the element can be specified with this attribute.
setTarget(String) - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Defines a target attribute.
setTarget(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the target where the document referenced will appear.
setTarget(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the Target
setTarget(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the Target
setTarget(String) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Sets the target where the document referenced will appear (like _blank, _parent, ...).
setTarget(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the target where the document referenced will appear.
setTarget(String) - Method in interface com.cc.framework.ui.model.TreeStyle
Defines a target attribute which should be inserted in all generated hyperlinks of the columns.
setTarget(String) - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setTarget(String) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
setTarget(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the Target
setTarget(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setTargetProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the name of a property with the help of which the relevant line can generate an HTML-target attribute.
setTargetProperty(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies the name of a property with the help of which the relevant line can generate an HTML-target attribute.
setTargetProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the name of the property where the value for the target attribute can be found in the data model.
setTargetProperty(String) - Method in interface com.cc.framework.ui.model.TreeStyle
Specifies the name of a property with the help of which the relevant line can generate an HTML-target attribute.
setTargetProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setTargetProperty(String) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setTargetProperty(String) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
setTemplate(String) - Method in class com.cc.framework.taglib.template.InsertTag
Specifies the physical filename of the JSP-templates file.
setText(String) - Method in class com.cc.framework.taglib.controls.ButtonTag
Sets the text.
setText(String) - Method in class com.cc.framework.taglib.controls.ColumnButtonTag
Sets the text.
setText(String) - Method in class com.cc.framework.taglib.menu.MenuButtonTag
Sets the text.
setText(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
The actual label of the menu option.
setText(String) - Method in interface com.cc.framework.ui.model.ButtonDesignModel
Sets the text.
setText(String) - Method in interface com.cc.framework.ui.model.ColumnButtonDesignModel
Sets the text.
setText(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the labels text
setText(String) - Method in interface com.cc.framework.ui.model.MenuItem
sets the Text
setText(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
sets the Text
setText(String) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the long descriptive text for this appointment
setText(String) - Method in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
 
setText(String) - Method in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
 
setText(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setText(String) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
Sets t which is displayed next to the gauge
setText(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setText(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setThreshold(int) - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Sets the threshold value.
setThreshold(int) - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
Sets the threshold value.
setThreshold(int) - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Sets the threshold value.
setTimeStyle(String) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
setTimeStyle(String) - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Predefined formatting style which determines how the time component of a date string is to be formatted and parsed.
setTimeZone(TimeZone) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
setTimeZone(String) - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Time zone in which to interpret any time information in the date String.
setTimeout(String) - Method in class com.cc.framework.taglib.base.AjaxTag
Sets the AJAX timeout in milliseconds
setTimeout(int) - Method in class com.cc.framework.ui.AjaxSettings
 
setTitle(String) - Method in class com.cc.framework.taglib.controls.ButtonTag
Sets the buttons Tooltip text
setTitle(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the column title
setTitle(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Specifies the column title
setTitle(String) - Method in class com.cc.framework.taglib.controls.ListTag
The main title of the list element
setTitle(String) - Method in class com.cc.framework.taglib.controls.PanelContentTag
The group title.
setTitle(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
The title of the item.
setTitle(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
The main title of the control
setTitle(String) - Method in class com.cc.framework.taglib.controls.TabTag
The title of the tab.
setTitle(String) - Method in class com.cc.framework.taglib.controls.TreelistTag
The main title of the list element.
setTitle(String) - Method in class com.cc.framework.taglib.forms.FormElementSectionTag
The title of the group
setTitle(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
The title of the crumb.
setTitle(String) - Method in class com.cc.framework.ui.control.FormGroupElement
Sets the title.
setTitle(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the title of the column
setTitle(String) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Sets the title of the column
setTitle(String) - Method in interface com.cc.framework.ui.model.CrumbModel
Sets the Title
setTitle(String) - Method in interface com.cc.framework.ui.model.ListDesignModel
Sets the title of the ListControl which is display in the Header
setTitle(String) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Sets the title
setTitle(String) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Returns the Title
setTitle(String) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the title of the ListControl which is display in the Header
setTitle(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the Title
setTitle(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setTitle(String) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setTitle(String) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setTitle(String) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
setTitle(String) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setTitle(String) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setTitle(String) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setTitle(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setToPattern(RecurrencePattern) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
Initializes the given recurrence pattern with the values from the control.
setTooltip(String) - Method in class com.cc.framework.taglib.base.ImageTag
Sets a tooltip text for this image
setTooltip(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the optional tooltip text
setTooltip(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies a static tooltip text.
setTooltip(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Specifies a static tooltip text.
setTooltip(String) - Method in class com.cc.framework.taglib.controls.PanelContentTag
Tooltip Text that is displayed in a Popup window when the user moves the mouse over the title.
setTooltip(String) - Method in class com.cc.framework.taglib.controls.PanelItemTag
Tooltip Text that is displayed in a Popup window when the user moves the mouse over the title.
setTooltip(String) - Method in class com.cc.framework.taglib.controls.TabTag
Tooltip Text that is displayed in a Popup window when the user moves the mouse over the tab.
setTooltip(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Specifies a static tooltip text.
setTooltip(String) - Method in class com.cc.framework.taglib.menu.CrumbTag
Tooltip Text that is displayed in a Popup window when the user moves the mouse over the crumb.
setTooltip(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
A short descriptive text that is displayed when the user moves the mouse over the element.
setTooltip(String) - Method in interface com.cc.framework.ui.model.CheckboxDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.ColumnComboBoxDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the static tooltip text.
setTooltip(String) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Sets the static tooltip text.
setTooltip(String) - Method in interface com.cc.framework.ui.model.ComboBoxDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.CrumbModel
Sets the tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the static tooltip text.
setTooltip(String) - Method in class com.cc.framework.ui.model.FrameTitle
 
setTooltip(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the static tooltip text.
setTooltip(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the static tooltip text.
setTooltip(String) - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Sets the Tooltip
setTooltip(String) - Method in interface com.cc.framework.ui.model.PanelItemDesignModel
Sets the Tooltip
setTooltip(String) - Method in interface com.cc.framework.ui.model.RecurrencePatternDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.TabDesignModel
Sets the tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.TextDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.TextListDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in interface com.cc.framework.ui.model.TextareaDesignModel
Sets the optional tooltip text
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Sets the optional tooltip text
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
Sets the tooltip for this image
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
setTooltip(String) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
setTooltip(String) - Method in interface com.cc.framework.ui.painter.ActionPainter
Sets the ToolTip
setTooltip(String) - Method in class com.cc.framework.ui.painter.def.DefActionPainter
 
setTooltipProperty(String) - Method in class com.cc.framework.taglib.base.OptionsTag
Specifies the name of the property which supplies the tooltip text of the option.
setTooltipProperty(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the name of a property with the help of which the relevant line can generate an HTML-text attribute for the tooltip.
setTooltipProperty(String) - Method in class com.cc.framework.taglib.controls.TreeTag
Specifies the name of a property with the help of which the relevant line can generate an HTML-text attribute.
setTooltipProperty(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the property which should be used to read the text for a tooltip.
setTooltipProperty(String) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Sets the name of the property which supplies the tooltip text of the option.
setTooltipProperty(String) - Method in interface com.cc.framework.ui.model.TreeStyle
Specifies the name of a property with the help of which the relevant line can generate an HTML-text attribute.
setTooltipProperty(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setTooltipProperty(String) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
setTooltipProperty(String) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
setTooltipProperty(String) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
setTransaction(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column.
setTransaction(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column.
setTransaction(String) - Method in class com.cc.framework.taglib.controls.ColumnHeaderTag
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column.
setTransaction(boolean) - Method in class com.cc.framework.ui.control.ControlAction
 
setTransaction(boolean) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column.
setTransaction(boolean) - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
Directs the framework to include a transaction token (if any) in all generated hyperlinks.
setTransaction(boolean) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Directs the framework to include a transaction token (if any) in all generated hyperlinks.
setTransaction(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setTransaction(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
setTransaction(boolean) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setType(String) - Method in class com.cc.framework.convert.imp.DateTimeConverter
 
setType(String) - Method in class com.cc.framework.convert.imp.NumberConverter
 
setType(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Specifies the rowbean java type
setType(String) - Method in class com.cc.framework.taglib.convert.ConvertDateTimeTag
Specifies what contents the string value will be formatted to include, or parsed expecting.
setType(String) - Method in class com.cc.framework.taglib.convert.ConvertNumberTag
Specifies how the number string will be formatted and parsed.
setType(String) - Method in class com.cc.framework.taglib.forms.FormTag
Specifies the form type.
setType(String) - Method in class com.cc.framework.taglib.menu.MenuTag
Specifies the menu type and hence the visual appearance of the menu.
setType(String) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setType(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the type of the row bean
setType(MenuType) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Sets the MenuType
setType(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Sets the type of the row bean
setType(MenuType) - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
setUniqueId(String) - Method in class com.cc.framework.ui.model.imp.AppointmentImp
Sets the unique identifier for this appointment
setUri(String) - Method in class com.cc.framework.http.Hyperlink
Sets the URI
setVAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormButtonElement
 
setVAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormControlElement
 
setVAlignment(AlignmentType) - Method in interface com.cc.framework.ui.control.FormElement
Specifies the vertical alignment of the form element within the form top bottom center
setVAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setVAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setVAlignment(AlignmentType) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setVAlignment(AlignmentType) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
setValidating(boolean) - Method in class com.cc.framework.util.parser.HtmlParser
 
setValign(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
Specifies the alignment of the inner frame in the surrounding container: top = top alignment.
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementCalendarTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementCheckboxTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementColorPickerTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementComboBoxTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementFileTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementPasswordTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementPlaintextTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioGroupTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementRadioTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementSelectTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementSpinTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementSwapSelectTag
 
setValign(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
Specifies the vertical alignment of the form element within the form top bottom center
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextListTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextPopupTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementTextareaTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag
 
setValign(String) - Method in class com.cc.framework.taglib.forms.FormTag
 
setValue(String, String, RequestDecorationType, HttpServletRequest, HttpScope) - Static method in class com.cc.framework.http.RequestDecorator
Sets a Value
setValue(String) - Method in class com.cc.framework.taglib.base.ImageTag
Sets the direct value for this image.
setValue(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the direct value for this control.
setValue(String) - Method in class com.cc.framework.taglib.controls.CheckboxGroupTag
Sets the direct value for this control.
setValue(String) - Method in class com.cc.framework.taglib.controls.CheckboxTag
Specifies the value of the radio button.
setValue(String) - Method in class com.cc.framework.taglib.controls.ColumnRadioTag
Specifies the value that must match to show the radio button as selected
setValue(String) - Method in class com.cc.framework.taglib.controls.ComboBoxTag
Sets the direct value for this control.
setValue(String) - Method in class com.cc.framework.taglib.controls.SelectTag
Sets the direct value for this control.
setValue(String) - Method in class com.cc.framework.taglib.controls.SwapSelectTag
Sets the direct value for this control.
setValue(String) - Method in class com.cc.framework.taglib.controls.TextListTag
Sets the direct value for this control.
setValue(String) - Method in class com.cc.framework.taglib.controls.TreeSwapSelectTag
Sets the direct value for this control.
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.CheckboxControl
The values "on" or "off" are passed in by the HTTP-Request
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.ComboBoxControl
 
setValue(Object) - Method in class com.cc.framework.ui.control.ComboBoxControl
 
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.Control
This method is called to set the value of the data model
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.ListControl
 
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.SelectControl
 
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.TextControl
 
setValue(Object) - Method in class com.cc.framework.ui.control.TextControl
 
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.TextListControl
 
setValue(Object[]) - Method in class com.cc.framework.ui.control.TextListControl
 
setValue(RequestContext, ControlValuePath, String[]) - Method in class com.cc.framework.ui.control.TextareaControl
 
setValue(Object) - Method in class com.cc.framework.ui.control.TextareaControl
 
setValue(String) - Method in interface com.cc.framework.ui.model.CheckboxDesignModel
Sets the Value the value returned to the server if the user selects this check box.
setValue(String) - Method in interface com.cc.framework.ui.model.ColumnRadioDesignModel
Sets the value that must be match to mark the radio button as selected
setValue(Object) - Method in interface com.cc.framework.ui.model.ComboBoxDataModel
Sets the selected value
setValue(Object) - Method in interface com.cc.framework.ui.model.TextDataModel
Sets the value
setValue(Object[]) - Method in interface com.cc.framework.ui.model.TextListDataModel
Sets the value
setValue(Object) - Method in interface com.cc.framework.ui.model.TextareaDataModel
Sets the Value
setValue(String) - Method in class com.cc.framework.ui.model.imp.CheckboxDesignModelImp
 
setValue(String) - Method in class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp
 
setValues(Object[]) - Method in class com.cc.framework.ui.control.CheckboxGroupControl
 
setValues(Object[]) - Method in class com.cc.framework.ui.control.SelectControl
 
setValues(Object[]) - Method in class com.cc.framework.ui.control.SwapSelectControl
 
setValues(Object[]) - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
setValues(Object[]) - Method in interface com.cc.framework.ui.model.CheckboxGroupDataModel
Sets the key for the selected Item
setValues(Object[]) - Method in interface com.cc.framework.ui.model.SelectDataModel
Sets the key for the selected Item
setValues(Object[]) - Method in interface com.cc.framework.ui.model.SwapSelectDataModel
Sets the key for the selected Item
setValues(Object[]) - Method in interface com.cc.framework.ui.model.TreeSwapSelectDataModel
Sets the key for the selected Item
setView(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Specifies the style used to display dates in a Scheduler control
setView(SchedulerView) - Method in class com.cc.framework.ui.control.SchedulerControl
 
setView(SchedulerView) - Method in interface com.cc.framework.ui.model.SchedulerStateModel
Specifies the style used to display dates in a Scheduler control
setView(SchedulerView) - Method in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
 
setViewButtons(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets the list with the available views for this control
setViewMask(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets the visible view buttons for this scheduler control.
setViewMask(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setWeekDayMask(int, boolean) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
Sets the Mask for one specific week day
setWeekEndDays(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value specifying whether the week end days are shown in week, month and navigator view.
setWeekInterval(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setWidth(String) - Method in class com.cc.framework.taglib.base.ImageTag
Sets the image width
setWidth(String) - Method in class com.cc.framework.taglib.base.InnerFrameTag
Sets the width of the frame element (pixel or %)
setWidth(String) - Method in class com.cc.framework.taglib.controls.BaseControlTag
Sets the width of the control
setWidth(String) - Method in class com.cc.framework.taglib.controls.ColumnBaseTag
Sets the width of the column (pixel or %)
setWidth(String) - Method in class com.cc.framework.taglib.forms.FormElementGroupTag
 
setWidth(String) - Method in class com.cc.framework.taglib.forms.FormElementHtmlTag
 
setWidth(String) - Method in class com.cc.framework.taglib.forms.FormElementMessageTag
 
setWidth(String) - Method in interface com.cc.framework.taglib.forms.FormElementTag
Sets the width of the form element (pixel or %)
setWidth(String) - Method in class com.cc.framework.taglib.forms.FormLabelTag
Sets the labels width
setWidth(String) - Method in class com.cc.framework.taglib.menu.MenuItemTag
Sets the width of the control element.
setWidth(String) - Method in class com.cc.framework.taglib.svg.EmbedTag
The width of the SVG-viewer window.
setWidth(String) - Method in class com.cc.framework.taglib.svg.SvgTag
Sets the width
setWidth(String) - Method in class com.cc.framework.ui.control.FormControlElement
 
setWidth(String) - Method in interface com.cc.framework.ui.control.FormElement
Sets the width of the form element (pixel or %)
setWidth(String) - Method in class com.cc.framework.ui.control.FormGroupElement
 
setWidth(String) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
setWidth(String) - Method in class com.cc.framework.ui.control.FormMessageElement
 
setWidth(int) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the width of the column
setWidth(String) - Method in interface com.cc.framework.ui.model.ColumnDesignModel
Sets the width of the column
setWidth(String) - Method in interface com.cc.framework.ui.model.ControlDesignModel
Sets the Width of the Control
setWidth(String) - Method in interface com.cc.framework.ui.model.FormLabelDesignModel
Sets the width of the label
setWidth(String) - Method in class com.cc.framework.ui.model.InnerFrame
Sets the width of the frame element (pixel or %)
setWidth(String) - Method in interface com.cc.framework.ui.model.MenuDesignModel
Sets the Width of the Menu
setWidth(String) - Method in interface com.cc.framework.ui.model.MenuItem
Sets the Width
setWidth(String) - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Sets the Width
setWidth(int) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setWidth(String) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
setWidth(String) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
setWidth(String) - Method in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
 
setWidth(int) - Method in class com.cc.framework.ui.model.imp.ImageModelImp
Sets the width of the image
setWidth(String) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
setWidth(String) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
setWidth(String) - Method in interface com.cc.framework.ui.painter.Frame
Set the WIDTH attribute.
setWidth(String) - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
setWorkEndHour(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value indicating the end time of the day for the working hours.
setWorkEndHour(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value indicating the end time of the day for the working hours.
setWorkEndHour(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setWorkStartHour(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a value indicating the start time of the day for the working hours.
setWorkStartHour(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a value indicating the start time of the day for the working hours.
setWorkStartHour(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
setWorkingDayMask(int) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a Mask with the weeks working days.
setWorkingDayMask(int) - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
Sets a Mask with the weeks working days.
setWorkingDayMask(int) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
An attempt to set DayOfWeekMask to any value less than 0 or greater than 127 (0x7F) results in an OutOfBounds Exception.
setWorkingDays(String) - Method in class com.cc.framework.taglib.controls.SchedulerTag
Sets a list with the weeks working days.
setWrap(String) - Method in class com.cc.framework.taglib.controls.ColumnTextareaTag
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
setWrap(String) - Method in class com.cc.framework.taglib.controls.TextareaTag
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
setWrap(String) - Method in interface com.cc.framework.ui.model.ColumnTextareaDesignModel
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
setWrap(String) - Method in interface com.cc.framework.ui.model.TextareaDesignModel
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
setWrap(String) - Method in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
 
setWrap(String) - Method in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
 
setWrite(String) - Method in class com.cc.framework.taglib.controls.HiddenTag
This flag indicates whether the content of the hidden field should be visible or not.
setWrite(boolean) - Method in interface com.cc.framework.ui.model.HiddenDesignModel
directs the control to create an additional visible output of the controls value
setWrite(boolean) - Method in class com.cc.framework.ui.model.imp.HiddenDesignModelImp
 
setYearDayOfMonth(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setYearMonthOfYear(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setYearNthDayMask(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setYearNthInstance(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setYearNthMonthOfYear(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setYearSubtype(int) - Method in class com.cc.framework.ui.control.RecurrencePatternControl
 
setupKeys() - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
Use this method to set up the keys collection explicit
severity - Variable in class com.cc.framework.common.Severity
Category of the Error
severity - Variable in class com.cc.framework.message.MessageResource
Severity assigned to the message
severity - Variable in class com.cc.framework.ui.control.FormMessageElement
Severity for this Message
severity - Variable in class com.cc.framework.ui.model.imp.MessageDesignModelImp
The severity of the message
severity - Variable in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp.StrutsMessage
Severity
shadow - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Indicates if the Control should render a shadow
sharedOptions - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
A option list that is shared among all row beans
sharedOptions - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
A option list that is shared among all row beans
shortcut - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
A shortcut
shortcut - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
A shortcut
show(Principal) - Method in class com.cc.framework.ui.control.Control
 
show(Principal) - Method in class com.cc.framework.ui.control.FormControlElement
 
show(Principal) - Method in class com.cc.framework.ui.control.FormGroupElement
 
show(Principal) - Method in class com.cc.framework.ui.control.FormHtmlElement
 
show(Principal) - Method in class com.cc.framework.ui.control.FormMessageElement
 
show(Principal) - Method in interface com.cc.framework.ui.model.AccessControlled
Checks if the Object has a required permission.
show(Principal) - Method in class com.cc.framework.ui.model.InnerFrame
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
A collumn group is visible when the user has the permission to see the group and and at least one child column is visible
show(Principal) - Method in class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.CrumbModelImp
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
 
show(Principal) - Method in class com.cc.framework.ui.model.imp.TabDesignModelImp
 
showAllDayArea() - Method in class com.cc.framework.ui.control.SchedulerControl
 
showAllDayArea() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
showAllDayArea - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Schow or hide the all day area in day view
showAllDayArea() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
showBorder() - Method in class com.cc.framework.ui.model.InnerFrame
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.Control
This Method is called by the Painter before rendering a Button.
showButton(ControlButton) - Method in class com.cc.framework.ui.control.FormControl
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.FrameControl
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.MessageControl
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.SchedulerControl
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.SimpleListControl
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.SwapSelectControl
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
 
showButton(ControlButton) - Method in class com.cc.framework.ui.control.TreelistControl
 
showButton(ControlButton, Principal) - Method in interface com.cc.framework.ui.model.ButtonContainer
Checks if the button can be displayed.
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.ButtonContainerImp
 
showButton - Variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
If this flag is set to false the button behind the input field will be hidden
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.MessageDesignModelImp
 
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
 
showButton(ControlButton, Principal) - Method in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
 
showButton(ControlButton) - Method in class com.cc.framework.ui.painter.def.DefListPainter
This Method is called by the Painter before rendering a Button.
showButtons() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns if the icons for expanding a node are displayed.
showButtons(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Defines if the icons for expanding a node should be displayed.
showButtons - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Tells the control to show or hide the buttons for expanding and collapsing the tree nodes
showButtons() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showButtons(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showButtons - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Tells the control to show or hide the buttons for expanding and collapsing the tree nodes
showButtons() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showButtons(boolean) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showButtons(FrameTitle) - Method in class com.cc.framework.ui.painter.def.frame.DefFramePainterBase
This method checks if any title button is visible
showCheckBoxes() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns if a checkbox is displayed before the tree entries.
showCheckBoxes(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Indicates whether a checkbox should be displayed before the tree entries
The tree entries must implement the Checkable Interface, so that the control element can draw the checkboxes.
showCheckBoxes - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field showCheckBoxes
showCheckBoxes() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showCheckBoxes(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showCheckBoxes - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Field showCheckBoxes
showCheckBoxes() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showCheckBoxes(boolean) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showColumn(int) - Method in class com.cc.framework.ui.painter.def.DefRatingPainter
 
showComments(PageContext) - Static method in class com.cc.framework.taglib.TagHelp
Checks if painters should write additional comments into the output
showComments() - Method in class com.cc.framework.ui.painter.ControlPainter
This method checks if HTML comments should be written to the output
showComments() - Method in interface com.cc.framework.ui.painter.PainterContext
This method checks if HTML comments should be written to the output
showComments(PageContext) - Static method in class com.cc.framework.ui.painter.PainterHelp
Checks if painters should write additional comments into the output
showComments() - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
This method checks if HTML comments should be written to the output
showComments() - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
showCreateButton(Principal) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
Deprecated. use showButton(ControlButton.CREATE, principal)
showDay(int, int) - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
this method checks if a given day should be displayed.
showDay(int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
this method checks if a given day should be displayed.
showEmptyElement(int) - Method in class com.cc.framework.ui.painter.html.HtmlMultiLevelSelectPainter
 
showFormat - Variable in class com.cc.framework.ui.model.imp.CalendarDesignModelImp
Specifies if and where the format mask should be displayed
showFrame() - Method in class com.cc.framework.ui.control.FormControl
 
showFrame() - Method in interface com.cc.framework.ui.control.FormElementContainer
 
showFrame - Variable in class com.cc.framework.ui.control.FormGroupElement
Enables or disables the forms frame
showFrame() - Method in class com.cc.framework.ui.control.FormGroupElement
 
showFrame() - Method in class com.cc.framework.ui.control.FrameControl
 
showFrame() - Method in class com.cc.framework.ui.control.InfoControl
 
showFrame() - Method in class com.cc.framework.ui.control.ListControl
Returns true if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.control.SchedulerControl
Returns true if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.control.SimpleListControl
 
showFrame() - Method in class com.cc.framework.ui.control.TreelistControl
 
showFrame() - Method in interface com.cc.framework.ui.model.FrameDesignModel
 
showFrame() - Method in interface com.cc.framework.ui.model.InfoDesignModel
 
showFrame() - Method in interface com.cc.framework.ui.model.ListDesignModel
 
showFrame() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
showFrame - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
Enables or disables the forms frame
showFrame() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
showFrame - Variable in class com.cc.framework.ui.model.imp.FrameDesignModelImp
Enables or disables the frames frame
showFrame() - Method in class com.cc.framework.ui.model.imp.FrameDesignModelImp
 
showFrame() - Method in class com.cc.framework.ui.model.imp.InfoDesignModelImp
 
showFrame - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Enables or disables the lists frame
showFrame() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
showFrame - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Enables or disables the controls frame
showFrame() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
showFrame() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
Checks if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.painter.def.DefFramePainter
Checks if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.painter.def.DefInfoPainter
Checks if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.painter.def.DefListPainter
Checks if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.painter.def.DefSchedulerPainter
Checks if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.painter.def.DefTabbarPainter
Checks if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.painter.def.DefTabsetPainter
Checks if the frame should be painted
showFrame() - Method in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
Checks if the frame should be painted
showHeader() - Method in class com.cc.framework.ui.control.ListControl
Returns true if the header should be painted
showHeader() - Method in class com.cc.framework.ui.control.SimpleListControl
 
showHeader() - Method in class com.cc.framework.ui.control.TreelistControl
 
showHeader() - Method in interface com.cc.framework.ui.model.ColumnHeaderDesignModel
 
showHeader() - Method in interface com.cc.framework.ui.model.ListDesignModel
Returns if the header of the control is suppressed
showHeader() - Method in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
 
showHeader - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
This flag indicates if the header should be painted
showHeader() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
showHelpButton(FrameTitle) - Method in class com.cc.framework.ui.painter.def.frame.DefFramePainterBase
This method checks if a help button is visible
showImages() - Method in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
Retruns true when this select control shoud show images for it's option elements
showImages() - Method in class com.cc.framework.ui.painter.html.HtmlSelectPainter
Retruns true when this select control shoud show images for it's option elements
showInCell(int, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Checks if the appointment is shown in the given row of the time table
showLabels() - Method in class com.cc.framework.ui.control.SwapSelectControl
Checks if the labels should be visible
showLabels() - Method in class com.cc.framework.ui.control.TreeSwapSelectControl
Checks if the labels should be visible
showLabels() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
Checks if the labels should be visible
showLabels() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
Checks if the labels should be visible
showLines() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns if a line between the nodes is displayed.
showLines(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Defines if a line between the nodes should be displayed.
showLines - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field showLines
showLines() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showLines(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showLines - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Field showLines
showLines() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showLines(boolean) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showLinesAtRoot() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns whether lines should be drawn to the construction elements of the uppermost (displayed) level.
showLinesAtRoot(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Specifies whether lines should be drawn to the construction elements of the uppermost (displayed) level.
showLinesAtRoot - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field showLinesAtRoot
showLinesAtRoot() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showLinesAtRoot(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showLinesAtRoot - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Field showLinesAtRoot
showLinesAtRoot() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showLinesAtRoot(boolean) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showMessageIndicator() - Method in class com.cc.framework.ui.painter.def.DefFormPainter
 
showMoveButtons() - Method in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter
 
showMoveButtons() - Method in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter
 
showPopups() - Method in class com.cc.framework.ui.control.SchedulerControl
 
showPopups() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
showPopups() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
showRefreshButton(Principal) - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
Deprecated. use showButton(ControlButton.REFRESH, principal)
showResult - Variable in class com.cc.framework.taglib.util.FilterTag
indicates if the generated HTML-Code should be displayed
showRoot() - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Returns if the root element should be displayed (for TreeDataModel options)
showRoot(boolean) - Method in interface com.cc.framework.ui.model.OptionListDesignModel
Specifies whether the root of the tree element should be displayed (for TreeDataModel options).
showRoot() - Method in interface com.cc.framework.ui.model.TreeStyle
Returns if the root element should be displayed
showRoot(boolean) - Method in interface com.cc.framework.ui.model.TreeStyle
Specifies whether the root of the tree element should be displayed.
showRoot - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
Shows or hides the root of a TreeNodeDatamodel option list
showRoot() - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
showRoot(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
 
showRoot - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
Shows or hides the root of a TreeNodeDatamodel option list
showRoot() - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
showRoot(boolean) - Method in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
 
showRoot - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
Shows or hides the root of a TreeNodeDatamodel option list
showRoot() - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
showRoot(boolean) - Method in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
 
showRoot - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field showRoot
showRoot() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showRoot(boolean) - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
showRoot - Variable in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Field showRoot
showRoot() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showRoot(boolean) - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
showRoot - Variable in class com.cc.framework.ui.painter.html.OptionsHelp.IterLineIterator
This flag indicates that the root node of a tree structure is visible
showWeekEndDays() - Method in class com.cc.framework.ui.control.SchedulerControl
 
showWeekEndDays() - Method in interface com.cc.framework.ui.model.SchedulerDesignModel
 
showWeekEndDays - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Schow Weekends in month and navigator view
showWeekEndDays() - Method in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
 
size() - Method in class com.cc.framework.common.TupleArray
Returns the number of elements in this list.
size() - Method in class com.cc.framework.security.acl.expr.ExpressionList
Liefert die Anzahl der Element der Liste
size() - Method in class com.cc.framework.taglib.template.PageDef
Returns the number of page parameters in this page.
size() - Method in interface com.cc.framework.ui.control.FormElementContainer
Returns the number of elements in the container
size() - Method in class com.cc.framework.ui.control.FormGroupElement
 
size() - Method in class com.cc.framework.ui.control.GaugeControl
Returns the number of segments of the gauge
size() - Method in class com.cc.framework.ui.control.MessageControl
Returns the number of messages
size() - Method in class com.cc.framework.ui.control.RatingControl
 
size() - Method in interface com.cc.framework.ui.model.ColumnContainer
Returns the number of columns
size() - Method in interface com.cc.framework.ui.model.ControlContainer
Returns the number of controls added to the container
size() - Method in interface com.cc.framework.ui.model.CrumbsDataModel
Returns the total Number of Crumbs
size() - Method in interface com.cc.framework.ui.model.CrumbsDesignModel
Returns the total Number of Crumbs
size() - Method in interface com.cc.framework.ui.model.FormColumnGroup
 
size() - Method in interface com.cc.framework.ui.model.GaugeDataModel
Returns the number of segments of the gauge
size() - Method in interface com.cc.framework.ui.model.ListDataModel
Returns the number of rows within the list.
size() - Method in interface com.cc.framework.ui.model.MenuButtonDesignModel
Returns the Number of MenuItems
size() - Method in interface com.cc.framework.ui.model.MenuDesignModel
Returns the Number of MenuItems
size() - Method in interface com.cc.framework.ui.model.MenuItem
Returns the Number of SubMenuItems
size() - Method in interface com.cc.framework.ui.model.MenuItemDesignModel
Returns the Number of SubMenuItems
size() - Method in interface com.cc.framework.ui.model.MessageDataModel
returns the Number of Messages
size() - Method in interface com.cc.framework.ui.model.OptionListDataModel
Returns the number of items in the OptionList
size() - Method in interface com.cc.framework.ui.model.PanelContentDesignModel
Returns the number of items
size() - Method in interface com.cc.framework.ui.model.PanelDesignModel
Returns the number of contents
size() - Method in interface com.cc.framework.ui.model.RatingDataModel
 
size() - Method in interface com.cc.framework.ui.model.TabsetDesignModel
Returns the total Number of tab pages
size() - Method in interface com.cc.framework.ui.model.TreeGroupDataModel
Returns the number of children for this node return -2 when the node has children but the user is not allowed to open the node.
size - Variable in class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp
Number of character positions to allocate.
size() - Method in class com.cc.framework.ui.model.imp.ColumnContainerImp
 
size() - Method in class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp
 
size - Variable in class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp
Number of character positions to allocate.
size - Variable in class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
Number of character positions to allocate.
size - Variable in class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp
Number of character positions to allocate.
size() - Method in class com.cc.framework.ui.model.imp.ControlContainerImp
 
size() - Method in class com.cc.framework.ui.model.imp.CrumbsDesignModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.FormColumnGroupImp
 
size() - Method in class com.cc.framework.ui.model.imp.FormDesignModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.GaugeDataModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.KeyListDataModel
 
size() - Method in class com.cc.framework.ui.model.imp.ListDesignModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.MenuDesignModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.MenuItemImp
 
size - Variable in class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp
Number of character positions to allocate.
size() - Method in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
 
size() - Method in class com.cc.framework.ui.model.imp.PanelDesignModelImp
 
size - Variable in class com.cc.framework.ui.model.imp.SelectDesignModelImp
Number of character positions to allocate.
size() - Method in class com.cc.framework.ui.model.imp.StrutsMessageDataModelImp
 
size - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Number of character positions to allocate.
size() - Method in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
 
size - Variable in class com.cc.framework.ui.model.imp.TextDesignModelImp
Number of character positions to allocate.
size - Variable in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Number of character positions to allocate.
size - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Number of character positions to allocate.
size - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
The total number of elements.
size() - Method in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
 
size - Variable in class com.cc.framework.ui.model.imp.VirtualListDataModel
The total number of elements.
size() - Method in class com.cc.framework.ui.model.imp.VirtualListDataModel
 
size - Variable in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
The total number of elements.
size() - Method in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
 
size() - Method in interface com.cc.framework.util.TreeIterator.LevelIterator
 
size() - Method in class com.cc.framework.util.TreeIterator.RootIterator
 
size() - Method in class com.cc.framework.util.TreeIterator.SimpleLevelIterator
 
size() - Method in class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
 
size() - Method in interface com.cc.framework.util.parser.HtmlAttributes
 
size() - Method in class com.cc.framework.util.parser.HtmlParser.AttributesImpl
 
skip(int) - Method in class com.cc.framework.ui.control.TreeLineIterator
Skips a certain number of visible tree nodes.
skip(int) - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
Skips the iterator the given number of days
skipChildren - Variable in class com.cc.framework.util.TreeIterator
 
skipChildren() - Method in class com.cc.framework.util.TreeIterator
After this method is called, next() will skip children of the current node and move to the next sibling instead.
skipWhiteSpace() - Method in class com.cc.framework.security.acl.expr.TokenStream
Die Methode überspringt alle Whitespace Character ab der Leseposition
sort(String, SortOrder) - Method in interface com.cc.framework.ui.model.Sortable
Sorts the collection
sortColumn - Variable in class com.cc.framework.ui.model.imp.ListStateModelImp
Column to sort
sortColumn - Variable in class com.cc.framework.ui.model.imp.TreelistStateModelImp
Column to sort
sortOrder - Variable in class com.cc.framework.ui.model.imp.ListStateModelImp
The sort order
sortOrder - Variable in class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp
Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
sortOrder - Variable in class com.cc.framework.ui.model.imp.TextListDesignModelImp
Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
sortOrder - Variable in class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
sortOrder - Variable in class com.cc.framework.ui.model.imp.TreelistStateModelImp
The sort order
sortOrder - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
The sort order of the current column
sortable - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Indicates if this column can be sorted
source - Variable in class com.cc.framework.security.acl.expr.SyntaxException
Expression Sourcecode
source - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
The source URL of the image
source - Variable in class com.cc.framework.util.parser.HtmlParser
The documents source code
split(String, String) - Static method in class com.cc.framework.util.StringHelp
Splits the provided text into a list, based on a given separator.
splitHtmlString(String, int) - Static method in class com.cc.framework.util.Formatter
This method inserts a HTML break tag at the specified position into an String.
splitRetainEmpty(String, char) - Static method in class com.cc.framework.util.StringHelp
Splits the provided text into a list, based on a given separator.
src - Variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
URL to image resource
stack - Variable in class com.cc.framework.security.acl.expr.TokenStream
Der Stack auf welchen Tokens für eine spätere Verarbeitung urückgelegt werden können
stacked - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
This flag indicates if stacked display mode for the control is enabled
start() - Method in class com.cc.framework.common.Stopwatch
Starts the stop watch
startHour - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The hour where the appointment starts
startInterval - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The interval where the appointment starts
startRow - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The row index where the appointment starts
startTime - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
The Start Time of the Appointment.
startsAt(int, int) - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
Checks if the appointment starts at the given time coordinates
state - Variable in class com.cc.framework.common.ButtonState
The internal state name
state - Variable in class com.cc.framework.ui.control.ListLineIterator
The state model
state - Variable in class com.cc.framework.ui.control.TreeLineIterator
The state model of the tree that holds the expansion state of the tree items.
state - Variable in class com.cc.framework.ui.control.VirtualKeyListLineIterator
The state model
state - Variable in class com.cc.framework.ui.control.VirtualListLineIterator
The state model
state - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The state flags of the menu item
state - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The state flags of the menu item
state - Variable in class com.cc.framework.util.TreeIterator
The State Model that holds the expansion states
stateModel - Variable in class com.cc.framework.ui.control.CrumbsControl
Design model
stateModel - Variable in class com.cc.framework.ui.control.FrameControl
State Model
stateModel - Variable in class com.cc.framework.ui.control.RatingControl
StateModel
stateModel - Variable in class com.cc.framework.ui.control.SchedulerControl
StateModel
stateModel - Variable in class com.cc.framework.ui.control.SimpleListControl
The state model
stateModel - Variable in class com.cc.framework.ui.control.TabbarControl
State model
stateModel - Variable in class com.cc.framework.ui.control.TreeControl
State model
stateModel - Variable in class com.cc.framework.ui.control.TreelistControl
State model
stop() - Method in class com.cc.framework.common.Stopwatch
Stops the stop watch
strValue - Variable in class com.cc.framework.common.ButtonMode
Display value / nice name
strValue - Variable in class com.cc.framework.common.CheckState
Display value / nice name
strcat(String[]) - Static method in class com.cc.framework.util.StringHelp
Concatenates an array.
strcat(List) - Static method in class com.cc.framework.util.StringHelp
Concatenates an array of Objects.
strcat(String, String) - Static method in class com.cc.framework.util.StringHelp
Concatenates two strings
strcat(String, String, String) - Static method in class com.cc.framework.util.StringHelp
Concatenates three strings
strcat(String, String, String, String) - Static method in class com.cc.framework.util.StringHelp
Concatenates four strings
strcat(String, String, String, String, String) - Static method in class com.cc.framework.util.StringHelp
Concatenates four strings
strutsSelectTag - Static variable in class com.cc.framework.taglib.base.OptionTag
Select Tag of the struts framework
strutsSelectTag - Static variable in class com.cc.framework.taglib.base.OptionsTag
Select Tag of the struts framework
style - Variable in class com.cc.framework.taglib.base.OptionTag
The style associated with this tag.
style - Variable in class com.cc.framework.ui.control.FormGroupElement
HTML-Style
style - Variable in class com.cc.framework.ui.control.FormHtmlElement
HTML-Style
style - Variable in class com.cc.framework.ui.control.FormMessageElement
HTML-Style
style - Variable in class com.cc.framework.ui.model.InnerFrame
HTML-Style
style - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
CSS styles to be applied to this HTML element
style - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
CSS styles to be applied to this HTML element
style - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
THML-Style
style - Variable in class com.cc.framework.ui.model.imp.DesignRuleImp
Html-Style
style - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
CSS styles to be applied to this HTML element
style - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
Html-Style
style - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
CSS styles to be applied to this HTML element
style - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Style
style - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
style - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
styleClass - Variable in class com.cc.framework.taglib.base.OptionTag
The named style class associated with this tag.
styleClass - Variable in class com.cc.framework.ui.control.FormGroupElement
Style Class -> HTML class attribute
styleClass - Variable in class com.cc.framework.ui.control.FormHtmlElement
Style Class -> HTML class attribute
styleClass - Variable in class com.cc.framework.ui.control.FormMessageElement
Style Class -> HTML class attribute
styleClass - Variable in class com.cc.framework.ui.model.InnerFrame
Style Class -> HTML class Attribute
styleClass - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
CSS Stylesheet class to be applied to this HTML element
styleClass - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
CSS stylesheet class to be applied to this HTML element
styleClass - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Style Class -> HTML class attribute
styleClass - Variable in class com.cc.framework.ui.model.imp.DesignRuleImp
Style Class -> HTML class Attribut
styleClass - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
CSS style sheet class to be applied to this HTML element
styleClass - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
Style Class -> HTML class Attribut
styleClass - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
CSS stylesheet class to be applied to this HTML element
styleClass - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
StyleClass
styleClass - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
styleClass - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
styleId - Variable in class com.cc.framework.taglib.base.OptionTag
The identifier associated with this tag.
styleId - Variable in class com.cc.framework.ui.control.FormGroupElement
Style ID
styleId - Variable in class com.cc.framework.ui.control.FormHtmlElement
Style ID
styleId - Variable in class com.cc.framework.ui.control.FormMessageElement
Style ID
styleId - Variable in class com.cc.framework.ui.model.InnerFrame
Style ID
styleId - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Identifier to be assigned to this HTML element
styleId - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Identifier to be assigned to this HTML element
styleId - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Style ID
styleId - Variable in class com.cc.framework.ui.model.imp.DesignRuleImp
Style ID
styleId - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Identifier to be assigned to this HTML element
styleId - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
Style ID
styleId - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
StyleId
subject - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
Short description for this Appointment Item
suffix - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
optional label suffix in plain HTML
summary - Variable in class com.cc.framework.ui.model.InnerFrame
Text that is used for rendering to non-visual media such as speech or Braille
summary - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
specifies a description and/or structure of the object That can be used for rendering to non-visual media such as speech or Braille.
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.control.Control
This method applies the given state properties to the controls state model
synchronizeState(RequestContext, PropertyMap) - Method in class com.cc.framework.ui.control.Control
This method applies the given state properties to the controls state model
synchronizeState(RequestContext, PropertyMap) - Method in class com.cc.framework.ui.control.TreeControl
 
synchronizeState(PropertyMap) - Method in interface com.cc.framework.ui.model.StateModel
This method applies the given state properties to the controls state model
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.CrumbsStateModelImp
 
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.FrameStateModelImp
 
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.RatingStateModelImp
 
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
 
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
synchronizeState(PropertyMap) - Method in class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
systype - Variable in class com.cc.framework.ComponentVersion
System Type

T

TABBARCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tabbar Control: tsc
TABBAR_BACKGROUND - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: Background Image
TABBAR_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background inactiv Tab
TABBAR_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background inactiv Tab
TABBAR_COLOR_BG_LEVEL1 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 1
TABBAR_COLOR_BG_LEVEL1 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 1
TABBAR_COLOR_BG_LEVEL2 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 2
TABBAR_COLOR_BG_LEVEL2 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 2
TABBAR_COLOR_BG_LEVEL3 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 3
TABBAR_COLOR_BG_LEVEL3 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 3
TABBAR_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border
TABBAR_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border
TABBAR_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color
TABBAR_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color
TABBAR_COLOR_TEXT_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text selected Tab
TABBAR_COLOR_TEXT_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text selected Tab
TABBAR_COLOR_TEXT_UNSEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text unselected Tab
TABBAR_COLOR_TEXT_UNSEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text unselected Tab
TABBAR_DIS_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: disabled background
TABBAR_DIS_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [disabled, disabled]
TABBAR_DIS_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [disabled, - ]
TABBAR_DIS_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [disabled, selected]
TABBAR_DIS_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [disabled, unselected]
TABBAR_NONE_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [ - , disabled]
TABBAR_NONE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [ - , selected]
TABBAR_NONE_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [ - , unselected]
TABBAR_SEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: selected background
TABBAR_SEL_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [selected, disabled]
TABBAR_SEL_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [selected, - ]
TABBAR_SEL_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [selected, unselected]
TABBAR_TABDISABLED_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_DIS_BG
TABBAR_TABDISABLED_L - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_NONE_DIS
TABBAR_TABDISABLED_R - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_DIS_NONE
TABBAR_TABSEL_BG_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_SEL_BG
TABBAR_TABSEL_L_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_NONE_SEL
TABBAR_TABSEL_R_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_SEL_NONE
TABBAR_TABUNSEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_UNSEL_BG
TABBAR_TABUNSEL_L - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_NONE_UNSEL
TABBAR_TABUNSEL_R - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABBAR_UNSEL_NONE
TABBAR_UNSEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: unselected background
TABBAR_UNSEL_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [unselected, disabled]
TABBAR_UNSEL_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [unselected, - ]
TABBAR_UNSEL_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [unselected, selected]
TABBAR_UNSEL_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabbar: [unselected, unselected]
TABSETCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tabset Control: tsc
TABSET_BACKGROUND - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: Background Image
TABSET_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background inactiv Tab
TABSET_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background inactiv Tab
TABSET_COLOR_BG_LEVEL1 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 1
TABSET_COLOR_BG_LEVEL1 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 1
TABSET_COLOR_BG_LEVEL2 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 2
TABSET_COLOR_BG_LEVEL2 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 2
TABSET_COLOR_BG_LEVEL3 - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 3
TABSET_COLOR_BG_LEVEL3 - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 3
TABSET_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border
TABSET_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border
TABSET_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color
TABSET_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color
TABSET_COLOR_TEXT_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text selected Tab
TABSET_COLOR_TEXT_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text selected Tab
TABSET_COLOR_TEXT_UNSEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text unselected Tab
TABSET_COLOR_TEXT_UNSEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text unselected Tab
TABSET_DIS_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: disabled background
TABSET_DIS_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [disabled, disabled]
TABSET_DIS_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [disabled, - ]
TABSET_DIS_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [disabled, selected]
TABSET_DIS_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [disabled, unselected]
TABSET_NONE_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [ - , disabled]
TABSET_NONE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [ - , selected]
TABSET_NONE_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [ - , unselected]
TABSET_SEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: selected background
TABSET_SEL_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [selected, disabled]
TABSET_SEL_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [selected, - ]
TABSET_SEL_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [selected, unselected]
TABSET_TABDISABLED_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_DIS_BG
TABSET_TABDISABLED_L - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_NONE_DIS
TABSET_TABDISABLED_R - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_DIS_NONE
TABSET_TABSEL_BG_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_SEL_BG
TABSET_TABSEL_L_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_NONE_SEL
TABSET_TABSEL_R_COLOR - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_SEL_NONE
TABSET_TABUNSEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_UNSEL_BG
TABSET_TABUNSEL_L - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_NONE_UNSEL
TABSET_TABUNSEL_R - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Deprecated. use TABSET_UNSEL_NONE
TABSET_UNSEL_BG - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: unselected background
TABSET_UNSEL_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [unselected, disabled]
TABSET_UNSEL_NONE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [unselected, - ]
TABSET_UNSEL_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [unselected, selected]
TABSET_UNSEL_UNSEL - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tabset: [unselected, unselected]
TEMPLATE_KEY - Static variable in interface com.cc.framework.Globals
Key for JSP Templates
TEXT - Static variable in class com.cc.framework.resource.MimeType
MIME type: TEXT
TEXT - Static variable in class com.cc.framework.ui.model.InputFieldType
InputFieldType: TEXT
TEXTBUTTON - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Text Button: tbtn
TEXTBUTTON_BG_LEFT1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Text button: left background
TEXTBUTTON_BG_MIDDLE1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Text button: middle background
TEXTBUTTON_BG_RIGHT1 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Text button: right background
TEXTTOP - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: texttop
TOOLS - Static variable in class com.cc.framework.ui.MenuType
type: TOOLS
TOP - Static variable in class com.cc.framework.ui.AlignmentType
alignment type: top
TOP_CENTER - Static variable in interface com.cc.framework.ui.control.NavigationPosition
Top center
TOP_LEFT - Static variable in interface com.cc.framework.ui.control.NavigationPosition
Top left
TOP_RIGHT - Static variable in interface com.cc.framework.ui.control.NavigationPosition
Top right
TREECONTROL_EVENLINE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree Control: tleven
TREECONTROL_EVENLINE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree Control: tleven selected
TREECONTROL_ODDLINE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree Control: tlodd
TREECONTROL_ODDLINE_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree Control: tlodd selected
TREECONTROL_TREE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree Control: tc
TREEITEM - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree: ti (normal node)
TREEITEM_DIS - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree: tid (disabled node)
TREEITEM_SEL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree: tis (selected node)
TREELISTCONTROL - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
TreeList Control: tlc
TREELISTCONTROL_BODY - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
TreeList Control: tlcb
TREELISTCONTROL_FOOTER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
TreeList Control: tlcf
TREELISTCONTROL_HEADER - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
TreeList Control: tlch
TREELISTCONTROL_NOFRAME - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
TreeList Control (no frame): tlc_nf
TREE_COLOR_BG_EVEN - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background even row
TREE_COLOR_BG_EVEN - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background even row
TREE_COLOR_BG_ODD - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background odd row
TREE_COLOR_BG_ODD - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background odd row
TREE_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background selected row
TREE_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background selected row
TREE_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border row
TREE_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border row
TREE_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color hyperlink
TREE_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color hyperlink
TREE_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color hyperlink selected row
TREE_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color hyperlink selected row
TREE_FOLDERCLOSED - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: closed folder
TREE_FOLDEROPEN - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: open folder
TREE_ITEM - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: item
TREE_OUTLINE - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Tree: tol
TREE_STRUCTURE - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline spacer
TREE_STRUCTURE_10 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline NE
TREE_STRUCTURE_12 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline NS
TREE_STRUCTURE_14 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline NSE
TREE_STRUCTURE_16 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline -
TREE_STRUCTURE_18 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline -E
TREE_STRUCTURE_2 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline E
TREE_STRUCTURE_26 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline -NSE
TREE_STRUCTURE_30 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline -NE
TREE_STRUCTURE_32 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline +
TREE_STRUCTURE_34 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline +E
TREE_STRUCTURE_42 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline +NSE
TREE_STRUCTURE_46 - Static variable in interface com.cc.framework.ui.painter.def.DefResources
Tree outline: outline +NE
TRUE - Static variable in class com.cc.framework.ui.model.value.DeferredValue
Boolean literal FALSE
TYPE_CHECKBOX - Static variable in class com.cc.framework.ui.control.ControlValuePath
Indicator for a checkbox values
TYPE_CHECKBOX_ORIGINAL - Static variable in class com.cc.framework.ui.control.ControlValuePath
Old value indicator for checkbox values.
TYPE_EXPRESSION - Static variable in class com.cc.framework.security.acl.expr.PrimaryExpression
Diskriminator: Geklammerter Ausdruck
TYPE_HD_FORM - Static variable in class com.cc.framework.http.RequestDecorationType
TYPE_HD_FORM
TYPE_HD_URL - Static variable in class com.cc.framework.http.RequestDecorationType
TYPE_HD_URL
TYPE_LENGTH - Static variable in class com.cc.framework.ui.html.LengthUnit
Type discriminator: Length
TYPE_NESTEDCONTROL - Static variable in class com.cc.framework.ui.control.ControlValuePath
Indicator for a nested control
TYPE_PERCENTAGE - Static variable in class com.cc.framework.ui.html.LengthUnit
Type discriminator: Percentage
TYPE_PERMISSION - Static variable in class com.cc.framework.security.acl.expr.PrimaryExpression
Diskriminator: Permission
TYPE_RADIO - Static variable in class com.cc.framework.ui.control.ControlValuePath
Indicator for radio button (horizontal alignment)
TYPE_TEXT - Static variable in class com.cc.framework.ui.control.ControlValuePath
Indicator for text values
TYPE_URL - Static variable in class com.cc.framework.http.RequestDecorationType
TYPE_URL
TabContainer - interface com.cc.framework.taglib.controls.TabContainer.
Simple Tag interface
TabDesignModel - interface com.cc.framework.ui.model.TabDesignModel.
Designmodel for a tab
TabDesignModelImp - class com.cc.framework.ui.model.imp.TabDesignModelImp.
Designmodel for the Tabs of a TabControl
TabDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TabDesignModelImp
Constructor for TabDesignModelImp
TabTag - class com.cc.framework.taglib.controls.TabTag.
Tag-Handler for the tab Tag.
TabTag() - Constructor for class com.cc.framework.taglib.controls.TabTag
Constructor
TabTei - class com.cc.framework.taglib.controls.TabTei.
TagExtraInfo Class to expose the TabDesignModel to the Tag-Body
TabTei() - Constructor for class com.cc.framework.taglib.controls.TabTei
 
TabbarControl - class com.cc.framework.ui.control.TabbarControl.
TabbarControl
TabbarControl() - Constructor for class com.cc.framework.ui.control.TabbarControl
Constructor
TabbarTag - class com.cc.framework.taglib.controls.TabbarTag.
Tag-Handler for the tabbar Tag.
TabbarTag() - Constructor for class com.cc.framework.taglib.controls.TabbarTag
Constructor
TabbarTei - class com.cc.framework.taglib.controls.TabbarTei.
TagExtraInfo Class to expose the TabbarControl to the Tag-Body
TabbarTei() - Constructor for class com.cc.framework.taglib.controls.TabbarTei
 
TableCE - class com.cc.framework.ui.painter.def.frame.TableCE.
Composite element (CE) based on a HTML <table> Element
TableCE() - Constructor for class com.cc.framework.ui.painter.def.frame.TableCE
 
TableFrame - class com.cc.framework.ui.painter.def.frame.TableFrame.
A Frame based on a HTML table element
TableFrame() - Constructor for class com.cc.framework.ui.painter.def.frame.TableFrame
Constructor
TabsetControl - class com.cc.framework.ui.control.TabsetControl.
TabsetControl
TabsetControl() - Constructor for class com.cc.framework.ui.control.TabsetControl
Constructor
TabsetDataModel - interface com.cc.framework.ui.model.TabsetDataModel.
Defines the methods which are necessary for the DataModel of a TabSet.
TabsetDesignModel - interface com.cc.framework.ui.model.TabsetDesignModel.
DesignModel for a Tabset
TabsetDesignModelImp - class com.cc.framework.ui.model.imp.TabsetDesignModelImp.
Designmodel for the TabSetControl
TabsetDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TabsetDesignModelImp
Constructor for TabsetDesignModelImp
TabsetStateModel - interface com.cc.framework.ui.model.TabsetStateModel.
Defines the Methods which manages the state of the Tabset
TabsetStateModelImp - class com.cc.framework.ui.model.imp.TabsetStateModelImp.
Implementation of the TabsetStateModel interface
TabsetStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.TabsetStateModelImp
 
TabsetTag - class com.cc.framework.taglib.controls.TabsetTag.
Tag-Handler for the tabset Tag.
TabsetTag() - Constructor for class com.cc.framework.taglib.controls.TabsetTag
Constructor
TabsetTei - class com.cc.framework.taglib.controls.TabsetTei.
TagExtraInfo Class to expose the TabsetControl to the Tag-Body
TabsetTei() - Constructor for class com.cc.framework.taglib.controls.TabsetTei
 
TagHelp - class com.cc.framework.taglib.TagHelp.
Helper for the tag library
TagHelp() - Constructor for class com.cc.framework.taglib.TagHelp
Constructor
TemplateHelp - class com.cc.framework.taglib.template.TemplateHelp.
Helper Class for the Template Library
TemplateHelp() - Constructor for class com.cc.framework.taglib.template.TemplateHelp
Constructor
TextControl - class com.cc.framework.ui.control.TextControl.
TextControl
TextControl() - Constructor for class com.cc.framework.ui.control.TextControl
Constructor
TextControl(TextDesignModel) - Constructor for class com.cc.framework.ui.control.TextControl
Constructor
TextDataModel - interface com.cc.framework.ui.model.TextDataModel.
Data model for the Text Control
TextDesignModel - interface com.cc.framework.ui.model.TextDesignModel.
Designmodel for text fields.
TextDesignModelImp - class com.cc.framework.ui.model.imp.TextDesignModelImp.
Designmodel for text/input fields
TextDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TextDesignModelImp
Constructor
TextListControl - class com.cc.framework.ui.control.TextListControl.
TextControl
TextListControl() - Constructor for class com.cc.framework.ui.control.TextListControl
Constructor
TextListControl(TextListDesignModel) - Constructor for class com.cc.framework.ui.control.TextListControl
Constructor
TextListDataModel - interface com.cc.framework.ui.model.TextListDataModel.
Data model for the TextList Control
TextListDesignModel - interface com.cc.framework.ui.model.TextListDesignModel.
Designmodel for textlist fields.
TextListDesignModelImp - class com.cc.framework.ui.model.imp.TextListDesignModelImp.
Designmodel for text/input list fields
TextListDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TextListDesignModelImp
Constructor
TextListStateModel - interface com.cc.framework.ui.model.TextListStateModel.
StateModel for textlist fields Note: A text field has no state that must be managed across several server round trips.
TextListTag - class com.cc.framework.taglib.controls.TextListTag.
Tag-Handler for the TextList Control
TextListTag() - Constructor for class com.cc.framework.taglib.controls.TextListTag
Constructor
TextPopupControl - class com.cc.framework.ui.control.TextPopupControl.
TextareaControl
TextPopupControl() - Constructor for class com.cc.framework.ui.control.TextPopupControl
Constructor
TextPopupControl(TextPopupDesignModel) - Constructor for class com.cc.framework.ui.control.TextPopupControl
Constructor
TextPopupDesignModel - interface com.cc.framework.ui.model.TextPopupDesignModel.
Designmodel for the textarea popup control
TextPopupDesignModelImp - class com.cc.framework.ui.model.imp.TextPopupDesignModelImp.
Designmodel for the textarea popup control
TextPopupDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TextPopupDesignModelImp
 
TextPopupTag - class com.cc.framework.taglib.controls.TextPopupTag.
Tag-Handler for the Textarea Popup element
TextPopupTag() - Constructor for class com.cc.framework.taglib.controls.TextPopupTag
Constructor
TextStateModel - interface com.cc.framework.ui.model.TextStateModel.
StateModel for text fields
Note: A text field has no state that must be managed across several server round trips.
TextTag - class com.cc.framework.taglib.controls.TextTag.
Tag-Handler for the text form element
TextTag() - Constructor for class com.cc.framework.taglib.controls.TextTag
Constructor
TextareaControl - class com.cc.framework.ui.control.TextareaControl.
TextareaControl
TextareaControl() - Constructor for class com.cc.framework.ui.control.TextareaControl
Constructor
TextareaControl(TextareaDesignModel) - Constructor for class com.cc.framework.ui.control.TextareaControl
Constructor
TextareaDataModel - interface com.cc.framework.ui.model.TextareaDataModel.
Data model for the Textarea Control
TextareaDesignModel - interface com.cc.framework.ui.model.TextareaDesignModel.
Designmodel for the Textarea field
TextareaDesignModelImp - class com.cc.framework.ui.model.imp.TextareaDesignModelImp.
Designmodel for TextAreas
TextareaDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TextareaDesignModelImp
Constructor for TextareaDesignModelImp
TextareaStateModel - interface com.cc.framework.ui.model.TextareaStateModel.
StateModel for the TextAreaControl.
TextareaTag - class com.cc.framework.taglib.controls.TextareaTag.
Tag-Handler for the Textare-Formularelement
TextareaTag() - Constructor for class com.cc.framework.taglib.controls.TextareaTag
Constructor
Token - class com.cc.framework.security.acl.expr.Token.
Single element of the expression language
Token() - Constructor for class com.cc.framework.security.acl.expr.Token
Construktor
TokenStream - class com.cc.framework.security.acl.expr.TokenStream.
 
TokenStream(String) - Constructor for class com.cc.framework.security.acl.expr.TokenStream
Konstruktor
TokenType - class com.cc.framework.security.acl.expr.TokenType.
 
TokenType(String) - Constructor for class com.cc.framework.security.acl.expr.TokenType
Konstruktor
TreeControl - class com.cc.framework.ui.control.TreeControl.
TreeControl
TreeControl() - Constructor for class com.cc.framework.ui.control.TreeControl
Constructor
TreeDesignModel - interface com.cc.framework.ui.model.TreeDesignModel.
This interface defines the visual attributes of a tree.
TreeDesignModelImp - class com.cc.framework.ui.model.imp.TreeDesignModelImp.
Designmodel for the TreeControl
TreeDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TreeDesignModelImp
Constructor
TreeGroupDataModel - interface com.cc.framework.ui.model.TreeGroupDataModel.
Data model for the nodes of a tree
TreeHelp - class com.cc.framework.util.TreeHelp.
Helper class for managing tree structures.
TreeHelp() - Constructor for class com.cc.framework.util.TreeHelp
Constructor
TreeIterator - class com.cc.framework.util.TreeIterator.
Iterates over the tree.
TreeIterator(TreeNodeDataModel) - Constructor for class com.cc.framework.util.TreeIterator
Creates iterator and sets the root of a tree and tree adapter.
TreeIterator(TreeNodeDataModel, TreeStateModel) - Constructor for class com.cc.framework.util.TreeIterator
Creates iterator and sets the root of a tree and tree adapter.
TreeIterator(TreeNodeDataModel, int) - Constructor for class com.cc.framework.util.TreeIterator
Creates iterator and sets the root of a tree, tree adapter and depth of the traversal.
TreeIterator.AbstractLevelIterator - class com.cc.framework.util.TreeIterator.AbstractLevelIterator.
Base class for all LevelIterator's
TreeIterator.AbstractLevelIterator(TreeIterator.LevelIterator) - Constructor for class com.cc.framework.util.TreeIterator.AbstractLevelIterator
Constructor
TreeIterator.LevelIterator - interface com.cc.framework.util.TreeIterator.LevelIterator.
Iterator for one level in a tree structure
TreeIterator.RootIterator - class com.cc.framework.util.TreeIterator.RootIterator.
Specialized iterator for the root element of the tree
TreeIterator.RootIterator(TreeNodeDataModel) - Constructor for class com.cc.framework.util.TreeIterator.RootIterator
Constructor
TreeIterator.RootIterator(TreeNodeDataModel, int) - Constructor for class com.cc.framework.util.TreeIterator.RootIterator
Constructor
TreeIterator.SimpleLevelIterator - class com.cc.framework.util.TreeIterator.SimpleLevelIterator.
Iterator for simple Group Nodes
TreeIterator.SimpleLevelIterator(TreeIterator.LevelIterator, TreeGroupDataModel) - Constructor for class com.cc.framework.util.TreeIterator.SimpleLevelIterator
Constructor
TreeIterator.VirtualTreeLevelIterator - class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator.
Iterator for virtual group nodes.
TreeIterator.VirtualTreeLevelIterator(TreeIterator.LevelIterator, VirtualTreeGroupDataModel) - Constructor for class com.cc.framework.util.TreeIterator.VirtualTreeLevelIterator
Constructor
TreeLineIterator - class com.cc.framework.ui.control.TreeLineIterator.
A TreeLineIterator
TreeLineIterator(TreeNodeDataModel, Principal) - Constructor for class com.cc.framework.ui.control.TreeLineIterator
Constructor for TreeLineIterator
TreeLineIterator(TreeStateModel, TreeNodeDataModel, Principal) - Constructor for class com.cc.framework.ui.control.TreeLineIterator
Constructor for TreeLineIterator
TreeLineIterator(TreeStateModel, TreeNodeDataModel, int, Principal) - Constructor for class com.cc.framework.ui.control.TreeLineIterator
Constructor for TreeLineIterator
TreeNodeDataModel - interface com.cc.framework.ui.model.TreeNodeDataModel.
Interface for nodes of a tree.
TreeStateModel - interface com.cc.framework.ui.model.TreeStateModel.
Interface TreeStateModel
TreeStateModelImp - class com.cc.framework.ui.model.imp.TreeStateModelImp.
Imploementation of the TreeStateModel interface
TreeStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.TreeStateModelImp
 
TreeStructureException - exception com.cc.framework.util.TreeStructureException.
This exception is thrown if an error in a structure of a tree is detected.
TreeStructureException(String) - Constructor for class com.cc.framework.util.TreeStructureException
Constructor for TreeStructureException
TreeStyle - interface com.cc.framework.ui.model.TreeStyle.
The interface defines the styles of a tree element
TreeSwapSelectControl - class com.cc.framework.ui.control.TreeSwapSelectControl.
Control element for the tree select element with two windows
TreeSwapSelectControl() - Constructor for class com.cc.framework.ui.control.TreeSwapSelectControl
Constructor
TreeSwapSelectControl(TreeSwapSelectDesignModel) - Constructor for class com.cc.framework.ui.control.TreeSwapSelectControl
Constructor
TreeSwapSelectDataModel - interface com.cc.framework.ui.model.TreeSwapSelectDataModel.
Data model for the Tree Swap Select Control
TreeSwapSelectDesignModel - interface com.cc.framework.ui.model.TreeSwapSelectDesignModel.
Design model for the Tree Swap Select Control
TreeSwapSelectDesignModelImp - class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp.
Designmodel for the SwapSelectControl
TreeSwapSelectDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp
Constructor
TreeSwapSelectStateModel - interface com.cc.framework.ui.model.TreeSwapSelectStateModel.
State model for the Tree Swap Select Control
TreeSwapSelectTag - class com.cc.framework.taglib.controls.TreeSwapSelectTag.
Handler for the <treeTreeSwapSelect> Tag
TreeSwapSelectTag() - Constructor for class com.cc.framework.taglib.controls.TreeSwapSelectTag
Constructor
TreeTag - class com.cc.framework.taglib.controls.TreeTag.
Tag-Handler for the tree Tag.
TreeTag() - Constructor for class com.cc.framework.taglib.controls.TreeTag
Constructor
TreelistControl - class com.cc.framework.ui.control.TreelistControl.
The Tree List Control.
TreelistControl() - Constructor for class com.cc.framework.ui.control.TreelistControl
Constructor
TreelistDesignModel - interface com.cc.framework.ui.model.TreelistDesignModel.
This interface defines the structural and visual attributes of a tree element.
TreelistDesignModelImp - class com.cc.framework.ui.model.imp.TreelistDesignModelImp.
Designmodel for the TreeListControl
TreelistDesignModelImp() - Constructor for class com.cc.framework.ui.model.imp.TreelistDesignModelImp
Constructor for TreelistDesignModelImp
TreelistStateModel - interface com.cc.framework.ui.model.TreelistStateModel.
Defines all attributes to describe the state of a TreeListControl
TreelistStateModelImp - class com.cc.framework.ui.model.imp.TreelistStateModelImp.
Implementation of the TreelistStateModel interface
TreelistStateModelImp() - Constructor for class com.cc.framework.ui.model.imp.TreelistStateModelImp
 
TreelistTag - class com.cc.framework.taglib.controls.TreelistTag.
Tag-Handler for the treelist Tag.
TreelistTag() - Constructor for class com.cc.framework.taglib.controls.TreelistTag
Constructor
TreelistTei - class com.cc.framework.taglib.controls.TreelistTei.
TagExtraInfo Class to expose the TreelistControl to the Tag-Body
TreelistTei() - Constructor for class com.cc.framework.taglib.controls.TreelistTei
 
Tuple - class com.cc.framework.common.Tuple.
Defines a tuple with two Objects (A, B)
Tuple() - Constructor for class com.cc.framework.common.Tuple
Constructor for Tuple
Tuple(Object, Object) - Constructor for class com.cc.framework.common.Tuple
Constructor for Tuple
TupleArray - class com.cc.framework.common.TupleArray.
Array for managing tuples
TupleArray() - Constructor for class com.cc.framework.common.TupleArray
Constructs an empty list
t1 - Variable in class com.cc.framework.common.Stopwatch
start time
t2 - Variable in class com.cc.framework.common.Stopwatch
stop time
tabIndex - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Tabulator Index
tabIndex - Variable in class com.cc.framework.ui.painter.def.CellPainterContext
the Tab Index for a nested input field
tabOrientation - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
Specifies the tabulator orientation
tabid - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
The unique id of the Tab page
tabs - Variable in class com.cc.framework.ui.model.imp.TabsetDesignModelImp
Buffer for the Tabs of the Tabset
tag - Variable in class com.cc.framework.taglib.StrutsSelectTagComparator
Select Tag
target - Variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
Target Attribute
target - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Target Attribute
target - Variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
optional hyperlink target attribute
target - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The window target in which the resource requested by this hyperlink will be displayed, for example "blank, self, parent, ..."
target - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The window target in which the resource requested by this hyperlink will be displayed, for example "blank, self, parent, ..."
target - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
The target
target - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
Target Attribut
target - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
The HTML target attribute
target - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Target
targetProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Name of the Property to acquire the Target-Attribute
targetProperty - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
The property to retrieve the HTML target attribute
template - Variable in class com.cc.framework.taglib.template.InsertTag
The template
template - Variable in class com.cc.framework.taglib.template.PageDef
The template
text - Variable in class com.cc.framework.message.MessageResource
Message
text() - Method in class com.cc.framework.taglib.base.OptionTag
Return the text to be displayed to the user for this option (if any).
text - Variable in class com.cc.framework.ui.model.imp.AppointmentImp
Description Text
text - Variable in class com.cc.framework.ui.model.imp.ButtonDesignModelImp
Text
text - Variable in class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
Text
text - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
The label text
text - Variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp
The optional text which is shown next to the gauge
text - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The display text
text - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The display text
threshold - Variable in class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Number of overlapping keys between keysets to reduce page filtering
threshold - Variable in class com.cc.framework.ui.model.imp.VirtualListDataModel
Number of overlapping rows between rowsets to reduce page filtering
threshold - Variable in class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Number of overlapping rows between rowsets to reduce page filtering
timeStyle - Variable in class com.cc.framework.convert.imp.DateTimeConverter
 
timeStyle - Variable in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
timeZone - Variable in class com.cc.framework.convert.imp.DateTimeConverter
 
timeZone - Variable in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
timeout - Variable in class com.cc.framework.taglib.base.AjaxTag
The AJAX timeout in milliseconds
timeout - Variable in class com.cc.framework.ui.AjaxSettings
AJAX timeout in milliseconds
timezone - Variable in class com.cc.framework.ui.model.imp.SchedulerDataModelImp
The Timezone of the Scheduler
title - Variable in class com.cc.framework.ui.control.FormGroupElement
caption
title - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
The column title
title - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
The title of the crumb
title - Variable in class com.cc.framework.ui.model.imp.ListDesignModelImp
The caption of the listcontrol
title - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
The title
title - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
The title of the PanelItem
title - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The Title of the control
title - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
The title of the Tab page
toAWT() - Method in class com.cc.framework.ui.Color
Generates a Color AWT-Objekt
toAlignment(String) - Static method in class com.cc.framework.taglib.TagHelp
Creates a AlignmentType object for the specified argument.
toAlignment(DeferredValue, DeferredEnvironment) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Converts the given deferred value to a AlignmentType object
toAlignment(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Converts the deferred value to a AlignmentType object
toArray(Object) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp
Transforms an object into an Array
toBool(String) - Static method in class com.cc.framework.xml.XMLHelp
Converts a string to a boolean
toBoolean(Object, boolean) - Static method in class com.cc.framework.taglib.TagHelp
Determines the boolean Value of the specified Object
toBoolean(Object) - Static method in class com.cc.framework.taglib.TagHelp
Converts an object to a boolean if possible
toBoolean(String) - Static method in class com.cc.framework.taglib.TagHelp
Parses a string an returns a boolean value.
toBoolean(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Converts the deferred value to a boolean value
toBoolean(Object, boolean) - Static method in class com.cc.framework.ui.painter.PainterHelp
Determines the boolean Value of the specified Object
toBoolean(Object) - Static method in class com.cc.framework.util.Util
Converts an object to a boolean if possible
toBoolean(String) - Static method in class com.cc.framework.util.Util
Parses a string an returns a boolean value.
toByteSize(long) - Static method in class com.cc.framework.convert.imp.ByteSizeConverter
Converts a long value into a byte size string
toByteVector(Node) - Static method in class com.cc.framework.xml.XMLHelp
Converts a Node to a byte vector
toCheckRange(String) - Static method in class com.cc.framework.taglib.TagHelp
Creates a CheckRange object for the specified argument.
toColor(String) - Static method in class com.cc.framework.taglib.TagHelp
Creates a color object for the specified argument.
toDez() - Method in class com.cc.framework.ui.Color
Returns a String with the dezimal values for the color
toHex() - Method in class com.cc.framework.ui.Color
Returns a String with the hex values for the color
toHtml() - Method in class com.cc.framework.ui.Color
Generates a Color value in the form #AABBCC
toHtmlName() - Method in class com.cc.framework.ui.Color
Returns the HTML Name for the color
toImage(DeferredValue, DeferredEnvironment) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Converts the given deferred value to a ImageModel object
toImage(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Converts the deferred value to a ImageModel object
toInt() - Method in class com.cc.framework.common.CheckState
Deprecated. please use intValue() instead
toInt() - Method in class com.cc.framework.common.Severity
Returns the Severity as an Integer Value
toInt(String) - Static method in class com.cc.framework.taglib.TagHelp
Converts an object to a integer if possible
toInt() - Method in class com.cc.framework.ui.model.AppointmentPriority
 
toInt(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Converts the deferred value to a integer value
toIntArray(String) - Static method in class com.cc.framework.taglib.TagHelp
Converts an object to a integer array if possible
toJoinMode(DeferredValue, DeferredEnvironment) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Converts the given deferred value to a JoinMode object
toJoinMode(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Converts the deferred value to a JoinMode object
toLong(Calendar) - Static method in class com.cc.framework.util.CalendarHelp
Converts a calendar into a long value for compatibility with JDK 1.3
toOrientation(String) - Static method in class com.cc.framework.taglib.TagHelp
Creates a OrientationType object for the specified argument.
toPermission(String) - Static method in class com.cc.framework.taglib.TagHelp
Creates a permission object for the specified argument.
toPermission(boolean) - Static method in class com.cc.framework.taglib.TagHelp
Creates a permission object for the specified argument.
toPermission(DeferredValue, DeferredEnvironment) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Converts the given deferred value to a Permission object
toPermission(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Converts the deferred value to a Permission object
toRGB() - Method in class com.cc.framework.ui.Color
Returns a rgb value for the color
toSortOrder(String) - Static method in class com.cc.framework.taglib.TagHelp
Creates a sort order object for the specified argument.
toString() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
toString() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
toString() - Method in class com.cc.framework.adapter.struts.ConcreteControlActionContext
 
toString() - Method in class com.cc.framework.adapter.struts.ConcreteFormActionContext
 
toString() - Method in class com.cc.framework.common.ButtonMode
 
toString() - Method in class com.cc.framework.common.ButtonState
Returns the state
toString() - Method in class com.cc.framework.common.CheckState
 
toString() - Method in class com.cc.framework.common.DirtyMarkerImp
 
toString() - Method in class com.cc.framework.common.Severity
 
toString() - Method in class com.cc.framework.common.SortOrder
Returns the Key
toString() - Method in class com.cc.framework.common.Stopwatch
Returns the seconds between the start() and the stop()
toString() - Method in class com.cc.framework.common.Tuple
Returns the Tuple (A, B)
toString() - Method in class com.cc.framework.http.HttpScope
Returns the display value
toString() - Method in class com.cc.framework.http.Hyperlink
Creates a single URL String from the Hyperlink
toString() - Method in class com.cc.framework.message.MessageResource
Creates a String representation for the message
toString() - Method in class com.cc.framework.message.MessageResources
Returns a String representation for the size of the message dictionary
toString() - Method in class com.cc.framework.resource.BinaryResource
 
toString() - Method in class com.cc.framework.resource.MimeType
Returns the Output Format
toString() - Method in class com.cc.framework.resource.ObjectResource
 
toString() - Method in class com.cc.framework.security.FunctionBasedPermission
 
toString() - Method in class com.cc.framework.security.RoleBasedPermission
 
toString() - Method in class com.cc.framework.security.StaticPermission
Returns a String representation of the permission
toString() - Method in class com.cc.framework.security.acl.AccessControlList
 
toString() - Method in class com.cc.framework.security.acl.expr.AccessToken
 
toString() - Method in class com.cc.framework.security.acl.expr.ExpressionList
 
toString() - Method in class com.cc.framework.security.acl.expr.LogicalAndExpression
 
toString() - Method in class com.cc.framework.security.acl.expr.LogicalOperator
 
toString() - Method in class com.cc.framework.security.acl.expr.LogicalOrExpression
 
toString() - Method in class com.cc.framework.security.acl.expr.LogicalXorExpression
 
toString() - Method in class com.cc.framework.security.acl.expr.Parenthesis
 
toString() - Method in class com.cc.framework.security.acl.expr.PrimaryExpression
 
toString() - Method in class com.cc.framework.security.acl.expr.Token
 
toString() - Method in class com.cc.framework.security.acl.expr.TokenStream
 
toString() - Method in class com.cc.framework.security.acl.expr.TokenType
 
toString() - Method in class com.cc.framework.security.acl.expr.UnaryExpression
 
toString() - Method in class com.cc.framework.security.acl.expr.UnaryOperator
 
toString() - Method in class com.cc.framework.taglib.template.PageParameter
 
toString() - Method in class com.cc.framework.taglib.util.JspDirective
Returns the type
toString() - Method in class com.cc.framework.ui.AlignmentType
Returns the alignment type
toString() - Method in class com.cc.framework.ui.CheckRange
Returns the check range
toString() - Method in class com.cc.framework.ui.Color
Returns a String representation for the color in the form #AABBCC
toString() - Method in class com.cc.framework.ui.ExpansionMode
Returns the expansion mode
toString() - Method in class com.cc.framework.ui.FormMethod
Returns a string representation for the object
toString() - Method in class com.cc.framework.ui.FormType
Returns a string representation for the object
toString() - Method in class com.cc.framework.ui.JoinMode
Returns the join mode
toString(int, String, String) - Static method in class com.cc.framework.ui.MenuStateType
Creates a separated list for the given menu state
toString() - Method in class com.cc.framework.ui.MenuStateType
Returns a string representation for the object
toString() - Method in class com.cc.framework.ui.MenuType
Returns a string representation for the object
toString() - Method in class com.cc.framework.ui.OrientationType
Returns the orientation type
toString() - Method in class com.cc.framework.ui.RunAt
Returns a string representation for the object
toString() - Method in class com.cc.framework.ui.SelectMode
Returns a string representation for the object
toString() - Method in class com.cc.framework.ui.control.ControlAction
 
toString() - Method in class com.cc.framework.ui.control.ControlActionDef
 
toString() - Method in class com.cc.framework.ui.control.ControlButton
 
toString() - Method in class com.cc.framework.ui.control.ControlMethodInvocation
 
toString(Properties) - Static method in class com.cc.framework.ui.control.ControlValuePath
Creates a String for the path instance which can be used in HTML-Pages
toString(String) - Static method in class com.cc.framework.ui.control.ControlValuePath
Creates a String for the path instance which can be used in HTML-Pages
toString() - Method in class com.cc.framework.ui.control.ControlValuePath
 
toString() - Method in class com.cc.framework.ui.control.MenuContext
 
toString(int) - Method in class com.cc.framework.ui.html.LengthUnit
 
toString() - Method in class com.cc.framework.ui.html.LengthUnit
 
toString() - Method in class com.cc.framework.ui.model.AppointmentPriority
Returns the importance type
toString() - Method in class com.cc.framework.ui.model.ButtonType
Returns the Type
toString() - Method in class com.cc.framework.ui.model.CalendarMode
Returns the mode
toString() - Method in class com.cc.framework.ui.model.ClientEvent
 
toString() - Method in class com.cc.framework.ui.model.InputFieldType
Returns the Type
toString() - Method in class com.cc.framework.ui.model.RecurrenceType
Method toString
toString() - Method in class com.cc.framework.ui.model.SchedulerScope
Returns the SchedulerCheckRange
toString() - Method in class com.cc.framework.ui.model.SchedulerView
Returns the ScheduleView
toString() - Method in class com.cc.framework.ui.model.imp.AppointmentImp
 
toString(DeferredValue, DeferredEnvironment) - Static method in class com.cc.framework.ui.model.value.DeferredValue
Converts the given deferred value to a String object
toString(DeferredEnvironment) - Method in class com.cc.framework.ui.model.value.DeferredValue
Converts the deferred value to a String object
toString() - Method in class com.cc.framework.ui.painter.PainterFactory
Returns the unique id of the painter factory
toString() - Method in class com.cc.framework.ui.painter.def.frame.TableFrame
 
toString() - Method in class com.cc.framework.ui.painter.def.scheduler.CalendarIterator
 
toString() - Method in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
 
toString() - Method in class com.cc.framework.util.PropertyMap
Converts the PropertyMap into a String
toString() - Method in class com.cc.framework.util.PropertyResourceKey
 
toString() - Method in class com.cc.framework.version.SystemType
Returns the name as a string representation for the object
toStringArray(Object) - Static method in class com.cc.framework.util.StringHelp
Transforms an object into a String Array
toStringSet(Object[]) - Static method in class com.cc.framework.util.StringHelp
Transforms an object into a String Set
today - Variable in class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter
The "today" date
tooltip - Variable in class com.cc.framework.ui.model.FrameTitle
Title Tooltip
tooltip - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Static tooltip Attribute
tooltip - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Static tooltip Attribut
tooltip - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Tooltip
tooltip - Variable in class com.cc.framework.ui.model.imp.CrumbModelImp
A tooltip which is displayed if the user moves the mouse over the label/title.
tooltip - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
Static tooltip attribute
tooltip - Variable in class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem
optional tooltip text
tooltip - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
Tooltip Text
tooltip - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
A tool tip
tooltip - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
A tool tip
tooltip - Variable in class com.cc.framework.ui.model.imp.PanelContentDesignModelImp
The tooltip
tooltip - Variable in class com.cc.framework.ui.model.imp.PanelItemDesignModelImp
The tooltip
tooltip - Variable in class com.cc.framework.ui.model.imp.TabDesignModelImp
A tooltip which is displayed if the user moves the mouse over the label/title.
tooltip - Variable in class com.cc.framework.ui.painter.def.DefActionPainter
Tooltip
tooltip - Variable in class com.cc.framework.ui.painter.html.HtmlSwapSelectPainter.OptionItemImpl
 
tooltip - Variable in class com.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.OptionItemImpl
 
tooltipProperty - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Name of the Property to acquire the Tooltip-Attribute
tooltipProperty - Variable in class com.cc.framework.ui.model.imp.OptionListDesignModelImp
The property for the tooltip
tooltipProperty - Variable in class com.cc.framework.ui.model.imp.TreeDesignModelImp
Field tooltipProperty
transaction - Variable in class com.cc.framework.ui.control.ControlAction
Indicates if the transaction token (if any) should be generated for this hyperlink.
transaction - Variable in class com.cc.framework.ui.model.imp.ActionBehaviorImp
Decides if the framework should include a transaction token (if any) in all generated hyperlinks.
transaction - Variable in class com.cc.framework.ui.model.imp.ActionBehaviourImp
Decides if the framework should include a transaction token (if any) in all generated hyperlinks.
transaction - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
Directs the framework to include a transaction token (if any) in all generated Hyperlinks for this column.
transaction - Variable in class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column.
transaction - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column.
translate(String, boolean) - Method in class com.cc.framework.adapter.HttpResourceTranslator
 
translate(String, Locale, boolean) - Method in class com.cc.framework.adapter.HttpResourceTranslator
 
translate(String, boolean) - Method in interface com.cc.framework.adapter.ResourceTranslator
Translates the given resource key
translate(String, Locale, boolean) - Method in interface com.cc.framework.adapter.ResourceTranslator
Translates the given resource key
translateSelectedItems(PainterContext, OptionListDesignModel, Object, OptionsComparator) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp
Creates a String array with all selected option labels
translateSelectedItems(PainterContext, OptionsIterator, OptionsComparator) - Static method in class com.cc.framework.ui.painter.html.OptionsHelp
Creates a String array with all selected option labels
trimRight(String) - Static method in class com.cc.framework.util.StringHelp
Trims a String
truncate(Object, int) - Method in interface com.cc.framework.ui.painter.PainterContext
Truncates a given string to a maximum number of characters
truncate(Object, int) - Method in class com.cc.framework.ui.painter.imp.PainterContextImp
Truncates a given string to a maximum number of characters
truncate(Object, int) - Method in class com.cc.framework.ui.painter.imp.PainterContextWrapper
 
truncate(String, int) - Static method in class com.cc.framework.util.StringHelp
Truncates a given string to a maximum number of characters
tuples - Variable in class com.cc.framework.common.TupleArray
The buffer into which the elements are stored.
type - Variable in class com.cc.framework.common.SortOrder
identifier / key / type
type - Variable in class com.cc.framework.convert.imp.DateTimeConverter
 
type - Variable in class com.cc.framework.convert.imp.NumberConverter
 
type - Variable in class com.cc.framework.resource.BinaryResource
MIME type of the Resource
type - Variable in class com.cc.framework.security.acl.expr.PrimaryExpression
Diskriminator
type - Variable in class com.cc.framework.security.acl.expr.Token
Token type
type() - Method in class com.cc.framework.security.acl.expr.Token
Liefert den Typ des tokens
type - Variable in class com.cc.framework.security.acl.expr.TokenType
Operator
type - Variable in class com.cc.framework.taglib.convert.ConvertDateTimeTag
 
type - Variable in class com.cc.framework.taglib.util.JspDirective
The internal type
type - Variable in class com.cc.framework.ui.AlignmentType
The internal type
type - Variable in class com.cc.framework.ui.ExpansionMode
The internal type
type - Variable in class com.cc.framework.ui.FormType
The form type
type - Variable in class com.cc.framework.ui.MenuStateType
The internal type
type - Variable in class com.cc.framework.ui.MenuType
The internal type
type - Variable in class com.cc.framework.ui.OrientationType
The internal type
type - Variable in class com.cc.framework.ui.RunAt
The internal type
type - Variable in class com.cc.framework.ui.SelectMode
The internal type
type - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
DataModel
type - Variable in class com.cc.framework.ui.html.LengthUnit
Size type
type - Variable in class com.cc.framework.ui.model.AppointmentPriority
The internal type
type - Variable in class com.cc.framework.ui.model.ButtonType
Internal Type
type - Variable in class com.cc.framework.ui.model.InputFieldType
Internal Type
type - Variable in class com.cc.framework.ui.model.RecurrenceType
Field type
type - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The columns property class name
type - Variable in class com.cc.framework.ui.model.imp.FormDesignModelImp
Type of the form
type - Variable in class com.cc.framework.ui.model.imp.MenuDesignModelImp
The type of the menu
type_ - Variable in class com.cc.framework.taglib.convert.ConvertNumberTag
 
types - Variable in class com.cc.framework.ui.control.ControlActionDef
Array with the parameters that belongs to the action.

U

UNCHECKED - Static variable in class com.cc.framework.common.CheckState
CheckState: UNCHECKED (0 = The object is not checked)
UNCHECKED - Static variable in class com.cc.framework.ui.MenuStateType
state: UNCHECKED
UNDEFINED - Static variable in class com.cc.framework.common.CheckState
CheckState: UNDEFINED (2 = The check sate is undefined) (checked gray)
UNIT - Static variable in class com.cc.framework.ui.html.LengthUnit
Unit Strings
UNIT_CM - Static variable in class com.cc.framework.ui.html.LengthUnit
Centimeters
UNIT_EM - Static variable in class com.cc.framework.ui.html.LengthUnit
The height of the element's font
UNIT_EX - Static variable in class com.cc.framework.ui.html.LengthUnit
The height of the letter "x"
UNIT_IN - Static variable in class com.cc.framework.ui.html.LengthUnit
Inches (1 inch = 2.54 centimeters)
UNIT_MM - Static variable in class com.cc.framework.ui.html.LengthUnit
Millimeters
UNIT_PC - Static variable in class com.cc.framework.ui.html.LengthUnit
Picas (1 pica = 12 points)
UNIT_PT - Static variable in class com.cc.framework.ui.html.LengthUnit
Points (1 point = 1/72 inches)
UNIT_PX - Static variable in class com.cc.framework.ui.html.LengthUnit
Pixels
UNKNOWN - Static variable in class com.cc.framework.security.acl.expr.LogicalOperator
Initialisierungswert
UNKNOWN - Static variable in class com.cc.framework.security.acl.expr.Parenthesis
Initialisierungswert
UNKNOWN - Static variable in class com.cc.framework.security.acl.expr.TokenType
Initialisierungszustand
UNKNOWN - Static variable in class com.cc.framework.security.acl.expr.UnaryOperator
Initialisierungswert
UNSELECTABLE - Static variable in class com.cc.framework.common.CheckState
CheckState: UNSELECTABLE (-1 = The object is not selectable) (unchecked gray)
UNSELECTED - Static variable in class com.cc.framework.ui.MenuStateType
state: UNSELECTED
UNSELECTED - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
unsel
USER_COUNTRY - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: user.country
USER_DIR - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: user.dir
USER_HOME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: user.home
USER_LANGUAGE - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: user.language
USER_NAME - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: user.name
USER_TIMEZONE - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: user.timezone
USER_VARIANT - Static variable in interface com.cc.framework.util.SystemPropertyNames
system property: user.variant
UnaryExpression - class com.cc.framework.security.acl.expr.UnaryExpression.
Produktionsregel: unary_expr : primary_expr | unary_operator primary_expr
UnaryExpression(UnaryOperator, Expression) - Constructor for class com.cc.framework.security.acl.expr.UnaryExpression
Konstruktor für einen unären Ausdruck
UnaryOperator - class com.cc.framework.security.acl.expr.UnaryOperator.
Dieser Aufzählungstyp definiert die verschiedenen unären Operatoren der Scriptsprache
UnaryOperator(String) - Constructor for class com.cc.framework.security.acl.expr.UnaryOperator
Konstruktor
Unicode2HtmlConverter - class com.cc.framework.ui.html.Unicode2HtmlConverter.
Standard HTML Character Converter
Unicode2HtmlConverter() - Constructor for class com.cc.framework.ui.html.Unicode2HtmlConverter
 
Util - class com.cc.framework.util.Util.
Utility class to compare/sort objects
Util() - Constructor for class com.cc.framework.util.Util
Constructor
unaryOperator() - Method in class com.cc.framework.security.acl.expr.Token
Liefert den unären Operator zurück
uncheck(ListDataModel, AlgorithmFilter) - Static method in class com.cc.framework.util.ListHelp
Clears all selected elements in a list.
uncheck(ListDataModel, String, AlgorithmFilter) - Static method in class com.cc.framework.util.ListHelp
Unchecks only the checked Items in a List
uncheck(TreeNodeDataModel, String, AlgorithmFilter) - Static method in class com.cc.framework.util.TreeHelp
Unchecks all tree nodes
uncheck(Object, String) - Static method in class com.cc.framework.util.Util
Unchecks a checked property
uncheckAll(ListDataModel) - Static method in class com.cc.framework.util.ListHelp
Clears all selected elements in a list.
uncheckAll(ListDataModel, String) - Static method in class com.cc.framework.util.ListHelp
Unchecks only the checked Items in a List
unit - Variable in class com.cc.framework.ui.html.LengthUnit
unit designator
unmark(String) - Method in class com.cc.framework.ui.control.SimpleListControl
 
unmark(String) - Method in class com.cc.framework.ui.control.TreeControl
Highlights a specified row.
unmark(String) - Method in class com.cc.framework.ui.control.TreelistControl
 
unmark(String) - Method in interface com.cc.framework.ui.model.ListStateModel
Unselects a specified row.
unmark(String) - Method in interface com.cc.framework.ui.model.TreeStateModel
Highlights a specified row.
unmark(String) - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
unmark(String) - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
unmarkAll() - Method in class com.cc.framework.ui.control.SimpleListControl
 
unmarkAll() - Method in class com.cc.framework.ui.control.TreeControl
Resets all highlighted rows
unmarkAll() - Method in class com.cc.framework.ui.control.TreelistControl
 
unmarkAll() - Method in interface com.cc.framework.ui.model.ListStateModel
Unselects all selected rows
unmarkAll() - Method in interface com.cc.framework.ui.model.TreeStateModel
Resets all highlighted rows
unmarkAll() - Method in class com.cc.framework.ui.model.imp.ListStateModelImp
 
unmarkAll() - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
unmarkRequest(HttpServletRequest, String) - Static method in class com.cc.framework.http.HttpUtil
Removes the mark from the request
unregisterApplicationPainter(ServletContext, PainterFactory) - Static method in class com.cc.framework.ui.painter.PainterFactory
Unregisters a Painter from the Application Scope
unregisterPrincipal(HttpSession) - Static method in class com.cc.framework.security.SecurityUtil
Unregisters the current principal object
unregisterRequestPainter(HttpServletRequest, PainterFactory) - Static method in class com.cc.framework.ui.painter.PainterFactory
Unregisters a Painter from the request Scope
unregisterSessionPainter(HttpSession, PainterFactory) - Static method in class com.cc.framework.ui.painter.PainterFactory
Unregisters a Painter from the Session Scope
unselectAll() - Method in class com.cc.framework.ui.control.TreeControl
 
unselectAll() - Method in class com.cc.framework.ui.control.TreelistControl
 
unselectAll() - Method in interface com.cc.framework.ui.model.TreeStateModel
Unselects the current selection of the tree
unselectAll() - Method in class com.cc.framework.ui.model.imp.TreeStateModelImp
 
uri - Variable in class com.cc.framework.http.Hyperlink
The URI
urlDecode(String) - Static method in class com.cc.framework.http.HttpUtil
Performs an URL-Decoding for the given String
urlEncode(Object) - Static method in class com.cc.framework.http.HttpUtil
Performs an URL-Encoding for the given String

V

VERTICAL - Static variable in class com.cc.framework.ui.OrientationType
orienation type: right
VIEW - Static variable in class com.cc.framework.ui.control.ControlButton
Close Button
VISIBLE - Static variable in interface com.cc.framework.ui.MenuState
The menu item is visible
VISIBLE - Static variable in class com.cc.framework.ui.MenuStateType
state: VISIBLE
VMENU1_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 1
VMENU1_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 1
VMENU1_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 1 disabled
VMENU1_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 1 disabled
VMENU1_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 1 selected
VMENU1_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 1 selected
VMENU1_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border level 1
VMENU1_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border level 1
VMENU1_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text hyperlink level 1
VMENU1_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text hyperlink level 1
VMENU1_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text hyperlink level 1 selected
VMENU1_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text hyperlink level 1 selected
VMENU1_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text level 1 disabled
VMENU1_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text level 1 disabled
VMENU2_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 2
VMENU2_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 2
VMENU2_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 2 disabled
VMENU2_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 2 disabled
VMENU2_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 2 selected
VMENU2_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 2 selected
VMENU2_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border level 2
VMENU2_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border level 2
VMENU2_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text level 2
VMENU2_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text level 2
VMENU2_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text hyperlink level 2
VMENU2_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text hyperlink level 2
VMENU2_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text hyperlink level 2 selected
VMENU2_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text hyperlink level 2 selected
VMENU2_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text level 2 disabled
VMENU2_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text level 2 disabled
VMENU2_COLOR_TEXT_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text level 2 selected
VMENU2_COLOR_TEXT_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text level 2 selected
VMENU3_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 3
VMENU3_COLOR_BG - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 3
VMENU3_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 3 disabled
VMENU3_COLOR_BG_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 3 disabled
VMENU3_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background level 3 selected
VMENU3_COLOR_BG_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background level 3 selected
VMENU3_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border level 3
VMENU3_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border level 3
VMENU3_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text level 3
VMENU3_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text level 3
VMENU3_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text hyperlink level 3
VMENU3_COLOR_TEXT_A - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text hyperlink level 3
VMENU3_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text hyperlink level 3 selected
VMENU3_COLOR_TEXT_A_SEL - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text hyperlink level 3 selected
VMENU3_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text level 3 disabled
VMENU3_COLOR_TEXT_DISABLED - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text level 3 disabled
VersionInfo - interface com.cc.framework.version.VersionInfo.
Interface for an application version class.
VirtualDataModel - interface com.cc.framework.ui.model.VirtualDataModel.
This is a Tag Interface for all Data Models that are to big to hold all Objects in memory and thus needs to reload the data when an concrete object is required.
VirtualKeyListDataModel - class com.cc.framework.ui.model.imp.VirtualKeyListDataModel.
List Data Model for Key lists with a very large or unknown number of keys.
VirtualKeyListDataModel() - Constructor for class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Constructor
VirtualKeyListDataModel(int, boolean) - Constructor for class com.cc.framework.ui.model.imp.VirtualKeyListDataModel
Constructor
VirtualKeyListLineIterator - class com.cc.framework.ui.control.VirtualKeyListLineIterator.
Class VirtualKeyListLineIterator iterates only the in memory Rows of a virtual key List
VirtualKeyListLineIterator(ListStateModel, VirtualKeyListDataModel, Principal) - Constructor for class com.cc.framework.ui.control.VirtualKeyListLineIterator
Constructor
VirtualListDataModel - class com.cc.framework.ui.model.imp.VirtualListDataModel.
List Data Model for display lists with a very large or unknown number of rows.
VirtualListDataModel() - Constructor for class com.cc.framework.ui.model.imp.VirtualListDataModel
Constructor
VirtualListDataModel(int, boolean) - Constructor for class com.cc.framework.ui.model.imp.VirtualListDataModel
Constructor
VirtualListLineIterator - class com.cc.framework.ui.control.VirtualListLineIterator.
Class VirtualListLineIterator iterates only the in memory Rows of a virtual List
VirtualListLineIterator(ListStateModel, VirtualListDataModel, Principal) - Constructor for class com.cc.framework.ui.control.VirtualListLineIterator
Constructor
VirtualTreeGroupDataModel - class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel.
Tree Group Node for Nodes with with a very large or unknown number of rows.
VirtualTreeGroupDataModel() - Constructor for class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Constructor
VirtualTreeGroupDataModel(int, boolean) - Constructor for class com.cc.framework.ui.model.imp.VirtualTreeGroupDataModel
Constructor
v() - Method in class com.cc.framework.common.Semaphore
Die v()-Operation ist das Austrittsprotokoll des Semaphors.
validate() - Method in class com.cc.framework.ui.model.imp.RecurrencePatternImp
This method validates the current recurrence settings.
validate - Variable in class com.cc.framework.util.parser.HtmlParser
This flag tells the parser to check if the document is well formed
validateForm() - Method in interface com.cc.framework.adapter.struts.ActionContext
Validates the action form and adds the error messages to the internal error collection
validateForm() - Method in class com.cc.framework.adapter.struts.ActionContextWrapper
 
validateForm() - Method in class com.cc.framework.adapter.struts.ConcreteActionContext
 
valignment - Variable in class com.cc.framework.ui.control.FormButtonElement
The vertical alignment of the form element
valignment - Variable in class com.cc.framework.ui.control.FormControlElement
The vertical alignment of the form element
valignment - Variable in class com.cc.framework.ui.control.FormGroupElement
The vertical alignment of the form element
valignment - Variable in class com.cc.framework.ui.control.FormHtmlElement
The vertical alignment of the form element
valignment - Variable in class com.cc.framework.ui.control.FormMessageElement
The vertical alignment of the form element
value - Variable in class com.cc.framework.http.HttpScope
The display value
value - Variable in class com.cc.framework.http.RequestDecorationType
Internal Type
value - Variable in class com.cc.framework.security.acl.expr.Token
Token value
value - Variable in class com.cc.framework.ui.MenuStateType
State value
value - Variable in class com.cc.framework.ui.control.ComboBoxControl
(Display-) Value
value - Variable in class com.cc.framework.ui.control.TextControl
(Display-) Value
value - Variable in class com.cc.framework.ui.control.TextListControl
(Display-) Value
value - Variable in class com.cc.framework.ui.control.TextareaControl
Value
value - Variable in class com.cc.framework.ui.html.LengthUnit
Floating-point number for the length or a percentage of the parent object's unit
value - Variable in class com.cc.framework.ui.model.imp.CheckboxDesignModelImp
The state of the radio button
value - Variable in class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp
The value that must be match to mark the radio button as selected When value is null the checkboxes are grouped by rows
value - Variable in class com.cc.framework.util.parser.HtmlParser.Attribute
optional attribute value
valueOf(boolean) - Static method in class com.cc.framework.ui.CheckRange
Maps a boolean value to a CheckRange
valueOf(boolean) - Static method in class com.cc.framework.ui.JoinMode
Maps a boolean value to a JoinMode
valueStr(int) - Method in class com.cc.framework.ui.html.LengthUnit
Format the given double value with the given number of fraction digits
values - Variable in class com.cc.framework.ui.control.CheckboxGroupControl
Text Value
values - Variable in class com.cc.framework.ui.control.SelectControl
Text Value
values - Variable in class com.cc.framework.ui.control.SwapSelectControl
Text Value
values - Variable in class com.cc.framework.ui.control.TreeSwapSelectControl
Text Value
variableResolver - Variable in class com.cc.framework.ui.model.value.DeferredEnvironment
The variable resolver that gives access to the (row-)bean
view - Variable in class com.cc.framework.taglib.controls.SchedulerTag
The Initial State for this control
view - Variable in class com.cc.framework.ui.model.SchedulerScope
The internal view name
view - Variable in class com.cc.framework.ui.model.SchedulerView
The internal view name
view - Variable in class com.cc.framework.ui.model.imp.SchedulerStateModelImp
Specifies the style used to display dates in a Scheduler control
viewMask - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
Bit combination of the visible view buttons for this scheduler control.
viewPainter - Variable in class com.cc.framework.ui.painter.def.DefSchedulerPainter
The internal used portion painter to paint the actual view of the scheduler
visibleRows - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The number of visible rows
visibleStartRow - Variable in class com.cc.framework.ui.painter.def.scheduler.DefDayViewPainter.AppointmentInfo
The visible start row

W

WARNING - Static variable in class com.cc.framework.common.Severity
severity: WARNING
WARNING_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background body
WARNING_COLOR_BG_BODY - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background body
WARNING_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Background caption
WARNING_COLOR_BG_HEADER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Background caption
WARNING_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Border color
WARNING_COLOR_BORDER - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Border color
WARNING_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def.DefColorPalette
Text color
WARNING_COLOR_TEXT - Static variable in class com.cc.framework.ui.painter.def2.Def2ColorPalette
Text color
WARNING_FORM - Static variable in interface com.cc.framework.ui.painter.def.DefHtmlClass
Warning Form Control
WEEK - Static variable in class com.cc.framework.ui.model.SchedulerView
The control will be displayed in week view
WEEKLY - Static variable in class com.cc.framework.ui.model.RecurrenceType
Recurrence Type: weekly
WHITE - Static variable in class com.cc.framework.ui.Color
color : white
WIDTH_DECORATION - Static variable in class com.cc.framework.ui.painter.html.HtmlCheckboxGroupPainter
 
WORKWEEK - Static variable in class com.cc.framework.ui.model.SchedulerView
The control will display only work days in a week using day view
WebResourceAccess - interface com.cc.framework.ui.WebResourceAccess.
Interface for objects which will implement a base directory
WebResourceTag - interface com.cc.framework.taglib.WebResourceTag.
Interface for all tags with access to web resources
weekDayMask - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
weekInterval - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
whitespace - Variable in class com.cc.framework.util.parser.HtmlParser.Attribute
Leading whitespace characters
width - Variable in class com.cc.framework.taglib.svg.EmbedTag
Width of the SVG
width - Variable in class com.cc.framework.taglib.svg.SvgTag
Width
width - Variable in class com.cc.framework.ui.control.FormControlElement
The width of the form element
width - Variable in class com.cc.framework.ui.control.FormGroupElement
The width of the form element
width - Variable in class com.cc.framework.ui.control.FormHtmlElement
The width of the form element
width - Variable in class com.cc.framework.ui.control.FormMessageElement
The width of the form element
width - Variable in class com.cc.framework.ui.model.InnerFrame
The width of the form element
width - Variable in class com.cc.framework.ui.model.imp.ColumnDesignModelImp
The width of the column
width - Variable in class com.cc.framework.ui.model.imp.ControlDesignModelImp
Width of the Control
width - Variable in class com.cc.framework.ui.model.imp.FormLabelDesignModelImp
The width of the label
width - Variable in class com.cc.framework.ui.model.imp.ImageModelImp
The width of the image
width - Variable in class com.cc.framework.ui.model.imp.MenuItemDesignModelImp
The width of the menu item
width - Variable in class com.cc.framework.ui.model.imp.MenuItemImp
The width of the menu item
workEndHour - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The working end hour of the day
workStartHour - Variable in class com.cc.framework.ui.model.imp.SchedulerDesignModelImp
The working start hour of the day
wrap - Variable in class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
wrap - Variable in class com.cc.framework.ui.model.imp.TextareaDesignModelImp
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.
wrapLabels() - Method in interface com.cc.framework.ui.model.TreeStyle
 
wrapLabels() - Method in class com.cc.framework.ui.model.imp.TreeDesignModelImp
 
wrapLabels() - Method in class com.cc.framework.ui.model.imp.TreelistDesignModelImp
 
write - Variable in class com.cc.framework.ui.model.imp.HiddenDesignModelImp
directs the control to create an additional visible output of the controls value
writeBase(PageContext, String, String, String) - Static method in class com.cc.framework.taglib.util.BaseTag
Writes the html base tag to the output
writeCssInclude(JspWriter, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Helper method to write a Cascading Stylesheet include to the given JSP writer
writeCssInclude(JspWriter, String, Charset) - Static method in class com.cc.framework.ui.painter.PainterHelp
Helper method to write a Cascading Stylesheet include to the given JSP writer
writeDomTree(OutputStream, Node) - Static method in class com.cc.framework.xml.XMLHelp
Prints the specified node, recursively.
writeDomTree(OutputStream, Node, Charset) - Static method in class com.cc.framework.xml.XMLHelp
Prints the specified node, recursively.
writeJsInclude(JspWriter, String) - Static method in class com.cc.framework.ui.painter.PainterHelp
Helper method to write a JavaScript include to the given JSP writer
writeNode(PrintStream, Node, String) - Static method in class com.cc.framework.xml.XMLHelp
Prints the specified node, recursively.

X

XLS - Static variable in class com.cc.framework.resource.MimeType
MIME type: XLS
XML - Static variable in class com.cc.framework.resource.MimeType
MIME type: XML
XMLHelp - class com.cc.framework.xml.XMLHelp.
Helper for managing XML-Structures
XMLHelp() - Constructor for class com.cc.framework.xml.XMLHelp
Constructor
XOR - Static variable in class com.cc.framework.security.acl.expr.LogicalOperator
Logisches exklusives Oder

Y

YEAR - Static variable in class com.cc.framework.ui.model.SchedulerView
The control will be displayed in month short view
YEARLY - Static variable in class com.cc.framework.ui.model.RecurrenceType
Recurrence Type: yearly
YEARLY_NTH - Static variable in class com.cc.framework.ui.model.RecurrenceType
Recurrence Type: yearlyNth
YELLOW - Static variable in class com.cc.framework.ui.Color
color : yellow
yearDayOfMonth - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
yearMonthOfYear - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
yearNthDayMask - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
yearNthInstance - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
yearNthMonthOfYear - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 
yearSubtype - Variable in class com.cc.framework.ui.control.RecurrencePatternControl
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y

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