Serialized Form


Package com.cc.framework.adapter.struts

Class com.cc.framework.adapter.struts.FWActionForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: -4339389642623988544l

Class com.cc.framework.adapter.struts.FWActionForward extends org.apache.struts.action.ActionForward implements Serializable

serialVersionUID: 7194956731351417071l

Class com.cc.framework.adapter.struts.FWDynaActionForm extends org.apache.struts.action.DynaActionForm implements Serializable

serialVersionUID: 1103284340472224297l

Class com.cc.framework.adapter.struts.FWValidatorActionForm extends org.apache.struts.validator.ValidatorActionForm implements Serializable

serialVersionUID: -7417218527787780817l

Class com.cc.framework.adapter.struts.FWValidatorForm extends org.apache.struts.validator.ValidatorForm implements Serializable

serialVersionUID: -5374977835563138994l


Package com.cc.framework.common

Class com.cc.framework.common.ButtonMode extends java.lang.Object implements Serializable

serialVersionUID: -7722549603271608690l

Serialized Fields

intValue

int intValue
Unique Identifier / key / type


strValue

java.lang.String strValue
Display value / nice name

Class com.cc.framework.common.CheckState extends java.lang.Object implements Serializable

serialVersionUID: -8886045820640850325l

Serialized Fields

intValue

int intValue
Unique Identifier / key / type


strValue

java.lang.String strValue
Display value / nice name

Class com.cc.framework.common.FrameworkException extends java.lang.Exception implements Serializable

serialVersionUID: 411287991365727332l

Class com.cc.framework.common.InvalidEnumType extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8537715755202875183l

Class com.cc.framework.common.NotInEditModeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -3122213020106934106l

Class com.cc.framework.common.Severity extends java.lang.Object implements Serializable

serialVersionUID: -3022617742790331697l

Serialized Fields

severity

int severity
Category of the Error


code

java.lang.String code
Identifier


name

java.lang.String name
display value / the nice name

Class com.cc.framework.common.SortOrder extends java.lang.Object implements Serializable

serialVersionUID: -8474050280986769597l

Serialized Fields

type

java.lang.String type
identifier / key / type


name

java.lang.String name
display value / nice name

Class com.cc.framework.common.Tuple extends java.lang.Object implements Serializable

serialVersionUID: 8530741878473610415l

Serialized Fields

a

java.lang.Object a
A-Value


b

java.lang.Object b
B-Value

Class com.cc.framework.common.TupleArray extends java.lang.Object implements Serializable

serialVersionUID: 5639964999059032041l

Serialized Fields

tuples

java.util.ArrayList tuples
The buffer into which the elements are stored.


Package com.cc.framework.convert

Class com.cc.framework.convert.ConverterException extends FrameworkException implements Serializable

serialVersionUID: -1443437655633011220l


Package com.cc.framework.http

Class com.cc.framework.http.BrowserInfo extends java.lang.Object implements Serializable

serialVersionUID: 5826021323323231777l

Serialized Fields

properties

java.util.Map properties
Browser Properties

Class com.cc.framework.http.HttpScope extends java.lang.Object implements Serializable

serialVersionUID: 474714541873963185l

Serialized Fields

value

java.lang.String value
The display value

Class com.cc.framework.http.RequestDecorationType extends java.lang.Object implements Serializable

serialVersionUID: -6533559269910057685l

Serialized Fields

value

java.lang.String value
Internal Type


prefix

java.lang.String prefix
Prefix


Package com.cc.framework.resource

Class com.cc.framework.resource.BinaryResource extends Resource implements Serializable

serialVersionUID: -1645075965262251623l

Serialized Fields

type

MimeType type
MIME type of the Resource


body

byte[] body
Resource data

Class com.cc.framework.resource.MimeType extends java.lang.Object implements Serializable

serialVersionUID: -4202577630885513132l

Serialized Fields

code

java.lang.String code
Output Format


name

java.lang.String name
Display name


contentType

java.lang.String contentType
Content type

Class com.cc.framework.resource.ObjectResource extends Resource implements Serializable

serialVersionUID: 8592458441301108493l

Serialized Fields

object

java.lang.Object object
The object resource

Class com.cc.framework.resource.Resource extends java.lang.Object implements Serializable

serialVersionUID: -772993685107088390l

Serialized Fields

cacheHint

java.lang.String cacheHint
The CachHint can be used to get Resources out of the Cache instead of generating them with each request. The CachHint is not used if initialized with null.


cacheOnDisk

boolean cacheOnDisk
The Flag is true if the Resource is stored in the file system

Class com.cc.framework.resource.ResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 8277984344384480555l


Package com.cc.framework.security

Class com.cc.framework.security.FunctionBasedPermission extends Permission implements Serializable

serialVersionUID: 8647590147100303745l

Serialized Fields

function

java.lang.String function
Function

Class com.cc.framework.security.Permission extends java.lang.Object implements Serializable

serialVersionUID: -1857481459037981448l

Serialized Fields

message

java.lang.String message
Additional message text which can be assigned to the permission

Class com.cc.framework.security.PermissionException extends FrameworkException implements Serializable

serialVersionUID: 6528366776864286589l

Class com.cc.framework.security.RoleBasedPermission extends Permission implements Serializable

serialVersionUID: -1700272051726573528l

Serialized Fields

role

java.lang.String role
The role

Class com.cc.framework.security.StaticPermission extends Permission implements Serializable

serialVersionUID: -8823145545183046793l

Serialized Fields

granted

boolean granted
the static permission


Package com.cc.framework.security.acl

Class com.cc.framework.security.acl.AccessControlList extends Permission implements Serializable

serialVersionUID: -4091296142533205422l

Serialized Fields

expression

Expression expression
The expression with required permissions for this access control list


Package com.cc.framework.security.acl.expr

Class com.cc.framework.security.acl.expr.AccessToken extends java.lang.Object implements Serializable

serialVersionUID: -7821665752654980504l

Serialized Fields

name

java.lang.String name
user friendly name

Class com.cc.framework.security.acl.expr.ExecutionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7181364824671862881l

Class com.cc.framework.security.acl.expr.Expression extends java.lang.Object implements Serializable

serialVersionUID: -6353335017818453359l

Class com.cc.framework.security.acl.expr.ExpressionList extends Expression implements Serializable

serialVersionUID: 7844773222117024577l

Serialized Fields

expressions

java.util.List expressions
Erstes Element der Liste

Class com.cc.framework.security.acl.expr.LogicalAndExpression extends Expression implements Serializable

serialVersionUID: 1489494157247556503l

Serialized Fields

operandA

Expression operandA
Der erste Opperand


operandB

Expression operandB
Der zweite Opperand

Class com.cc.framework.security.acl.expr.LogicalOperator extends java.lang.Object implements Serializable

serialVersionUID: 3630961838144425907l

Serialized Fields

op

java.lang.String op
Operator

Class com.cc.framework.security.acl.expr.LogicalOrExpression extends Expression implements Serializable

serialVersionUID: 5312839333810262769l

Serialized Fields

operandA

Expression operandA
Der erste Opperand


operandB

Expression operandB
Der zweite Opperand

Class com.cc.framework.security.acl.expr.LogicalXorExpression extends Expression implements Serializable

serialVersionUID: 4572823954298877462l

Serialized Fields

operandA

Expression operandA
Der erste Opperand


operandB

Expression operandB
Der zweite Opperand

Class com.cc.framework.security.acl.expr.Parenthesis extends java.lang.Object implements Serializable

serialVersionUID: -7771718243215983229l

Serialized Fields

op

java.lang.String op
Operator

Class com.cc.framework.security.acl.expr.PrimaryExpression extends Expression implements Serializable

serialVersionUID: 3689075635752012541l

Serialized Fields

type

int type
Diskriminator


content

java.lang.Object content
Der Wert

Class com.cc.framework.security.acl.expr.SyntaxException extends FrameworkException implements Serializable

serialVersionUID: -7683353733679239849l

Serialized Fields

code

int code
Error Code


source

java.lang.String source
Expression Sourcecode


pos

int pos
Aktuelle Position

Class com.cc.framework.security.acl.expr.Token extends java.lang.Object implements Serializable

serialVersionUID: -2501175763269965389l

Serialized Fields

type

TokenType type
Token type


value

java.lang.Object value
Token value

Class com.cc.framework.security.acl.expr.TokenStream extends java.lang.Object implements Serializable

serialVersionUID: 5709857344337945403l

Serialized Fields

stack

java.util.Stack stack
Der Stack auf welchen Tokens für eine spätere Verarbeitung urückgelegt werden können


data

char[] data
Die Date des Streams


pos

int pos
Aktuelle Verarbeitungsposition

Class com.cc.framework.security.acl.expr.TokenType extends java.lang.Object implements Serializable

serialVersionUID: 6450560353998334145l

Serialized Fields

type

java.lang.String type
Operator

Class com.cc.framework.security.acl.expr.UnaryExpression extends Expression implements Serializable

serialVersionUID: 1153735194322277833l

Serialized Fields

operator

UnaryOperator operator
Der Operator


operand

Expression operand
Der Operand

Class com.cc.framework.security.acl.expr.UnaryOperator extends java.lang.Object implements Serializable

serialVersionUID: -3436210794998248189l

Serialized Fields

op

java.lang.String op
Operator


Package com.cc.framework.taglib

Class com.cc.framework.taglib.ScriptBodyTagSupport extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -4514239868552780694l

Class com.cc.framework.taglib.ScriptTagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 572251605172268203l


Package com.cc.framework.taglib.base

Class com.cc.framework.taglib.base.AjaxTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 4457936007311189150l

Serialized Fields

timeout

int timeout
The AJAX timeout in milliseconds


onajaxtimeout

java.lang.String onajaxtimeout
Timeout JavaScript handler


onajaxsuccess

java.lang.String onajaxsuccess
Success JavaScript handler


onajaxerror

java.lang.String onajaxerror
Error JavaScript handler

Class com.cc.framework.taglib.base.ImageTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 4646087327406416238l

Serialized Fields

model

ImageModelImp model
The image model


directValue

java.lang.Object directValue
A direct set value


name

java.lang.String name
The name of the bean containing our underlying property.


property

java.lang.String property
The name of the property.


imagemap

ImageMap imagemap
The name of the image map.

Class com.cc.framework.taglib.base.InnerFrameTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 4200927605192890974l

Serialized Fields

frame

InnerFrame frame
Design model

Class com.cc.framework.taglib.base.OptionsTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 6910463561239054241l

Serialized Fields

name

java.lang.String name
Field name


designModel

OptionListDesignModel designModel
The design model

Class com.cc.framework.taglib.base.OptionTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -8550734799609128777l

Serialized Fields

key

java.lang.String key
The options value


label

java.lang.String label
The options text


labelRaw

boolean labelRaw
This flag indicates that the text is set from the tag body


maxlength

int maxlength
The maximum String length


disabled

boolean disabled
Is this option disabled?


style

java.lang.String style
The style associated with this tag.


styleClass

java.lang.String styleClass
The named style class associated with this tag.


styleId

java.lang.String styleId
The identifier associated with this tag.


filter

boolean filter
Specifies if all Strings should be converted into there HTML representation


Package com.cc.framework.taglib.controls

Class com.cc.framework.taglib.controls.BaseControlTag extends ScriptTagSupport implements Serializable

serialVersionUID: -4158714551929282568l

Serialized Fields

scope

HttpScope scope
The scope of the bean containing our underlying property.


painter

ControlPainter painter
The painter, which is responsible to render the control


designModel

ControlDesignModel designModel
The controls design model


control

Control control
The Control instance


directValue

java.lang.Object directValue
A direct set value

Class com.cc.framework.taglib.controls.ButtonTag extends BaseControlTag implements Serializable

serialVersionUID: 2859974649116128738l

Class com.cc.framework.taglib.controls.CalendarTag extends TextTag implements Serializable

serialVersionUID: -1576946500398557781l

Class com.cc.framework.taglib.controls.CancelTag extends ButtonTag implements Serializable

serialVersionUID: 2870917242256855609l

Class com.cc.framework.taglib.controls.CheckboxGroupTag extends BaseControlTag implements Serializable

serialVersionUID: 7296073990443836842l

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent
The Body Content of the Tag

Class com.cc.framework.taglib.controls.CheckboxTag extends BaseControlTag implements Serializable

serialVersionUID: 4212899196222631831l

Class com.cc.framework.taglib.controls.ColorPickerTag extends TextTag implements Serializable

serialVersionUID: 2742205383643364693l

