Serialized Form


Package net.sf.click.extras.cayenne

Class net.sf.click.extras.cayenne.CayenneForm extends Form implements Serializable

serialVersionUID: 1l

Serialized Fields

classField

HiddenField classField
The data object class name hidden field.


oidField

HiddenField oidField
The data object id hidden field.


metaDataApplied

boolean metaDataApplied
The flag specifying that object validation meta data has been applied to the form fields.

Class net.sf.click.extras.cayenne.PropertySelect extends Select implements Serializable

serialVersionUID: 1l

Serialized Fields

decorator

Decorator decorator
The option label rendering decorator.


queryName

String queryName
The name of the configured select query.


namedQuery

org.apache.cayenne.query.NamedQuery namedQuery
The option list Cayenne NamedQuery.


optional

boolean optional
The flag indicating whether the option list includes an empty option value. By default the list does not include an empty option value.


ordering

org.apache.cayenne.query.Ordering ordering
The select query ordering. By default the property select will be ordered by the optionLabel property in ascending order.


orderingApplied

boolean orderingApplied
The flag indicating whether the ordering has been applied.


optionLabel

String optionLabel
The data object property to render as the option label.


selectQuery

org.apache.cayenne.query.SelectQuery selectQuery
The option list Cayenne SelectQuery.


valueObject

org.apache.cayenne.DataObject valueObject
The property value object.

Class net.sf.click.extras.cayenne.QuerySelect extends Select implements Serializable

serialVersionUID: 1l

Serialized Fields

decorator

Decorator decorator
The option label rendering decorator.


expireCache

boolean expireCache
The flag specifying whether the cache should be ignored.


namedQuery

org.apache.cayenne.query.NamedQuery namedQuery
The option list Cayenne NamedQuery.


queryName

String queryName
The name of the configured select query.


optional

boolean optional
The flag indicating whether the option list includes an empty option value. By default the list does not include an empty option value.


optionLabel

String optionLabel
The query result property to render as the option label.


optionValue

String optionValue
The query result property to render as the option value.


selectQuery

org.apache.cayenne.query.SelectQuery selectQuery
The option list Cayenne SelectQuery.

Class net.sf.click.extras.cayenne.TabbedCayenneForm extends CayenneForm implements Serializable

serialVersionUID: 1l

Serialized Fields

backgroundColor

String backgroundColor
The form HTML background color. The default background color is "#EFEFEF".


displayTab

int displayTab
The tab number to display (indexed from 1). The default tab number is 1.


tabHeight

String tabHeight
The tab sheet height HTML attribute value.


tabSheets

List tabSheets
The list of FieldSet tab sheets.


tabWidth

String tabWidth
The tab sheet width HTML attribute value.


template

String template
The path of the tabbed form Velocity template to render. The default template path is "/net/sf/click/extras/control/TabbedForm.htm".


Package net.sf.click.extras.control

Class net.sf.click.extras.control.AbstractContainerField extends Field implements Serializable

Serialized Fields

container

AbstractContainer container
Internal container instance.

Class net.sf.click.extras.control.AutoCompleteTextField extends TextField implements Serializable

serialVersionUID: 1l

Serialized Fields

autoCompleteOptions

String autoCompleteOptions
The JavaScript 'script.aculo.us' Autocompleter initialization options, default value is: {minChars:1}.

Class net.sf.click.extras.control.CheckList extends Field implements Serializable

serialVersionUID: 1l

Serialized Fields

height

String height
The height if null not scrollable.


optionList

List optionList
The Select Option list.


sortable

boolean sortable
If sortable by drag and drop.


sortorder

List sortorder
The key of the values in the order they are present (only set when sortable).


selectedValues

List selectedValues
The selected values.

Class net.sf.click.extras.control.ColorPicker extends Field implements Serializable

serialVersionUID: 1l

Serialized Fields

showTextField

boolean showTextField
The show text field option for entering a color hex value. The default value is true.


size

int size
The text field size attribute. The default size is 7.

Class net.sf.click.extras.control.CountrySelect extends Select implements Serializable

serialVersionUID: 1l

Serialized Fields

locale

Locale locale
The Select comparator locale.

Class net.sf.click.extras.control.CreditCardField extends TextField implements Serializable

serialVersionUID: 1l

Serialized Fields

cardType

String cardType
The type of credit card: ["VISA" | "MASTER" | "AMEX" | "DINERS" | "DISCOVER"]. The default value is "VISA"


cardTypeSelect

Select cardTypeSelect
The card type Select.

