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

A

AMEX - Static variable in class net.sf.click.extras.control.CreditCardField
The American Express type credit card: "AMEX".
AbstractContainerField - class net.sf.click.extras.control.AbstractContainerField.
Provides an abstract convenience class that implements Container and extend Field.
AbstractContainerField() - Constructor for class net.sf.click.extras.control.AbstractContainerField
Create an AbstractContainerField with no name defined.
AbstractContainerField(String) - Constructor for class net.sf.click.extras.control.AbstractContainerField
Create an AbstractContainerField with the given name.
AbstractContainerField(String, String) - Constructor for class net.sf.click.extras.control.AbstractContainerField
Construct an AbstractContainerField with the given name and label.
AccessController - interface net.sf.click.extras.security.AccessController.
Provides an interface for controlling request access to security resources.
AutoCompleteTextField - class net.sf.click.extras.control.AutoCompleteTextField.
Provides an Auto Complete Text Field control:   <input type='text'>.
AutoCompleteTextField(String) - Constructor for class net.sf.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name.
AutoCompleteTextField(String, boolean) - Constructor for class net.sf.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name and required status.
AutoCompleteTextField(String, String) - Constructor for class net.sf.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name and label.
AutoCompleteTextField(String, String, boolean) - Constructor for class net.sf.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name, label and required status.
AutoCompleteTextField(String, String, int) - Constructor for class net.sf.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name, label and size.
AutoCompleteTextField() - Constructor for class net.sf.click.extras.control.AutoCompleteTextField
Create a AutoCompleteTextField with no name defined.
accessController - Variable in class net.sf.click.extras.control.Menu
The menu security access controller.
activatePageInstance(Page) - Method in class net.sf.click.extras.spring.SpringClickServlet
This method associates the ApplicationContext with any ApplicationContextAware pages and supports the deserialized of stateful pages.
activePanel - Variable in class net.sf.click.extras.panel.TabbedPanel
The currently active panel.
add(Control) - Method in class net.sf.click.extras.control.AbstractContainerField
 
add(Option) - Method in class net.sf.click.extras.control.CheckList
Add the given Option.
add(String) - Method in class net.sf.click.extras.control.CheckList
Add the given option value.
add(Field, int) - Method in class net.sf.click.extras.control.HtmlFieldSet
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Control, int) - Method in class net.sf.click.extras.control.HtmlFieldSet
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Field, int) - Method in class net.sf.click.extras.control.HtmlForm
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Control, int) - Method in class net.sf.click.extras.control.HtmlForm
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Option) - Method in class net.sf.click.extras.control.PickList
Add the given Option to the PickList.
add(Control) - Method in class net.sf.click.extras.panel.TabbedPanel
Add the control to the panel.
add(TreeNode) - Method in class net.sf.click.extras.tree.TreeNode
Adds the specified node as a child of this node and sets the child's parent to this node.
add(int, TreeNode) - Method in class net.sf.click.extras.tree.TreeNode
Adds the specified node at the specified index as a child of this node and sets the child's parent to this node.
addAll(Collection) - Method in class net.sf.click.extras.control.CheckList
Add the given Option collection to the CheckList.
addAll(Map) - Method in class net.sf.click.extras.control.CheckList
Add the given Map of option values and labels to the CheckList.
addAll(String[]) - Method in class net.sf.click.extras.control.CheckList
Add the given array of string options to the Select option list.
addAll(Collection, String, String) - Method in class net.sf.click.extras.control.CheckList
Add the given collection of objects to the CheckList, creating new Option instances based on the object properties specified by value and label.
addAll(Collection) - Method in class net.sf.click.extras.control.PickList
Add the given Option collection to the PickList.
addAll(Map) - Method in class net.sf.click.extras.control.PickList
Add the given Map of option values and labels to the PickList.
addAll(String[]) - Method in class net.sf.click.extras.control.PickList
Add the given array of string options to the PickList.
addAll(Collection, String, String) - Method in class net.sf.click.extras.control.PickList
Add the given collection of objects to the PickList, creating new Option instances based on the object properties specified by value and label.
addChildOnly(TreeNode) - Method in class net.sf.click.extras.tree.TreeNode
Adds the specified node as a child of this node but does NOT set the child's parent to this node.
addChildOnly(int, TreeNode) - Method in class net.sf.click.extras.tree.TreeNode
Adds the specified node at the specified index as a child of this node but does NOT set the child's parent to this node.
addColumn(Column) - Method in class net.sf.click.extras.control.FormTable
Add the column to the table.
addControl(Control) - Method in class net.sf.click.extras.panel.TabbedPanel
 