Class com.cc.framework.taglib.controls.ColumnAddTag extends ColumnBaseTag implements Serializable

serialVersionUID: 6059130261924778721l

Class com.cc.framework.taglib.controls.ColumnBaseBodyTag extends ColumnBaseTag implements Serializable

serialVersionUID: -2493569560149460077l

Serialized Fields

iterator

LineIterator iterator
Object to iterate over the Elements of the current page


rowcount

int rowcount
Number of elements on the current page


rowindex

int rowindex
The index of the current row


rowkey

java.lang.String rowkey
Key of the current row bean


rowbean

java.lang.Object rowbean
The current row bean


roweditable

boolean roweditable
Indicates if the current row is editable


rowproperty

java.lang.Object rowproperty
The column property of the current row

Class com.cc.framework.taglib.controls.ColumnBaseTag extends ScriptBodyTagSupport implements Serializable

serialVersionUID: -1261806465316818668l

Serialized Fields

designModel

ColumnDesignModel designModel
The DesignModel of the column


container

ColumnContainerTag container
The Parent Container Tag

Class com.cc.framework.taglib.controls.ColumnButtonTag extends ColumnBaseTag implements Serializable

serialVersionUID: 5513113618190755072l

Class com.cc.framework.taglib.controls.ColumnCheckboxTag extends ColumnTextTag implements Serializable

serialVersionUID: -809820826848021849l

Class com.cc.framework.taglib.controls.ColumnCheckTag extends ColumnBaseTag implements Serializable

serialVersionUID: 8842787873623426952l

Class com.cc.framework.taglib.controls.ColumnComboBoxTag extends ColumnBaseBodyTag implements Serializable

serialVersionUID: -4860971034843786797l

Class com.cc.framework.taglib.controls.ColumnDeleteTag extends ColumnBaseTag implements Serializable

serialVersionUID: 4372643439396385795l

Class com.cc.framework.taglib.controls.ColumnDrilldownTag extends ColumnBaseTag implements Serializable

serialVersionUID: 918235428184192884l

Class com.cc.framework.taglib.controls.ColumnEditTag extends ColumnBaseTag implements Serializable

serialVersionUID: -7736164838886498347l

Class com.cc.framework.taglib.controls.ColumnGroupTag extends ColumnBaseTag implements Serializable

serialVersionUID: 8148065211514425526l

Class com.cc.framework.taglib.controls.ColumnHeaderTag extends ScriptBodyTagSupport implements Serializable

serialVersionUID: 6048614178319980397l

Serialized Fields

designModel

ColumnHeaderDesignModel designModel
The DesignModel of the column

Class com.cc.framework.taglib.controls.ColumnHtmlTag extends ColumnBaseBodyTag implements Serializable

serialVersionUID: -4656408601596481878l

Class com.cc.framework.taglib.controls.ColumnImageTag extends ColumnBaseTag implements Serializable

serialVersionUID: 2810037564805825373l

Class com.cc.framework.taglib.controls.ColumnLinkTag extends ColumnBaseTag implements Serializable

serialVersionUID: 2827330311913073667l

Class com.cc.framework.taglib.controls.ColumnRadioTag extends ColumnTextTag implements Serializable

serialVersionUID: 8837486074166051468l

Class com.cc.framework.taglib.controls.ColumnSelectorTag extends ColumnBaseTag implements Serializable

serialVersionUID: 7719633859977086604l

Class com.cc.framework.taglib.controls.ColumnSelectTag extends ColumnBaseBodyTag implements Serializable

serialVersionUID: 1987023856986689872l

Class com.cc.framework.taglib.controls.ColumnTextareaTag extends ColumnBaseTag implements Serializable

serialVersionUID: -1661731489825078140l

Class com.cc.framework.taglib.controls.ColumnTextTag extends ColumnBaseTag implements Serializable

serialVersionUID: -3316188298190021149l

Class com.cc.framework.taglib.controls.ColumnTreeTag extends ColumnBaseTag implements Serializable

serialVersionUID: -1994481943859131534l

Class com.cc.framework.taglib.controls.ComboBoxTag extends BaseControlTag implements Serializable

serialVersionUID: -4056311972623392466l

Class com.cc.framework.taglib.controls.FileTag extends TextTag implements Serializable

serialVersionUID: -6392686357528982680l

Class com.cc.framework.taglib.controls.GaugeTag extends BaseControlTag implements Serializable

serialVersionUID: 3498663218170110866l

Class com.cc.framework.taglib.controls.HeadlineTag extends BaseControlTag implements Serializable

serialVersionUID: -8286508830235296900l

Class com.cc.framework.taglib.controls.HiddenTag extends TextTag implements Serializable

serialVersionUID: 3808198760857630922l

Class com.cc.framework.taglib.controls.ListTag extends BaseControlTag implements Serializable

serialVersionUID: -3294286431681988688l

Class com.cc.framework.taglib.controls.MultiLevelSelectTag extends SelectTag implements Serializable

serialVersionUID: 460010771672804401l

Class com.cc.framework.taglib.controls.PanelContentTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5147456204865173262l

Serialized Fields

designModel

PanelContentDesignModel designModel
DesignModel

Class com.cc.framework.taglib.controls.PanelItemTag extends ScriptTagSupport implements Serializable

serialVersionUID: -8305396042511961704l

Serialized Fields

designModel

PanelItemDesignModel designModel
DesignModel for the PanelItem

Class com.cc.framework.taglib.controls.PanelTag extends BaseControlTag implements Serializable

serialVersionUID: -401722844634086352l

Class com.cc.framework.taglib.controls.PasswordTag extends TextTag implements Serializable

serialVersionUID: -4178109936272931912l

Class com.cc.framework.taglib.controls.PlainTextTag extends TextTag implements Serializable

serialVersionUID: -290914273275160184l

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent
The Body Content of the Tag

Class com.cc.framework.taglib.controls.RadioGroupTag extends CheckboxGroupTag implements Serializable

serialVersionUID: -1153252157307620821l

Class com.cc.framework.taglib.controls.RadioTag extends CheckboxTag implements Serializable

serialVersionUID: -6572986131300440154l

Class com.cc.framework.taglib.controls.RatingTag extends BaseControlTag implements Serializable

serialVersionUID: -2059260582670661401l

Class com.cc.framework.taglib.controls.RecurrencePatternTag extends BaseControlTag implements Serializable

serialVersionUID: 2371179209703688435l

Class com.cc.framework.taglib.controls.ResetTag extends ButtonTag implements Serializable

serialVersionUID: 8251651009706699625l

Class com.cc.framework.taglib.controls.SchedulerTag extends BaseControlTag implements Serializable

serialVersionUID: 7727554006503689640l

Serialized Fields

view

SchedulerView view
The Initial State for this control

Class com.cc.framework.taglib.controls.SelectTag extends BaseControlTag implements Serializable

serialVersionUID: 460010771672804401l

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent
The Body Content of the Tag

Class com.cc.framework.taglib.controls.SpinTag extends TextTag implements Serializable

serialVersionUID: -8553113400999667703l

Class com.cc.framework.taglib.controls.SwapSelectTag extends BaseControlTag implements Serializable

serialVersionUID: -7045937851342816431l

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent
The Body Content of the Tag

Class com.cc.framework.taglib.controls.TabbarTag extends BaseControlTag implements Serializable

serialVersionUID: 8682155833824932515l

Serialized Fields

selectedTab

java.lang.String selectedTab
The current selected tab

Class com.cc.framework.taglib.controls.TabsetTag extends TabbarTag implements Serializable

serialVersionUID: 3191078007045656913l

Class com.cc.framework.taglib.controls.TabTag extends ScriptBodyTagSupport implements Serializable

serialVersionUID: 9174628450649937336l

Serialized Fields

designModel

TabDesignModel designModel
DesignModel of the TabPage

Class com.cc.framework.taglib.controls.TextareaTag extends BaseControlTag implements Serializable

serialVersionUID: -4261802427186648757l

Class com.cc.framework.taglib.controls.TextListTag extends BaseControlTag implements Serializable

serialVersionUID: -794563687684768083l

Class com.cc.framework.taglib.controls.TextPopupTag extends TextareaTag implements Serializable

serialVersionUID: 8863412101482846856l

Class com.cc.framework.taglib.controls.TextTag extends BaseControlTag implements Serializable

serialVersionUID: 8148382585666287763l

Class com.cc.framework.taglib.controls.TreelistTag extends BaseControlTag implements Serializable

serialVersionUID: -7149258075437868949l

Class com.cc.framework.taglib.controls.TreeSwapSelectTag extends BaseControlTag implements Serializable

serialVersionUID: 8720361551276027263l

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent
The Body Content of the Tag

Class com.cc.framework.taglib.controls.TreeTag extends BaseControlTag implements Serializable

serialVersionUID: 7152784916450360138l


Package com.cc.framework.taglib.convert

Class com.cc.framework.taglib.convert.ConvertDateTimeTag extends ConverterTag implements Serializable

serialVersionUID: 5795730691800190537l

Serialized Fields

dateStyle

java.lang.String dateStyle

locale

java.lang.String locale

pattern

java.lang.String pattern

timeStyle

java.lang.String timeStyle

timeZone

java.lang.String timeZone

type

java.lang.String type

Class com.cc.framework.taglib.convert.ConverterTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 5879591905260620363l

Serialized Fields

converterId

java.lang.String converterId
Converter id or class name

Class com.cc.framework.taglib.convert.ConvertNumberTag extends ConverterTag implements Serializable

serialVersionUID: -8871917367194761994l

Serialized Fields

currencyCode_

java.lang.String currencyCode_

currencySymbol_

java.lang.String currencySymbol_

groupingUsed_

boolean groupingUsed_

integerOnly_

boolean integerOnly_

maxFractionDigitsSpecified

boolean maxFractionDigitsSpecified

maxFractionDigits_

int maxFractionDigits_

maxIntegerDigitsSpecified

boolean maxIntegerDigitsSpecified

maxIntegerDigits_

int maxIntegerDigits_

minFractionDigitsSpecified

boolean minFractionDigitsSpecified

minFractionDigits_

int minFractionDigits_

minIntegerDigitsSpecified

boolean minIntegerDigitsSpecified

minIntegerDigits_

int minIntegerDigits_

locale_

java.lang.String locale_

pattern_

java.lang.String pattern_

type_

java.lang.String type_


Package com.cc.framework.taglib.forms

Class com.cc.framework.taglib.forms.ForEachTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 3037921081862923127l

Serialized Fields

iterator

ForEachTag.ForEachIterator iterator
Iterator of the elements of this collection, while we are actually running.


indexId

java.lang.String indexId
The name for the index property


name

java.lang.String name
The bean name of the collection


property

java.lang.String property
The property name of the collection


scope

HttpScope scope
The scope where the collection is stored

Class com.cc.framework.taglib.forms.FormButtonSectionTag extends FormElementGroupTag implements Serializable

serialVersionUID: 8009562133067071975l

Class com.cc.framework.taglib.forms.FormButtonTag extends ButtonTag implements Serializable

serialVersionUID: -8503606275517321710l

Class com.cc.framework.taglib.forms.FormCancelTag extends FormButtonTag implements Serializable

serialVersionUID: -1716988591694074937l

Class com.cc.framework.taglib.forms.FormColumnGroupTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -6200800840188198515l

Serialized Fields

container

FormElementContainerTag container
The surrounding form element container Tag

Class com.cc.framework.taglib.forms.FormColumnTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -1049950830750469603l

Serialized Fields

column

FormColumn column
The Column Object

Class com.cc.framework.taglib.forms.FormElementCalendarTag extends CalendarTag implements Serializable

serialVersionUID: -6574203630267008191l

Serialized Fields

formElement

FormControlElement formElement
The design model

Class com.cc.framework.taglib.forms.FormElementCheckboxGroupTag extends CheckboxGroupTag implements Serializable

serialVersionUID: -1986754044583968375l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementCheckboxTag extends CheckboxTag implements Serializable

serialVersionUID: -4337061911812105523l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementColorPickerTag extends ColorPickerTag implements Serializable

serialVersionUID: 66513015704591502l

Serialized Fields

formElement

FormControlElement formElement
The design model

Class com.cc.framework.taglib.forms.FormElementComboBoxTag extends ComboBoxTag implements Serializable

serialVersionUID: 1646673950715979684l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementDescriptionTag extends FormElementHtmlTag implements Serializable

serialVersionUID: -8298622013223721440l

Class com.cc.framework.taglib.forms.FormElementFileTag extends FileTag implements Serializable