Class net.sf.click.extras.control.DateField extends TextField implements Serializable

serialVersionUID: 1l

Serialized Fields

date

Date date
The DateField's date value.


calendarPattern

String calendarPattern
The JavaScript DHTML Calendar pattern.


dateFormat

SimpleDateFormat dateFormat
The date format.


formatPattern

String formatPattern
The date format pattern value.


showTime

boolean showTime
The Calendar popup show time display bar flag.


style

String style
The JSCalendar CSS style, default value: system.   Available styles include: [blue, blue2, brown, green, system, tas, win2k-1, win2k-2, win2k-cold-1, win2k-cold-2]

Class net.sf.click.extras.control.DoubleField extends NumberField implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.EmailField extends TextField implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.ExternalLink extends AbstractLink implements Serializable

serialVersionUID: 1l

Serialized Fields

targetPath

String targetPath
The target path.

Class net.sf.click.extras.control.FieldColumn extends Column implements Serializable

serialVersionUID: 1l

Serialized Fields

field

Field field
The columns field to process and render.

Class net.sf.click.extras.control.FormTable extends Table implements Serializable

serialVersionUID: 1l

Serialized Fields

form

Form form
The table form.


useInternalForm

boolean useInternalForm
Indicates whether an internal Form should be created, true by default.


renderSubmittedValues

boolean renderSubmittedValues
The render the posted form values flag, default value is true.

Class net.sf.click.extras.control.HtmlFieldSet extends FieldSet implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.HtmlForm extends Form implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.IntegerField extends NumberField implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.LinkDecorator extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

idProperty

String idProperty
The row object identifier property.


linksArray

AbstractLink[] linksArray
The array of AbstractLinks to render.


buttonsArray

ActionButton[] buttonsArray
The array of ActionButtons to render.


linkSeparator

String linkSeparator
The link separator string, default value is " | ".


table

Table table
The table to render the links for.

Class net.sf.click.extras.control.LongField extends NumberField implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.Menu extends AbstractControl implements Serializable

serialVersionUID: 1l

Serialized Fields

accessController

AccessController accessController
The menu security access controller.


children

List children
The list of submenu items.


external

boolean external
The menu path is to an external page flag, by default this value is false.


imageSrc

String imageSrc
The image src path attribute. If the image src is defined then a <img/> element will rendered inside the link when using the Menu Menu.toString() method.

If the image src value is prefixed with '/' then the request context path will be prefixed to the src value when rendered by the control.


label

String label
The menu display label.


pages

List pages
The list of valid page paths. If any of these page paths match the current request then the Menu item will be selected.


path

String path
The menu path.


roles

List roles
The list of valid role names.


separator

boolean separator
The menu separator flag.


target

String target
The target attribute.


title

String title
The tooltip title attribute.

Class net.sf.click.extras.control.NumberField extends TextField implements Serializable

serialVersionUID: 1l

Serialized Fields

maxvalue

double maxvalue
The maximum field value.


minvalue

double minvalue
The minimum field value.


numberFormat

NumberFormat numberFormat
The NumberFormat for formatting the output.


pattern

String pattern
The decimal pattern to use for a NumberFormat.

Class net.sf.click.extras.control.PageButton extends PageLink implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.PageSubmit extends Submit implements Serializable

serialVersionUID: 1l

Serialized Fields

pageClass

Class pageClass
The target page to redirect to.

Class net.sf.click.extras.control.PickList extends Field implements Serializable

serialVersionUID: 1l

Serialized Fields

height

int height
The list height. The default height is 8.


optionList

List optionList
The Option list.


selectedLabel

String selectedLabel
The label text for the selected list.


selectedValues

List selectedValues
The selected values.


size

int size
The component size (width) in pixels. The default size is 400px.


unselectedLabel

String unselectedLabel
The label text for the unselected list.

Class net.sf.click.extras.control.RegexField extends TextField implements Serializable

serialVersionUID: 1l

Serialized Fields

pattern

String pattern
The field pattern based on regular expression. If the pattern is specified, RegexField validates the field value using this.

Class net.sf.click.extras.control.TabbedForm extends Form implements Serializable

serialVersionUID: 1l

Serialized Fields

backgroundColor

String backgroundColor
The form HTML background color. The default background color is "#EFEFEF".


displayTab

int displayTab
The tab number to display (indexed from 1). The default tab number is 1.


tabHeight

String tabHeight
The tab sheet height HTML attribute value.


tabSheets

List tabSheets
The list of FieldSet tab sheets.


tabWidth

