Serialized Form


Package org.apache.click.extras.cayenne

Class org.apache.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 org.apache.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 org.apache.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 org.apache.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<E> 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 "/org/apache/click/extras/control/TabbedForm.htm".


Package org.apache.click.extras.control

Class org.apache.click.extras.control.AbstractContainerField extends Field implements Serializable

serialVersionUID: 1L

Serialized Fields

controls

List<E> controls
The list of controls.


controlMap

Map<K,V> controlMap
The map of controls keyed by field name.

Class org.apache.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.


parameters

Map<K,V> parameters
Additional parameters to send to server. Note the AutoCompleteTextField id is always sent as a parameter to the server in order for Click to identify the field.


behavior

Behavior behavior
The Field Ajax Behavior provides autocomplete support.

Class org.apache.click.extras.control.CheckList extends Field implements Serializable

serialVersionUID: 1L

Serialized Fields

dataProvider

DataProvider<T> dataProvider
The select data provider.


height

String height
The height if null not scrollable.


optionList

List<E> optionList
The Select Option list.


sortable

boolean sortable
If sortable by drag and drop.


sortorder

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


selectedValues

List<E> selectedValues
The selected values.

Class org.apache.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 org.apache.click.extras.control.CountrySelect extends Select implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

Locale locale
The Select comparator locale.

Class org.apache.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 org.apache.click.extras.control.DateField extends TextField implements Serializable

serialVersionUID: 1L

Serialized Fields

date

Date date
The DateField's date value.


dateFormat

SimpleDateFormat dateFormat
The date format.


formatPattern

String formatPattern
The date format pattern value.


calendarPattern

String calendarPattern
The JavaScript Calendar pattern.


showTime

boolean showTime
The Calendar popup show time display bar flag.


showCalendar

boolean showCalendar
Flag indicating if the Calendar popup is displayed or not, default value is true.


minimumYear

int minimumYear
The minimum year of the calendar, default value is 1930.


maximumYear

int maximumYear
The maximum year of the calendar, default value is 2050.


style

String style
The Calendar CSS style, default value: default. Available styles include: [blue, default, plain, red, silver]


renderHelp

boolean renderHelp
Indicates whether the help property should be rendered or not.

Class org.apache.click.extras.control.DoubleField extends NumberField implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.control.EmailField extends TextField implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.control.ExternalLink extends AbstractLink implements Serializable

serialVersionUID: 1L

Serialized Fields

targetPath

String targetPath
The target path.

Class org.apache.click.extras.control.FieldColumn extends Column implements Serializable

serialVersionUID: 1L

Serialized Fields

field

Field field
The columns field to process and render.

Class org.apache.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 org.apache.click.extras.control.HiddenList extends Field implements Serializable

serialVersionUID: 1L

Serialized Fields

valueObject

List<E> valueObject
The hidden values.

Class org.apache.click.extras.control.HtmlFieldSet extends FieldSet implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.control.HtmlForm extends Form implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.control.IntegerField extends NumberField implements Serializable

serialVersionUID: 1L

Class org.apache.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.


parameterName

String parameterName
An optional parameter name for the LinkDecorator.idProperty.

Class org.apache.click.extras.control.LongField extends NumberField implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.control.Menu extends AbstractControl implements Serializable

serialVersionUID: 1L

Serialized Fields

children

List<E> 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<E> 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<E> 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 org.apache.click.extras.control.MenuFactory extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.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 org.apache.click.extras.control.PageButton extends PageLink implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.control.PageSubmit extends Submit implements Serializable

serialVersionUID: 1L

Serialized Fields

pageClass

Class<T> pageClass
The target page to redirect to.

Class org.apache.click.extras.control.PickList extends Field implements Serializable

serialVersionUID: 1L

Serialized Fields

dataProvider

DataProvider<T> dataProvider
The select data provider.


height

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


optionList

List<E> optionList
The Option list.


selectedLabel

String selectedLabel
The label text for the selected list.


selectedValues

List<E> 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 org.apache.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 org.apache.click.extras.control.SubmitLink extends ActionLink implements Serializable

Serialized Fields

form

Form form
The SubmitLink parent Form.


parameterPrefix

String parameterPrefix
A parameter prefix to differentiate the link parameters from From parameters.

Class org.apache.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<E> 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 "/org/apache/click/extras/control/TabbedForm.htm".

Class org.apache.click.extras.control.TableInlinePaginator extends TablePaginator implements Serializable

serialVersionUID: 1L

Serialized Fields

paginatorMessages

AbstractControl paginatorMessages
Private Control which handles resource bundle properties.

Class org.apache.click.extras.control.TelephoneField extends TextField implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.control.VirtualKeyboard extends TextField implements Serializable

serialVersionUID: 1L


Package org.apache.click.extras.gae

Class org.apache.click.extras.gae.MemoryFileItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName
The name of the form field as provided by the browser.


contentType

String contentType
The content type passed by the browser, or null if not defined.


isFormField

boolean isFormField
Whether or not this item is a simple form field.


fileName

String fileName
The original filename in the user's filesystem.


headers

FileItemHeaders headers
The file items headers.


content

ByteArrayOutputStream content
The file item's uploaded content.


Package org.apache.click.extras.hibernate

Class org.apache.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

Session session
The Hibernate session.


sessionFactory

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 org.apache.click.extras.panel

Class org.apache.click.extras.panel.ListPanel extends Panel implements Serializable

serialVersionUID: 1L

Class org.apache.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 org.apache.click.extras.spring

Class org.apache.click.extras.spring.SpringClickServlet extends ClickServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

applicationContext

ApplicationContext applicationContext
Spring application context bean factory.


pageSetterBeansMap

Map<K,V> pageSetterBeansMap
The list of page injectable Spring beans, keyed on page class name.


Package org.apache.click.extras.tree

Class org.apache.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 org.apache.click.extras.tree.CheckboxTree.CheckboxCookieHandler extends Tree.CookieHandler implements Serializable

serialVersionUID: 1L

Class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionHandler extends Tree.SessionHandler implements Serializable

serialVersionUID: 1L

Class org.apache.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.


selectLink

ActionLink selectLink
The Tree node select / deselect link.


expandLink

ActionLink expandLink
The tree node expand / collapse link.


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<E> 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 org.apache.click.extras.tree.Tree.CookieHandler extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

expandedCookieName

String expandedCookieName
Name of cookie responsible for tracking the expanded node id's.


collapsedCookieName

String collapsedCookieName
Name of cookie responsible for tracking the expanded node id's.


javascriptRenderer

Tree.JavascriptRenderer javascriptRenderer
Variable holding a javascript renderer.


expandTracker

Set<E> expandTracker
Tracker for the expanded node id's.


collapsedTracker

Set<E> collapsedTracker
Tracker for the collapsed node id's.


expandedNodeCookieValue

String expandedNodeCookieValue
Value of the cookie responsible for tracking the expanded node id's.


collapsedNodeCookieValue

String collapsedNodeCookieValue
Value of the cookie responsible for tracking the collapsed node id's.

Class org.apache.click.extras.tree.Tree.SessionHandler extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

javascriptRenderer

Tree.JavascriptRenderer javascriptRenderer
Renders the needed javascript for this handler.


selectTracker

Map<K,V> selectTracker
Map of id's of all nodes that are on route to a selected node in the tree. The value of the map is a Integer indicating the number of times the id have been added to the map. This helps keep track of the number of parallel paths.

Class org.apache.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<E> children
List containing this nodes children.


icon

String icon
A custom icon the Tree will render for this node.