serialVersionUID: 6043776126833485153l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementGroupTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -8580883746693675376l

Serialized Fields

group

FormGroupElement group
Designmodel

Class com.cc.framework.taglib.forms.FormElementHtmlTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -8395977910668237330l

Serialized Fields

formElement

FormHtmlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementMessageTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -5914140152189473403l

Serialized Fields

formElement

FormMessageElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementMultiLevelSelectTag extends MultiLevelSelectTag implements Serializable

serialVersionUID: -8863485704356304908l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementPasswordTag extends PasswordTag implements Serializable

serialVersionUID: -1606629200778903054l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementPlaintextTag extends PlainTextTag implements Serializable

serialVersionUID: 4899279770594753788l

Serialized Fields

formElement

FormControlElement formElement
The design model

Class com.cc.framework.taglib.forms.FormElementRadioGroupTag extends RadioGroupTag implements Serializable

serialVersionUID: 2311170815412607823l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementRadioTag extends RadioTag implements Serializable

serialVersionUID: -3281422355443414200l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementRecurrencePatternTag extends RecurrencePatternTag implements Serializable

serialVersionUID: 2617303737675189968l

Serialized Fields

formElement

FormControlElement formElement
The design model

Class com.cc.framework.taglib.forms.FormElementRowTag extends FormElementGroupTag implements Serializable

serialVersionUID: -8462833534093371291l

Class com.cc.framework.taglib.forms.FormElementSectionTag extends FormElementGroupTag implements Serializable

serialVersionUID: -5784293003823782499l

Class com.cc.framework.taglib.forms.FormElementSelectTag extends SelectTag implements Serializable

serialVersionUID: -6136753090126074029l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementSpinTag extends SpinTag implements Serializable

serialVersionUID: 940356484290891468l

Serialized Fields

formElement

FormControlElement formElement
The design model

Class com.cc.framework.taglib.forms.FormElementSwapSelectTag extends SwapSelectTag implements Serializable

serialVersionUID: -8269506280859765738l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementTextareaTag extends TextareaTag implements Serializable

serialVersionUID: 4164592930037190559l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementTextListTag extends TextListTag implements Serializable

serialVersionUID: 2269830898275412915l

Serialized Fields

formElement

FormControlElement formElement
control

Class com.cc.framework.taglib.forms.FormElementTextPopupTag extends TextPopupTag implements Serializable

serialVersionUID: -941349653660925927l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormElementTextTag extends TextTag implements Serializable

serialVersionUID: 921185404605515000l

Serialized Fields

formElement

FormControlElement formElement
control

Class com.cc.framework.taglib.forms.FormElementTreeSwapSelectTag extends TreeSwapSelectTag implements Serializable

serialVersionUID: -8269506280859765738l

Serialized Fields

formElement

FormControlElement formElement
Designmodel

Class com.cc.framework.taglib.forms.FormLabelTag extends ScriptBodyTagSupport implements Serializable

serialVersionUID: -1302164985867105327l

Serialized Fields

designModel

FormLabelDesignModel designModel
The DesignModel of the label

Class com.cc.framework.taglib.forms.FormResetTag extends FormButtonTag implements Serializable

serialVersionUID: 3693034235447184712l

Class com.cc.framework.taglib.forms.FormTag extends BaseControlTag implements Serializable

serialVersionUID: -8400743592241657912l

Serialized Fields

buttonSection

boolean buttonSection
Is set to true if the form contains a section with buttons.

Class com.cc.framework.taglib.forms.FrameTag extends BaseControlTag implements Serializable

serialVersionUID: 6815328769843586066l

Class com.cc.framework.taglib.forms.InfoTag extends BaseControlTag implements Serializable

serialVersionUID: 4881726152874611965l

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent
The Body Content of the Tag

Class com.cc.framework.taglib.forms.MessageTag extends BaseControlTag implements Serializable

serialVersionUID: 6868896956076677635l


Package com.cc.framework.taglib.menu

Class com.cc.framework.taglib.menu.ContextEqualTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 7022014868147224738l

Serialized Fields

filterExpr

java.lang.String filterExpr
Filter to evaluate (Regular Expression)

Class com.cc.framework.taglib.menu.ContextTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 5683347088456958202l

Class com.cc.framework.taglib.menu.CrumbsTag extends BaseControlTag implements Serializable

serialVersionUID: 7982915911440884145l

Serialized Fields

selectedCrumb

java.lang.String selectedCrumb
The current selected crumb

Class com.cc.framework.taglib.menu.CrumbTag extends ScriptTagSupport implements Serializable

serialVersionUID: -8540834794408914859l

Serialized Fields

designModel

CrumbModel designModel
DesignModel of the Crumb

Class com.cc.framework.taglib.menu.MenuButtonTag extends BaseControlTag implements Serializable

serialVersionUID: -3185653297001029608l

Class com.cc.framework.taglib.menu.MenuItemTag extends ScriptTagSupport implements Serializable

serialVersionUID: -1569186886697571743l

Serialized Fields

designModel

MenuItem designModel
DesignModel

Class com.cc.framework.taglib.menu.MenuTag extends BaseControlTag implements Serializable

serialVersionUID: -8207610867413553990l


Package com.cc.framework.taglib.security

Class com.cc.framework.taglib.security.GrantedTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -4647981391679243545l

Serialized Fields

permission

java.lang.String permission
The required Permission to execute the Tag Body

Class com.cc.framework.taglib.security.NotGrantedTag extends GrantedTag implements Serializable

serialVersionUID: 4083329666169243542l


Package com.cc.framework.taglib.svg

Class com.cc.framework.taglib.svg.EmbedTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -5634356840821608507l

Serialized Fields

scope

HttpScope scope
Scope


name

java.lang.String name
Name


width

java.lang.String width
Width of the SVG


height

java.lang.String height
Height of the SVG

Class com.cc.framework.taglib.svg.SvgTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 5600473624672784012l

Serialized Fields

scope

HttpScope scope
The Scope of the bean containing our underlying property.


name

java.lang.String name
The name of the bean containing our underlying property.


property

java.lang.String property
Property


width

java.lang.String width
Width


height

java.lang.String height
Height


Package com.cc.framework.taglib.template

Class com.cc.framework.taglib.template.GetTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 7123705745213138518l

Serialized Fields

name

java.lang.String name
Field name

Class com.cc.framework.taglib.template.IncludeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 971534620174944408l

Serialized Fields

base

java.lang.String base
Base Directory or resource key


page

java.lang.String page
Name of the JSP page to include


localeName

java.lang.String localeName
Locale Name


flush

boolean flush
Buffer flushing or not

Class com.cc.framework.taglib.template.InsertTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -2575011992812043356l

Serialized Fields

template

java.lang.String template
The template


base

java.lang.String base
Base directory for resources


localeName

java.lang.String localeName
Locale Name

Class com.cc.framework.taglib.template.NotPresentTag extends PresentTag implements Serializable

serialVersionUID: -9218988338271731882l

Class com.cc.framework.taglib.template.PresentTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -8461630659880302119l

Serialized Fields

name

java.lang.String name
Field name

Class com.cc.framework.taglib.template.PutTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 1411775649056418716l

Serialized Fields

name

java.lang.String name
Field name


content

java.lang.String content
The Content


direct

boolean direct
Output the content literal or as Web Resource


localeName

java.lang.String localeName
Locale Name


Package com.cc.framework.taglib.util

Class com.cc.framework.taglib.util.BaseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5407648012749386035l

Serialized Fields

contextPath

java.lang.String contextPath
ContextPath


port

java.lang.String port
Portnumber


host

java.lang.String host
Host

Class com.cc.framework.taglib.util.BrowserInfoTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 1553024493285562395l

Serialized Fields

name

java.lang.String name
The name of the hidden input field

Class com.cc.framework.taglib.util.CalendarResourceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 5236906727340988350l

Serialized Fields

localeName

java.lang.String localeName
The locale for the calendar resources

Class com.cc.framework.taglib.util.DecoratorTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 3693459842749017014l

Serialized Fields

hData

java.util.Hashtable hData
Objekt aus der Session, welches die HiddenFields enthaelt

Class com.cc.framework.taglib.util.DesignRuleTag extends ScriptTagSupport implements Serializable

serialVersionUID: 4743612102684910347l

Serialized Fields

designRule

DesignRule designRule
The design rule object

Class com.cc.framework.taglib.util.FilterTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 4145084567982536758l

Serialized Fields

showResult

boolean showResult
indicates if the generated HTML-Code should be displayed

Class com.cc.framework.taglib.util.ImageMappingTag extends ImageTag implements Serializable

serialVersionUID: 2233884637915942950l

Serialized Fields

rule

java.lang.String rule
Rule

Class com.cc.framework.taglib.util.ImageMapTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -4761465762241172958l

Serialized Fields

map

AbstractImageMap map
Instance of the ImageMap


name

java.lang.String name
Name to store the ImageMap in the Page-Kontext


base

java.lang.String base
The base directory for all the images


runat

RunAt runat
Specifies if the image map should be exposed as a java script object to the client browser (RunAt.CLIENT)

Class com.cc.framework.taglib.util.JspDirective extends java.lang.Object implements Serializable

serialVersionUID: 9106106718184057771l

Serialized Fields

type

java.lang.String type
The internal type

Class com.cc.framework.taglib.util.JspTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -4426738400120443115l

Serialized Fields

directive

JspDirective directive
jsp directive

Class com.cc.framework.taglib.util.ResourceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -7058706766632576195l

Serialized Fields

localeName

java.lang.String localeName
The optional locale


key

java.lang.String key
The resource key


filter

boolean filter
HTML encoding active


Package com.cc.framework.ui

Class com.cc.framework.ui.AbstractImageMap extends java.lang.Object implements Serializable

serialVersionUID: -4538853813314157743l

Serialized Fields

mappings

java.util.Vector mappings
Collection with all images in the image map in the format Tupel: (regular expression, image)


name

java.lang.String name
Name of the ImageMap


base

java.lang.String base
The base directory for all the images


runat

RunAt runat
Specifies if the image map should be exposed as a java script object to the client browser (RunAt.CLIENT)

Class com.cc.framework.ui.AbstractImageMap.ImageMapping extends java.lang.Object implements Serializable

serialVersionUID: 147539102909150009l

Serialized Fields

rule

java.lang.Object rule
The Mapping rule (regular expression)


image

ImageModel image
The Image Rule

Class com.cc.framework.ui.AjaxSettings extends ClientHandlerImp implements Serializable

serialVersionUID: -8281705298415594213l

Serialized Fields

enabled

boolean enabled

timeout

int timeout
AJAX timeout in milliseconds

Class com.cc.framework.ui.AlignmentType extends java.lang.Object implements Serializable

serialVersionUID: -8112982595186035928l

Serialized Fields

type

java.lang.String type
The internal type

Class com.cc.framework.ui.CheckRange extends java.lang.Object implements Serializable

serialVersionUID: -7852834144677136834l

Serialized Fields

range

java.lang.String range
The internal mode

Class com.cc.framework.ui.Color extends java.lang.Object implements Serializable

serialVersionUID: -842305718519727653l

Serialized Fields

redPart

int redPart
Red


greenPart

int greenPart
Green


bluePart

int bluePart
Blue

Class com.cc.framework.ui.ExpansionMode extends java.lang.Object implements Serializable

serialVersionUID: 7056796997832090015l

Serialized Fields

type

java.lang.String type
The internal type

Class com.cc.framework.ui.FormMethod extends java.lang.Object implements Serializable

serialVersionUID: 2418123454935422186l

Serialized Fields

method

java.lang.String method
The internal type

Class com.cc.framework.ui.JoinMode extends java.lang.Object implements Serializable

serialVersionUID: 5529390825023364750l

Serialized Fields

mode

java.lang.String mode
The internal mode

Class com.cc.framework.ui.MenuStateType extends java.lang.Object implements Serializable

serialVersionUID: -8365194093686431059l

Serialized Fields

type

java.lang.String type
The internal type


mask

int mask
State bit mask


value

int value
State value

Class com.cc.framework.ui.MenuType extends java.lang.Object implements Serializable

serialVersionUID: -2984213105300734324l

Serialized Fields

type

java.lang.String type
The internal type

Class com.cc.framework.ui.OrientationType extends java.lang.Object implements Serializable

serialVersionUID: 4688511468030613365l

Serialized Fields

type

java.lang.String type
The internal type

Class com.cc.framework.ui.RegExpImageMap extends AbstractImageMap implements Serializable

serialVersionUID: 7803708630540763815l