String tabWidth
The tab sheet width HTML attribute value.


template

String template
The path of the tabbed form Velocity template to render. The default template path is "/net/sf/click/extras/control/TabbedForm.htm".

Class net.sf.click.extras.control.TableInlinePaginator extends TablePaginator implements Serializable

serialVersionUID: 1l

Serialized Fields

paginatorMessages

AbstractControl paginatorMessages
Private Control which handles resource bundle properties.

Class net.sf.click.extras.control.TelephoneField extends TextField implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.control.VirtualKeyboard extends TextField implements Serializable

serialVersionUID: 1l


Package net.sf.click.extras.graph

Class net.sf.click.extras.graph.JSBarChart extends JSChart implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.graph.JSChart extends AbstractControl implements Serializable

Serialized Fields

chartHeight

int chartHeight
Height of the DIV element that encloses this chart, default height 350 px.


chartWidth

int chartWidth
Width of the DIV element that encloses this chart, default width 380 px.


label

String label
The chart display label.


xLabels

List xLabels
The list of X-Axis labels.


yValues

List yValues
The list of Y-Axis values.

Class net.sf.click.extras.graph.JSLineChart extends JSChart implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.graph.JSPieChart extends JSChart implements Serializable

serialVersionUID: 1l


Package net.sf.click.extras.hibernate

Class net.sf.click.extras.hibernate.HibernateForm extends Form implements Serializable

serialVersionUID: -7134198516606088333l

Serialized Fields

classField

HiddenField classField
The value object class name hidden field.


oidField

HiddenField oidField
The value object identifier hidden field.


session

org.hibernate.Session session
The Hibernate session.


sessionFactory

org.hibernate.SessionFactory sessionFactory
The Hibernate session factory.


metaDataApplied

boolean metaDataApplied
The flag specifying that object validation meta data has been applied to the form fields.


Package net.sf.click.extras.panel

Class net.sf.click.extras.panel.ListPanel extends Panel implements Serializable

serialVersionUID: 1l

Class net.sf.click.extras.panel.TabbedPanel extends Panel implements Serializable

serialVersionUID: 1l

Serialized Fields

activePanel

Panel activePanel
The currently active panel.


tabLink

ActionLink tabLink
The tab switch action link.


Package net.sf.click.extras.spring

Class net.sf.click.extras.spring.SpringClickServlet extends ClickServlet implements Serializable

serialVersionUID: 1l

Serialized Fields

applicationContext

ApplicationContext applicationContext
Spring application context bean factory.


pageSetterBeansMap

Map pageSetterBeansMap
The list of page injectable Spring beans, keyed on page class name.


Package net.sf.click.extras.tree

Class net.sf.click.extras.tree.CheckboxTree extends Tree implements Serializable

serialVersionUID: 1l

Serialized Fields

selectChildNodes

boolean selectChildNodes
Determines if the checkboxes of child nodes should also be selected/deselected, when a parent checkbox is selected/deselected.

Class net.sf.click.extras.tree.Tree extends AbstractControl implements Serializable

serialVersionUID: 1l

Serialized Fields

rootNode

TreeNode rootNode
The tree's hierarchical data model.


selectOrDeselectNodeIds

String[] selectOrDeselectNodeIds
Array of ids that must be selected or deselected.


expandOrCollapseNodeIds

String[] expandOrCollapseNodeIds
Array of ids that must be expanded or collapsed.


rootNodeDisplayed

boolean rootNodeDisplayed
Specifies if the root node should be displayed, or only its children. By default this value is false.


javascriptEnabled

boolean javascriptEnabled
Specifies if client side javascript functionality are enabled. By default this value is false.


listeners

List listeners
List of subscribed listeners to tree events.


javascriptPolicy

int javascriptPolicy
Current javascript policy in effect.


notifyListeners

boolean notifyListeners
Flag indicates if listeners should be notified of any state changes.

Class net.sf.click.extras.tree.TreeNode extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

id

String id
Each node must have a unique id in the tree. If a node is not provided an id, one is generated using the java.util.Random class.


selected

boolean selected
Indicates if the treeNode is currently selected.


expanded

boolean expanded
Indicates if the treeNode is currently expanded.


childrenSupported

boolean childrenSupported
Indicates if the treeNode supports children or not. This is useful to differentiate between files and directories with no children.


value

Object value
User provided value of this node.


treeDepth

int treeDepth
Specifies the depth of this tree.


parent

TreeNode parent
Each node except the top level node will have a parent.


children

List children
List containing this nodes children.