addListener(TreeListener) - Method in class net.sf.click.extras.tree.Tree
Adds the listener to start receiving tree events.
addPoint(String, Integer) - Method in class net.sf.click.extras.graph.JSChart
Adds a "point" to the grapic/chart at the end of the list.
addPoint(int, String, Integer) - Method in class net.sf.click.extras.graph.JSChart
Adds a "point" to the grapic/chart at a specified position in the list.
addSelectedValue(String) - Method in class net.sf.click.extras.control.PickList
Add the selected value.
addStyle(String) - Method in class net.sf.click.extras.control.CheckList
Deprecated. use @{link #setStyle(String, String)}
addTabSheet(FieldSet) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Add the given FieldSet tab sheet to the form.
addTabSheet(FieldSet) - Method in class net.sf.click.extras.control.TabbedForm
Add the given FieldSet tab sheet to the form.
applicationContext - Variable in class net.sf.click.extras.spring.SpringClickServlet
Spring application context bean factory.
applyMetaData() - Method in class net.sf.click.extras.cayenne.CayenneForm
Applies the DataObject validation database meta data to the form fields.
applyMetaData() - Method in class net.sf.click.extras.hibernate.HibernateForm
Applies the ClassMetadata validation database meta data to the form fields.
asSet(String, String) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
Returns the specified string value as a set, tokenizing the string based on the specified delimiter.
autoCompleteOptions - Variable in class net.sf.click.extras.control.AutoCompleteTextField
The JavaScript 'script.aculo.us' Autocompleter initialization options, default value is: {minChars:1}.
autoRollback - Variable in class net.sf.click.extras.cayenne.DataContextFilter
Automatically rollback any changes to the DataContext at the end of each request, the default value is true.

B

backgroundColor - Variable in class net.sf.click.extras.cayenne.TabbedCayenneForm
The form HTML background color.
backgroundColor - Variable in class net.sf.click.extras.control.TabbedForm
The form HTML background color.
bindExpandOrCollapseValues() - Method in class net.sf.click.extras.tree.Tree
This method binds the users request of expanded and collapsed nodes to the tree's nodes.
bindRequestValue() - Method in class net.sf.click.extras.cayenne.PropertySelect
Bind the request value to the control, looking up the DataObject based on the submitted primary key value and setting this object as the Select valueObject.
bindRequestValue() - Method in class net.sf.click.extras.cayenne.QuerySelect
Bind the request value to the control.
bindRequestValue() - Method in class net.sf.click.extras.control.AbstractContainerField
This method does nothing by default.
bindRequestValue() - Method in class net.sf.click.extras.control.CheckList
Bind the request submission, setting the CheckList.selectedValues and sort order if the checkList is sortable.
bindRequestValue() - Method in class net.sf.click.extras.control.CountrySelect
Bind the request value to the control.
bindRequestValue() - Method in class net.sf.click.extras.control.CreditCardField
Bind the request submission, setting the value property and CreditCardField.cardType property if defined in the request.
bindRequestValue() - Method in class net.sf.click.extras.control.PickList
Bind the request submission, setting the PickList.selectedValues property if defined in the request.
bindRequestValue() - Method in class net.sf.click.extras.tree.CheckboxTree
This method binds any expand/collapse changes from the request parameters.
bindRequestValue() - Method in class net.sf.click.extras.tree.Tree
This method binds any expand/collapse and select/deselect changes from the request parameters.
bindSelectOrDeselectValues() - Method in class net.sf.click.extras.tree.CheckboxTree
Binds the users request of selected nodes to the tree's nodes.
bindSelectOrDeselectValues() - Method in class net.sf.click.extras.tree.Tree
This method binds the users request of selected nodes to the tree's nodes.
buffer - Variable in class net.sf.click.extras.filter.CompressionResponseStream
The buffer through which all of our output bytes are passed.
bufferCount - Variable in class net.sf.click.extras.filter.CompressionResponseStream
The number of data bytes currently in the buffer.
buildString(String, String, String) - Method in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
Builds a new string consisting of a prefix, infix and postfix.
buttonsArray - Variable in class net.sf.click.extras.control.LinkDecorator
The array of ActionButtons to render.

C

CARD_OPTIONS - Static variable in class net.sf.click.extras.control.CreditCardField
The statically initialized card type options list.
CHART_RESOURCES - Static variable in class net.sf.click.extras.graph.JSBarChart
Chart resource file names.
CHART_RESOURCES - Static variable in class net.sf.click.extras.graph.JSLineChart
Chart resource file names.
CHART_RESOURCES - Static variable in class net.sf.click.extras.graph.JSPieChart
Chart resource file names.
COLLAPSE_ICON - Static variable in class net.sf.click.extras.tree.Tree
The tree's collapsed icon name: "collapsedIcon".
CayenneForm - class net.sf.click.extras.cayenne.CayenneForm.
Provides Cayenne data aware Form control:   <form method='POST'>.
CayenneForm(String, Class) - Constructor for class net.sf.click.extras.cayenne.CayenneForm
Create a new CayenneForm with the given form name and DataObject class.
CayenneForm(Class) - Constructor for class net.sf.click.extras.cayenne.CayenneForm
Create a new CayenneForm with the given DataObject class.
CayenneForm() - Constructor for class net.sf.click.extras.cayenne.CayenneForm
Create an CayenneForm with no name or dataObjectClass.
CayenneTemplate - class net.sf.click.extras.cayenne.CayenneTemplate.
Provides base Cayenne data access object or service class to extend, following the Spring DAO template pattern.
CayenneTemplate() - Constructor for class net.sf.click.extras.cayenne.CayenneTemplate
 
CayenneUtils - class net.sf.click.extras.cayenne.CayenneUtils.
Provides Cayenne DataObject utility methods to looking up object by their primary key.
CayenneUtils() - Constructor for class net.sf.click.extras.cayenne.CayenneUtils
 
CheckList - class net.sf.click.extras.control.CheckList.
Provides a scrollable check list.
CheckList(String) - Constructor for class net.sf.click.extras.control.CheckList
Create a CheckList field with the given name.
CheckList(String, String) - Constructor for class net.sf.click.extras.control.CheckList
Create a CheckList field with the given name and label.
CheckList(String, boolean) - Constructor for class net.sf.click.extras.control.CheckList
Create a CheckList field with the given name and required status.
CheckList(String, String, boolean) - Constructor for class net.sf.click.extras.control.CheckList
Create a CheckList field with the given name, label and required status.
CheckList() - Constructor for class net.sf.click.extras.control.CheckList
Create a CheckList field with no name defined.
CheckboxTree - class net.sf.click.extras.tree.CheckboxTree.
Implementation of a tree control that provides checkboxes to enable selection of nodes.
CheckboxTree(String) - Constructor for class net.sf.click.extras.tree.CheckboxTree
Create an Tree control for the given name.
CheckboxTree() - Constructor for class net.sf.click.extras.tree.CheckboxTree
Create a Tree with no name defined.
CheckboxTree.BaseCheckboxJavascriptRenderer - class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer.
Please note this class is only meant for developers of this control, not users.
CheckboxTree.BaseCheckboxJavascriptRenderer() - Constructor for class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
CheckboxTree.CheckboxCookieHandler - class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieHandler.
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxCookieHandler(Context) - Constructor for class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieHandler
Creates and initializes a new CookieHandler.
CheckboxTree.CheckboxCookieJavascriptRenderer - class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer.
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxCookieJavascriptRenderer(String, String) - Constructor for class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
Default constructor.
CheckboxTree.CheckboxJavascriptRenderer - interface net.sf.click.extras.tree.CheckboxTree.CheckboxJavascriptRenderer.
Please note this interface is only meant for developers of this control, not users.
CheckboxTree.CheckboxSessionHandler - class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionHandler.
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxSessionHandler(Context) - Constructor for class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionHandler
Creates and initializes a new CheckboxSessionHandler.
CheckboxTree.CheckboxSessionJavascriptRenderer - class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer.
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxSessionJavascriptRenderer() - Constructor for class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
ColorPicker - class net.sf.click.extras.control.ColorPicker.
Provides a ColorPicker control:   <input type='text'><img>.
ColorPicker(String) - Constructor for class net.sf.click.extras.control.ColorPicker
Construct a ColorPicker with the given name.
ColorPicker(String, String) - Constructor for class net.sf.click.extras.control.ColorPicker
Construct the ColorPicker with the given name and label.
ColorPicker(String, boolean) - Constructor for class net.sf.click.extras.control.ColorPicker
Construct a ColorPicker with the given name and required status.
ColorPicker(String, boolean, boolean) - Constructor for class net.sf.click.extras.control.ColorPicker
Constructs a ColorPicker with the given name, required status and display text field option.
ColorPicker() - Constructor for class net.sf.click.extras.control.ColorPicker
Create a ColorPicker with no name defined.
CompressionFilter - class net.sf.click.extras.filter.CompressionFilter.
Provides a GZIP compression Filter to compress HTML ServletResponse content.
CompressionFilter() - Constructor for class net.sf.click.extras.filter.CompressionFilter
 
CompressionResponseStream - class net.sf.click.extras.filter.CompressionResponseStream.
Provides an implementation of ServletOutputStream that works with the CompressionServletResponseWrapper implementation.
CompressionResponseStream(HttpServletResponse) - Constructor for class net.sf.click.extras.filter.CompressionResponseStream
Construct a servlet output stream associated with the specified Response.
CompressionServletResponseWrapper - class net.sf.click.extras.filter.CompressionServletResponseWrapper.
Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation.
CompressionServletResponseWrapper(HttpServletResponse) - Constructor for class net.sf.click.extras.filter.CompressionServletResponseWrapper
Calls the parent constructor which creates a ServletResponse adaptor wrapping the given response object.
CountrySelect - class net.sf.click.extras.control.CountrySelect.
Provides a Country Select control:   <select></select>.
CountrySelect(String) - Constructor for class net.sf.click.extras.control.CountrySelect
Create a CountrySelect field with the given name.
CountrySelect(String, String) - Constructor for class net.sf.click.extras.control.CountrySelect
Create a CountrySelect field with the given name and label.
CountrySelect(String, boolean) - Constructor for class net.sf.click.extras.control.CountrySelect
Create a CountrySelect field with the given name and required status.
CountrySelect(String, String, boolean) - Constructor for class net.sf.click.extras.control.CountrySelect
Create a CountrySelect field with the given name, label and required status.
CountrySelect(String, String, Locale) - Constructor for class net.sf.click.extras.control.CountrySelect
Create a CountrySelect field with the given name, label and locale.
CountrySelect() - Constructor for class net.sf.click.extras.control.CountrySelect
Create a CountrySelect field with no name defined.
CreditCardField - class net.sf.click.extras.control.CreditCardField.
Provides a Credit Card control:   <input type='text'><select>.
CreditCardField(String) - Constructor for class net.sf.click.extras.control.CreditCardField
Construct the credit card field with the given name.
CreditCardField(String, String) - Constructor for class net.sf.click.extras.control.CreditCardField
Construct the credit card field with the given name and label.
CreditCardField(String, boolean) - Constructor for class net.sf.click.extras.control.CreditCardField
Construct the credit card field with the given name and required status.
CreditCardField(String, String, boolean) - Constructor for class net.sf.click.extras.control.CreditCardField
Construct the credit card field with the given name, label and required status.
CreditCardField() - Constructor for class net.sf.click.extras.control.CreditCardField
Create a credit card field with no name defined.
cacheDuration - Variable in class net.sf.click.extras.service.FreemarkerTemplateService
The production/profile mode cache duration in seconds.
cacheMaxAge - Variable in class net.sf.click.extras.filter.PerformanceFilter
The configured cache max age in seconds, default value is 1 year.
cacheTreeDepth(int) - Method in class net.sf.click.extras.tree.TreeNode
Stores the specified depth in a variable for fast retrieval.
calcTreeDepth() - Method in class net.sf.click.extras.tree.TreeNode
Calculate and return the depth of the tree where this node is set as the root of the calculation.
calcTreeDepth(boolean) - Method in class net.sf.click.extras.tree.TreeNode
Calculate and return the depth of the tree where this node is set as the root of the calculation.
calendarPattern - Variable in class net.sf.click.extras.control.DateField
The JavaScript DHTML Calendar pattern.
callback(TreeNode) - Method in interface net.sf.click.extras.tree.Tree.Callback
Callback on the provided tree node.
cardType - Variable in class net.sf.click.extras.control.CreditCardField
The type of credit card: ["VISA" | "MASTER" | "AMEX" | "DINERS" | "DISCOVER"].
cardTypeSelect - Variable in class net.sf.click.extras.control.CreditCardField
The card type Select.
chartHeight - Variable in class net.sf.click.extras.graph.JSChart
Height of the DIV element that encloses this chart, default height 350 px.
chartWidth - Variable in class net.sf.click.extras.graph.JSChart
Width of the DIV element that encloses this chart, default width 380 px.
checkboxId - Variable in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the id of the checkbox html element.
checkboxOnClickString - Variable in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the javascript call when user clicks on checkbox.
checkboxRenderer - Variable in class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
A delegate for javascript rendering.
checkboxRenderer - Variable in class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
A delegate for javascript rendering.
children - Variable in class net.sf.click.extras.control.Menu
The list of submenu items.
classField - Variable in class net.sf.click.extras.cayenne.CayenneForm
The data object class name hidden field.
classField - Variable in class net.sf.click.extras.hibernate.HibernateForm
The value object class name hidden field.
cleanupSession() - Method in class net.sf.click.extras.tree.Tree
Utility method that force the Tree to remove any entries it made in the HttpSession.
clearValues() - Method in class net.sf.click.extras.cayenne.CayenneForm
Clear all the form field values setting them to null.
close() - Method in class net.sf.click.extras.filter.CompressionResponseStream
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - Static method in class net.sf.click.extras.hibernate.SessionContext
Close the Session held by the current Thread.
closed - Variable in class net.sf.click.extras.filter.CompressionResponseStream
Has this stream been closed?
closed() - Method in class net.sf.click.extras.filter.CompressionResponseStream
Has this response stream been closed?
collapse(String) - Method in class net.sf.click.extras.tree.Tree
Collapse the node with matching id and inform any listeners of the change.
collapse(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Collapse the node and inform any listeners of the change.
collapseAll() - Method in class net.sf.click.extras.tree.Tree
Collapse all the nodes of the tree and inform any listeners of the change.
collapsedCookieName - Variable in class net.sf.click.extras.tree.Tree.CookieHandler
Name of cookie responsible for tracking the expanded node id's.
commitChanges() - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Commit any changes in the thread local DataContext.
compressionThreshold - Variable in class net.sf.click.extras.filter.CompressionFilter
The threshold number to compress, default value is 2048 bytes.
compressionThreshold - Variable in class net.sf.click.extras.filter.CompressionResponseStream
The threshold number which decides to compress or not.
compressionThreshold - Variable in class net.sf.click.extras.filter.PerformanceFilter
The threshold number to compress, default value is 384 bytes.
configService - Variable in class net.sf.click.extras.filter.CompressionFilter
The application configuration service.
configService - Variable in class net.sf.click.extras.filter.PerformanceFilter
The application configuration service.
configService - Variable in class net.sf.click.extras.service.FreemarkerTemplateService
The application configuration service.
configuration - Variable in class net.sf.click.extras.service.FreemarkerTemplateService
The Freemarker engine configuration.
configured - Variable in class net.sf.click.extras.filter.CompressionFilter
The fitler has been configured flag.
configured - Variable in class net.sf.click.extras.filter.PerformanceFilter
The fitler has been configured flag.
container - Variable in class net.sf.click.extras.control.AbstractContainerField
Internal container instance.
contains(Control) - Method in class net.sf.click.extras.control.AbstractContainerField
 
contentType - Variable in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Content type.
createAndRegisterNewObject(Class) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Instantiates new object and registers it with itself.
createConfiguration() - Method in class net.sf.click.extras.hibernate.SessionContext
Creates and returns a new Configuration instance.
createDecorator() - Method in class net.sf.click.extras.tree.CheckboxTree
Creates and returns a custom Decorator that will render a Checkbox for each tree node.
createJavascriptHandler(int) - Method in class net.sf.click.extras.tree.CheckboxTree
Creates and return a new JavascriptHandler for the specified tree node.
createJavascriptHandler(int) - Method in class net.sf.click.extras.tree.Tree
Creates a new JavascriptHandler based on the specified policy.
createObjectId(ObjectContext, Class, Object) - Static method in class net.sf.click.extras.cayenne.CayenneUtils
Create a new ObjectId for the given ObjectContext, data object class and primary key.
createOutputStream() - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Create and return a ServletOutputStream to write the content associated with this Response.

D

DEFAULT_CACHE_MAX_AGE - Static variable in class net.sf.click.extras.filter.PerformanceFilter
Default cache max-age in seconds (1 year): 31536000.
DEFAULT_CONFIG_FILE - Static variable in class net.sf.click.extras.control.Menu
The menu configuration filename:   "/WEB-INF/menu.xml".
DINERS - Static variable in class net.sf.click.extras.control.CreditCardField
The Diners Club type credit card: "DINERS".
DISCOVER - Static variable in class net.sf.click.extras.control.CreditCardField
The Discovery type credit card: "DISCOVER".
DataContextFilter - class net.sf.click.extras.cayenne.DataContextFilter.
Provides a servlet filter which binds DataContext objects to the request.
DataContextFilter() - Constructor for class net.sf.click.extras.cayenne.DataContextFilter
 
DateField - class net.sf.click.extras.control.DateField.
Provides a Date Field control:   <input type='text'><img>.
DateField(String) - Constructor for class net.sf.click.extras.control.DateField
Construct the Date Field with the given name.
DateField(String, String) - Constructor for class net.sf.click.extras.control.DateField
Construct the Date Field with the given name and label.
DateField(String, boolean) - Constructor for class net.sf.click.extras.control.DateField
Construct the Date Field with the given name and required status.
DateField(String, String, boolean) - Constructor for class net.sf.click.extras.control.DateField
Construct the Date Field with the given name, label and required status.
DateField(String, String, int) - Constructor for class net.sf.click.extras.control.DateField
Construct the Date Field with the given name, label and size.
DateField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.DateField
Construct the Date Field with the given name, label, size and required status.
DateField() - Constructor for class net.sf.click.extras.control.DateField
Create a Date Field with no name defined.
DoubleField - class net.sf.click.extras.control.DoubleField.
Provides a Double Field control:   <input type='text'>.
DoubleField(String) - Constructor for class net.sf.click.extras.control.DoubleField
Construct a DoubleField with the given name.
DoubleField(String, String) - Constructor for class net.sf.click.extras.control.DoubleField
Construct a DoubleField with the given name and label.
DoubleField(String, boolean) - Constructor for class net.sf.click.extras.control.DoubleField
Construct a DoubleField with the given name and required status.
DoubleField(String, String, boolean) - Constructor for class net.sf.click.extras.control.DoubleField
Construct a DoubleField with the given name, label and required status.
DoubleField(String, String, int) - Constructor for class net.sf.click.extras.control.DoubleField
Construct the DoubleField with the given name, label and size.
DoubleField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.DoubleField
Construct the DoubleField with the given name, label, size and required status.
DoubleField() - Constructor for class net.sf.click.extras.control.DoubleField
Create a DoubleField with no name defined.
dataObject - Variable in class net.sf.click.extras.cayenne.CayenneForm
A transient dataObject handle for detecting a committed object.
date - Variable in class net.sf.click.extras.control.DateField
The DateField's date value.
dateFormat - Variable in class net.sf.click.extras.control.DateField
The date format.
debug(Object) - Method in class net.sf.click.extras.service.JdkLogService
Log the message at Level.FINE level.
debug(Object, Throwable) - Method in class net.sf.click.extras.service.JdkLogService
Log the message and error at Level.FINE level.
debug(Object) - Method in class net.sf.click.extras.service.Log4JLogService
 
debug(Object, Throwable) - Method in class net.sf.click.extras.service.Log4JLogService
 
decorator - Variable in class net.sf.click.extras.cayenne.PropertySelect
The option label rendering decorator.
decorator - Variable in class net.sf.click.extras.cayenne.QuerySelect
The option label rendering decorator.
deleteObject(DataObject) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Schedules an object for deletion on the next commit of this DataContext.
deselect(String) - Method in class net.sf.click.extras.tree.Tree
Deselect the node with matching id and inform any listeners of the change.
deselect(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Deselect the node and inform any listeners of the change.
deselectAll() - Method in class net.sf.click.extras.tree.Tree
Deselect all the nodes of the tree and inform any listeners of the change.
destroy() - Method in class net.sf.click.extras.cayenne.DataContextFilter
Destroy the DataContextFilter.
destroy() - Method in class net.sf.click.extras.filter.CompressionFilter
Take this filter out of service.
destroy() - Method in class net.sf.click.extras.filter.PerformanceFilter
Take this filter out of service.
destroy() - Method in class net.sf.click.extras.hibernate.SessionFilter
 
destroy() - Method in class net.sf.click.extras.tree.Tree.CookieHandler
 
destroy() - Method in interface net.sf.click.extras.tree.Tree.JavascriptHandler
Called to indicate the user request cycle is complete.
destroy() - Method in class net.sf.click.extras.tree.Tree.SessionHandler
 
displayTab - Variable in class net.sf.click.extras.cayenne.TabbedCayenneForm
The tab number to display (indexed from 1).
displayTab - Variable in class net.sf.click.extras.control.TabbedForm
The tab number to display (indexed from 1).
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.click.extras.cayenne.DataContextFilter
This filter binds the session DataContext to the current thread, and removes the DataContext from the thread once the chained request has completed.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.click.extras.filter.CompressionFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.click.extras.filter.PerformanceFilter
Perform the filter operation applying any necessary Expire headers and compressing the response content.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.click.extras.hibernate.SessionFilter
Close any user defined sessions if present.

E

EXPAND_ICON - Static variable in class net.sf.click.extras.tree.Tree
The tree's expand icon name: "expandedIcon".
EXPAND_TREE_NODE_PARAM - Static variable in class net.sf.click.extras.tree.Tree
The tree's expand/collapse parameter name: "expandTreeNode".
EmailField - class net.sf.click.extras.control.EmailField.
Provides a Email Field control:   <input type='text'>.
EmailField(String) - Constructor for class net.sf.click.extras.control.EmailField
Construct an Email Field with the given name.
EmailField(String, String) - Constructor for class net.sf.click.extras.control.EmailField
Construct an Email Field with the given name and label.
EmailField(String, boolean) - Constructor for class net.sf.click.extras.control.EmailField
Construct an Email Field with the given name and required status.
EmailField(String, String, boolean) - Constructor for class net.sf.click.extras.control.EmailField
Construct an Email Field with the given name, label and required status.
EmailField(String, String, int) - Constructor for class net.sf.click.extras.control.EmailField
Construct the Email Field with the given name, label and size.
EmailField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.EmailField
Construct the Email Field with the given name, label, size and required status.
EmailField() - Constructor for class net.sf.click.extras.control.EmailField
Create an Email Field with no name defined.
ExternalLink - class net.sf.click.extras.control.ExternalLink.
Provides an External Link control:   <a href="" ></a>.
ExternalLink(String) - Constructor for class net.sf.click.extras.control.ExternalLink
Create an ExternalLink for the given name.
ExternalLink(String, String) - Constructor for class net.sf.click.extras.control.ExternalLink
Create an ExternalLink for the given name and target Page class.
ExternalLink() - Constructor for class net.sf.click.extras.control.ExternalLink
Create an ExternalLink with no name defined.
equals(Object) - Method in class net.sf.click.extras.tree.TreeNode
Checks if this node's id is equals to the specified node's id.
error(Object) - Method in class net.sf.click.extras.service.JdkLogService
Log the message at Level.SEVERE level.
error(Object, Throwable) - Method in class net.sf.click.extras.service.JdkLogService
Log the message and error at Level.SEVERE level.
error(Object) - Method in class net.sf.click.extras.service.Log4JLogService
 
error(Object, Throwable) - Method in class net.sf.click.extras.service.Log4JLogService
 
excludeDirs - Variable in class net.sf.click.extras.filter.PerformanceFilter
The cachable-path exclude directories.
excludeFiles - Variable in class net.sf.click.extras.filter.PerformanceFilter
The cachable-path exclude files.
expand(String) - Method in class net.sf.click.extras.tree.Tree
Expand the node with matching id and inform any listeners of the change.
expand(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Expand the node and inform any listeners of the change.
expandAll() - Method in class net.sf.click.extras.tree.Tree
Expand all the nodes of the tree and inform any listeners of the change.
expandId - Variable in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
holds the id of the expand html element.
expandOrCollapse(String[]) - Method in class net.sf.click.extras.tree.Tree
Swaps the expand state of all TreeNodes with specified id's.
expandOrCollapseNodeIds - Variable in class net.sf.click.extras.tree.Tree
Array of ids that must be expanded or collapsed.
expandedCookieName - Variable in class net.sf.click.extras.tree.Tree.CookieHandler
Name of cookie responsible for tracking the expanded node id's.
expireCache - Variable in class net.sf.click.extras.cayenne.QuerySelect
The flag specifying whether the cache should be ignored.
external - Variable in class net.sf.click.extras.control.Menu
The menu path is to an external page flag, by default this value is false.

F

FOREVER_CACHE_MAX_AGE - Static variable in class net.sf.click.extras.filter.PerformanceFilter
Forever cache max-age in seconds (5 years).
FO_CLASS - Static variable in class net.sf.click.extras.cayenne.CayenneForm
The form data object classname parameter name.
FO_CLASS - Static variable in class net.sf.click.extras.hibernate.HibernateForm
The form value object classname parameter name.
FO_ID - Static variable in class net.sf.click.extras.cayenne.CayenneForm
The form data object id parameter name.
FO_ID - Static variable in class net.sf.click.extras.hibernate.HibernateForm
The form value object id parameter name.
FieldColumn - class net.sf.click.extras.control.FieldColumn.
Provides a FieldColumn for rendering table data cells.
FieldColumn(String) - Constructor for class net.sf.click.extras.control.FieldColumn
Create a table field column with the given property name.
FieldColumn(String, Field) - Constructor for class net.sf.click.extras.control.FieldColumn
Create a table field column with the given property name and field.
FieldColumn(String, String) - Constructor for class net.sf.click.extras.control.FieldColumn
Create a table field column with the given property name and header title.
FieldColumn(String, String, Field) - Constructor for class net.sf.click.extras.control.FieldColumn
Create a table field column with the given property name, header title and field.
FieldColumn() - Constructor for class net.sf.click.extras.control.FieldColumn
Create a FieldColumn with no name or field defined.
FormTable - class net.sf.click.extras.control.FormTable.
Provides a FormTable data grid control.
FormTable(String, Form) - Constructor for class net.sf.click.extras.control.FormTable
Create an FormTable for the given name and Form.
FormTable(String) - Constructor for class net.sf.click.extras.control.FormTable
Create a FormTable for the given name.
FormTable() - Constructor for class net.sf.click.extras.control.FormTable
Create a FormTable with no name defined.
FreemarkerTemplateService - class net.sf.click.extras.service.FreemarkerTemplateService.
Provides a Freemarker TemplateService class.
FreemarkerTemplateService() - Constructor for class net.sf.click.extras.service.FreemarkerTemplateService
 
field - Variable in class net.sf.click.extras.control.FieldColumn
The columns field to process and render.
filterConfig - Variable in class net.sf.click.extras.filter.PerformanceFilter
The filter configuration object we are associated with.
find(String) - Method in class net.sf.click.extras.tree.Tree
Finds and returns the first node that matches the id.
find(TreeNode, String) - Method in class net.sf.click.extras.tree.Tree
Finds and returns the first node that matches the id, starting the search from the specified node.
findObject(Class, String, Object) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Find the data object for the specified class, property name and property value, or null if no data object was found.
finishResponse() - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Finish a response.
fireNodeCollapsed(TreeNode, boolean) - Method in class net.sf.click.extras.tree.Tree
Notifies all listeners currently registered with the tree, about any collapse events.
fireNodeDeselected(TreeNode, boolean) - Method in class net.sf.click.extras.tree.Tree
Notifies all listeners currently registered with the tree, about any deselection events.
fireNodeExpanded(TreeNode, boolean) - Method in class net.sf.click.extras.tree.Tree
Notifies all listeners currently registered with the tree, about any expand events.
fireNodeSelected(TreeNode, boolean) - Method in class net.sf.click.extras.tree.Tree
Notifies all listeners currently registered with the tree, about any selection events.
flush() - Method in class net.sf.click.extras.filter.CompressionResponseStream
Flush any buffered data for this output stream, which also causes the response to be committed.
flushBuffer() - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Flush the buffer and commit this response.
flushToGZip() - Method in class net.sf.click.extras.filter.CompressionResponseStream
Flush the buffer to the gzip stream.
form - Variable in class net.sf.click.extras.control.FormTable
The table form.
formatPattern - Variable in class net.sf.click.extras.control.DateField
The date format pattern value.

G

getAccessController() - Method in class net.sf.click.extras.control.Menu
Return the menu access controller.
getActivePanel() - Method in class net.sf.click.extras.panel.TabbedPanel
Return the currently active panel.
getApplicationContext() - Method in class net.sf.click.extras.spring.SpringClickServlet
Return the configured Spring application context.
getAutoCompleteList(String) - Method in class net.sf.click.extras.control.AutoCompleteTextField
Return the list of suggested values for the given search criteria.
getAutoCompleteOptions() - Method in class net.sf.click.extras.control.AutoCompleteTextField
Return the JavaScript 'script.aculo.us' Autocompleter initialization options, default value is: {}.
getBackgroundColor() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return the form HTML background color.
getBackgroundColor() - Method in class net.sf.click.extras.control.TabbedForm
Return the form HTML background color.
getButtonsHtml() - Method in class net.sf.click.extras.control.FormTable
Return the form buttons HTML string representation.
getCacheDuration() - Method in class net.sf.click.extras.service.FreemarkerTemplateService
Return the template cache duration in seconds to use when the application is in "productin" or "profile" mode.
getCalendarPattern() - Method in class net.sf.click.extras.control.DateField
Return the JavaScript DHTML Calendar pattern.
getCardNumber() - Method in class net.sf.click.extras.control.CreditCardField
Return the Credit Card number.
getCardType() - Method in class net.sf.click.extras.control.CreditCardField
Return the selected Credit Card type:   [ "VISA" | "MASTER" | "AMEX" | "DINERS" | "DISCOVER" ].
getChartHeight() - Method in class net.sf.click.extras.graph.JSChart
Return the height of the chart (the enclosing DIV element).
getChartResources() - Method in class net.sf.click.extras.graph.JSBarChart
Return the list of static chart resources to deploy.
getChartResources() - Method in class net.sf.click.extras.graph.JSChart
Return the list of static chart resources to deploy.
getChartResources() - Method in class net.sf.click.extras.graph.JSLineChart
Return the list of static chart resources to deploy.
getChartResources() - Method in class net.sf.click.extras.graph.JSPieChart
Return the list of static chart resources to deploy.
getChartWidth() - Method in class net.sf.click.extras.graph.JSChart
Return the width of the chart (the enclosing DIV element).
getChildren() - Method in class net.sf.click.extras.control.Menu
Return list of of submenu items.
getChildren() - Method in class net.sf.click.extras.tree.TreeNode
Returns a unmodifiable list of this nodes children.
getClassname(Class) - Method in class net.sf.click.extras.hibernate.HibernateForm
Return the original classname for the given class removing any CGLib proxy information.
getConfigService() - Method in class net.sf.click.extras.filter.CompressionFilter
Return the application configuration service.
getConfigService() - Method in class net.sf.click.extras.filter.PerformanceFilter
Return the application configuration service.
getContainer() - Method in class net.sf.click.extras.control.AbstractContainerField
Return the internal container instance.
getControl(String) - Method in class net.sf.click.extras.control.AbstractContainerField
 
getControlMap() - Method in class net.sf.click.extras.control.AbstractContainerField
Return the map of controls where each map's key / value pair will consist of the control name and instance.
getControlSizeEst() - Method in class net.sf.click.extras.control.AbstractContainerField
 
getControlSizeEst() - Method in class net.sf.click.extras.control.CheckList
 
getControlSizeEst() - Method in class net.sf.click.extras.control.ColorPicker
 
getControlSizeEst() - Method in class net.sf.click.extras.control.CreditCardField
 
getControlSizeEst() - Method in class net.sf.click.extras.control.FormTable
 
getControlSizeEst() - Method in class net.sf.click.extras.tree.Tree
 
getControls() - Method in class net.sf.click.extras.control.AbstractContainerField
 
getDataContext() - Method in class net.sf.click.extras.cayenne.CayenneForm
Return the thread local DataContext obtained via DataContext.getThreadDataContext().
getDataContext() - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Return the thread local DataContext.
getDataContext(HttpServletRequest) - Method in class net.sf.click.extras.cayenne.DataContextFilter
Return a DataContext instance.
getDataObject(boolean) - Method in class net.sf.click.extras.cayenne.CayenneForm
Return a DataObject from the form, with the form field values set on the object if the copyTo parameter is true.
getDataObject() - Method in class net.sf.click.extras.cayenne.CayenneForm
Return a DataObject from the form with the form field values set on the object's properties.
getDataObjectClass() - Method in class net.sf.click.extras.cayenne.CayenneForm
Return the Class of the form DataObject.
getDataObjectPk() - Method in class net.sf.click.extras.cayenne.CayenneForm
Return the DataObject primary key.
getDate() - Method in class net.sf.click.extras.control.DateField
Return the field Date value, or null if value was empty or a parsing error occurred.
getDateFormat() - Method in class net.sf.click.extras.control.DateField
Return the SimpleDateFormat for the DateField.formatPattern property.
getDecorator() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return the option label rendering decorator.
getDecorator() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return the option label rendering decorator.
getDecorator() - Method in class net.sf.click.extras.tree.Tree
Get the tree's decorator.
getDisplayTab() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return the number of the tab sheet to display (indexed from 1).
getDisplayTab() - Method in class net.sf.click.extras.control.TabbedForm
Return the number of the tab sheet to display (indexed from 1).
getDouble() - Method in class net.sf.click.extras.control.DoubleField
Return the field Double value, or null if value was empty or a parsing error occured.
getExpandClass(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Query the specified treeNode and check which css class to apply.
getExpandedNodes(boolean) - Method in class net.sf.click.extras.tree.Tree
Returns all the nodes that were expanded.
getExpireCache() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return true if the query should expire the cache.
getField() - Method in class net.sf.click.extras.control.FieldColumn
Return the column editor field.
getFilterConfig() - Method in class net.sf.click.extras.filter.CompressionFilter
Return filter config.
getFilterConfig() - Method in class net.sf.click.extras.filter.PerformanceFilter
Return filter config.
getFirstDayOfWeek() - Method in class net.sf.click.extras.control.DateField
Return the first day of the week.
getFloat() - Method in class net.sf.click.extras.control.DoubleField
Return the field Float value, or null if value was empty or a parsing error occured.
getFocusJavaScript() - Method in class net.sf.click.extras.control.CheckList
Return the Field focus JavaScript.
getForm() - Method in class net.sf.click.extras.control.FormTable
Return the form object associated with this FormTable.
getFormSizeEst(List) - Method in class net.sf.click.extras.control.HtmlForm
 
getFormatPattern() - Method in class net.sf.click.extras.control.DateField
Return the SimpleDateFormat pattern.
getHeight() - Method in class net.sf.click.extras.control.CheckList
The css-height attribute.
getHeight() - Method in class net.sf.click.extras.control.PickList
Return the list height.
getHref() - Method in class net.sf.click.extras.control.ExternalLink
Return the ExternalLink anchor <a> tag href attribute.
getHref() - Method in class net.sf.click.extras.control.Menu
Return the menu anchor HREF attribute.
getHref(Map) - Method in class net.sf.click.extras.tree.Tree
Return an anchor <a> tag href attribute for the given parameters.
getHtmlClass() - Method in class net.sf.click.extras.control.CheckList
Deprecated. use AbstractControl.getAttribute(String) instead
getHtmlImportPattern() - Method in class net.sf.click.extras.graph.JSBarChart
Return the HTML imports pattern string.
getHtmlImportPattern() - Method in class net.sf.click.extras.graph.JSChart
Return the HTML imports pattern string.
getHtmlImportPattern() - Method in class net.sf.click.extras.graph.JSLineChart
Return the HTML imports pattern string.
getHtmlImportPattern() - Method in class net.sf.click.extras.graph.JSPieChart
Return the HTML imports pattern string.
getHtmlImports() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return the HTML head import statements for the CSS stylesheet file: click/TabbedForm.css.
getHtmlImports() - Method in class net.sf.click.extras.control.AbstractContainerField
Return the HTML head import statements for contained controls.
getHtmlImports() - Method in class net.sf.click.extras.control.AutoCompleteTextField
Return the HTML CSS and JavaScript includes.
getHtmlImports() - Method in class net.sf.click.extras.control.CheckList
Returns the CSS and JavaScript imports and adds the script the checklist onload event.
getHtmlImports() - Method in class net.sf.click.extras.control.ColorPicker
Return the HTML head import statements for the JavaScript files click/prototype.js) and click/colorpicker.js.
getHtmlImports() - Method in class net.sf.click.extras.control.CreditCardField
Return the HTML head import statements for the CreditCardField.js.
getHtmlImports() - Method in class net.sf.click.extras.control.DateField
Return the DateField calendar.js and calendar-{lang}.js includes.
getHtmlImports() - Method in class net.sf.click.extras.control.EmailField
Return the HTML head import statements for the JavaScript (click/extras-control.js) file.
getHtmlImports() - Method in class net.sf.click.extras.control.FormTable
Return the HTML head element import string.
getHtmlImports() - Method in class net.sf.click.extras.control.Menu
Return the HTML head import statements for the CSS stylesheet (click/menu.css) and JavaScript (click/extras-control.js) files.
getHtmlImports() - Method in class net.sf.click.extras.control.NumberField
Return the HTML head import statements for the JavaScript (click/extras-control.js) file.
getHtmlImports() - Method in class net.sf.click.extras.control.PickList
Return the HTML head import statements for the JavaScript (click/extras-control.js) file.
getHtmlImports() - Method in class net.sf.click.extras.control.RegexField
Return the HTML head import statements for the JavaScript (click/extras-control.js) file.
getHtmlImports() - Method in class net.sf.click.extras.control.TabbedForm
Return the HTML head import statements for the CSS stylesheet file: click/TabbedForm.css.
getHtmlImports() - Method in class net.sf.click.extras.control.VirtualKeyboard
Returns the HTML head import statements for the JavaScript (click/keyboard.js) and CSS (click/keyboard.css) files.
getHtmlImports() - Method in class net.sf.click.extras.graph.JSChart
Return the HTML head import statements for the javascript files used by this control.
getHtmlImports() - Method in class net.sf.click.extras.panel.TabbedPanel
Return the HTML head import statements for the CSS stylesheet file: click/TabbedPanel.css.
getHtmlImports() - Method in class net.sf.click.extras.tree.CheckboxTree
Return the HTML head import statements for the CSS stylesheet file: click/tree/checkbox-tree.js.
getHtmlImports() - Method in class net.sf.click.extras.tree.Tree
Return the HTML head import statements for the CSS stylesheet file: click/tree/tree.css.
getIconClass(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Query the specified treeNode and check which css class to apply for the icons.
getId() - Method in class net.sf.click.extras.control.Menu
This method returns null.
getId() - Method in class net.sf.click.extras.tree.TreeNode
Returns this node's id value.
getImageSrc() - Method in class net.sf.click.extras.control.Menu
Return the image src path attribute.
getInputType() - Method in class net.sf.click.extras.tree.CheckboxTree
Return the input type of the CheckboxTree, default value is "checkbox".
getInteger() - Method in class net.sf.click.extras.control.IntegerField
Return the field Integer value, or null if value was empty or a parsing error occured.
getInteger() - Method in class net.sf.click.extras.control.LongField
Return the field Integer value, or null if value was empty or a parsing error occured.
getJSChartType() - Method in class net.sf.click.extras.graph.JSBarChart
Return the JavaScript Chart type.
getJSChartType() - Method in class net.sf.click.extras.graph.JSChart
Return the JavaScript Chart type.
getJSChartType() - Method in class net.sf.click.extras.graph.JSLineChart
Return the JavaScript Chart type.
getJSChartType() - Method in class net.sf.click.extras.graph.JSPieChart
Return the JavaScript Chart type.
getJavascriptRenderer() - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieHandler
 
getJavascriptRenderer() - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionHandler
 
getJavascriptRenderer() - Method in class net.sf.click.extras.tree.Tree.CookieHandler
 
getJavascriptRenderer() - Method in interface net.sf.click.extras.tree.Tree.JavascriptHandler
Returns the javascript renderer associated with this handler.
getJavascriptRenderer() - Method in class net.sf.click.extras.tree.Tree.SessionHandler
 
getLabel() - Method in class net.sf.click.extras.control.Menu
Return the label of the Menu item.
getLabel() - Method in class net.sf.click.extras.graph.JSChart
Return the label of the chart.
getLevel() - Method in class net.sf.click.extras.tree.TreeNode
Returns this node's level in the tree structure.
getLinkSeparator() - Method in class net.sf.click.extras.control.LinkDecorator
Return the link separator string.
getLocale() - Method in class net.sf.click.extras.control.CountrySelect
Return the locale for this control.
getLocale() - Method in class net.sf.click.extras.control.DateField
Returns the Locale that should be used in this control.
getLong() - Method in class net.sf.click.extras.control.IntegerField
Return the field Long value, or null if value was empty or a parsing error occured.
getLong() - Method in class net.sf.click.extras.control.LongField
Return the field Long value, or null if value was empty or a parsing error occured.
getMaxValue() - Method in class net.sf.click.extras.control.NumberField
Return the maximum valid double field value.
getMinValue() - Method in class net.sf.click.extras.control.NumberField
Return the minimum valid double field value.
getName() - Method in class net.sf.click.extras.service.JdkLogService
Return the logger category name.
getName() - Method in class net.sf.click.extras.service.Log4JLogService
Return the logger category name.
getNamedQuery() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return the NamedQuery to populate the options list with.
getNamedQuery() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return the NamedQuery to populate the options list with.
getNumber() - Method in class net.sf.click.extras.control.NumberField
Return the field Number value, or null if value was empty or a parsing error occured.
getNumberFormat() - Method in class net.sf.click.extras.control.NumberField
Return the NumberFormat for formating/parsing the field value.
getObjectForPK(Class, Object) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Perform a database query returning the data object specified by the class and the primary key.
getObjectForPK(Class, Object, boolean) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Perform a query returning the data object specified by the class and the primary key value.
getObjectForPK(ObjectContext, Class, Object) - Static method in class net.sf.click.extras.cayenne.CayenneUtils
Return the DataObject for the given context, data object class and primary key value.
getOnClick() - Method in class net.sf.click.extras.control.PageButton
Return the Button's onClick() String, representing a javascript location of the Page to get.
getOptionLabel() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return the DataObject property to render as the option label.
getOptionLabel() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return the query result property to render as the option label.
getOptionList() - Method in class net.sf.click.extras.control.CheckList
Return the Option list.
getOptionList() - Method in class net.sf.click.extras.control.PickList
Return the Option list.
getOptionValue() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return the query result property to render as the option value.
getOrdering() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return the select query ordering.
getOutputStream() - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Return the servlet output stream associated with this Response.
getPageClass() - Method in class net.sf.click.extras.control.PageSubmit
Return the target page class to redirect to.
getPages() - Method in class net.sf.click.extras.control.Menu
Return the list of valid Page paths for the Menu item.
getParent() - Method in class net.sf.click.extras.tree.TreeNode
Returns this node's parent object or null if parent is not specified.
getPath() - Method in class net.sf.click.extras.control.Menu
Return the path of the Menu item.
getPattern() - Method in class net.sf.click.extras.control.NumberField
Return the number pattern used for formatting and parsing.
getPattern() - Method in class net.sf.click.extras.control.RegexField
Returns the field pattern.
getPkClass(ObjectContext, Class) - Static method in class net.sf.click.extras.cayenne.CayenneUtils
Return the primary key class for the given DataObject class.
getPkName(Class) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Return the database primary key column name for the given data object.
getPkName(ObjectContext, Class) - Static method in class net.sf.click.extras.cayenne.CayenneUtils
Return the database primary key column name for the given data object.
getQueryName() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return the name of the configured query to populate the options list with.
getQueryName() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return the name of the configured query to populate the options list with.
getRenderSubmittedValues() - Method in class net.sf.click.extras.control.FormTable
Return true if the table will render the submitted form values.
getRequestValue() - Method in class net.sf.click.extras.control.NumberField
 
getRequestValue(String) - Method in class net.sf.click.extras.tree.Tree
Returns the value of the specified named parameter or a empty string "" if not found.
getRequestValues(String) - Method in class net.sf.click.extras.tree.Tree
Returns an array of all values of the specified named parameter or null if the parameter does not exist.
getResourceVersionIndicator(String) - Method in class net.sf.click.extras.filter.PerformanceFilter
Return the version indicator for the specified path.
getRoles() - Method in class net.sf.click.extras.control.Menu
Return the list of valid roles for the Menu item.
getRootMenu() - Static method in class net.sf.click.extras.control.Menu
Return root menu item defined in the WEB-INF/menu.xml or classpath menu.xml, and which uses JEE Role Based Access Control (RBAController).
getRootMenu(AccessController) - Static method in class net.sf.click.extras.control.Menu
Return root menu item defined in the WEB-INF/menu.xml or classpath menu.xml, and which uses the provided AccessController.
getRootNode() - Method in class net.sf.click.extras.tree.Tree
Return the tree's root TreeNode.
getSelectQuery() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return the SelectQuery to populate the options list with.
getSelectQuery() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return the SelectQuery to populate the options list with.
getSelectedChild() - Method in class net.sf.click.extras.control.Menu
Return the selected child menu, or null if no child menu is selected.
getSelectedNodes(boolean) - Method in class net.sf.click.extras.tree.Tree
Returns all the nodes that were selected.
getSelectedValues() - Method in class net.sf.click.extras.control.CheckList
Return the list of selected values.
getSelectedValues() - Method in class net.sf.click.extras.control.PickList
Return selected values.
getSession() - Method in class net.sf.click.extras.hibernate.HibernateForm
Return the form Hibernate Session.
getSession() - Static method in class net.sf.click.extras.hibernate.SessionContext
Get the Session for the current Thread, creating one if necessary.
getSessionFactory() - Method in class net.sf.click.extras.hibernate.HibernateForm
Return the application Hibernate SessionFactory.
getSessionFactory() - Static method in class net.sf.click.extras.hibernate.SessionContext
Return the Hibernate SesssionFactory.
getShowTextField() - Method in class net.sf.click.extras.control.ColorPicker
Wheter the TextField to enter the color hex number should be shown or not.
getShowTime() - Method in class net.sf.click.extras.control.DateField
Return true if the DHTML Calendar popup will show the time display bar.
getSize() - Method in class net.sf.click.extras.control.ColorPicker
Return the field size.
getSize() - Method in class net.sf.click.extras.control.PickList
Return the component size (width) in pixels.
getSortorder() - Method in class net.sf.click.extras.control.CheckList
A list of the values transmitted in the order they are present in the list.
getStyle() - Method in class net.sf.click.extras.control.DateField
Return the JSCalendar CSS style.
getTabHeight() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return the tab sheet height HTML attribute value.
getTabHeight() - Method in class net.sf.click.extras.control.TabbedForm
Return the tab sheet height HTML attribute value.
getTabLink() - Method in class net.sf.click.extras.panel.TabbedPanel
Return the tab switching action link.
getTabSheetNumber(String) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return the tab sheet number for the given field name, indexed from 1.
getTabSheetNumber(String) - Method in class net.sf.click.extras.control.TabbedForm
Return the tab sheet number for the given field name, indexed from 1.
getTabSheets() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return list FieldSet tab sheets.
getTabSheets() - Method in class net.sf.click.extras.control.TabbedForm
Return list FieldSet tab sheets.
getTabWidth() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return the tab sheet width HTML attribute value.
getTabWidth() - Method in class net.sf.click.extras.control.TabbedForm
Return the tab sheet width HTML attribute value.
getTag() - Method in class net.sf.click.extras.control.CheckList
 
getTag() - Method in class net.sf.click.extras.control.PageButton
Return the links html tag: input.
getTarget() - Method in class net.sf.click.extras.control.Menu
Return the target attribute of the Menu item.
getTargetPath() - Method in class net.sf.click.extras.control.ExternalLink
Return the link href target path.
getTemplate() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Return the path of the Velocity template to render.
getTemplate() - Method in class net.sf.click.extras.control.TabbedForm
Return the path of the Velocity template to render.
getTimestamp() - Method in class net.sf.click.extras.control.DateField
Return the Timestamp value, or null if value was empty or a parsing error occured.
getTitle() - Method in class net.sf.click.extras.control.Menu
Return the title attribute of the Menu item.
getValidationJavaScript() - Method in class net.sf.click.extras.control.CheckList
Return the CheckList JavaScript client side validation function.
getValidationJavaScript() - Method in class net.sf.click.extras.control.ColorPicker
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class net.sf.click.extras.control.CreditCardField
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class net.sf.click.extras.control.EmailField
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class net.sf.click.extras.control.NumberField
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class net.sf.click.extras.control.PickList
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class net.sf.click.extras.control.RegexField
Return the field JavaScript client side validation function.
getValue() - Method in class net.sf.click.extras.tree.TreeNode
Return this node's value.
getValueObject() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return the property DataObject value, or null if value was not defined.
getValueObject() - Method in class net.sf.click.extras.control.CheckList
Returns the values list CheckList.getValues() return a list or String.
getValueObject() - Method in class net.sf.click.extras.control.DateField
Return the field Date value, or null if value was empty or a parsing error occured.
getValueObject() - Method in class net.sf.click.extras.control.DoubleField
Return the field Double value, or null if value was empty or a parsing error occured.
getValueObject() - Method in class net.sf.click.extras.control.IntegerField
Return the field Integer value, or null if value was empty or a parsing error occured.
getValueObject() - Method in class net.sf.click.extras.control.LongField
Return the field Long value, or null if value was empty or a parsing error occured.
getValueObject() - Method in class net.sf.click.extras.control.NumberField
Return the field Number value, or null if value was empty or a parsing error occured.
getValueObject() - Method in class net.sf.click.extras.hibernate.HibernateForm
Return a Hibernate value object from the form with the form field values copied into the object's properties.
getValues() - Method in class net.sf.click.extras.control.CheckList
Deprecated. use CheckList.getSelectedValues() instead
getWidth() - Method in class net.sf.click.extras.panel.TabbedPanel
Return the tabbed panel content table HTML width attribute if defined.
getWriter() - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Return the writer associated with this Response.
gzipstream - Variable in class net.sf.click.extras.filter.CompressionResponseStream
The underlying gzip output stream to which we should write data.

H

HTML_IMPORTS - Static variable in class net.sf.click.extras.control.AutoCompleteTextField
The JavaScript sorting HTML import statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.CheckList
The HTML import statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.CreditCardField
The CreditCardField imports statement.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.DateField
The HTML import statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.EmailField
The EmailField.js imports statement.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.Menu
The HTML imports statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.NumberField
The NumberField.js imports statement.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.PickList
The Palette.js imports statement.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.RegexField
The RegexField.js imports statement.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.TabbedForm
The TabbedForm.css style sheet import link.
HTML_IMPORTS - Static variable in class net.sf.click.extras.control.VirtualKeyboard
The HTML import statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.graph.JSBarChart
The HTML imports statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.graph.JSLineChart
The HTML imports statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.graph.JSPieChart
The HTML imports statements.
HTML_IMPORTS - Static variable in class net.sf.click.extras.panel.TabbedPanel
The TabbedPanel.css style sheet import link.
HTML_IMPORTS - Static variable in class net.sf.click.extras.tree.CheckboxTree
Client side javascript import.
HibernateForm - class net.sf.click.extras.hibernate.HibernateForm.
Provides Hibernate data aware Form control:   <form method='POST'>.
HibernateForm(String, Class) - Constructor for class net.sf.click.extras.hibernate.HibernateForm
Create a new HibernateForm with the given form name and value object class.
HtmlFieldSet - class net.sf.click.extras.control.HtmlFieldSet.
Provides an HTML FieldSet container to create composite based fieldsets:   <fieldset>.
HtmlFieldSet(String) - Constructor for class net.sf.click.extras.control.HtmlFieldSet
Create a HtmlFieldSet with the given name.
HtmlFieldSet(String, String) - Constructor for class net.sf.click.extras.control.HtmlFieldSet
Create a HtmlFieldSet with the given name and legend.
HtmlFieldSet() - Constructor for class net.sf.click.extras.control.HtmlFieldSet
Create a HtmlFieldSet with no name defined.
HtmlForm - class net.sf.click.extras.control.HtmlForm.
Provides an HTML Form control to create composite based forms:   <form method='post'>.
HtmlForm(String) - Constructor for class net.sf.click.extras.control.HtmlForm
Create an html form with the given name.
HtmlForm() - Constructor for class net.sf.click.extras.control.HtmlForm
Create an html form with no name.
hasAccess(HttpServletRequest, String) - Method in interface net.sf.click.extras.security.AccessController
Return true if the user request has access to the specified security resource (role, permission, authority).
hasAccess(HttpServletRequest, String) - Method in class net.sf.click.extras.security.RoleAccessController
Return true if the user is in the specified security access role.
hasChildren() - Method in class net.sf.click.extras.tree.TreeNode
Returns true if this node has any children nodes false otherwise.
hasControls() - Method in class net.sf.click.extras.control.AbstractContainerField
Returns true if this container has existing controls, false otherwise.
hasRootNode() - Method in class net.sf.click.extras.tree.Tree
Return if tree has a root node.
hasSession() - Static method in class net.sf.click.extras.hibernate.SessionContext
Return true if a session is open.
hashCode() - Method in class net.sf.click.extras.tree.TreeNode
Returns the hashCode value for this node.
height - Variable in class net.sf.click.extras.control.CheckList
The height if null not scrollable.
height - Variable in class net.sf.click.extras.control.PickList
The list height.

I

INFO - Static variable in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Descriptive information about this Response implementation.
INJECT_PAGE_BEANS - Static variable in class net.sf.click.extras.spring.SpringClickServlet
The Servlet initialization parameter name for the option to have the SpringClickServlet inject Spring beans into page instances:   "inject-page-beans".
IntegerField - class net.sf.click.extras.control.IntegerField.
Provides a Integer Field control:   <input type='text'>.
IntegerField(String) - Constructor for class net.sf.click.extras.control.IntegerField
Construct a IntegerField field with the given name.
IntegerField(String, boolean) - Constructor for class net.sf.click.extras.control.IntegerField
Construct a IntegerField field with the given name and required status.
IntegerField(String, String) - Constructor for class net.sf.click.extras.control.IntegerField
Construct a IntegerField field with the given name and label.
IntegerField(String, String, boolean) - Constructor for class net.sf.click.extras.control.IntegerField
Construct a IntegerField field with the given name, label and required status.
IntegerField(String, String, int) - Constructor for class net.sf.click.extras.control.IntegerField
Construct the IntegerField with the given name, label and size.
IntegerField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.IntegerField
Construct the IntegerField with the given name, label, size and required status.
IntegerField() - Constructor for class net.sf.click.extras.control.IntegerField
Create a IntegerField with no name defined.
iconId - Variable in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
holds the id of the icon html element.
idProperty - Variable in class net.sf.click.extras.control.LinkDecorator
The row object identifier property.
imageSrc - Variable in class net.sf.click.extras.control.Menu
The image src path attribute.
includeDirs - Variable in class net.sf.click.extras.filter.PerformanceFilter
The cachable-path include directories.
includeFiles - Variable in class net.sf.click.extras.filter.PerformanceFilter
The cachable-path include files.
info(Object) - Method in class net.sf.click.extras.service.JdkLogService
Log the message at Level.INFO level.
info(Object, Throwable) - Method in class net.sf.click.extras.service.JdkLogService
Log the message and error at Level.INFO level.
info(Object) - Method in class net.sf.click.extras.service.Log4JLogService
 
info(Object, Throwable) - Method in class net.sf.click.extras.service.Log4JLogService
 
init(FilterConfig) - Method in class net.sf.click.extras.cayenne.DataContextFilter
Initialize the shared Cayenne configuration.
init(FilterConfig) - Method in class net.sf.click.extras.filter.CompressionFilter
Place this filter into service.
init(FilterConfig) - Method in class net.sf.click.extras.filter.PerformanceFilter
Initialize the filter.
init(FilterConfig) - Method in class net.sf.click.extras.hibernate.SessionFilter
Initialize the Hibernate Configuration and SessionFactory.
init() - Method in class net.sf.click.extras.spring.SpringClickServlet
Initialize the SpringClickServlet and the Spring application context bean factory.
init(TreeNode) - Method in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
init(TreeNode) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
init(TreeNode) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
init(TreeNode) - Method in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
 
init(Context) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
Initialize the handler state from the current cookies.
init(TreeNode) - Method in class net.sf.click.extras.tree.Tree.CookieRenderer
 
init(Context) - Method in interface net.sf.click.extras.tree.Tree.JavascriptHandler
Initialize the handler state.
init(TreeNode) - Method in interface net.sf.click.extras.tree.Tree.JavascriptRenderer
Called to initialize the renderer.
init(Context) - Method in class net.sf.click.extras.tree.Tree.SessionHandler
Retrieves the tracker from the http session if it exists.
init(TreeNode) - Method in class net.sf.click.extras.tree.Tree.SessionRenderer
 
initActivePanel() - Method in class net.sf.click.extras.panel.TabbedPanel
Sets the active panel based on one of the following: If tabPanelIndex request parameter is present, this value will be used to specify the active panel.
initButton(ActionButton, Context, Object) - Method in class net.sf.click.extras.control.LinkDecorator
Initialize the button value and parameters.
initConfiguration(Configuration) - Method in class net.sf.click.extras.hibernate.SessionContext
Initialize the configuration instance.
initLink(AbstractLink, Context, Object) - Method in class net.sf.click.extras.control.LinkDecorator
Initialize the link value and parameters.
insert(Control, int) - Method in class net.sf.click.extras.control.AbstractContainerField
 
isChildrenSupported() - Method in class net.sf.click.extras.tree.TreeNode
Returns true if this node supports children, false otherwise.
isDebugEnabled() - Method in class net.sf.click.extras.service.JdkLogService
Is logging enabled at the Level.FINE level.
isDebugEnabled() - Method in class net.sf.click.extras.service.Log4JLogService
 
isExcludePath(String) - Method in class net.sf.click.extras.filter.PerformanceFilter
Return true if a path should be excluded from the performance filter.
isExpanded() - Method in class net.sf.click.extras.tree.TreeNode
Returns true if this node is currently in the expanded state, false otherwise.
isExpandedParent(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Helper method indicating if the specified node is both expanded and has at least 1 child node.
isExternal() - Method in class net.sf.click.extras.control.Menu
Return true if the menu path refers to an external resource.
isInfoEnabled() - Method in class net.sf.click.extras.service.JdkLogService
Is logging enabled at the Level.INFO level.
isInfoEnabled() - Method in class net.sf.click.extras.service.Log4JLogService
 
isJavascriptEnabled() - Method in class net.sf.click.extras.tree.Tree
Returns if javascript functionality are enabled or not.
isLastChild() - Method in class net.sf.click.extras.tree.TreeNode
Returns true if either this node is the last child of its parent, or this node is the root node.
isLeaf() - Method in class net.sf.click.extras.tree.TreeNode
Returns true if this node does not have any children, false otherwise.
isMultiple() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return true if multiple options can be selected.
isNotifyListeners() - Method in class net.sf.click.extras.tree.Tree
Query if the tree will notify its tree listeners of any change to the tree's model.
isOptional() - Method in class net.sf.click.extras.cayenne.PropertySelect
Return true if the option list includes an empty option value.
isOptional() - Method in class net.sf.click.extras.cayenne.QuerySelect
Return true if the option list includes an empty option value.
isPersistent(DataObject) - Method in class net.sf.click.extras.cayenne.CayenneForm
Return true if the given dataObject is persistent.
isRoot() - Method in class net.sf.click.extras.tree.TreeNode
Returns true if this node is the root node.
isRootNodeDisplayed() - Method in class net.sf.click.extras.tree.Tree
Return if the tree's root node should be displayed or not.
isSelectChildNodes() - Method in class net.sf.click.extras.tree.CheckboxTree
Returns true if child nodes will also be selected/deselected.
isSelected() - Method in class net.sf.click.extras.control.Menu
Return true if the Menu item is selected.
isSelected() - Method in class net.sf.click.extras.tree.TreeNode
Returns true if this node is currently in the selected state, false otherwise.
isSeparator() - Method in class net.sf.click.extras.control.Menu
Return true if the Menu item is a separator.
isSortable() - Method in class net.sf.click.extras.control.CheckList
Whether the list is also sortable.
isTraceEnabled() - Method in class net.sf.click.extras.service.JdkLogService
Is Trace logging enabled at the Level.FINER level.
isTraceEnabled() - Method in class net.sf.click.extras.service.Log4JLogService
 
isUserInChildMenuRoles() - Method in class net.sf.click.extras.control.Menu
Return true if any child menus have the user in one of their menu roles.
isUserInRoles() - Method in class net.sf.click.extras.control.Menu
Return true if the user is in one of the menu roles, or if any child menus have the user in one of their menu roles.
iterator() - Method in class net.sf.click.extras.tree.Tree
Returns an iterator over all the nodes.
iterator(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Returns an iterator over all nodes starting from the specified node.

J

JAVASCRIPT_COOKIE_IMPORTS - Static variable in class net.sf.click.extras.tree.Tree
Client side javascript cookie import link.
JAVASCRIPT_COOKIE_POLICY - Static variable in class net.sf.click.extras.tree.Tree
Indicator for using cookies to implement client side behavior.
JAVASCRIPT_IMPORTS - Static variable in class net.sf.click.extras.tree.Tree
Client side javascript import link.
JAVASCRIPT_SESSION_POLICY - Static variable in class net.sf.click.extras.tree.Tree
Indicator for using the session to implement client side behavior.
JSBarChart - class net.sf.click.extras.graph.JSBarChart.
Provides a Bar Chart control based on JavaScript only.
JSBarChart() - Constructor for class net.sf.click.extras.graph.JSBarChart
Create a bar chart with no name defined.
JSBarChart(String) - Constructor for class net.sf.click.extras.graph.JSBarChart
Create a bar chart with the given name.
JSBarChart(String, String) - Constructor for class net.sf.click.extras.graph.JSBarChart
Create a bar chart with the given name and label.
JSChart - class net.sf.click.extras.graph.JSChart.
Provides a abstract JavaScript Chart control.
JSChart() - Constructor for class net.sf.click.extras.graph.JSChart
 
JSLineChart - class net.sf.click.extras.graph.JSLineChart.
Provides a Line Chart control based on JavaScript only.
JSLineChart() - Constructor for class net.sf.click.extras.graph.JSLineChart
Create a line chart with no name defined.
JSLineChart(String) - Constructor for class net.sf.click.extras.graph.JSLineChart
Create a line chart with the given name.
JSLineChart(String, String) - Constructor for class net.sf.click.extras.graph.JSLineChart
Create a line chart with the given name and label.
JSPieChart - class net.sf.click.extras.graph.JSPieChart.
Provides a Pie Chart control based on JavaScript only.
JSPieChart() - Constructor for class net.sf.click.extras.graph.JSPieChart
Create a PieChart Control with no name defined.
JSPieChart(String) - Constructor for class net.sf.click.extras.graph.JSPieChart
Create a pie chart with the given name.
JSPieChart(String, String) - Constructor for class net.sf.click.extras.graph.JSPieChart
Create a pie chart with the given name and label.
JS_SORT_HTML_IMPORTS - Static variable in class net.sf.click.extras.control.CheckList
The JavaScript sorting HTML import statements.
JdkLogService - class net.sf.click.extras.service.JdkLogService.
Provides a JDK Util Logging LogService adapter class with a logger name of "Click".
JdkLogService() - Constructor for class net.sf.click.extras.service.JdkLogService
 
javascriptHandler - Variable in class net.sf.click.extras.tree.Tree
Keep track of node id's, as they are selected, deselected, expanded and collapsed.
javascriptRenderer - Variable in class net.sf.click.extras.tree.Tree.CookieHandler
Variable holding a javascript renderer.
javascriptRenderer - Variable in class net.sf.click.extras.tree.Tree.SessionHandler
Renders the needed javascript for this handler.

L

LEAF_ICON - Static variable in class net.sf.click.extras.tree.Tree
The tree's leaf icon name: "leafIcon".
LinkDecorator - class net.sf.click.extras.control.LinkDecorator.
Provides a table column AbstractLink and ActionButton Decorator.
LinkDecorator(Table, AbstractLink, String) - Constructor for class net.sf.click.extras.control.LinkDecorator
Create a new AbstractLink table column Decorator with the given actionLink and row object identifier property name.
LinkDecorator(Table, AbstractLink[], String) - Constructor for class net.sf.click.extras.control.LinkDecorator
Create a new AbstractLink table column Decorator with the given AbstractLinks array and row object identifier property name.
LinkDecorator(Table, ActionButton, String) - Constructor for class net.sf.click.extras.control.LinkDecorator
Create a new AbstractLink table column Decorator with the given ActionButton and row object identifier property name.
LinkDecorator(Table, ActionButton[], String) - Constructor for class net.sf.click.extras.control.LinkDecorator
Create a new ActionButton table column Decorator with the given ActionButtons array and row object identifier property name.
LinkDecorator(Table, List, String) - Constructor for class net.sf.click.extras.control.LinkDecorator
Create a new table column Decorator with the given list of AbstractLinks or ActionButtons and row object identifier property name.
ListPanel - class net.sf.click.extras.panel.ListPanel.
Provides a panel which lists out multiple sub-panels as div elements.
ListPanel() - Constructor for class net.sf.click.extras.panel.ListPanel
 
Log4JLogService - class net.sf.click.extras.service.Log4JLogService.
Provides a Log4J LogService adapter class.
Log4JLogService() - Constructor for class net.sf.click.extras.service.Log4JLogService
 
LongField - class net.sf.click.extras.control.LongField.
Provides a Long Field control:   <input type='text'>.
LongField(String) - Constructor for class net.sf.click.extras.control.LongField
Construct a LongField field with the given name.
LongField(String, boolean) - Constructor for class net.sf.click.extras.control.LongField
Construct a LongField field with the given name and required status.
LongField(String, String) - Constructor for class net.sf.click.extras.control.LongField
Construct a LongField field with the given name and label.
LongField(String, String, boolean) - Constructor for class net.sf.click.extras.control.LongField
Construct a LongField field with the given name, label and required status.
LongField(String, String, int) - Constructor for class net.sf.click.extras.control.LongField
Construct the LongField with the given name, label and size.
LongField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.LongField
Construct the LongField with the given name, label, size and required status.
LongField() - Constructor for class net.sf.click.extras.control.LongField
Create a LongField with no name defined.
label - Variable in class net.sf.click.extras.control.Menu
The menu display label.
label - Variable in class net.sf.click.extras.graph.JSChart
The chart display label.
length - Variable in class net.sf.click.extras.filter.CompressionResponseStream
The content length past which we will not write, or -1 if there is no defined content length.
linkSeparator - Variable in class net.sf.click.extras.control.LinkDecorator
The link separator string, default value is " | ".
linksArray - Variable in class net.sf.click.extras.control.LinkDecorator
The array of AbstractLinks to render.
loadConfiguration() - Method in class net.sf.click.extras.filter.CompressionFilter
Load the filters configuration and set the configured flat to true.
loadConfiguration() - Method in class net.sf.click.extras.filter.PerformanceFilter
Load the filters configuration and set the configured flat to true.
loadOptionList() - Method in class net.sf.click.extras.cayenne.PropertySelect
Load the Select options list.
loadOptionList() - Method in class net.sf.click.extras.cayenne.QuerySelect
Load the Select options list.
loadOptionList() - Method in class net.sf.click.extras.control.CountrySelect
Load the Country Select options if not defined, using all the available countries.
loadRootMenu(AccessController) - Static method in class net.sf.click.extras.control.Menu
Return a copy of the Applications root Menu as defined in the configuration file "/WEB-INF/menu.xml", with the Control name "rootMenu".
logger - Variable in class net.sf.click.extras.cayenne.DataContextFilter
The DataContextFilter logger.
logger - Variable in class net.sf.click.extras.service.JdkLogService
The wrapped JDK logger instance.
logger - Variable in class net.sf.click.extras.service.Log4JLogService
The wrapped Log4J logger instance.

M

MASTER - Static variable in class net.sf.click.extras.control.CreditCardField
The MasterCard type credit card: "MASTER".
MIN_COMPRESSION_THRESHOLD - Static variable in class net.sf.click.extras.filter.PerformanceFilter
Minimum compress threshold: 384 bytes.
Menu - class net.sf.click.extras.control.Menu.
Provides a hierarchical Menu control.
Menu() - Constructor for class net.sf.click.extras.control.Menu
Create a new Menu instance.
Menu(String) - Constructor for class net.sf.click.extras.control.Menu
Create a new Menu instance with the given name.
Menu(Element, AccessController) - Constructor for class net.sf.click.extras.control.Menu
Create a Menu from the given menu-item XML Element.
maxvalue - Variable in class net.sf.click.extras.control.NumberField
The maximum field value.
metaDataApplied - Variable in class net.sf.click.extras.cayenne.CayenneForm
The flag specifying that object validation meta data has been applied to the form fields.
metaDataApplied - Variable in class net.sf.click.extras.hibernate.HibernateForm
The flag specifying that object validation meta data has been applied to the form fields.
methodCache - Variable in class net.sf.click.extras.control.LinkDecorator
The method cached for rendering column values.
minThreshold - Variable in class net.sf.click.extras.filter.CompressionFilter
Minimal reasonable threshold, 2048 bytes.
minvalue - Variable in class net.sf.click.extras.control.NumberField
The minimum field value.

N

NumberField - class net.sf.click.extras.control.NumberField.
Provides a Number Field control:   <input type='text'>.
NumberField(String) - Constructor for class net.sf.click.extras.control.NumberField
Construct a NumberField with the given name.
NumberField(String, String) - Constructor for class net.sf.click.extras.control.NumberField
Construct a NumberField with the given name and label.
NumberField(String, boolean) - Constructor for class net.sf.click.extras.control.NumberField
Construct a NumberField with the given name and required status.
NumberField(String, String, boolean) - Constructor for class net.sf.click.extras.control.NumberField
Construct a NumberField with the given name, label and required status.
NumberField(String, String, int) - Constructor for class net.sf.click.extras.control.NumberField
Construct the NumberField with the given name, label and size.
NumberField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.NumberField
Construct the NumberField with the given name, label, size and required status.
NumberField() - Constructor for class net.sf.click.extras.control.NumberField
Create a NumberField with no name defined.
name - Variable in class net.sf.click.extras.service.JdkLogService
The logger category name.
name - Variable in class net.sf.click.extras.service.Log4JLogService
The logger category name.
namedQuery - Variable in class net.sf.click.extras.cayenne.PropertySelect
The option list Cayenne NamedQuery.
namedQuery - Variable in class net.sf.click.extras.cayenne.QuerySelect
The option list Cayenne NamedQuery.
net.sf.click.extras.cayenne - package net.sf.click.extras.cayenne
Provides the Cayenne data aware controls.
net.sf.click.extras.control - package net.sf.click.extras.control
Provides the extra controls.
net.sf.click.extras.filter - package net.sf.click.extras.filter
Provides GZIP compression Filter classes.
net.sf.click.extras.graph - package net.sf.click.extras.graph
Provides various graphical controls.
net.sf.click.extras.hibernate - package net.sf.click.extras.hibernate
Provides the Hibernate data aware controls.
net.sf.click.extras.panel - package net.sf.click.extras.panel
Provides customized Panel classes with their own Velocity templates.
net.sf.click.extras.security - package net.sf.click.extras.security
Provides security access control classes.
net.sf.click.extras.service - package net.sf.click.extras.service
Provides alternative Click runtime service classes.
net.sf.click.extras.spring - package net.sf.click.extras.spring
Provides Spring integration with the SpringClickServlet classes.
net.sf.click.extras.tree - package net.sf.click.extras.tree
Provides tree controls for hierarchical data.
newPageInstance(String, Class, HttpServletRequest) - Method in class net.sf.click.extras.spring.SpringClickServlet
Create a new Spring Page bean if defined in the application context, or a new Page instance otherwise.
nodeCollapsed(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
Removes the specified node from the cookie handler tracker.
nodeCollapsed(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.SessionHandler
 
nodeCollapsed(Tree, TreeNode, Context, boolean) - Method in interface net.sf.click.extras.tree.TreeListener
Invoked when user collapsed the specified node.
nodeDeselected(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
 
nodeDeselected(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.SessionHandler
Removes all node's that are part of the selected path from the tracker.
nodeDeselected(Tree, TreeNode, Context, boolean) - Method in interface net.sf.click.extras.tree.TreeListener
Invoked when user deselected the specified node.
nodeExpanded(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
Adds the specified node to the cookie handler tracker.
nodeExpanded(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.SessionHandler
 
nodeExpanded(Tree, TreeNode, Context, boolean) - Method in interface net.sf.click.extras.tree.TreeListener
Invoked when user expanded the specified node.
nodeExpansionString - Variable in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
holds the javascript call to expand the node.
nodeSelected(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
 
nodeSelected(Tree, TreeNode, Context, boolean) - Method in class net.sf.click.extras.tree.Tree.SessionHandler
Adds all node's that are part of the selected path to the tracker.
nodeSelected(Tree, TreeNode, Context, boolean) - Method in interface net.sf.click.extras.tree.TreeListener
Invoked when user selected the specified node.
nodeSelectionString - Variable in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the javascript call to select the node.
numberFormat - Variable in class net.sf.click.extras.control.NumberField
The NumberFormat for formatting the output.

O

oidField - Variable in class net.sf.click.extras.cayenne.CayenneForm
The data object id hidden field.
oidField - Variable in class net.sf.click.extras.hibernate.HibernateForm
The value object identifier hidden field.
onClick() - Method in class net.sf.click.extras.control.PageSubmit
The submit buttons callback listener, which will redirect the page to the defined target page class and return false to abort any further processing.
onDeploy(ServletContext) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Deploy the table.css file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.AutoCompleteTextField
Deploys the controls static CSS and JavaScript resources.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.CheckList
Deploys the style-sheet 'checklist.css' to the /click directory.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.ColorPicker
Deploy the static resource files in the colorpicker package.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.CreditCardField
Deploy the extras-control.js file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.DateField
Deploy the Calendar Javascript and CSS resources to the web app directory click/calendar.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.EmailField
Deploy the extras-control.js file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.Menu
Deploy the menu.css and menu.js files to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.NumberField
Deploy the extras-control.js file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.PickList
Deploy the extras-control.js file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.RegexField
Deploy the extras-control.js file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.TabbedForm
Deploy the table.css file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.control.VirtualKeyboard
Deploy the static resource files in the VirtualKeyboard control.
onDeploy(ServletContext) - Method in class net.sf.click.extras.graph.JSChart
Deploys the javascript files of this control to the [click/graph/jsgraph] directory.
onDeploy(ServletContext) - Method in class net.sf.click.extras.panel.TabbedPanel
Deploy the TabbedPanel.css file to the click web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.tree.CheckboxTree
Deploy all files defined in the constant CheckboxTree.TREE_RESOURCES to the click/tree web directory when the application is initialized.
onDeploy(ServletContext) - Method in class net.sf.click.extras.tree.Tree
Deploy all files defined in the constants Tree.TREE_RESOURCES and Tree.TREE_IMAGES to the click/tree web directory when the application is initialized.
onDestroy() - Method in class net.sf.click.extras.cayenne.CayenneForm
Clear the cached dataObject and destroy the form fields.
onDestroy() - Method in class net.sf.click.extras.cayenne.PropertySelect
Clear the cached valueObject.
onDestroy() - Method in class net.sf.click.extras.control.AbstractContainerField
 
onDestroy() - Method in class net.sf.click.extras.control.Menu
This sets the parent to be null.
onDestroy() - Method in class net.sf.click.extras.service.FreemarkerTemplateService
 
onDestroy() - Method in class net.sf.click.extras.service.JdkLogService
 
onDestroy() - Method in class net.sf.click.extras.service.Log4JLogService
 
onFormSubmission() - Method in class net.sf.click.extras.tree.CheckboxTree
This method is invoked when the CheckboxTree parent Form is submitted.
onInit() - Method in class net.sf.click.extras.control.AbstractContainerField
 
onInit() - Method in class net.sf.click.extras.control.AutoCompleteTextField
Register the field with the parent page to intercept POST autocompletion requests.
onInit(ServletContext) - Method in class net.sf.click.extras.hibernate.SessionContext
Initializes the SessionContext instance.
onInit() - Method in class net.sf.click.extras.panel.TabbedPanel
Initialize the child controls contained in the panel.
onInit(ServletContext) - Method in class net.sf.click.extras.service.FreemarkerTemplateService
 
onInit(ServletContext) - Method in class net.sf.click.extras.service.JdkLogService
 
onInit(ServletContext) - Method in class net.sf.click.extras.service.Log4JLogService
 
onInit() - Method in class net.sf.click.extras.tree.CheckboxTree
Create and set the Tree's decorator that will render a Checkbox for each tree node.
onProcess() - Method in class net.sf.click.extras.cayenne.CayenneForm
This method applies the object meta data to the form fields and then invokes the super.onProcess() method.
onProcess() - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Process the Form request.
onProcess() - Method in class net.sf.click.extras.control.AbstractContainerField
 
onProcess() - Method in class net.sf.click.extras.control.AutoCompleteTextField
Process the page request and if an auto completion POST request then render an list of suggested values.
onProcess() - Method in class net.sf.click.extras.control.ExternalLink
This method will return true.
onProcess() - Method in class net.sf.click.extras.control.FormTable
Process the FormTable control.
onProcess() - Method in class net.sf.click.extras.control.HtmlForm
 
onProcess() - Method in class net.sf.click.extras.control.TabbedForm
Process the Form request.
onProcess() - Method in class net.sf.click.extras.graph.JSChart
Returns true, as javascript charts perform no server side logic.
onProcess() - Method in class net.sf.click.extras.hibernate.HibernateForm
This method applies the object meta data to the form fields and then invokes the super.onProcess() method.
onProcess() - Method in class net.sf.click.extras.panel.TabbedPanel
Process the request and invoke the onProcess() method of any child controls.
onProcess() - Method in class net.sf.click.extras.tree.Tree
Processes user request to change state of the tree.
onRender() - Method in class net.sf.click.extras.control.AbstractContainerField
 
onRender() - Method in class net.sf.click.extras.panel.TabbedPanel
Perform any pre rendering logic and invoke the onRender() method of any child controls.
optionLabel - Variable in class net.sf.click.extras.cayenne.PropertySelect
The data object property to render as the option label.
optionLabel - Variable in class net.sf.click.extras.cayenne.QuerySelect
The query result property to render as the option label.
optionList - Variable in class net.sf.click.extras.control.CheckList
The Select Option list.
optionList - Variable in class net.sf.click.extras.control.PickList
The Option list.
optionValue - Variable in class net.sf.click.extras.cayenne.QuerySelect
The query result property to render as the option value.
optional - Variable in class net.sf.click.extras.cayenne.PropertySelect
The flag indicating whether the option list includes an empty option value.
optional - Variable in class net.sf.click.extras.cayenne.QuerySelect
The flag indicating whether the option list includes an empty option value.
ordering - Variable in class net.sf.click.extras.cayenne.PropertySelect
The select query ordering.
orderingApplied - Variable in class net.sf.click.extras.cayenne.PropertySelect
The flag indicating whether the ordering has been applied.
origResponse - Variable in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Original response.
output - Variable in class net.sf.click.extras.filter.CompressionResponseStream
The underlying servket output stream to which we should write data.

P

PageButton - class net.sf.click.extras.control.PageButton.
Provides a Page link Button control:   <input type='button'>.
PageButton(String) - Constructor for class net.sf.click.extras.control.PageButton
Create a PageButton for the given name.
PageButton(String, Class) - Constructor for class net.sf.click.extras.control.PageButton
Create a PageButton for the given name and target Page class.
PageButton(String, String, Class) - Constructor for class net.sf.click.extras.control.PageButton
Create a PageButton for the given name, label and target Page class.
PageButton(Class) - Constructor for class net.sf.click.extras.control.PageButton
Create a PageButton for the given target Page class.
PageButton() - Constructor for class net.sf.click.extras.control.PageButton
Create a PageButton with no name defined.
PageSubmit - class net.sf.click.extras.control.PageSubmit.
Provides a Page redirect Submit control:   <input type='submit'>.
PageSubmit(String) - Constructor for class net.sf.click.extras.control.PageSubmit
Create a PageSubmit button with the given name.
PageSubmit(String, String) - Constructor for class net.sf.click.extras.control.PageSubmit
Create a PageSubmit button with the given name and label.
PageSubmit(String, Class) - Constructor for class net.sf.click.extras.control.PageSubmit
Create a PageSubmit button with the given name and target pageClass.
PageSubmit(String, String, Class) - Constructor for class net.sf.click.extras.control.PageSubmit
Create a PageSubmit button with the given name, label and target pageClass.
PageSubmit() - Constructor for class net.sf.click.extras.control.PageSubmit
Create an PageSubmit button with no name or target page class defined.
PerformanceFilter - class net.sf.click.extras.filter.PerformanceFilter.
Provides a filter for improving the performance of web applications by setting Expires header on static resources and by compressing the HTTP response.
PerformanceFilter() - Constructor for class net.sf.click.extras.filter.PerformanceFilter
 
PickList - class net.sf.click.extras.control.PickList.
Provides a twin multiple Select box control to select items.
PickList(String, String) - Constructor for class net.sf.click.extras.control.PickList
Create a PickList field with the given name and label.
PickList(String) - Constructor for class net.sf.click.extras.control.PickList
Create a PickList field with the given name.
PickList() - Constructor for class net.sf.click.extras.control.PickList
Create a PickList with no name defined.
PropertySelect - class net.sf.click.extras.cayenne.PropertySelect.
Provides a DataObject property Select control:   <select></select>.
PropertySelect(String) - Constructor for class net.sf.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name.
PropertySelect(String, String) - Constructor for class net.sf.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name and label.
PropertySelect(String, boolean) - Constructor for class net.sf.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name and required status.
PropertySelect(String, String, boolean) - Constructor for class net.sf.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name, label and required status.
PropertySelect() - Constructor for class net.sf.click.extras.cayenne.PropertySelect
Create a PropertySelect field with no name defined, please note the control's name must be defined before it is valid.
pageClass - Variable in class net.sf.click.extras.control.PageSubmit
The target page to redirect to.
pageSetterBeansMap - Variable in class net.sf.click.extras.spring.SpringClickServlet
The list of page injectable Spring beans, keyed on page class name.
pages - Variable in class net.sf.click.extras.control.Menu
The list of valid page paths.
parseDateFormatPattern(String) - Method in class net.sf.click.extras.control.DateField
Return the JavaScript Calendar pattern for the given Java DateFormat pattern.
path - Variable in class net.sf.click.extras.control.Menu
The menu path.
pattern - Variable in class net.sf.click.extras.control.NumberField
The decimal pattern to use for a NumberFormat.
pattern - Variable in class net.sf.click.extras.control.RegexField
The field pattern based on regular expression.
performNonSelectingQuery(Query) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Performs a single database query that does not select rows.
performNonSelectingQuery(String) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Performs a named mapped query that does not select rows.
performNonSelectingQuery(String, Map) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Performs a named mapped non-selecting query using a map of parameters.
performQuery(Query) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Performs a single selecting query.
performQuery(String, boolean) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Returns a list of objects or DataRows for a named query stored in one of the DataMaps.
performQuery(String, Map, boolean) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Returns a list of objects or DataRows for a named query stored in one of the DataMaps.
performQuery(Class, String, Object) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Return a list of data object of the specified class for the given property and value.
prepareCookieValue(String) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
Does some preparation on the cookie value like decoding and stripping of unneeded characters.
processNodes(String[], Tree.Callback) - Method in class net.sf.click.extras.tree.Tree
Provides callback functionality for all the specified nodes.
processNodes(Collection, Tree.Callback) - Method in class net.sf.click.extras.tree.Tree
Provides callback functionality for all the specified nodes.

Q

QuerySelect - class net.sf.click.extras.cayenne.QuerySelect.
Provides a Cayenne Query Select control:   <select></select>.
QuerySelect(String) - Constructor for class net.sf.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name.
QuerySelect(String, String) - Constructor for class net.sf.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name and label.
QuerySelect(String, boolean) - Constructor for class net.sf.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name and required status.
QuerySelect(String, String, boolean) - Constructor for class net.sf.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name, label and required status.
QuerySelect() - Constructor for class net.sf.click.extras.cayenne.QuerySelect
Create a QuerySelect field with no name defined, please note the control's name must be defined before it is valid.
queryName - Variable in class net.sf.click.extras.cayenne.PropertySelect
The name of the configured select query.
queryName - Variable in class net.sf.click.extras.cayenne.QuerySelect
The name of the configured select query.

R

RegexField - class net.sf.click.extras.control.RegexField.
Provides a Regex Field control:   <input type='text'>.
RegexField(String) - Constructor for class net.sf.click.extras.control.RegexField
Construct the RegexField with the given name.
RegexField(String, boolean) - Constructor for class net.sf.click.extras.control.RegexField
Construct the RegexField with the given name and required status.
RegexField(String, String, boolean) - Constructor for class net.sf.click.extras.control.RegexField
Construct the RegexField with the given name, label and required status.
RegexField(String, String, int) - Constructor for class net.sf.click.extras.control.RegexField
Construct the RegexField with the given name, label and size.
RegexField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.RegexField
Construct the RegexField with the given name, label, size and required status.
RegexField(String, String) - Constructor for class net.sf.click.extras.control.RegexField
Construct the RegexField with the given name and label.
RegexField() - Constructor for class net.sf.click.extras.control.RegexField
Create a RegexField with no name defined.
RoleAccessController - class net.sf.click.extras.security.RoleAccessController.
Provides a Role based access controller class.
RoleAccessController() - Constructor for class net.sf.click.extras.security.RoleAccessController
 
registerNewObject(DataObject) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Registers a transient object with the context, recursively registering all transient DataObjects attached to this object via relationships.
remove(Control) - Method in class net.sf.click.extras.control.AbstractContainerField
 
remove(TreeNode) - Method in class net.sf.click.extras.tree.TreeNode
Removes the specified node from the list of children and sets child's parent node to null.
removeListener(TreeListener) - Method in class net.sf.click.extras.tree.Tree
Removes the listener to stop receiving tree events.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.cayenne.CayenneForm
Render the HTML representation of the CayenneForm.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.cayenne.PropertySelect
Render the HTML representation of the PropertySelect.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.cayenne.QuerySelect
Render the HTML representation of the QuerySelect.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Render the HTML representation of the form.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.AbstractContainerField
By default render the container and all its child controls to the specified buffer.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.AutoCompleteTextField
Render the HTML representation of the AutoCompleteTextField.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.CheckList
Render the HTML representation of the CheckList.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.ColorPicker
Render the HTML representation of the ColorPicker.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.CountrySelect
Render the HTML representation of the QuerySelect.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.CreditCardField
Render the HTML representation of the CreditCardField.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.DateField
Render the HTML representation of the DateField.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.FormTable
Render the HTML representation of the FormTable.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlFieldSet
Render the HTML representation of the FieldSet.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlForm
Render the HTML representation of the form and all its child controls to the specified buffer.
render(Object, Context) - Method in class net.sf.click.extras.control.LinkDecorator
Render the given row object using the links or buttons.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.Menu
Render the HTML representation of the Menu.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.PageButton
Render the HTML representation of the button.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.PickList
Render the HTML representation of the PickList.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.TabbedForm
Render the HTML representation of the TabbedForm.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.control.TableInlinePaginator
 
render(HtmlStringBuffer) - Method in class net.sf.click.extras.graph.JSChart
Render the HTML representation of the chart.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.hibernate.HibernateForm
Render the HTML representation of the HibernateForm.
render(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.Tree
Render the HTML representation of the tree.
renderActionButton(HtmlStringBuffer, ActionButton, Context, Object, Object) - Method in class net.sf.click.extras.control.LinkDecorator
Render the button to the specified buffer.
renderActionButtons(Object, Context) - Method in class net.sf.click.extras.control.LinkDecorator
Render the given row object using the actionButtons array.
renderActionLink(HtmlStringBuffer, AbstractLink, Context, Object, Object) - Method in class net.sf.click.extras.control.LinkDecorator
Render the link to the specified buffer.
renderActionLinks(Object, Context) - Method in class net.sf.click.extras.control.LinkDecorator
Render the given row object using the actionLinks array.
renderAsExpanded(TreeNode) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
Currently this implementation just calls Tree.isExpandedParent(TreeNode).
renderAsExpanded(TreeNode) - Method in interface net.sf.click.extras.tree.Tree.JavascriptHandler
Queries the handler if the specified node should be rendered as a expanded node.
renderAsExpanded(TreeNode) - Method in class net.sf.click.extras.tree.Tree.SessionHandler
Queries the handler if the specified node should be rendered as expanded or not.
renderAutoCompleteList(List) - Method in class net.sf.click.extras.control.AutoCompleteTextField
Render the suggested auto completion list to the servlet response.
renderButtons(HtmlStringBuffer) - Method in class net.sf.click.extras.control.FormTable
Render the Form Buttons to the string buffer.
renderCheckbox(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
renderCheckbox(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
renderCheckbox(HtmlStringBuffer) - Method in interface net.sf.click.extras.tree.CheckboxTree.CheckboxJavascriptRenderer
Called when a tree node's checkbox is rendered.
renderCheckbox(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
renderCheckbox(HtmlStringBuffer, TreeNode) - Method in class net.sf.click.extras.tree.CheckboxTree
Renders a Checkbox for the specified treeNode to the buffer.
renderChildren(HtmlStringBuffer) - Method in class net.sf.click.extras.control.AbstractContainerField
Render this container children to the specified buffer.
renderChildren(HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlFieldSet
Render this fieldset children to the specified buffer.
renderChildren(HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlForm
 
renderContent(HtmlStringBuffer) - Method in class net.sf.click.extras.control.AbstractContainerField
Render this container content to the specified buffer.
renderContent(HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlFieldSet
 
renderContent(HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlForm
 
renderExpandAndCollapseAction(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
 
renderExpandAndCollapseAction(HtmlStringBuffer) - Method in interface net.sf.click.extras.tree.Tree.JavascriptRenderer
Called when the expand and collapse action is rendered.
renderExpandAndCollapseAction(HtmlStringBuffer, TreeNode) - Method in class net.sf.click.extras.tree.Tree
Render the expand and collapse action of the tree.
renderIcon(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
 
renderIcon(HtmlStringBuffer) - Method in interface net.sf.click.extras.tree.Tree.JavascriptRenderer
Called when the tree icon is rendered.
renderIcon(HtmlStringBuffer, TreeNode) - Method in class net.sf.click.extras.tree.Tree
Render the node's icon depending on the current state of the node.
renderSelect(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
renderSelect(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
renderSelect(HtmlStringBuffer) - Method in interface net.sf.click.extras.tree.CheckboxTree.CheckboxJavascriptRenderer
Called when a tree node's selected state is rendered.
renderSelect(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
renderSubmittedValues - Variable in class net.sf.click.extras.control.FormTable
The render the posted form values flag, default value is true.
renderTableDataContent(Object, HtmlStringBuffer, Context, int) - Method in class net.sf.click.extras.control.FieldColumn
Render the content within the column table data <td> element.
renderTagBegin(String, HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlFieldSet
 
renderTagBegin(String, HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlForm
 
renderTagEnd(String, HtmlStringBuffer) - Method in class net.sf.click.extras.control.AbstractContainerField
 
renderTagEnd(String, HtmlStringBuffer) - Method in class net.sf.click.extras.control.HtmlFieldSet
 
renderTemplate(HtmlStringBuffer, Map) - Method in class net.sf.click.extras.control.ColorPicker
Render a Velocity template for the given data model.
renderTemplate(HtmlStringBuffer, Map) - Method in class net.sf.click.extras.control.PickList
Render a Velocity template for the given data model.
renderTemplate(Page, Map, Writer) - Method in class net.sf.click.extras.service.FreemarkerTemplateService
 
renderTemplate(String, Map, Writer) - Method in class net.sf.click.extras.service.FreemarkerTemplateService
 
renderTree(HtmlStringBuffer, TreeNode, int) - Method in class net.sf.click.extras.tree.Tree
Render the children of the specified tree node as html markup and append the output to the specified buffer.
renderTreeNode(HtmlStringBuffer, TreeNode, int) - Method in class net.sf.click.extras.tree.Tree
Render the specified treeNode.
renderTreeNodeEnd(HtmlStringBuffer, TreeNode, int) - Method in class net.sf.click.extras.tree.Tree
Interception point to render html after the tree node was rendered.
renderTreeNodeStart(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
 
renderTreeNodeStart(HtmlStringBuffer) - Method in interface net.sf.click.extras.tree.Tree.JavascriptRenderer
Called before a tree node is rendered.
renderTreeNodeStart(HtmlStringBuffer, TreeNode, int) - Method in class net.sf.click.extras.tree.Tree
Interception point to render html before the tree node is rendered.
renderValue(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
renderValue(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
renderValue(HtmlStringBuffer) - Method in interface net.sf.click.extras.tree.CheckboxTree.CheckboxJavascriptRenderer
Called when a tree node's value is rendered.
renderValue(HtmlStringBuffer) - Method in class net.sf.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
renderValue(HtmlStringBuffer, TreeNode) - Method in class net.sf.click.extras.tree.Tree
Render the node's value.
response - Variable in class net.sf.click.extras.filter.CompressionResponseStream
The response with which this servlet output stream is associated.
roles - Variable in class net.sf.click.extras.control.Menu
The list of valid role names.
rollbackChanges() - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Reverts any changes that have occurred to objects registered in the thread local DataContext.
rootMenu - Static variable in class net.sf.click.extras.control.Menu
The cached root Menu as defined in menu.xml.
rootNode - Variable in class net.sf.click.extras.tree.Tree
The tree's hierarchical data model.

S

SELECT_NAME - Static variable in class net.sf.click.extras.control.CreditCardField
The card type Select name.
SELECT_TREE_NODE_PARAM - Static variable in class net.sf.click.extras.tree.Tree
The tree's select/deselect parameter name: "selectTreeNode".
SPRING_PATH - Static variable in class net.sf.click.extras.spring.SpringClickServlet
The Servlet initialization parameter name for the path to the Spring XML appliation context definition file:   "spring-path".
STYLE_CLASS - Static variable in class net.sf.click.extras.control.CheckList
The style class which is always set on this element (checkList).
SessionContext - class net.sf.click.extras.hibernate.SessionContext.
Provides a thread local Hibernate Session context class.
SessionContext() - Constructor for class net.sf.click.extras.hibernate.SessionContext
 
SessionFilter - class net.sf.click.extras.hibernate.SessionFilter.
Provides a Hibernate session filter to support the SessionContext class, closing sessions at the end of each request.
SessionFilter() - Constructor for class net.sf.click.extras.hibernate.SessionFilter
 
SpringClickServlet - class net.sf.click.extras.spring.SpringClickServlet.
Provides an Spring framework integration SpringClickServlet.
SpringClickServlet() - Constructor for class net.sf.click.extras.spring.SpringClickServlet
 
saveChanges() - Method in class net.sf.click.extras.cayenne.CayenneForm
Save the object to the database committing all changes in the DataContext and return true.
saveChanges() - Method in class net.sf.click.extras.hibernate.HibernateForm
Save or update the object to the database and return true.
select(String) - Method in class net.sf.click.extras.tree.Tree
Select the node with matching id and inform any listeners of the change.
select(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Select the node and inform any listeners of the change.
selectAll() - Method in class net.sf.click.extras.tree.Tree
Select all the nodes of the tree and inform any listeners of the change.
selectId - Variable in class net.sf.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the id of the select html element.
selectOrDeselect(String[]) - Method in class net.sf.click.extras.tree.Tree
Swaps the select state of all TreeNodes with specified id's to the new value.
selectOrDeselectNodeIds - Variable in class net.sf.click.extras.tree.Tree
Array of ids that must be selected or deselected.
selectQuery - Variable in class net.sf.click.extras.cayenne.PropertySelect
The option list Cayenne SelectQuery.
selectQuery - Variable in class net.sf.click.extras.cayenne.QuerySelect
The option list Cayenne SelectQuery.
selectedLabel - Variable in class net.sf.click.extras.control.PickList
The label text for the selected list.
selectedValues - Variable in class net.sf.click.extras.control.CheckList
The selected values.
selectedValues - Variable in class net.sf.click.extras.control.PickList
The selected values.
separator - Variable in class net.sf.click.extras.control.Menu
The menu separator flag.
session - Variable in class net.sf.click.extras.hibernate.HibernateForm
The Hibernate session.
sessionFactory - Variable in class net.sf.click.extras.hibernate.HibernateForm
The Hibernate session factory.
sessionScope - Variable in class net.sf.click.extras.cayenne.DataContextFilter
Maintain user HttpSession scope DataContext object, the default value is true.
setAccessController(AccessController) - Method in class net.sf.click.extras.control.Menu
Set the menu access controller.
setActionListener(ActionListener) - Method in class net.sf.click.extras.panel.TabbedPanel
This method will delegate to TabbedPanel.setTabListener(net.sf.click.ActionListener).
setActionListener(ActionListener) - Method in class net.sf.click.extras.tree.Tree
This method does nothing.
setActivePanel(Panel) - Method in class net.sf.click.extras.panel.TabbedPanel
Set the currently active panel to the given panel.
setAutoCompleteOptions(String) - Method in class net.sf.click.extras.control.AutoCompleteTextField
Set the JavaScript 'script.aculo.us' Autocompleter initialization options, default value is: {minChars:1}.
setBackgroundColor(String) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Set the form HTML background color.
setBackgroundColor(String) - Method in class net.sf.click.extras.control.TabbedForm
Set the form HTML background color.
setBuffer(int) - Method in class net.sf.click.extras.filter.CompressionResponseStream
Set the compressionThreshold number and create buffer for this size.
setCacheDuration(int) - Method in class net.sf.click.extras.service.FreemarkerTemplateService
Return the template cache duration in seconds to use when the application is in "productin" or "profile" mode.
setChartHeight(int) - Method in class net.sf.click.extras.graph.JSChart
Set the height of the chart (of the enclosing DIV element), as a pixel value.
setChartWidth(int) - Method in class net.sf.click.extras.graph.JSChart
Set the width of the chart (of the enclosing DIV element), as a pixel value.
setChildrenSupported(boolean) - Method in class net.sf.click.extras.tree.TreeNode
Sets whether this node supports child nodes or not.
setCompressionThreshold(int) - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Set threshold the compression threshold in bytes.
setContentLength(int) - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Set the content length.
setContentType(String) - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Set content type.
setCookie(String, String) - Method in class net.sf.click.extras.tree.Tree.CookieHandler
Sets a cookie with the specified name and value to the http response.
setDataObject(DataObject) - Method in class net.sf.click.extras.cayenne.CayenneForm
Set the given DataObject in the form, copying the object's properties into the form field values.
setDataObjectClass(Class) - Method in class net.sf.click.extras.cayenne.CayenneForm
Set the DataObject class.
setDate(Date) - Method in class net.sf.click.extras.control.DateField
Set the field Date value.
setDecorator(Decorator) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the decorator to render the option labels.
setDecorator(Decorator) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the decorator to render the option labels.
setDecorator(Decorator) - Method in class net.sf.click.extras.tree.Tree
Set the tree's decorator which enables a interception point for users to render the tree nodes.
setDisplayTab(int) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Set the number of the tab sheet to display (indexed from 1).
setDisplayTab(int) - Method in class net.sf.click.extras.control.TabbedForm
Set the number of the tab sheet to display (indexed from 1).
setDouble(Double) - Method in class net.sf.click.extras.control.DoubleField
Set the Double value of the field.
setExpandState(TreeNode, boolean) - Method in class net.sf.click.extras.tree.Tree
Sets the TreeNode expand state to the new value.
setExpandState(String, boolean) - Method in class net.sf.click.extras.tree.Tree
Sets the expand state of the TreeNode with specified id to the new value.
setExpandState(Collection, boolean) - Method in class net.sf.click.extras.tree.Tree
Sets the TreeNode expand state of each node in the specified collection to the new value.
setExpireCache(boolean) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the query should expire cache parameter.
setExternal(boolean) - Method in class net.sf.click.extras.control.Menu
Set whether the menu path refers to an external resource.
setField(Field) - Method in class net.sf.click.extras.control.FieldColumn
Set the column editor field.
setFilterConfig(FilterConfig) - Method in class net.sf.click.extras.filter.CompressionFilter
Set filter configuration.
setFilterConfig(FilterConfig) - Method in class net.sf.click.extras.filter.PerformanceFilter
Set filter configuration.
setFormatPattern(String) - Method in class net.sf.click.extras.control.DateField
Set the SimpleDateFormat pattern.
setHeader(String, String) - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Set the string value in the header.
setHeaderExpiresCache(HttpServletResponse, long) - Method in class net.sf.click.extras.filter.PerformanceFilter
Set the response "Expires" and "Cache-Control" headers with the given maximum cache duration age in seconds.
setHeaderLabel(String, String) - Method in class net.sf.click.extras.control.PickList
Set the header label text for the selected list and the unselected list.
setHeight(String) - Method in class net.sf.click.extras.control.CheckList
The css height attribute-value.
setHeight(int) - Method in class net.sf.click.extras.control.PickList
Set the list height.
setHtmlClass(String) - Method in class net.sf.click.extras.control.CheckList
Deprecated. use AbstractControl.addStyleClass(String) instead
setId(String) - Method in class net.sf.click.extras.tree.TreeNode
Set this node's new id value.
setImageSrc(String) - Method in class net.sf.click.extras.control.Menu
Set the image src path attribute.
setIntHeader(String, int) - Method in class net.sf.click.extras.filter.CompressionServletResponseWrapper
Set the int value in the header.
setInteger(Integer) - Method in class net.sf.click.extras.control.IntegerField
Set the Integer value of the field.
setJavascriptEnabled(boolean) - Method in class net.sf.click.extras.tree.Tree
Enables javascript functionality.
setJavascriptEnabled(boolean, int) - Method in class net.sf.click.extras.tree.Tree
Overloads Tree.setJavascriptEnabled(boolean).
setLabel(String) - Method in class net.sf.click.extras.control.Menu
Set the label of the Menu item.
setLabel(String) - Method in class net.sf.click.extras.graph.JSChart
Set the chart display caption.
setLinkSeparator(String) - Method in class net.sf.click.extras.control.LinkDecorator
Set the link separator string with the given value.
setListener(Object, String) - Method in class net.sf.click.extras.control.ExternalLink
This method does nothing.
setListener(Object, String) - Method in class net.sf.click.extras.control.Menu
This method does nothing.
setListener(Object, String) - Method in class net.sf.click.extras.graph.JSChart
This method does nothing.
setListener(Object, String) - Method in class net.sf.click.extras.panel.TabbedPanel
This method will delegate to TabbedPanel.setTabListener(java.lang.Object, java.lang.String).
setListener(Object, String) - Method in class net.sf.click.extras.tree.Tree
This method does nothing.
setLocale(Locale) - Method in class net.sf.click.extras.control.CountrySelect
Set the locale of this control to something else than the Context locale.
setMaxValue(double) - Method in class net.sf.click.extras.control.NumberField
Set the maximum valid double field value.
setMinValue(double) - Method in class net.sf.click.extras.control.NumberField
Set the miminum valid double field value.
setMultiple(boolean) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the multiple options can be selected flag.
setName(String) - Method in class net.sf.click.extras.control.DateField
 
setName(String) - Method in class net.sf.click.extras.control.FormTable
 
setName(String) - Method in class net.sf.click.extras.service.JdkLogService
The logger category name.
setName(String) - Method in class net.sf.click.extras.service.Log4JLogService
The logger category name.
setNamedQuery(NamedQuery) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the NamedQuery to populate the options list with.
setNamedQuery(NamedQuery) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the NamedQuery to populate the options list with.
setNotifyListeners(boolean) - Method in class net.sf.click.extras.tree.Tree
Enable or disable if the tree will notify its tree listeners of any change to the tree's model.
setNumber(Number) - Method in class net.sf.click.extras.control.NumberField
Set the Number value of the field.
setNumberFormat(NumberFormat) - Method in class net.sf.click.extras.control.NumberField
Set the NumberFormat for this field.
setObjEntityFieldConstrains(String, ObjEntity) - Method in class net.sf.click.extras.cayenne.CayenneForm
Set the ObjEntity meta data constraints on the form fields.
setOptionLabel(String) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the DataObject property to render as the option label.
setOptionLabel(String) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the query result property to render as the option label.
setOptionList(List) - Method in class net.sf.click.extras.control.CheckList
Set the Option list.
setOptionValue(String) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the query result property to render as the option value.
setOptional(boolean) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set whether the option list includes an empty option value.
setOptional(boolean) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set whether the option list includes an empty option value.
setOrdering(Ordering) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the select query ordering.
setPageClass(Class) - Method in class net.sf.click.extras.control.PageSubmit
Set the target page class to redirect to.
setPageNumber(int) - Method in class net.sf.click.extras.control.FormTable
 
setPages(List) - Method in class net.sf.click.extras.control.Menu
Set the list of valid Page paths.
setParent(Object) - Method in class net.sf.click.extras.control.AbstractContainerField
Set the parent of the Field.
setParent(Object) - Method in class net.sf.click.extras.control.AutoCompleteTextField
 
setParent(TreeNode) - Method in class net.sf.click.extras.tree.TreeNode
Sets this node's parent to the specified argument.
setPath(String) - Method in class net.sf.click.extras.control.Menu
Set the path of the Menu item.
setPattern(String) - Method in class net.sf.click.extras.control.NumberField
Set the number pattern used for formatting and parsing.
setPattern(String) - Method in class net.sf.click.extras.control.RegexField
Sets the field pattern as regular expression.
setQueryName(String) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the name of the configured query to populate the options list with.
setQueryName(String) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the name of the configured query to populate the options list with.
setQueryValueLabel(String, String, String) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the configured queryName to execute, the property to render as the option value, and the property to render as the option label.
setRenderSubmittedValues(boolean) - Method in class net.sf.click.extras.control.FormTable
Set whether the table should render the submitted form values.
setRoles(List) - Method in class net.sf.click.extras.control.Menu
Set the list of valid roles for the Menu item.
setRootNode(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Set the tree's root TreeNode.
setRootNodeDisplayed(boolean) - Method in class net.sf.click.extras.tree.Tree
Sets whether the tree's root node should be displayed or not.
setSelectChildNodes(boolean) - Method in class net.sf.click.extras.tree.CheckboxTree
Sets whether child nodes will also be selected/deselected.
setSelectQuery(SelectQuery) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the SelectQuery to populate the options list with.
setSelectQuery(SelectQuery) - Method in class net.sf.click.extras.cayenne.QuerySelect
Set the SelectQuery to populate the options list with.
setSelectState(TreeNode, boolean) - Method in class net.sf.click.extras.tree.Tree
Sets the TreeNode select state to the new value.
setSelectState(String, boolean) - Method in class net.sf.click.extras.tree.Tree
Sets the select state of the TreeNode with specified id to the new value.
setSelectState(Collection, boolean) - Method in class net.sf.click.extras.tree.Tree
Sets the TreeNode select state of each node in the specified collection to the new value.
setSelectedValues(List) - Method in class net.sf.click.extras.control.CheckList
Set the list of selected values.
setSelectedValues(Collection, String) - Method in class net.sf.click.extras.control.PickList
The PickList selected values will be derived from the given collection of objects, based on the object properties specified by value.
setSeparator(boolean) - Method in class net.sf.click.extras.control.Menu
Set whether the Menu item is a separator.
setSession(Session) - Method in class net.sf.click.extras.hibernate.HibernateForm
Set the user's Hibernate Session.
setSessionFactory(SessionFactory) - Method in class net.sf.click.extras.hibernate.HibernateForm
Set the form Hibernate SessionFactory.
setShowTextField(boolean) - Method in class net.sf.click.extras.control.ColorPicker
Wheter the TextField to enter the color hex number should be shown or not.
setShowTime(boolean) - Method in class net.sf.click.extras.control.DateField
Set the DHTML Calendar popup show the time display bar flag.
setSize(int) - Method in class net.sf.click.extras.control.ColorPicker
Set the field size.
setSize(int) - Method in class net.sf.click.extras.control.PickList
Set the component size.
setSortable(boolean) - Method in class net.sf.click.extras.control.CheckList
Whether the list should be drag-drop sortable.
setSortedAscending(boolean) - Method in class net.sf.click.extras.control.FormTable
 
setSortedColumn(String) - Method in class net.sf.click.extras.control.FormTable
 
setStyle(String) - Method in class net.sf.click.extras.control.DateField
Set the JSCalendar CSS style.
setTabHeight(String) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Set the tab sheet height HTML attribute value.
setTabHeight(String) - Method in class net.sf.click.extras.control.TabbedForm
Set the tab sheet height HTML attribute value.
setTabListener(Object, String) - Method in class net.sf.click.extras.panel.TabbedPanel
 
setTabListener(ActionListener) - Method in class net.sf.click.extras.panel.TabbedPanel
Set the tab switch listener.
setTabWidth(String) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Set the tab sheet width HTML attribute value.
setTabWidth(String) - Method in class net.sf.click.extras.control.TabbedForm
Set the tab sheet width HTML attribute value.
setTarget(String) - Method in class net.sf.click.extras.control.Menu
Set the target attribute of the Menu item.
setTargetPath(String) - Method in class net.sf.click.extras.control.ExternalLink
Set the link href target path.
setTemplate(String) - Method in class net.sf.click.extras.cayenne.TabbedCayenneForm
Set the path of the Velocity template to render.
setTemplate(String) - Method in class net.sf.click.extras.control.TabbedForm
Set the path of the Velocity template to render.
setTitle(String) - Method in class net.sf.click.extras.control.Menu
Set the title attribute of the Menu item.
setValue(String) - Method in class net.sf.click.extras.control.DateField
Set the DateField value.
setValue(Object) - Method in class net.sf.click.extras.tree.TreeNode
Set this node's value.
setValueObject(Object) - Method in class net.sf.click.extras.cayenne.PropertySelect
Set the valueObject with the given DataObject and the select value to the DataObject primary key value.
setValueObject(Object) - Method in class net.sf.click.extras.control.CheckList
Set the value the value must be a List of String.
setValueObject(Object) - Method in class net.sf.click.extras.control.DateField
Set the date value of the field using the given object.
setValueObject(Object) - Method in class net.sf.click.extras.control.IntegerField
Set the integer value of the field using the given object.
setValueObject(Object) - Method in class net.sf.click.extras.control.LongField
Set the long value of the field using the given object.
setValueObject(Object) - Method in class net.sf.click.extras.control.NumberField
Set the Number value of the field using the given object.
setValueObject(Object) - Method in class net.sf.click.extras.hibernate.HibernateForm
Set the given Hibernate value object in the form, copying the object's properties into the form field values.
setValues(List) - Method in class net.sf.click.extras.control.CheckList
Deprecated. use CheckList.setSelectedValues(List) instead
setWidth(String) - Method in class net.sf.click.extras.panel.TabbedPanel
Set the tabbed panel content table HTML width attribute if defined.
sharedCache - Variable in class net.sf.click.extras.cayenne.DataContextFilter
Create DataContext objects using the shared cache.
shouldRenderChildren(TreeNode) - Method in class net.sf.click.extras.tree.Tree
Check the state of the specified node if its children should be rendered or not.
showTextField - Variable in class net.sf.click.extras.control.ColorPicker
The show text field option for entering a color hex value.
showTime - Variable in class net.sf.click.extras.control.DateField
The Calendar popup show time display bar flag.
size - Variable in class net.sf.click.extras.control.ColorPicker
The text field size attribute.
size - Variable in class net.sf.click.extras.control.PickList
The component size (width) in pixels.
sortOptions(String[]) - Method in class net.sf.click.extras.control.CheckList
Sorts the current Options List.
sortable - Variable in class net.sf.click.extras.control.CheckList
If sortable by drag and drop.
sortorder - Variable in class net.sf.click.extras.control.CheckList
The key of the values in the order they are present (only set when sortable).
stream - Variable in class net.sf.click.extras.filter.CompressionServletResponseWrapper
The ServletOutputStream that has been returned by getOutputStream(), if any.
stripResourceVersionIndicator(String) - Method in class net.sf.click.extras.filter.PerformanceFilter
Removes the version indicator from the specified path.
style - Variable in class net.sf.click.extras.control.DateField
The JSCalendar CSS style, default value: system.

T

TREE_IMAGES - Static variable in class net.sf.click.extras.tree.Tree
The Tree image file names.
TREE_IMPORTS - Static variable in class net.sf.click.extras.tree.Tree
The tree.css style sheet import link.
TREE_RESOURCES - Static variable in class net.sf.click.extras.tree.CheckboxTree
The Tree resource file names.
TREE_RESOURCES - Static variable in class net.sf.click.extras.tree.Tree
The Tree resource file names.
TabbedCayenneForm - class net.sf.click.extras.cayenne.TabbedCayenneForm.
Provides Cayenne data aware tabbed Form control:   <form method='POST'>.
TabbedCayenneForm(String, Class) - Constructor for class net.sf.click.extras.cayenne.TabbedCayenneForm
Create a Tabbed Cayenne Form with the given form name and DataObject class.
TabbedCayenneForm(Class) - Constructor for class net.sf.click.extras.cayenne.TabbedCayenneForm
Create a Tabbed Cayenne Form with the given DataObject class.
TabbedCayenneForm() - Constructor for class net.sf.click.extras.cayenne.TabbedCayenneForm
Create a Tabbed Cayenne Form with no name or dataObjectClass.
TabbedForm - class net.sf.click.extras.control.TabbedForm.
Provides a Tabbed Form control:   <form method='post'>.
TabbedForm(String) - Constructor for class net.sf.click.extras.control.TabbedForm
Create a new tabbed form instance with the given name.
TabbedForm() - Constructor for class net.sf.click.extras.control.TabbedForm
Create a new tabbed form instance with no name defined.
TabbedPanel - class net.sf.click.extras.panel.TabbedPanel.
Provides a tabbed panel with multiple sub-panels in 'tabs'.
TabbedPanel(String) - Constructor for class net.sf.click.extras.panel.TabbedPanel
Create a TabbedPanel with the given name.
TabbedPanel(String, String) - Constructor for class net.sf.click.extras.panel.TabbedPanel
Create a Panel with the given name and template path.
TabbedPanel(String, String, String) - Constructor for class net.sf.click.extras.panel.TabbedPanel
Create a TabbedPanel with the given name, id attribute and template path.
TabbedPanel() - Constructor for class net.sf.click.extras.panel.TabbedPanel
Create a TabbedPanel with no name or template defined.
TableInlinePaginator - class net.sf.click.extras.control.TableInlinePaginator.
Provides an inline style table paging controls Paginator.
TableInlinePaginator(Table) - Constructor for class net.sf.click.extras.control.TableInlinePaginator
Create a Paginator for the given Table.
TelephoneField - class net.sf.click.extras.control.TelephoneField.
Provides a Telephone Field control:   <input type='text'>.
TelephoneField(String) - Constructor for class net.sf.click.extras.control.TelephoneField
Construct the TelephoneField with the given name.
TelephoneField(String, boolean) - Constructor for class net.sf.click.extras.control.TelephoneField
Construct the TelephoneField with the given name and required status.
TelephoneField(String, String) - Constructor for class net.sf.click.extras.control.TelephoneField
Construct the TelephoneField with the given name and label.
TelephoneField(String, String, boolean) - Constructor for class net.sf.click.extras.control.TelephoneField
Construct the TelephoneField with the given name, label and required status.
TelephoneField(String, String, int) - Constructor for class net.sf.click.extras.control.TelephoneField
Construct the TelephoneField with the given name, label and size.
TelephoneField(String, String, int, boolean) - Constructor for class net.sf.click.extras.control.TelephoneField
Construct the TelephoneField with the given name, label, size and required status.
TelephoneField() - Constructor for class net.sf.click.extras.control.TelephoneField
Create a TelephoneField with no name defined.
Tree - class net.sf.click.extras.tree.Tree.
Provides a tree control for displaying hierarchical data.
Tree(String) - Constructor for class net.sf.click.extras.tree.Tree
Create an Tree control for the given name.
Tree() - Constructor for class net.sf.click.extras.tree.Tree
Create a Tree with no name defined.
Tree.AbstractJavascriptRenderer - class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer.
Please note this class is not meant for public use.
Tree.AbstractJavascriptRenderer() - Constructor for class net.sf.click.extras.tree.Tree.AbstractJavascriptRenderer
 
Tree.Callback - interface net.sf.click.extras.tree.Tree.Callback.
Provides a TreeNode callback interface.
Tree.CookieHandler - class net.sf.click.extras.tree.Tree.CookieHandler.
Please note this class is only meant for developers of this control, not users.
Tree.CookieHandler(Context) - Constructor for class net.sf.click.extras.tree.Tree.CookieHandler
Creates and initializes a new CookieHandler.
Tree.CookieRenderer - class net.sf.click.extras.tree.Tree.CookieRenderer.
Please note this class is only meant for developers of this control, not users.
Tree.CookieRenderer(String, String) - Constructor for class net.sf.click.extras.tree.Tree.CookieRenderer
Default constructor.
Tree.JavascriptHandler - interface net.sf.click.extras.tree.Tree.JavascriptHandler.
Please note this class is not meant for public use.
Tree.JavascriptRenderer - interface net.sf.click.extras.tree.Tree.JavascriptRenderer.
Please note this class is not meant for public use.
Tree.SessionHandler - class net.sf.click.extras.tree.Tree.SessionHandler.
Please note this class is only meant for developers of this control, not users.
Tree.SessionHandler(Context) - Constructor for class net.sf.click.extras.tree.Tree.SessionHandler
This class is dependant on Context, so this constructor enforces a valid context before the handler can be used.
Tree.SessionRenderer - class net.sf.click.extras.tree.Tree.SessionRenderer.
Please note this class is only meant for developers of this control, not users.
Tree.SessionRenderer() - Constructor for class net.sf.click.extras.tree.Tree.SessionRenderer
 
TreeListener - interface net.sf.click.extras.tree.TreeListener.
The listener interface for receiving tree events.
TreeNode - class net.sf.click.extras.tree.TreeNode.
Provides an implementation of a Tree model.
TreeNode() - Constructor for class net.sf.click.extras.tree.TreeNode
Creates a default node with no value or id.
TreeNode(Object) - Constructor for class net.sf.click.extras.tree.TreeNode
Creates a node and sets the value to the specified argument.
TreeNode(Object, String) - Constructor for class net.sf.click.extras.tree.TreeNode
Creates a node and sets the value and id to the specified arguments.
TreeNode(Object, String, TreeNode) - Constructor for class net.sf.click.extras.tree.TreeNode
Creates a node and sets the value, id and parent to the specified arguments.
TreeNode(Object, String, TreeNode, boolean) - Constructor for class net.sf.click.extras.tree.TreeNode
Creates a node and sets the value, id and parent to the specified arguments.
tabHeight - Variable in class net.sf.click.extras.cayenne.TabbedCayenneForm
The tab sheet height HTML attribute value.
tabHeight - Variable in class net.sf.click.extras.control.TabbedForm
The tab sheet height HTML attribute value.
tabLink - Variable in class net.sf.click.extras.panel.TabbedPanel
The tab switch action link.
tabSheets - Variable in class net.sf.click.extras.cayenne.TabbedCayenneForm
The list of FieldSet tab sheets.
tabSheets - Variable in class net.sf.click.extras.control.TabbedForm
The list of FieldSet tab sheets.
tabWidth - Variable in class net.sf.click.extras.cayenne.TabbedCayenneForm
The tab sheet width HTML attribute value.
tabWidth - Variable in class net.sf.click.extras.control.TabbedForm
The tab sheet width HTML attribute value.
table - Variable in class net.sf.click.extras.control.LinkDecorator
The table to render the links for.
target - Variable in class net.sf.click.extras.control.Menu
The target attribute.
targetPath - Variable in class net.sf.click.extras.control.ExternalLink
The target path.
template - Variable in class net.sf.click.extras.cayenne.TabbedCayenneForm
The path of the tabbed form Velocity template to render.
template - Variable in class net.sf.click.extras.control.TabbedForm
The path of the tabbed form Velocity template to render.
threshold - Variable in class net.sf.click.extras.filter.CompressionServletResponseWrapper
The threshold number to compress.
title - Variable in class net.sf.click.extras.control.Menu
The tooltip title attribute.
toBeanName(Class) - Method in class net.sf.click.extras.spring.SpringClickServlet
Return the Spring beanName for the given class.
toMap(String, Object) - Method in class net.sf.click.extras.cayenne.CayenneTemplate
Return a Map containing the given key name and value.
toString() - Method in class net.sf.click.extras.control.AbstractContainerField
Returns the HTML representation of this control.
toString() - Method in class net.sf.click.extras.control.ColorPicker
Returns the HTML for the color-picker.
toString() - Method in class net.sf.click.extras.control.HtmlFieldSet
Returns the HTML representation of the FieldSet.
toString() - Method in class net.sf.click.extras.control.Menu
Return an HTML anchor tag representation of the menu item.
toString() - Method in class net.sf.click.extras.control.PageButton
Return a HTML rendered Button string.
toString() - Method in class net.sf.click.extras.control.PickList
Return a HTML rendered PickList string.
toString() - Method in class net.sf.click.extras.control.TabbedForm
Return the HTML string representation of the form.
toString() - Method in class net.sf.click.extras.graph.JSChart
Return the HTML rendered chart.
toString() - Method in class net.sf.click.extras.tree.Tree
Return a HTML rendered Tree string of all the tree's nodes.
toString() - Method in class net.sf.click.extras.tree.TreeNode
Renders a string representation of this node.
trace(Object) - Method in class net.sf.click.extras.service.JdkLogService
Log the message at Level.FINER level.
trace(Object, Throwable) - Method in class net.sf.click.extras.service.JdkLogService
Log the message and error at Level.FINER level.
trace(Object) - Method in class net.sf.click.extras.service.Log4JLogService
 
trace(Object, Throwable) - Method in class net.sf.click.extras.service.Log4JLogService
 

U

unselectedLabel - Variable in class net.sf.click.extras.control.PickList
The label text for the unselected list.
useConfiguredCacheHeader(String) - Method in class net.sf.click.extras.filter.PerformanceFilter
Return true if the response should be cached using the configure cache max-age.
useForeverCacheHeader(String) - Method in class net.sf.click.extras.filter.PerformanceFilter
Return true if a path is a static versioned Click resource and should be cached forever.
useGzipCompression(HttpServletRequest, String) - Method in class net.sf.click.extras.filter.PerformanceFilter
Return true if the response should be GZIP compressed.
useInternalForm - Variable in class net.sf.click.extras.control.FormTable
Indicates whether an internal Form should be created, true by default.

V

VALIDATE_CHECKLIST_FUNCTION - Static variable in class net.sf.click.extras.control.CheckList
The field validation JavaScript function template.
VALIDATE_CREDITCARD_FUNCTION - Static variable in class net.sf.click.extras.control.CreditCardField
The field validation JavaScript function template.
VALIDATE_EMAILFIELD_FUNCTION - Static variable in class net.sf.click.extras.control.EmailField
The field validation JavaScript function template.
VALIDATE_NUMBER_FIELD_FUNCTION - Static variable in class net.sf.click.extras.control.NumberField
The field validation JavaScript function template.
VALIDATE_PICKLIST_FUNCTION - Static variable in class net.sf.click.extras.control.PickList
The field validation JavaScript function template.
VALIDATE_REGEXFIELD_FUNCTION - Static variable in class net.sf.click.extras.control.RegexField
The field validation JavaScript function template.
VISA - Static variable in class net.sf.click.extras.control.CreditCardField
The Visa type credit card: "VISA".
VirtualKeyboard - class net.sf.click.extras.control.VirtualKeyboard.
Provides a graphical Vitural Keyboard interface text field control:   <input type='text'>.
VirtualKeyboard() - Constructor for class net.sf.click.extras.control.VirtualKeyboard
Constructs a new VirtualKeyboard Field object with no name defined.
VirtualKeyboard(String) - Constructor for class net.sf.click.extras.control.VirtualKeyboard
Constructs the VirtualKeyboard Field with the given name.
VirtualKeyboard(String, String) - Constructor for class net.sf.click.extras.control.VirtualKeyboard
Constructs the VirtualKeyboard Field with the given name and label.
validate() - Method in class net.sf.click.extras.control.CheckList
Validate the CheckList request submission.
validate() - Method in class net.sf.click.extras.control.ColorPicker
Validates the input to check wheter is required or not and that the input contains a valid color hex value.
validate() - Method in class net.sf.click.extras.control.CreditCardField
Validate the CreditCardField request submission, using the card type to validate the card number.
validate() - Method in class net.sf.click.extras.control.DateField
Validate the DateField request submission.
validate() - Method in class net.sf.click.extras.control.DoubleField
Validates the NumberField request submission.
validate() - Method in class net.sf.click.extras.control.EmailField
Process the EmailField request submission.
validate() - Method in class net.sf.click.extras.control.IntegerField
Validate the IntegerField request submission.
validate() - Method in class net.sf.click.extras.control.LongField
Validate the LongField request submission.
validate() - Method in class net.sf.click.extras.control.NumberField
Validates the NumberField request submission.
validate() - Method in class net.sf.click.extras.control.PickList
Validate the PickList request submission.
validate() - Method in class net.sf.click.extras.control.RegexField
Validate the RegexField request submission.
validate() - Method in class net.sf.click.extras.control.TelephoneField
Validate the TelephoneField request submission.
valueObject - Variable in class net.sf.click.extras.cayenne.PropertySelect
The property value object.

W

warn(Object) - Method in class net.sf.click.extras.service.JdkLogService
Log the message at Level.WARNING level.
warn(Object, Throwable) - Method in class net.sf.click.extras.service.JdkLogService
Log the message and error at Level.WARNING level.
warn(Object) - Method in class net.sf.click.extras.service.Log4JLogService
 
warn(Object, Throwable) - Method in class net.sf.click.extras.service.Log4JLogService
 
write(int) - Method in class net.sf.click.extras.filter.CompressionResponseStream
Write the specified byte to our output stream.
write(byte[]) - Method in class net.sf.click.extras.filter.CompressionResponseStream
Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class net.sf.click.extras.filter.CompressionResponseStream
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
writeToGZip(byte[], int, int) - Method in class net.sf.click.extras.filter.CompressionResponseStream
Writes array of bytes to the compressed output stream.
writer - Variable in class net.sf.click.extras.filter.CompressionServletResponseWrapper
The PrintWriter that has been returned by getWriter(), if any.

X

xLabels - Variable in class net.sf.click.extras.graph.JSChart
The list of X-Axis labels.

Y

yValues - Variable in class net.sf.click.extras.graph.JSChart
The list of Y-Axis values.

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