Class com.cc.framework.ui.RunAt extends java.lang.Object implements Serializable

serialVersionUID: 6487339090078836347l

Serialized Fields

type

java.lang.String type
The internal type

Class com.cc.framework.ui.SelectMode extends java.lang.Object implements Serializable

serialVersionUID: 228861242923780983l

Serialized Fields

type

java.lang.String type
The internal type

Class com.cc.framework.ui.SimpleImageMap extends AbstractImageMap implements Serializable

serialVersionUID: -8907570156116053381l


Package com.cc.framework.ui.control

Class com.cc.framework.ui.control.ButtonControl extends Control implements Serializable

serialVersionUID: -7359505871319551138l

Serialized Fields

designModel

ButtonDesignModel designModel
the design model for the button

Class com.cc.framework.ui.control.CalendarControl extends TextControl implements Serializable

serialVersionUID: -2891575196112402364l

Class com.cc.framework.ui.control.CheckboxControl extends Control implements Serializable

serialVersionUID: -7415713691147762929l

Serialized Fields

designModel

CheckboxDesignModel designModel
DesignModel for the control


checked

java.lang.Boolean checked
The check state

Class com.cc.framework.ui.control.CheckboxGroupControl extends Control implements Serializable

serialVersionUID: 7879650611549026265l

Serialized Fields

designModel

CheckboxGroupDesignModel designModel
The design model


values

java.lang.Object[] values
Text Value


options

OptionListDesignModel options
The design model for the option elements - not for the control!


optionElements

java.lang.Object optionElements
The Option elements


body

java.lang.String body
Additional HTML Body

Class com.cc.framework.ui.control.ColorPickerControl extends TextControl implements Serializable

serialVersionUID: -4838139871236402441l

Class com.cc.framework.ui.control.ComboBoxControl extends Control implements Serializable

serialVersionUID: 7009361310033437633l

Serialized Fields

designModel

ComboBoxDesignModel designModel
The design model


value

java.lang.Object value
(Display-) Value


options

OptionListDesignModel options
The design model for the option elements - not for the control!


optionElements

java.lang.Object optionElements
The Option elements

Class com.cc.framework.ui.control.Control extends java.lang.Object implements Serializable

serialVersionUID: 7767241620806642679l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the non-static and non-transient fields of the current class from this stream. All transient members are initialized.

Throws:
java.io.IOException - if an I/O error occurs.
java.lang.ClassNotFoundException - if the class of a serialized object could not be found.
Serialized Fields

buttons

java.util.Collection buttons
Collection of optional Buttons that should be displayed next to the Control

Collection<Control>

Class com.cc.framework.ui.control.ControlActionDef extends java.lang.Object implements Serializable

serialVersionUID: -7514395284976051542l

Serialized Fields

action

java.lang.String action
The name of the action. This name is used to call an event handler in the action class. The event handler must follow the naming convention: do[action]().


types

java.lang.Class[] types
Array with the parameters that belongs to the action.

Class com.cc.framework.ui.control.ControlButton extends java.lang.Object implements Serializable

serialVersionUID: -7605850546703560721l

Serialized Fields

name

java.lang.String name
Button Name

Class com.cc.framework.ui.control.CrumbsControl extends Control implements Serializable

serialVersionUID: -8547819400052162462l

Serialized Fields

dataModel

CrumbsDataModel dataModel
Data model


designModel

CrumbsDesignModel designModel
Design model


stateModel

CrumbsStateModel stateModel
Design model

Class com.cc.framework.ui.control.FormButtonElement extends ButtonDesignModelImp implements Serializable

serialVersionUID: 6304577154949655590l

Serialized Fields

parent

FormElementContainer parent
The parent container


def

boolean def
Indicates if this is the default button on the form.


colspan

int colspan
The ColumnSpan of this element


join

boolean join
This flag indicates that this element should be joined with the preceding element without a separator


alignment

AlignmentType alignment
The horizontal alignment of the form element


valignment

AlignmentType valignment
The vertical alignment of the form element

Class com.cc.framework.ui.control.FormControl extends Control implements Serializable

serialVersionUID: 5174489687836862322l

Serialized Fields

dataModel

FormDataModel dataModel
Data model


designModel

FormDesignModel designModel
Design model

Class com.cc.framework.ui.control.FrameControl extends Control implements Serializable

serialVersionUID: 5987361632207556487l

Serialized Fields

dataModel

FrameDataModel dataModel
Data model


designModel

FrameDesignModel designModel
Design model


stateModel

FrameStateModel stateModel
State Model

Class com.cc.framework.ui.control.GaugeControl extends Control implements Serializable

serialVersionUID: 4280200352993575663l

Serialized Fields

dataModel

GaugeDataModel dataModel
The Data Model


designModel

GaugeDesignModel designModel
The Design Model

Class com.cc.framework.ui.control.HeadlineControl extends Control implements Serializable

serialVersionUID: -1798550626184066171l

Serialized Fields

designModel

HeadlineDesignModel designModel
The Designmodel

Class com.cc.framework.ui.control.HiddenControl extends TextControl implements Serializable

serialVersionUID: -2611002269724531787l

Class com.cc.framework.ui.control.InfoControl extends Control implements Serializable

serialVersionUID: -6608025346069900263l

Serialized Fields

dataModel

InfoDataModel dataModel
Data model


designModel

InfoDesignModel designModel
Design model

Class com.cc.framework.ui.control.ListControl extends Control implements Serializable

serialVersionUID: 3206170941100335063l

Class com.cc.framework.ui.control.MenuButtonControl extends ButtonControl implements Serializable

serialVersionUID: -7947559730192047974l

Serialized Fields

dataModel

MenuButtonDataModel dataModel
DataModel

Class com.cc.framework.ui.control.MenuControl extends Control implements Serializable

serialVersionUID: -1694482060729184843l

Serialized Fields

dataModel

MenuDataModel dataModel
Data model


designModel

MenuDesignModel designModel
Design model

Class com.cc.framework.ui.control.MessageControl extends Control implements Serializable

serialVersionUID: -7463408443503900388l

Serialized Fields

dataModel

MessageDataModel dataModel
The data model


designModel

MessageDesignModel designModel
The design model

Class com.cc.framework.ui.control.MultiLevelSelectControl extends SelectControl implements Serializable

serialVersionUID: 8573597882397369049l

Class com.cc.framework.ui.control.PanelControl extends Control implements Serializable

serialVersionUID: 6441240482584341231l

Serialized Fields

dataModel

PanelDataModel dataModel
The data model


designModel

PanelDesignModel designModel
The design model

Class com.cc.framework.ui.control.PlainTextControl extends TextControl implements Serializable

serialVersionUID: 1727452892103114995l

Class com.cc.framework.ui.control.RadioControl extends CheckboxControl implements Serializable

serialVersionUID: -5973962111126854953l

Class com.cc.framework.ui.control.RadioGroupControl extends CheckboxGroupControl implements Serializable

serialVersionUID: 4788326259042470680l

Class com.cc.framework.ui.control.RatingControl extends Control implements Serializable

serialVersionUID: -6222660221277462272l

Serialized Fields

dataModel

RatingDataModel dataModel
DataModel


designModel

RatingDesignModel designModel
DesignModell


stateModel

RatingStateModel stateModel
StateModel

Class com.cc.framework.ui.control.RecurrencePatternControl extends Control implements Serializable

serialVersionUID: -8084598260204794916l

Serialized Fields

designModel

RecurrencePatternDesignModel designModel
Designmodel


type

RecurrenceType type
DataModel


dayDayMask

int dayDayMask

dayInterval

int dayInterval

weekDayMask

int weekDayMask

weekInterval

int weekInterval

monthSubtype

int monthSubtype

monthDayOfMonth

int monthDayOfMonth

monthInterval

int monthInterval

monthNthInstance

int monthNthInstance

monthNthDayMask

int monthNthDayMask

monthNthInterval

int monthNthInterval

yearSubtype

int yearSubtype

yearMonthOfYear

int yearMonthOfYear

yearDayOfMonth

int yearDayOfMonth

yearNthInstance

int yearNthInstance

yearNthDayMask

int yearNthDayMask

yearNthMonthOfYear

int yearNthMonthOfYear

Class com.cc.framework.ui.control.SchedulerControl extends Control implements Serializable

serialVersionUID: 6822083764427059054l

Serialized Fields

dataModel

SchedulerDataModel dataModel
DataModel


designModel

SchedulerDesignModel designModel
DesignModell


stateModel

SchedulerStateModel stateModel
StateModel


childCtrl

SchedulerControl childCtrl
A Scheduler control can be used to control the state of a dependent child Scheduler control. It will dispatch all navigation commands to the child control

Class com.cc.framework.ui.control.SelectControl extends Control implements Serializable

serialVersionUID: -1511853568508451120l

Serialized Fields

designModel

SelectDesignModel designModel
The design modell


values

java.lang.Object[] values
Text Value


options

OptionListDesignModel options
The design model for the option elements - not for the control!


optionElements

java.lang.Object optionElements
The Option elements


body

java.lang.String body
Additional HTML Body

Class com.cc.framework.ui.control.SimpleListControl extends ListControl implements Serializable

serialVersionUID: 34719847189696337l

Serialized Fields

dataModel

ListDataModel dataModel
The data model


designModel

ListDesignModel designModel
The Designmodel


stateModel

ListStateModel stateModel
The state model

Class com.cc.framework.ui.control.SpinControl extends TextControl implements Serializable

serialVersionUID: 5129034383265718828l

Class com.cc.framework.ui.control.SwapSelectControl extends Control implements Serializable

serialVersionUID: -3583924541067959306l

Serialized Fields

designModel

SwapSelectDesignModel designModel
The design model


values

java.lang.Object[] values
Text Value


options

OptionListDesignModel options
The option list


body

java.lang.String body
Additional HTML Body


optionElements

java.lang.Object optionElements
The Option elements

Class com.cc.framework.ui.control.TabbarControl extends Control implements Serializable

serialVersionUID: 2435397495685794475l

Serialized Fields

dataModel

TabsetDataModel dataModel
Data model


designModel

TabsetDesignModel designModel
Design model


stateModel

TabsetStateModel stateModel
State model

Class com.cc.framework.ui.control.TabsetControl extends TabbarControl implements Serializable

serialVersionUID: -7581381612101648962l

Class com.cc.framework.ui.control.TextareaControl extends Control implements Serializable

serialVersionUID: -4752742394881898902l

Serialized Fields

designModel

TextareaDesignModel designModel
Designmodel


value

java.lang.Object value
Value

Class com.cc.framework.ui.control.TextControl extends Control implements Serializable

serialVersionUID: 2575829253933331102l

Serialized Fields

designModel

TextDesignModel designModel
Designmodel


value

java.lang.Object value
(Display-) Value

Class com.cc.framework.ui.control.TextListControl extends Control implements Serializable

serialVersionUID: -5823112948194243147l

Serialized Fields

designModel

TextListDesignModel designModel
Designmodel


value

java.lang.Object[] value
(Display-) Value

Class com.cc.framework.ui.control.TextPopupControl extends TextareaControl implements Serializable

serialVersionUID: -5710308828520034065l

Class com.cc.framework.ui.control.TreeControl extends Control implements Serializable

serialVersionUID: -2715231722961569328l

Serialized Fields

dataModel

TreeGroupDataModel dataModel
Data model


designModel

TreeDesignModel designModel
Design model


stateModel

TreeStateModel stateModel
State model

Class com.cc.framework.ui.control.TreelistControl extends ListControl implements Serializable

serialVersionUID: 4335388539071682449l

Serialized Fields

dataModel

TreeGroupDataModel dataModel
Data model for the control


designModel

TreelistDesignModel designModel
Design model for the control


stateModel

TreelistStateModel stateModel
State model

Class com.cc.framework.ui.control.TreeSwapSelectControl extends Control implements Serializable

serialVersionUID: -7492833831092412731l

Serialized Fields

designModel

TreeSwapSelectDesignModel designModel
The design model


values

java.lang.Object[] values
Text Value


options

OptionListDesignModel options
The option list


body

java.lang.String body
Additional HTML Body


optionElements

java.lang.Object optionElements
The Option elements


Package com.cc.framework.ui.html

Class com.cc.framework.ui.html.LengthUnit extends java.lang.Number implements Serializable

serialVersionUID: 8576054431796279661l

Serialized Fields

type

int type
Size type


value

double value
Floating-point number for the length or a percentage of the parent object's unit


unit

int unit
unit designator


Package com.cc.framework.ui.javascript

Class com.cc.framework.ui.javascript.JavaScript extends org.apache.ecs.html.Script implements Serializable

serialVersionUID: 3534001950407810551l


Package com.cc.framework.ui.model

Class com.cc.framework.ui.model.AppointmentPriority extends java.lang.Object implements Serializable

serialVersionUID: -4693329694653984747l

Serialized Fields

type

java.lang.String type
The internal type


importance

int importance
Importance

Class com.cc.framework.ui.model.ButtonType extends java.lang.Object implements Serializable

serialVersionUID: 96408749439694180l

Serialized Fields

type

java.lang.String type
Internal Type

Class com.cc.framework.ui.model.CalendarMode extends java.lang.Object implements Serializable

serialVersionUID: -2304193556527075483l

Serialized Fields

mode

java.lang.String mode
Internal Mode Identifier

Class com.cc.framework.ui.model.ClientEvent extends java.lang.Object implements Serializable

serialVersionUID: 5132637979960031915l

Serialized Fields

eventName

java.lang.String eventName
The name of the event


extended

boolean extended
This flag indicates an extended eventhandler which is not part of the HTML-Specification

Class com.cc.framework.ui.model.InnerFrame extends java.lang.Object implements Serializable

serialVersionUID: -5669213532419350375l

Serialized Fields

height

java.lang.String height
The height of the form element


width

java.lang.String width
The width of the form element


styleId

java.lang.String styleId
Style ID


styleClass

java.lang.String styleClass
Style Class -> HTML class Attribute


style

java.lang.String style
HTML-Style


border

boolean border
Enables or disables the frames border


permission

Permission permission
permissions for the element


content

java.lang.String content
The Frames content


summary

java.lang.String summary
Text that is used for rendering to non-visual media such as speech or Braille


layoutHint

java.lang.Object layoutHint
Optional layout hint for this frame

Class com.cc.framework.ui.model.InputFieldType extends java.lang.Object implements Serializable

serialVersionUID: -6386553398436098246l

Serialized Fields

type

java.lang.String type
Internal Type

Class com.cc.framework.ui.model.RecurrenceType extends java.lang.Object implements Serializable

serialVersionUID: 9053986269790477924l

Serialized Fields

type

java.lang.String type
Field type

Class com.cc.framework.ui.model.SchedulerScope extends java.lang.Object implements Serializable

serialVersionUID: -6620090864437085364l

Serialized Fields

view

java.lang.String view
The internal view name


bit

int bit
An ordinal value for the bit position in a scope mask

Class com.cc.framework.ui.model.SchedulerView extends java.lang.Object implements Serializable

serialVersionUID: 6380064267219079740l

Serialized Fields

view

java.lang.String view
The internal view name


bit

int bit
An Bit position in the View Mask


Package com.cc.framework.ui.model.imp

Class com.cc.framework.ui.model.imp.ButtonContainerImp extends java.lang.Object implements Serializable

serialVersionUID: 6475364682146671594l

Serialized Fields

buttonPermissions

java.util.Map buttonPermissions
The users permission which is necessary to see any buttons (Map<ControlButton, Permission>)

Class com.cc.framework.ui.model.imp.ButtonDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 791523482980086971l

Serialized Fields

src

java.lang.String src
URL to image resource


text

java.lang.String text
Text


base

java.lang.String base
Image Base directory


buttonType

ButtonType buttonType
The button type


buttonStyle

int buttonStyle
The button style id. The id is used to provide text buttons with different background images.


filter

boolean filter
Specifies if all String should be converted into there HTML representation


target

java.lang.String target
Target Attribute

Class com.cc.framework.ui.model.imp.CalendarDesignModelImp extends TextDesignModelImp implements Serializable

serialVersionUID: 7021192690438115685l

Serialized Fields

format

java.lang.String format
Date Format


layout

java.lang.String layout
The HTML/JSP Template to use


showFormat

java.lang.String showFormat
Specifies if and where the format mask should be displayed


buttonTooltip

java.lang.String buttonTooltip
An additional tooltip displayed if the user moves the mose over the Calendar icon


buttonAlt

java.lang.String buttonAlt
The alt attribute. Specifies the text if no image for the calendar is displayed.


showButton

boolean showButton
If this flag is set to false the button behind the input field will be hidden


mode

CalendarMode mode
The mode controls how the calendar window should behave.

Class com.cc.framework.ui.model.imp.CheckboxDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 2840089587776979685l

Serialized Fields

value

java.lang.String value
The state of the radio button

Class com.cc.framework.ui.model.imp.CheckboxGroupDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -3845870383682549476l

Serialized Fields

columns

int columns
Number of checkbox columns


groupingProperty

java.lang.String groupingProperty
The name of the property that is used to group checkbox items


disableProperty

java.lang.String disableProperty
The name of the property that is used to disable checkbox items

Class com.cc.framework.ui.model.imp.ClientHandlerImp extends java.lang.Object implements Serializable

serialVersionUID: -3891612510233650055l

Serialized Fields

handlerList

java.util.Hashtable handlerList
Collection with JavaScript event handlers

Class com.cc.framework.ui.model.imp.ColorPickerDesignModelImp extends TextDesignModelImp implements Serializable

serialVersionUID: -7327402111816669719l

Serialized Fields

palette

int palette
The palette to initalize the popup window if none palette is selected the default palette (0 = Web safe palette will be used)

See Also:
ColorPickerTag

buttonTooltip

java.lang.String buttonTooltip
An additional tooltip displayed if the user moves the mose over the ColorPicker icon


buttonAlt

java.lang.String buttonAlt
The alt attribute. Specifies the text if no image for the calendar is displayed.

Class com.cc.framework.ui.model.imp.ColumnAddDesignModelImp extends ColumnCommandDesignModelImp implements Serializable

serialVersionUID: 1831349331330362835l

Class com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: 2956361401409132920l

Serialized Fields

image

DeferredValue image
ImageModel


text

DeferredValue text
Text


command

DeferredValue command
Optional command name

Class com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp extends ColumnTextDesignModelImp implements Serializable

serialVersionUID: 7278503192259051291l

Serialized Fields

selectMode

SelectMode selectMode
The selection mode for optional checkboxes.


checkRange

CheckRange checkRange
Indicates if the multiple check option of the column is enabled

Class com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: 8524083229313070849l

Serialized Fields

checkRange

CheckRange checkRange
Indicates if the multiple check option of the column is enabled

Class com.cc.framework.ui.model.imp.ColumnComboBoxDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: -4780756726497593016l

Serialized Fields

keyProperty

DeferredValue keyProperty
The property for the key


labelProperty

DeferredValue labelProperty
The property for the label


optionsProperty

DeferredValue optionsProperty
Property for retrieving a individual option list for each row bean


sharedOptions

java.lang.Object sharedOptions
A option list that is shared among all row beans


empty

DeferredValue empty
An optional text to prompt the user for selecting an option of the list. Something like "<please select>"


size

DeferredValue size
Number of character positions to allocate.


showRoot

boolean showRoot
Shows or hides the root of a TreeNodeDatamodel option list


localize

boolean localize
Specifies if all String should be treated as Resource Identifiers and must be localized

Class com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: -8515642588555348174l

Serialized Fields

command

ControlActionDef command
the column command


icon

DeferredValue icon
The icon resource id

Class com.cc.framework.ui.model.imp.ColumnContainerImp extends java.lang.Object implements Serializable

serialVersionUID: 8650356499858319256l

Serialized Fields

columns

java.util.ArrayList columns
The buffer with the columns of the list control

Class com.cc.framework.ui.model.imp.ColumnDeleteDesignModelImp extends ColumnCommandDesignModelImp implements Serializable

serialVersionUID: -8571617090126354933l

Class com.cc.framework.ui.model.imp.ColumnDesignModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: -2674652231224692579l

Serialized Fields

type

java.lang.String type
The columns property class name


header

ColumnHeaderDesignModel header
The columns header


runat

RunAt runat
Indicates if the control works with or without server round trips


designRules

java.util.ArrayList designRules
Design rules


imagemap

ImageMap imagemap
An ImageMap for label images


sortable

boolean sortable
Indicates if this column can be sorted


transaction

boolean transaction
Directs the framework to include a transaction token (if any) in all generated Hyperlinks for this column. The Transaction token is used to track form re-submissions.


ajax

boolean ajax
set to true to enable AJAX.


property

DeferredValue property
The name of the property for the column which indicates which data to show.


enableProperty

DeferredValue enableProperty
Field enableProperty


editable

DeferredValue editable
Indicates if this column is editable


editableProperty

DeferredValue editableProperty
The property which should be used to make the column editable or not


disabled

DeferredValue disabled
Indicates if this column is disabled


disableProperty

DeferredValue disableProperty
The property which should be used to disable the column


imageProperty

DeferredValue imageProperty
Name of the property which returns a expression/string used to identify an image in the ImageMap.


permission

DeferredValue permission
Permissions to access this Column


converter

Converter converter
The converter that should be used to convert Java Objects into their localized String representation. If no converter is specified the framework will use a default Converter that matches the row beans column property.


width

DeferredValue width
The width of the column


maxLength

DeferredValue maxLength
Maximum number of visible characters


alignment

DeferredValue alignment
The alignment of the column


styleId

DeferredValue styleId
Identifier to be assigned to this HTML element


styleClass

DeferredValue styleClass
CSS Stylesheet class to be applied to this HTML element


style

DeferredValue style
CSS styles to be applied to this HTML element


filter

DeferredValue filter
Specifies if all String should be converted into there HTML representation


target

DeferredValue target
Target Attribute


targetProperty

DeferredValue targetProperty
Name of the Property to acquire the Target-Attribute


tooltip

DeferredValue tooltip
Static tooltip Attribute


tooltipProperty

DeferredValue tooltipProperty
Name of the Property to acquire the Tooltip-Attribute


anchor

DeferredValue anchor
Anchor Attribute


anchorProperty

DeferredValue anchorProperty
Name of the Property to acquire the Anchor-Attribute


linkName

DeferredValue linkName
The anchor name to be defined within this page, so that you can reference it with intra-page Hyperlinks. In other words, the value specified here will render a "name" element in the generated anchor tag.


linkNameProperty

DeferredValue linkNameProperty
Name of the Property to acquire the Anchor name-Attribute


joinMode

DeferredValue joinMode
Indicates if this column should be joined with the previous column

Class com.cc.framework.ui.model.imp.ColumnDrilldownDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: 9112547734089769615l

Class com.cc.framework.ui.model.imp.ColumnEditDesignModelImp extends ColumnCommandDesignModelImp implements Serializable

serialVersionUID: 3864001009230416318l

Class com.cc.framework.ui.model.imp.ColumnGroupDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: -6527731494271202510l

Serialized Fields

columns

ColumnContainer columns
The buffer with the columns of the list control

Class com.cc.framework.ui.model.imp.ColumnHeaderDesignModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: 1414460600170443752l

Serialized Fields

title

java.lang.String title
The column title


bodyInclude

boolean bodyInclude
Indicates whether the title is set within the body or as an attribute


alignment

AlignmentType alignment
The alignment of the columnheader


maxLength

int maxLength
Maximum number of visible characters


styleId

java.lang.String styleId
Identifier to be assigned to this HTML element


styleClass

java.lang.String styleClass
CSS stylesheet class to be applied to this HTML element


style

java.lang.String style
CSS styles to be applied to this HTML element


filter

boolean filter
Specifies if all String should be converted into there HTML representation


localize

boolean localize
Specifies if localization is enabled


tooltip

java.lang.String tooltip
Static tooltip Attribut


imageref

java.lang.String imageref
Image reference


imagemap

ImageMap imagemap
An ImageMap for label images


transaction

boolean transaction
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column. The Transaction token is used to track form re-submissions.When set to null the namespace will be searched for the Globals.TRANSACTION_KEY key


ajax

boolean ajax
set to true to enable AJAX.

Class com.cc.framework.ui.model.imp.ColumnHtmlDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: 7459165984320922587l

Class com.cc.framework.ui.model.imp.ColumnImageDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: 9035670453663430857l

Serialized Fields

clickable

DeferredValue clickable
With this attribute, it is possible to specify whether the column should generate a hyperlink for the image. Only in such a case can the column fire an onCellClick-event.

Class com.cc.framework.ui.model.imp.ColumnLinkDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: -3064036895502197451l

Class com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp extends ColumnTextDesignModelImp implements Serializable

serialVersionUID: 2764640378954696771l

Serialized Fields

value

java.lang.String value
The value that must be match to mark the radio button as selected When value is null the checkboxes are grouped by rows

Class com.cc.framework.ui.model.imp.ColumnSelectDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: 4756480158906814942l

Serialized Fields

multiple

boolean multiple
Indicates that multiple selections is allowed.


keyProperty

DeferredValue keyProperty
The property for the key


labelProperty

DeferredValue labelProperty
The property for the label


optionsProperty

DeferredValue optionsProperty
Property for retrieving a individual option list for each row bean


sharedOptions

java.lang.Object sharedOptions
A option list that is shared among all row beans


empty

DeferredValue empty
An optional text to prompt the user for selecting an option of the list. Something like ""


size

DeferredValue size
Number of character positions to allocate.


showRoot

boolean showRoot
Shows or hides the root of a TreeNodeDatamodel option list


localize

boolean localize
Specifies if all String should be treated as Resource Identifiers and must be localized

Class com.cc.framework.ui.model.imp.ColumnSelectorDesignModelImp extends ColumnCommandDesignModelImp implements Serializable

serialVersionUID: 5779556173780102653l

Class com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: 4033550283208747408l

Serialized Fields

rows

DeferredValue rows
Number for character rows


cols

DeferredValue cols
Number ofcharacter columns


wrap

DeferredValue wrap
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.

Class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: -6804956039481982627l

Serialized Fields

size

DeferredValue size
Number of character positions to allocate.


inputType

InputFieldType inputType
Type of the input field.

See Also:
InputFieldType

Class com.cc.framework.ui.model.imp.ColumnTreeDesignModelImp extends ColumnDesignModelImp implements Serializable

serialVersionUID: -7619938706876240053l

Class com.cc.framework.ui.model.imp.ComboBoxDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -1635232997978367473l

Serialized Fields

size

int size
Number of character positions to allocate.


maxLength

int maxLength
Maximum number of input characters to accept.


filter

boolean filter
Specifies if all String should be converted into there HTML representation

Class com.cc.framework.ui.model.imp.ControlContainerImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -347706290529691247l

Serialized Fields

controls

java.util.ArrayList controls
A buffer for the controls in the container

Class com.cc.framework.ui.model.imp.ControlDesignModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: -2401117136723217577l

Serialized Fields

dynamic

boolean dynamic
Indicates if the Design model was created dynamically in the JSP-Page. Dynamic created Design models can be overridden by a server Roundtrip


runat

RunAt runat
Indicates where to execute the Eventhandler.


name

java.lang.String name
The name of the Bean used for the Control


property

java.lang.String property
Field property


action

java.lang.String action
The Action assigned with the Control


id

java.lang.String id
Unique Id


height

java.lang.String height
Height of the Control


width

java.lang.String width
Width of the Control


border

int border
Border which should be drawn around the Control


disabled

boolean disabled
Indicates if the Control is disabled


shadow

boolean shadow
Indicates if the Control should render a shadow


permission

Permission permission
The Permission for the Control


styleId

java.lang.String styleId
Style ID


styleClass

java.lang.String styleClass
Style Class -> HTML class attribute


style

java.lang.String style
THML-Style


help

java.lang.String help
The Help Identifier for this control


tooltip

java.lang.String tooltip
Tooltip


summary

java.lang.String summary
specifies a description and/or structure of the object That can be used for rendering to non-visual media such as speech or Braille.


tabIndex

int tabIndex
Tabulator Index


formElement

boolean formElement
Indicates if the control always should submit the form


localeName

java.lang.String localeName
Locale Setting


designRules

java.util.ArrayList designRules
Design rules


transaction

boolean transaction
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column. The Transaction token is used to track form re-submissions.When set to null the namespace will be searched for the Globals.TRANSACTION_KEY key


ajax

boolean ajax
set to true to enable AJAX.

Class com.cc.framework.ui.model.imp.CrumbModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: -6317050182751594361l

Serialized Fields

crumbid

java.lang.String crumbid
The unique id of the crumb


action

java.lang.String action
The action which should be processed if the crumb is activated.


title

java.lang.String title
The title of the crumb


tooltip

java.lang.String tooltip
A tooltip which is displayed if the user moves the mouse over the label/title.


imageRef

java.lang.String imageRef
Reference to an image in the ImageMap of the CrumbControl which should be displayed on the crumb in front of the label.


disabled

boolean disabled
This flag indicates if the crumb is disabled


filter

java.lang.Boolean filter
Specifies if all String should be converted into there HTML representation


localeName

java.lang.String localeName
Locale Setting


permission

Permission permission
The Permission for the crumb

Class com.cc.framework.ui.model.imp.CrumbsDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 576014732990171547l

Serialized Fields

crumbs

java.util.ArrayList crumbs
Buffer for the crumbs of the CrumbControl


labelLength

int labelLength
The length of the labels. If a label exceed this length it will be cut.


imagemap

ImageMap imagemap
The ImageMap which can be used to paint icons in front of the labels.


filter

boolean filter
Specifies if all String should be converted into there HTML representation

Class com.cc.framework.ui.model.imp.CrumbsStateModelImp extends java.lang.Object implements Serializable

serialVersionUID: 5375988008002299545l

Serialized Fields

selected

java.lang.String selected
The selected Crumb

Class com.cc.framework.ui.model.imp.DesignRuleImp extends ClientHandlerImp implements Serializable

serialVersionUID: -9140838097611002671l

Serialized Fields

rule

java.lang.String rule
The rule. The design rule will be selected based on this expression language (EL) expression.


styleId

DeferredValue styleId
Style ID


styleClass

DeferredValue styleClass
Style Class -> HTML class Attribut


style

DeferredValue style
Html-Style

Class com.cc.framework.ui.model.imp.FormDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -8513180170862209060l

Serialized Fields

type

FormType type
Type of the form


method

FormMethod method
Method to submit the form


caption

java.lang.String caption
The title of the form


detail

java.lang.String detail
The forms subtitle


formid

java.lang.String formid
The unique Id of the form


labelSuffix

java.lang.String labelSuffix
optional label suffix in plain HTML


labelPrefix

java.lang.String labelPrefix
optional label prefix in plain HTML


labelWidth

java.lang.String labelWidth
The width of the label area for this container


cellWidth

java.lang.String cellWidth
The width of the cell area for this container


imagemap

ImageMap imagemap
The ImageMap which can be used to paint icons in front of the labels.


showFrame

boolean showFrame
Enables or disables the forms frame


image

ImageModel image
The optional title image


expandProperty

java.lang.String expandProperty
The (optional) name of a property that is used to expand or collapse the group


container

FormGroupElement container
Container for the form elements


buttons

ButtonContainer buttons
The users permission which is necessary to see any buttons


frames

java.util.ArrayList frames
Inner Frames

Class com.cc.framework.ui.model.imp.FormLabelDesignModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: -6113201091866371943l

Serialized Fields

text

java.lang.String text
The label text


suffix

java.lang.String suffix
optional label suffix in plain HTML


prefix

java.lang.String prefix
optional label prefix in plain HTML


bodyInclude

boolean bodyInclude
Indicates whether the title is set within the body or as an attribute


alignment

AlignmentType alignment
The alignment of the label


maxLength

int maxLength
Maximum number of visible characters


styleId

java.lang.String styleId
Identifier to be assigned to this HTML element


styleClass

java.lang.String styleClass
CSS style sheet class to be applied to this HTML element


style

java.lang.String style
CSS styles to be applied to this HTML element


filter

boolean filter
Specifies if all String should be converted into there HTML representation


localeName

java.lang.String localeName
Locale Setting


accessKey

java.lang.String accessKey
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'Alt' and the ACCESSKEY together).


tooltip

java.lang.String tooltip
Static tooltip attribute


imageref

java.lang.String imageref
Image reference


width

java.lang.String width
The width of the label


nowrap

java.lang.Boolean nowrap
No wrap

Class com.cc.framework.ui.model.imp.FrameDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -128783290828808664l

Serialized Fields

caption

java.lang.String caption
The title of the frame


detail

java.lang.String detail
The frames subtitle


showFrame

boolean showFrame
Enables or disables the frames frame


image

ImageModel image
The optional title image


buttons

ButtonContainer buttons
The users permission which is necessary to see any buttons


frames

java.util.ArrayList frames
Inner Frames

Class com.cc.framework.ui.model.imp.GaugeDataModelImp extends java.lang.Object implements Serializable

serialVersionUID: -6433030313582133135l

Serialized Fields

text

java.lang.String text
The optional text which is shown next to the gauge


items

java.util.Vector items
The segments which compose the gauge

Class com.cc.framework.ui.model.imp.GaugeDataModelImp.GaugeItem extends ClientHandlerImp implements Serializable

serialVersionUID: -6951486493172779771l

Serialized Fields

amount

double amount
The absolute amount


tooltip

java.lang.String tooltip
optional tooltip text


target

java.lang.String target
optional hyperlink target attribute


hyperlink

java.lang.String hyperlink
optional hyperlink


color

Color color
Segments color

Class com.cc.framework.ui.model.imp.GaugeDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -3304039845931674012l

Serialized Fields

alignment

AlignmentType alignment
The alignment of the text


filter

boolean filter
Specifies if all String should be converted into valid HTML Strings


emptyText

java.lang.String emptyText
Text to display if a empty list is shown. The default text is "no items".

Class com.cc.framework.ui.model.imp.HeadlineDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 675771051927567250l

Serialized Fields

detail

java.lang.String detail
The detail text


caption

java.lang.String caption
The caption


filter

boolean filter
Indicates if strings should be converted into there HTML-String representation. Default = true.

Class com.cc.framework.ui.model.imp.HiddenDesignModelImp extends TextDesignModelImp implements Serializable

serialVersionUID: 5709340433952301049l

Serialized Fields

write

boolean write
directs the control to create an additional visible output of the controls value

Class com.cc.framework.ui.model.imp.ImageModelImp extends java.lang.Object implements Serializable

serialVersionUID: -8321680906193059969l

Serialized Fields

source

java.lang.String source
The source URL of the image


base

java.lang.String base
The base directory for all the images


tooltip

java.lang.String tooltip
Tooltip Text


alternate

java.lang.String alternate
The alternate text for this image


width

int width
The width of the image


height

int height
The height of the image


styleId

java.lang.String styleId
Style ID


styleClass

java.lang.String styleClass
Style Class -> HTML class Attribut


style

java.lang.String style
Html-Style

Class com.cc.framework.ui.model.imp.InfoDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 26842395959982404l

Serialized Fields

base

java.lang.String base
Image Base directory


resource

java.lang.String resource
The resource whisch should be displayed in the infocontrol


frame

boolean frame
Enables or disables the frame


content

java.lang.String content
The Frames content

Class com.cc.framework.ui.model.imp.KeyListDataModel extends java.lang.Object implements Serializable

serialVersionUID: 2874559441768654554l

Serialized Fields

keySet

java.util.Vector keySet
The Set of Keys


cache

int cache
The List implements a very simple cache mechanism to prevent unnecessary loading


cacheBean

java.lang.Object cacheBean
Cached row bean

Class com.cc.framework.ui.model.imp.ListDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -2666683087195075955l

Serialized Fields

rowCount

int rowCount
Number of displayed lines. The default value is -1 which displays all lines.


minRowCount

int minRowCount
Number of minimal displayed lines


headerHeight

int headerHeight
The height of the header. Default is 24px


rowHeight

int rowHeight
Height of a row. Default is 20px


cellSpacing

int cellSpacing
Cell spacing factor (-1 = Painter default)


cellPadding

int cellPadding
Cell padding factor (-1 = Painter default)


title

java.lang.String title
The caption of the listcontrol


emptyText

java.lang.String emptyText
Text to display if a empty list is shown. The default text is "no items in list".


scrollHeight

java.lang.String scrollHeight
The height of the scroll container


selectMode

SelectMode selectMode
The selection mode for optional checkboxes.


buttons

ButtonContainer buttons
The users permission which is necessary to see any buttons


pageButtons

int pageButtons
The number of paging buttons to show


columns

ColumnContainer columns
The buffer with the columns of the list control


showFrame

boolean showFrame
Enables or disables the lists frame


image

ImageModel image
The optional title image


showHeader

boolean showHeader
This flag indicates if the header should be painted


tabOrientation

OrientationType tabOrientation
Specifies the tabulator orientation


frames

java.util.ArrayList frames
Inner Frames

Class com.cc.framework.ui.model.imp.ListStateModelImp extends java.lang.Object implements Serializable

serialVersionUID: 7300878752577742210l

Serialized Fields

currentPage

int currentPage
Current Page, which is displayed


sortColumn

java.lang.String sortColumn
Column to sort


sortOrder

SortOrder sortOrder
The sort order


highlight

java.util.HashSet highlight
Collection with the highlight rows

Class com.cc.framework.ui.model.imp.MenuButtonDesignModelImp extends ButtonDesignModelImp implements Serializable

serialVersionUID: 8579175539860199838l

Serialized Fields

popupid

java.lang.String popupid
The id of the popup menu


imageMap

ImageMap imageMap
The image map that will be used to render the images in front of the menu options


items

java.util.ArrayList items
Buffer with the sub menu items

Class com.cc.framework.ui.model.imp.MenuDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -7274625875566460246l

Serialized Fields

menuid

java.lang.String menuid
The Menu Id


items

java.util.ArrayList items
Buffer with the sub menu items


type

MenuType type
The type of the menu


imagemap

ImageMap imagemap
An ImageMap with images if the menu items are made of images.

Class com.cc.framework.ui.model.imp.MenuItemDesignModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: 555472358521645343l

Serialized Fields

menuid

java.lang.String menuid
The Menu item id


parent

MenuItemDesignModel parent
Parent Menu item


items

java.util.ArrayList items
A buffer for sub menu items


state

int state
The state flags of the menu item


text

java.lang.String text
The display text


tooltip

java.lang.String tooltip
A tool tip


shortcut

java.lang.String shortcut
A shortcut


target

java.lang.String target
The window target in which the resource requested by this hyperlink will be displayed, for example "blank, self, parent, ..."


menuFilter

java.lang.String menuFilter
A filter expression used to hide or show the menu item in different contexts


localeName

java.lang.String localeName
Locale Setting


imageRef

java.lang.String imageRef
Reference for an image in an ImageMap


action

java.lang.String action
The action to process if the user clicks the item


id

java.lang.String id
The unique Id of the menu item


width

java.lang.String width
The width of the menu item


permission

Permission permission
The permission for this menu item

Class com.cc.framework.ui.model.imp.MenuItemImp extends ClientHandlerImp implements Serializable

serialVersionUID: 555472358521645343l

Serialized Fields

menuid

java.lang.String menuid
The Menu item id


parent

MenuItem parent
Parent Menu item


items

java.util.ArrayList items
A buffer for sub menu items


state

int state
The state flags of the menu item


text

java.lang.String text
The display text


tooltip

java.lang.String tooltip
A tool tip


shortcut

java.lang.String shortcut
A shortcut


target

java.lang.String target
The window target in which the resource requested by this hyperlink will be displayed, for example "blank, self, parent, ..."


menuFilter

java.lang.String menuFilter
A filter expression used to hide or show the menu item in different contexts


localeName

java.lang.String localeName
Locale Setting


imageRef

java.lang.String imageRef
Reference for an image in an ImageMap


action

java.lang.String action
The action to process if the user clicks the item


id

java.lang.String id
The unique Id of the menu item


width

java.lang.String width
The width of the menu item


orientation

OrientationType orientation
Specifies the orientation of sub menu items


permission

Permission permission
The permission for this menu item

Class com.cc.framework.ui.model.imp.MessageDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -3820508935407773429l

Serialized Fields

severity

Severity severity
The severity of the message


caption

java.lang.String caption
The caption


detail

java.lang.String detail
The message text


formId

java.lang.String formId
Form iD


filter

boolean filter
Specifies if all String should be converted into there HTML representation


image

ImageModel image
The optional title image


buttons

ButtonContainer buttons
The users permission which is necessary to see any buttons


frames

java.util.ArrayList frames
Container with the form elements

Class com.cc.framework.ui.model.imp.MultiLevelSelectDesignModelImp extends SelectDesignModelImp implements Serializable

serialVersionUID: -82581978261217447l

Serialized Fields

size

int size
Number of character positions to allocate.


levels

int levels
Number of select levels


selectableProperty

java.lang.String selectableProperty
The name of the property that specifies if a tree node is to be selectable by the user or not. Each node of the datamodel has to implement this property. The property must return a boolean value.

Class com.cc.framework.ui.model.imp.OptionListDesignModelImp extends java.lang.Object implements Serializable

serialVersionUID: -1968209474461694102l

Serialized Fields

property

java.lang.String property
Name of the property for the options list


keyProperty

java.lang.String keyProperty
The property for the key


labelProperty

java.lang.String labelProperty
The property for the label


tooltipProperty

java.lang.String tooltipProperty
The property for the tooltip


maxLength

int maxLength
The maximum number of characters that are displayed for each option element.


empty

java.lang.String empty
An optional text to prompt the user for selecting an option of the list. Something like "<please select>"


style

java.lang.String style
CSS styles to be applied to this HTML element


styleClass

java.lang.String styleClass
CSS stylesheet class to be applied to this HTML element


showRoot

boolean showRoot
Shows or hides the root of a TreeNodeDatamodel option list


filter

boolean filter
Specifies if all String should be converted into there HTML representation


localize

boolean localize
Specifies if all String should be treated as Resource Identifiers and must be localized


imageMap

ImageMap imageMap
The Image Map

Class com.cc.framework.ui.model.imp.PanelContentDesignModelImp extends java.lang.Object implements Serializable

serialVersionUID: 6328034989480771646l

Serialized Fields

title

java.lang.String title
The title


more

java.lang.String more
Field more


image

ImageModel image
The image to be displayed in the Panel


action

java.lang.String action
The action


tooltip

java.lang.String tooltip
The tooltip


filter

boolean filter
Specifies if all String should be converted into there HTML representation


localeName

java.lang.String localeName
Locale Setting


items

java.util.ArrayList items
Buffer for the items


permission

Permission permission
Permission

Class com.cc.framework.ui.model.imp.PanelDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -1641586396903934899l

Serialized Fields

contents

java.util.ArrayList contents
Buffer with the content of the panel

Class com.cc.framework.ui.model.imp.PanelItemDesignModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: -8067210016541338129l

Serialized Fields

title

java.lang.String title
The title of the PanelItem


detail

java.lang.String detail
The detail


action

java.lang.String action
The action


tooltip

java.lang.String tooltip
The tooltip


target

java.lang.String target
The target


filter

java.lang.Boolean filter
Specifies if all String should be converted into there HTML representation


localeName

java.lang.String localeName
Locale Setting


permission

Permission permission
The permission for the PanelItem

Class com.cc.framework.ui.model.imp.PlainTextDesignModelImp extends TextDesignModelImp implements Serializable

serialVersionUID: -1097882759341667491l

Serialized Fields

hidden

boolean hidden
Defines if for this field also a hidden field should be created

Class com.cc.framework.ui.model.imp.RadioDesignModelImp extends CheckboxDesignModelImp implements Serializable

serialVersionUID: -3793253030656101145l

Class com.cc.framework.ui.model.imp.RadioGroupDesignModelImp extends CheckboxGroupDesignModelImp implements Serializable

serialVersionUID: -8158970220061179842l

Class com.cc.framework.ui.model.imp.RatingDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 7481824146951530440l

Serialized Fields

filter

boolean filter
Specifies if all String should be converted into valid HTML Strings


emptyText

java.lang.String emptyText
Text to display if a empty list is shown. The default text is "no items".

Class com.cc.framework.ui.model.imp.RatingStateModelImp extends java.lang.Object implements Serializable

serialVersionUID: 457943932473927885l

Class com.cc.framework.ui.model.imp.RecurrencePatternDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 6081804566530106018l

Serialized Fields

filter

boolean filter
Specifies if all String should be converted into there HTML representation

Class com.cc.framework.ui.model.imp.SchedulerDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 3079377516667935628l

Serialized Fields

title

java.lang.String title
The Title of the control


filter

boolean filter
Specifies if all String should be converted into valid HTML Strings


showFrame

boolean showFrame
Enables or disables the controls frame


buttons

ButtonContainer buttons
The users permission which is necessary to see any buttons


imageMap

ImageMap imageMap
The Image Map


compressWeekEnds

boolean compressWeekEnds
Compress Weekends in Month View


showWeekEndDays

boolean showWeekEndDays
Schow Weekends in month and navigator view


showAllDayArea

boolean showAllDayArea
Schow or hide the all day area in day view


dayStartHour

int dayStartHour
The starting hour of the day


dayEndHour

int dayEndHour
The ending hour of the day


workStartHour

int workStartHour
The working start hour of the day


workEndHour

int workEndHour
The working end hour of the day


interval

int interval
The time interval for day view. Valid values are 5, 6, 15, 30 or 60


maxVisible

int maxVisible
The maximum number of visible Appointments for one day


dayMask

int dayMask
A Mask indicating the working days of the week. Default is (Mo - Fr)


firstDayOfWeek

int firstDayOfWeek
The index of the first day of the week. A value of 0 indicates that the Locales default should be used


columns

int columns
the number of columns in year view


rows

int rows
the number of rows in year view


increment

int increment
The number of month to increment in year view when the user clicks on one of the navigation buttons. A value of 0 resets the the control to the default increment which is the number of visible months (= rows * columns)


popups

boolean popups
Indicates if appointments in year view should be displayed in popup windows


checkBoxMask

int checkBoxMask
Indicates where to displayed checkboxes
The appointment entries must implement the AppointmentCheckable Interface, so that the control element can draw the checkboxes.


viewMask

int viewMask
Bit combination of the visible view buttons for this scheduler control.


image

ImageModel image
The optional title image


frames

java.util.ArrayList frames
Inner Frames

Class com.cc.framework.ui.model.imp.SchedulerStateModelImp extends java.lang.Object implements Serializable

serialVersionUID: 1467099945406536251l

Serialized Fields

view

SchedulerView view
Specifies the style used to display dates in a Scheduler control


date

java.util.Calendar date
The first visible Date in the Scheduler Control

Class com.cc.framework.ui.model.imp.SelectDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 7726775512259710859l

Serialized Fields

size

int size
Number of character positions to allocate.


multiple

boolean multiple
Indicates that multiple selections is allowed.

Class com.cc.framework.ui.model.imp.SpinDesignModelImp extends TextDesignModelImp implements Serializable

serialVersionUID: -479682325504999100l

Class com.cc.framework.ui.model.imp.SwapSelectDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -2832289817196356775l

Serialized Fields

size

int[] size
Number of character positions to allocate.


labelLeft

java.lang.String labelLeft
Label for the left selection window


labelRight

java.lang.String[] labelRight
Label for the right selection window


filter

boolean filter
Specifies if all String should be converted into there HTML representation


retainOrder

boolean retainOrder
Tells the control to retain the sort order in the "from" option list


multiple

boolean multiple
Defines the control as a multi swap select control


orientation

OrientationType orientation
Specifies the orientation of the selection windows:


sortOrder

SortOrder sortOrder
Specifies the sort order:


buttons

ButtonContainer buttons
The users permission which is necessary to see any buttons

Class com.cc.framework.ui.model.imp.TabDesignModelImp extends ClientHandlerImp implements Serializable

serialVersionUID: -1610418457816895048l

Serialized Fields

tabid

java.lang.String tabid
The unique id of the Tab page


action

java.lang.String action
The action which should be processed if the Tab is activated.


title

java.lang.String title
The title of the Tab page


tooltip

java.lang.String tooltip
A tooltip which is displayed if the user moves the mouse over the label/title.


enable

boolean enable
True if the Tab can be selected; false otherwise


content

java.lang.String content
Name of a JSP page with the content of the Tab page to display.


body

java.lang.String body
The HTML body which should be displayed on this Tab page. If you do not want to include HTML directly you can specify the name of a JSP page. In this case you do no set the body but the content.


bgcolor

Color bgcolor
The background color of the Tab


imageRef

java.lang.String imageRef
Reference to an image in the ImageMap of the TabSet Control which should be displayed on the Tab in front of the label.


permission

Permission permission
The Permission for the Control


target

java.lang.String target
Target Attribut

Class com.cc.framework.ui.model.imp.TabsetDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 6735488277678307553l

Serialized Fields

tabs

java.util.ArrayList tabs
Buffer for the Tabs of the Tabset


maxVisible

int maxVisible
The number of visible Tabs. If more Tabs exists you can scroll through the Tabs with the previous or next button.


stacked

boolean stacked
This flag indicates if stacked display mode for the control is enabled


labelLength

int labelLength
The length of the labels. If a label exceed this length it will be cut.


imagemap

ImageMap imagemap
The ImageMap which can be used to paint icons in front of the labels.


bgcolor

Color bgcolor
The background color of the TabSet


filter

boolean filter
Specifies if all String should be converted into there HTML representation


overlapping

boolean overlapping
true when the tabs should be displayed in overlapping mode

Class com.cc.framework.ui.model.imp.TabsetStateModelImp extends java.lang.Object implements Serializable

serialVersionUID: -5636528312673648426l

Serialized Fields

selected

java.lang.String selected
The selected Tabpage


first

java.lang.String first
The first visible Tabpage

Class com.cc.framework.ui.model.imp.TextareaDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -7855229063825763149l

Serialized Fields

converter

Converter converter
The converter that should be used to convert Java Objects into their localized String representation. If no converter is specified the framework will use a default Converter that matches the beans data type.


rows

int rows
The number of rows


columns

int columns
The number of columns


readonly

boolean readonly
readonly attribute


maxlength

int maxlength
The maximal length for the value within this textare


wrap

java.lang.String wrap
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.

Class com.cc.framework.ui.model.imp.TextDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 1497191027828488643l

Serialized Fields

converter

Converter converter
The converter that should be used to convert Java Objects into their localized String representation. If no converter is specified the framework will use a default Converter that matches the beans data type.


maxLength

int maxLength
Maximum number of input characters to accept.


size

int size
Number of character positions to allocate.


inputType

InputFieldType inputType
Type of the input field.

See Also:
InputFieldType

filter

boolean filter
Specifies if all String should be converted into there HTML representation

Class com.cc.framework.ui.model.imp.TextListDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -5096575643377414839l

Serialized Fields

sortOrder

SortOrder sortOrder
Specifies the sort order:


converter

Converter converter
The converter that should be used to convert Java Objects into their localized String representation. If no converter is specified the framework will use a default Converter that matches the beans data type.


maxLength

int maxLength
Maximum number of input characters to accept.


size

int size
Number of character positions to allocate.


rows

int rows
Number of rows in the list element


filter

boolean filter
Specifies if all String should be converted into there HTML representation

Class com.cc.framework.ui.model.imp.TextPopupDesignModelImp extends TextareaDesignModelImp implements Serializable

serialVersionUID: -2814966049937185726l

Serialized Fields

popupWidth

java.lang.String popupWidth
The width of the popup window


popupHeight

java.lang.String popupHeight
The height of the popup window


popupRows

int popupRows
The number of rows in the popup window

Class com.cc.framework.ui.model.imp.TreeDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: 5371001063262910336l

Serialized Fields

expansion

ExpansionMode expansion
Field expansion


rowCount

int rowCount
Number of visible rows


showButtons

boolean showButtons
Tells the control to show or hide the buttons for expanding and collapsing the tree nodes


showLines

boolean showLines
Field showLines


showLinesAtRoot

boolean showLinesAtRoot
Field showLinesAtRoot


showCheckBoxes

boolean showCheckBoxes
Field showCheckBoxes


showRoot

boolean showRoot
Field showRoot


groupSelect

boolean groupSelect
Field groupSelect


imageProperty

java.lang.String imageProperty
Field imageProperty


labelProperty

java.lang.String labelProperty
Field labelProperty


labelWrap

boolean labelWrap
Controls how labels are wrapped when displayed


tooltipProperty

java.lang.String tooltipProperty
Field tooltipProperty


target

java.lang.String target
The HTML target attribute


targetProperty

java.lang.String targetProperty
The property to retrieve the HTML target attribute


enableProperty

java.lang.String enableProperty
Field enableProperty


imageMap

ImageMap imageMap
Field imageMap


selectMode

SelectMode selectMode
Selection mode


filter

boolean filter
Specifies if all String should be converted into there HTML representation


maxLength

int maxLength
Maximum number of visible characters


scrollHeight

java.lang.String scrollHeight
The height of the scroll container

Class com.cc.framework.ui.model.imp.TreelistDesignModelImp extends ListDesignModelImp implements Serializable

serialVersionUID: 211527862941418394l

Serialized Fields

expansion

ExpansionMode expansion
Field expansion


showButtons

boolean showButtons
Tells the control to show or hide the buttons for expanding and collapsing the tree nodes


labelWrap

boolean labelWrap
Controls how labels are wrapped when displayed


showLines

boolean showLines
Field showLines


showLinesAtRoot

boolean showLinesAtRoot
Field showLinesAtRoot


showCheckBoxes

boolean showCheckBoxes
Field showCheckBoxes


showRoot

boolean showRoot
Field showRoot


groupSelect

boolean groupSelect
Field groupSelect


enableProperty

java.lang.String enableProperty
Field enableProperty

Class com.cc.framework.ui.model.imp.TreelistStateModelImp extends TreeStateModelImp implements Serializable

serialVersionUID: -4975764992049944558l

Serialized Fields

currentPage

int currentPage
Current Page, which is displayed


sortColumn

java.lang.String sortColumn
Column to sort


sortOrder

SortOrder sortOrder
The sort order

Class com.cc.framework.ui.model.imp.TreeStateModelImp extends java.lang.Object implements Serializable

serialVersionUID: 2436935632256909211l

Serialized Fields

expanded

java.util.HashSet expanded
List of Keys for the expanded Nodes


selected

java.lang.String selected
The selected Node


highlight

java.util.HashSet highlight
Collection with the highlight rows

Class com.cc.framework.ui.model.imp.TreeSwapSelectDesignModelImp extends ControlDesignModelImp implements Serializable

serialVersionUID: -2832289817196356775l

Serialized Fields

size

int[] size
Number of character positions to allocate.


labelLeft

java.lang.String labelLeft
Label for the left selection window


labelRight

java.lang.String[] labelRight
Label for the right selection window


filter

boolean filter
Specifies if all String should be converted into there HTML representation


retainOrder

boolean retainOrder
Tells the control to retain the sort order in the "from" option list


multiple

boolean multiple
Defines the control as a multi swap select control


orientation

OrientationType orientation
Specifies the orientation of the selection windows:


sortOrder

SortOrder sortOrder
Specifies the sort order:


buttons

ButtonContainer buttons
The users permission which is necessary to see any buttons

Class com.cc.framework.ui.model.imp.VirtualKeyListDataModel extends java.lang.Object implements Serializable

serialVersionUID: -6769657541338668763l

Serialized Fields

keepKeys

boolean keepKeys
This flag directs the list not to flush the keyset cache when a new keyset is loaded.


keysetSize

int keysetSize
This member holds the size of the keyset. It should be larger than the number of displayed rows (but that is not necessary)


threshold

int threshold
Number of overlapping keys between keysets to reduce page filtering


size

int size
The total number of elements. -1 when the correct number is unknown


keysetIndex

int keysetIndex
This is the index of the first key in the keyset.


keyset

java.util.Vector keyset
The elements of the currently loaded keyset


cache

int cache
The List implements a very simple cache mechanism to prevent unnecessary loading


cacheBean

java.lang.Object cacheBean
Cached row bean

Class com.cc.framework.ui.model.imp.VirtualListDataModel extends java.lang.Object implements Serializable

serialVersionUID: 4116145941107467584l

Serialized Fields

keepRows

boolean keepRows
This flag directs the list not to flush the rowset cache when a new rowset is loaded.


rowsetSize

int rowsetSize
This member holds the size of the rowset. It should be larger than the number of displayed rows (but that is not necessary)


threshold

int threshold
Number of overlapping rows between rowsets to reduce page filtering


size

int size
The total number of elements. -1 when the correct number is unknown


rowsetIndex

int rowsetIndex
This is the index of the first row in the rowset.


rowset

java.util.Vector rowset
The elements of the currently loaded rowset


Package com.cc.framework.ui.model.value

Class com.cc.framework.ui.model.value.DeferredException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8997845101583040356l

Class com.cc.framework.ui.model.value.DeferredValue extends java.lang.Object implements Serializable

serialVersionUID: 1238883032739096137l

Serialized Fields

literal

java.lang.Object literal
Literal value (-> expression is null)


expression

java.lang.String expression
Expression (-> literal is null)


Package com.cc.framework.ui.painter

Class com.cc.framework.ui.painter.PainterFactory extends java.lang.Object implements Serializable

serialVersionUID: 8300491771326168895l

Serialized Fields

resources

ResourceMap resources
The Resource Map. It contains the local Image definitions for this painter

Class com.cc.framework.ui.painter.ResourceMapImp extends java.lang.Object implements Serializable

serialVersionUID: 4404213419118983410l

Serialized Fields

resourceDir

java.lang.String resourceDir
Resource directory


resources

java.util.Hashtable resources
The Resource repository


colorpalette

ColorPalette colorpalette
Color Palette


initialized

boolean initialized
Flag for lazy initialization


Package com.cc.framework.ui.painter.ajax

Class com.cc.framework.ui.painter.ajax.AjaxPainterFactory extends PainterFactory implements Serializable

serialVersionUID: 2376023185650500410l

Class com.cc.framework.ui.painter.ajax.AjaxResourceMap extends ResourceMapImp implements Serializable

serialVersionUID: -5260820480627342577l


Package com.cc.framework.ui.painter.def

Class com.cc.framework.ui.painter.def.DefColorPalette extends java.lang.Object implements Serializable

serialVersionUID: 1l

Class com.cc.framework.ui.painter.def.DefPainterFactory extends PainterFactory implements Serializable

serialVersionUID: -8237928430487378901l

Class com.cc.framework.ui.painter.def.DefResourceMap extends ResourceMapImp implements Serializable

serialVersionUID: 8489784865655931461l


Package com.cc.framework.ui.painter.def2

Class com.cc.framework.ui.painter.def2.Def2ColorPalette extends java.lang.Object implements Serializable

serialVersionUID: 1l

Class com.cc.framework.ui.painter.def2.Def2PainterFactory extends DefPainterFactory implements Serializable

serialVersionUID: -6350470474085277688l

Class com.cc.framework.ui.painter.def2.Def2ResourceMap extends DefResourceMap implements Serializable

serialVersionUID: -6003819435979994559l


Package com.cc.framework.ui.painter.def.frame

Class com.cc.framework.ui.painter.def.frame.ElementContainerCE extends org.apache.ecs.ElementContainer implements Serializable

serialVersionUID: 6452911934014219264l

Class com.cc.framework.ui.painter.def.frame.TableCE extends org.apache.ecs.html.Table implements Serializable

serialVersionUID: 2230478011576636289l

Class com.cc.framework.ui.painter.def.frame.TableFrame extends java.lang.Object implements Serializable

serialVersionUID: -2970074709023755466l

Serialized Fields

container

TableCE container
The table element for this frame


sections

CompositeElement sections
A frame can have multiple sections. A frame has at least one section and a section can have its own title.


body

CompositeElement body
The body element of the Frame. The body element belongs to the current section.


Package com.cc.framework.ui.painter.def.scheduler

Class com.cc.framework.ui.painter.def.scheduler.DefSchedulerViewPainter.CompositeElement extends org.apache.ecs.ElementContainer implements Serializable

serialVersionUID: 3930043926986538301l


Package com.cc.framework.ui.painter.global

Class com.cc.framework.ui.painter.global.DynaStringElement extends org.apache.ecs.ConcreteElement implements Serializable

serialVersionUID: -3040443627828355214l

Class com.cc.framework.ui.painter.global.GlobalPainterFactory extends PainterFactory implements Serializable

serialVersionUID: 7596452325305109787l

Class com.cc.framework.ui.painter.global.GlobalResourceMap extends ResourceMapImp implements Serializable

serialVersionUID: -817926386365004246l

Class com.cc.framework.ui.painter.global.IncludeElement extends org.apache.ecs.ConcreteElement implements Serializable

serialVersionUID: -4973953443355185774l

Serialized Fields

pageContext

javax.servlet.jsp.PageContext pageContext
The PageContext

Class com.cc.framework.ui.painter.global.PopupElement extends org.apache.ecs.html.Div implements Serializable

serialVersionUID: 2401225552739252915l


Package com.cc.framework.ui.painter.html

Class com.cc.framework.ui.painter.html.HtmlPainterFactory extends PainterFactory implements Serializable

serialVersionUID: 4585229785716307310l

Class com.cc.framework.ui.painter.html.HtmlResourceMap extends ResourceMapImp implements Serializable

serialVersionUID: 1613252723486490219l


Package com.cc.framework.util

Class com.cc.framework.util.TreeStructureException extends FrameworkException implements Serializable

serialVersionUID: 6116544164746440816l


Package com.cc.framework.version

Class com.cc.framework.version.SystemType extends java.lang.Object implements Serializable

serialVersionUID: -2379206702691943677l

Serialized Fields

code

java.lang.String code
Code or internal key


name

java.lang.String name
Display value



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