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

A

AbstractContainerField - Class in org.apache.click.extras.control
Provides an abstract convenience class that implements Container and extend Field.
AbstractContainerField() - Constructor for class org.apache.click.extras.control.AbstractContainerField
Create an AbstractContainerField with no name defined.
AbstractContainerField(String) - Constructor for class org.apache.click.extras.control.AbstractContainerField
Create an AbstractContainerField with the given name.
AbstractContainerField(String, String) - Constructor for class org.apache.click.extras.control.AbstractContainerField
Construct an AbstractContainerField with the given name and label.
accessController - Variable in class org.apache.click.extras.control.Menu
The menu security access controller.
AccessController - Interface in org.apache.click.extras.security
Provides an interface for controlling request access to security resources.
activatePageInstance(Page) - Method in class org.apache.click.extras.spring.SpringClickServlet
This method associates the ApplicationContext with any ApplicationContextAware pages and supports the deserialization of stateful pages.
activePanel - Variable in class org.apache.click.extras.panel.TabbedPanel
The currently active panel.
add(Control) - Method in class org.apache.click.extras.control.AbstractContainerField
 
add(Option) - Method in class org.apache.click.extras.control.CheckList
Add the given Option.
add(String) - Method in class org.apache.click.extras.control.CheckList
Add the given option value.
add(Object) - Method in class org.apache.click.extras.control.CheckList
Add the given Option/String/Number/Boolean to the CheckList.
add(Field, int) - Method in class org.apache.click.extras.control.HtmlFieldSet
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Control, int) - Method in class org.apache.click.extras.control.HtmlFieldSet
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Field, int) - Method in class org.apache.click.extras.control.HtmlForm
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Control, int) - Method in class org.apache.click.extras.control.HtmlForm
This method is not supported and throws an UnsupportedOperationException if invoked.
add(Menu) - Method in class org.apache.click.extras.control.Menu
Add the given menu as a submenu.
add(Option) - Method in class org.apache.click.extras.control.PickList
Add the given Option to the PickList.
add(Object) - Method in class org.apache.click.extras.control.PickList
Add the given Option/String/Number/Boolean to the PickList.
add(TreeNode) - Method in class org.apache.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 org.apache.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 org.apache.click.extras.control.CheckList
Add the given Option/String/Number/Boolean collection to the CheckList.
addAll(Map<?, ?>) - Method in class org.apache.click.extras.control.CheckList
Add the given Map of option values and labels to the CheckList.
addAll(String[]) - Method in class org.apache.click.extras.control.CheckList
Add the given array of string options to the Select option list.
addAll(Collection<?>, String, String) - Method in class org.apache.click.extras.control.CheckList
Add the given collection of objects to the CheckList, creating new Option instances based on the object properties specified by optionValueProperty and optionLabelProperty.
addAll(Collection<?>) - Method in class org.apache.click.extras.control.PickList
Add the given Option/String/Number/Boolean collection to the PickList.
addAll(Map<?, ?>) - Method in class org.apache.click.extras.control.PickList
Add the given Map of option values and labels to the PickList.
addAll(String[]) - Method in class org.apache.click.extras.control.PickList
Add the given array of string options to the PickList.
addAll(Collection<?>, String, String) - Method in class org.apache.click.extras.control.PickList
Add the given collection of objects to the PickList, creating new Option instances based on the object properties specified by optionValueProperty and optionLabelProperty.
addBehavior(Behavior) - Method in class org.apache.click.extras.control.AutoCompleteTextField
This method is not supported and throws an UnsupportedOperationException if invoked.
addCalendarOptions(List<Element>) - Method in class org.apache.click.extras.control.DateField
Add the calendar options as a script to the list of head elements.
addCalenderTranslations(List<Element>) - Method in class org.apache.click.extras.control.DateField
Return the names of months and weekdays as a script.
addChildOnly(TreeNode) - Method in class org.apache.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 org.apache.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 org.apache.click.extras.control.FormTable
Add the column to the table.
addListener(TreeListener) - Method in class org.apache.click.extras.tree.Tree
Adds the listener to start receiving tree events.
addSelectedValue(String) - Method in class org.apache.click.extras.control.PickList
Add the selected value to the List of PickList.selectedValues.
addStyle(String) - Method in class org.apache.click.extras.control.CheckList
Deprecated. use @{link #setStyle(String, String)}
addTabSheet(FieldSet) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Add the given FieldSet tab sheet to the form.
addTabSheet(FieldSet) - Method in class org.apache.click.extras.control.TabbedForm
Add the given FieldSet tab sheet to the form.
addValue(String) - Method in class org.apache.click.extras.control.HiddenList
Add the given value to this HiddenList.
AMEX - Static variable in class org.apache.click.extras.control.CreditCardField
The American Express type credit card: "AMEX".
applicationContext - Variable in class org.apache.click.extras.spring.SpringClickServlet
Spring application context bean factory.
applicationVersionIndicator - Variable in class org.apache.click.extras.filter.PerformanceFilter
The application resource version indicator.
applyMetaData() - Method in class org.apache.click.extras.cayenne.CayenneForm
Applies the DataObject validation database meta data to the form fields.
applyMetaData(Form, Class<?>) - Static method in class org.apache.click.extras.cayenne.CayenneUtils
Applies the DataObject class validation database meta data to the form fields.
applyMetaData() - Method in class org.apache.click.extras.hibernate.HibernateForm
Applies the ClassMetadata validation database meta data to the form fields.
asSet(String, String) - Method in class org.apache.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 org.apache.click.extras.control.AutoCompleteTextField
The JavaScript 'script.aculo.us' Autocompleter initialization options, default value is: minChars:1.
AutoCompleteTextField - Class in org.apache.click.extras.control
Provides an Auto Complete Text Field control:   <input type='text'>.
AutoCompleteTextField(String) - Constructor for class org.apache.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name.
AutoCompleteTextField(String, boolean) - Constructor for class org.apache.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name and required status.
AutoCompleteTextField(String, String) - Constructor for class org.apache.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name and label.
AutoCompleteTextField(String, String, boolean) - Constructor for class org.apache.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name, label and required status.
AutoCompleteTextField(String, String, int) - Constructor for class org.apache.click.extras.control.AutoCompleteTextField
Construct the AutoCompleteTextField with the given name, label and size.
AutoCompleteTextField() - Constructor for class org.apache.click.extras.control.AutoCompleteTextField
Create a AutoCompleteTextField with no name defined.
autoRollback - Variable in class org.apache.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 org.apache.click.extras.cayenne.TabbedCayenneForm
The form HTML background color.
backgroundColor - Variable in class org.apache.click.extras.control.TabbedForm
The form HTML background color.
behavior - Variable in class org.apache.click.extras.control.AutoCompleteTextField
The Field Ajax Behavior provides autocomplete support.
bindExpandOrCollapseValues() - Method in class org.apache.click.extras.tree.Tree
This method binds the users request of expanded and collapsed nodes to the tree's nodes.
bindRequestValue() - Method in class org.apache.click.extras.control.AbstractContainerField
This method does nothing by default.
bindRequestValue() - Method in class org.apache.click.extras.control.CheckList
Bind the request submission, setting the CheckList.selectedValues and sort order if the checkList is sortable.
bindRequestValue() - Method in class org.apache.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 org.apache.click.extras.control.HiddenList
This method binds the submitted request values to the HiddenList values.
bindRequestValue() - Method in class org.apache.click.extras.control.PickList
Bind the request submission, setting the PickList.selectedValues property if defined in the request.
bindRequestValue() - Method in class org.apache.click.extras.control.SubmitLink
This method binds the submitted request value to the SubmitLink's value.
bindRequestValue() - Method in class org.apache.click.extras.tree.CheckboxTree
This method binds any expand/collapse changes from the request parameters.
bindRequestValue() - Method in class org.apache.click.extras.tree.Tree
This method binds any expand/collapse and select/deselect changes from the request parameters.
bindSelectOrDeselectValues() - Method in class org.apache.click.extras.tree.CheckboxTree
Binds the users request of selected nodes to the tree's nodes.
bindSelectOrDeselectValues() - Method in class org.apache.click.extras.tree.Tree
This method binds the users request of selected nodes to the tree's nodes.
buffer - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The buffer through which all of our output bytes are passed.
bufferCount - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The number of data bytes currently in the buffer.
buildMenu(Element, AccessController, Class<? extends Menu>) - Method in class org.apache.click.extras.control.MenuFactory
Build a new Menu from the given menu item XML Element and recurse through all the menu-items children.
buildString(String, String, String) - Method in class org.apache.click.extras.tree.Tree.AbstractJavascriptRenderer
Builds a new string consisting of a prefix, infix and postfix.
buttonsArray - Variable in class org.apache.click.extras.control.LinkDecorator
The array of ActionButtons to render.

C

cacheDuration - Variable in class org.apache.click.extras.service.FreemarkerTemplateService
The production/profile mode cache duration in seconds.
cacheMaxAge - Variable in class org.apache.click.extras.filter.PerformanceFilter
The configured cache max age in seconds, default value is 1 year.
cacheRootMenu(Menu) - Method in class org.apache.click.extras.control.MenuFactory
Cache the given menu in the menu cache.
cacheTreeDepth(int) - Method in class org.apache.click.extras.tree.TreeNode
Stores the specified depth in a variable for fast retrieval.
calcTreeDepth() - Method in class org.apache.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 org.apache.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 org.apache.click.extras.control.DateField
The JavaScript Calendar pattern.
callback(TreeNode) - Method in interface org.apache.click.extras.tree.Tree.Callback
Callback on the provided tree node.
canRender(Menu, int) - Method in class org.apache.click.extras.control.Menu
Return true if the given menu can be rendered, false otherwise.
CARD_OPTIONS - Static variable in class org.apache.click.extras.control.CreditCardField
The statically initialized card type options list.
cardType - Variable in class org.apache.click.extras.control.CreditCardField
The type of credit card: ["VISA" | "MASTER" | "AMEX" | "DINERS" | "DISCOVER"].
cardTypeSelect - Variable in class org.apache.click.extras.control.CreditCardField
The card type Select.
CayenneForm - Class in org.apache.click.extras.cayenne
Provides Cayenne data aware Form control:   <form method='POST'>.
CayenneForm(String, Class) - Constructor for class org.apache.click.extras.cayenne.CayenneForm
Create a new CayenneForm with the given form name and DataObject class.
CayenneForm(Class) - Constructor for class org.apache.click.extras.cayenne.CayenneForm
Create a new CayenneForm with the given DataObject class.
CayenneForm() - Constructor for class org.apache.click.extras.cayenne.CayenneForm
Create an CayenneForm with no name or dataObjectClass.
CayenneTemplate - Class in org.apache.click.extras.cayenne
Provides base Cayenne data access object or service class to extend, following the Spring DAO template pattern.
CayenneTemplate() - Constructor for class org.apache.click.extras.cayenne.CayenneTemplate
 
CayenneUtils - Class in org.apache.click.extras.cayenne
Provides Cayenne DataObject utility methods to looking up object by their primary key.
CayenneUtils() - Constructor for class org.apache.click.extras.cayenne.CayenneUtils
 
checkboxId - Variable in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the id of the checkbox html element.
checkboxOnClickString - Variable in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the javascript call when user clicks on checkbox.
checkboxRenderer - Variable in class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
A delegate for javascript rendering.
checkboxRenderer - Variable in class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
A delegate for javascript rendering.
CheckboxTree - Class in org.apache.click.extras.tree
Implementation of a tree control that provides checkboxes to enable selection of nodes.
CheckboxTree(String) - Constructor for class org.apache.click.extras.tree.CheckboxTree
Create an Tree control for the given name.
CheckboxTree() - Constructor for class org.apache.click.extras.tree.CheckboxTree
Create a Tree with no name defined.
CheckboxTree.BaseCheckboxJavascriptRenderer - Class in org.apache.click.extras.tree
Please note this class is only meant for developers of this control, not users.
CheckboxTree.BaseCheckboxJavascriptRenderer() - Constructor for class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
CheckboxTree.CheckboxCookieHandler - Class in org.apache.click.extras.tree
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxCookieHandler(Context) - Constructor for class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieHandler
Creates and initializes a new CookieHandler.
CheckboxTree.CheckboxCookieJavascriptRenderer - Class in org.apache.click.extras.tree
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxCookieJavascriptRenderer(String, String) - Constructor for class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
Default constructor.
CheckboxTree.CheckboxJavascriptRenderer - Interface in org.apache.click.extras.tree
Please note this interface is only meant for developers of this control, not users.
CheckboxTree.CheckboxSessionHandler - Class in org.apache.click.extras.tree
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxSessionHandler(Context) - Constructor for class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionHandler
Creates and initializes a new CheckboxSessionHandler.
CheckboxTree.CheckboxSessionJavascriptRenderer - Class in org.apache.click.extras.tree
Please note this class is only meant for developers of this control, not users.
CheckboxTree.CheckboxSessionJavascriptRenderer() - Constructor for class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
CheckList - Class in org.apache.click.extras.control
Provides a check list control.
CheckList(String) - Constructor for class org.apache.click.extras.control.CheckList
Create a CheckList field with the given name.
CheckList(String, String) - Constructor for class org.apache.click.extras.control.CheckList
Create a CheckList field with the given name and label.
CheckList(String, boolean) - Constructor for class org.apache.click.extras.control.CheckList
Create a CheckList field with the given name and required status.
CheckList(String, String, boolean) - Constructor for class org.apache.click.extras.control.CheckList
Create a CheckList field with the given name, label and required status.
CheckList() - Constructor for class org.apache.click.extras.control.CheckList
Create a CheckList field with no name defined.
children - Variable in class org.apache.click.extras.control.Menu
The list of submenu items.
classField - Variable in class org.apache.click.extras.cayenne.CayenneForm
The data object class name hidden field.
classField - Variable in class org.apache.click.extras.hibernate.HibernateForm
The value object class name hidden field.
cleanupSession() - Method in class org.apache.click.extras.tree.Tree
Utility method that force the Tree to remove any entries it made in the HttpSession.
clearValues() - Method in class org.apache.click.extras.cayenne.CayenneForm
Clear all the form field values setting them to null.
close() - Method in class org.apache.click.extras.filter.CompressionResponseStream
Close this output stream, causing any buffered data to be flushed.
close() - Static method in class org.apache.click.extras.hibernate.SessionContext
Close the Session held by the current Thread.
closed - Variable in class org.apache.click.extras.filter.CompressionResponseStream
Has this stream been closed?
closed() - Method in class org.apache.click.extras.filter.CompressionResponseStream
Has this response stream been closed?
collapse(String) - Method in class org.apache.click.extras.tree.Tree
Collapse the node with matching id and inform any listeners of the change.
collapse(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Collapse the node and inform any listeners of the change.
COLLAPSE_ICON - Static variable in class org.apache.click.extras.tree.Tree
The tree's collapsed icon name: "collapsedIcon".
collapseAll() - Method in class org.apache.click.extras.tree.Tree
Collapse all the nodes of the tree and inform any listeners of the change.
collapsedCookieName - Variable in class org.apache.click.extras.tree.Tree.CookieHandler
Name of cookie responsible for tracking the expanded node id's.
ColorPicker - Class in org.apache.click.extras.control
Provides a ColorPicker control:   <input type='text'><img>.
ColorPicker(String) - Constructor for class org.apache.click.extras.control.ColorPicker
Construct a ColorPicker with the given name.
ColorPicker(String, String) - Constructor for class org.apache.click.extras.control.ColorPicker
Construct the ColorPicker with the given name and label.
ColorPicker(String, boolean) - Constructor for class org.apache.click.extras.control.ColorPicker
Construct a ColorPicker with the given name and required status.
ColorPicker(String, boolean, boolean) - Constructor for class org.apache.click.extras.control.ColorPicker
Constructs a ColorPicker with the given name, required status and display text field option.
ColorPicker() - Constructor for class org.apache.click.extras.control.ColorPicker
Create a ColorPicker with no name defined.
commitChanges() - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Commit any changes in the thread local DataContext.
compressionEnabled - Variable in class org.apache.click.extras.filter.PerformanceFilter
Indicates if compression is enabled or not, default value is true.
CompressionFilter - Class in org.apache.click.extras.filter
Provides a GZIP compression Filter to compress HTML ServletResponse content.
CompressionFilter() - Constructor for class org.apache.click.extras.filter.CompressionFilter
 
CompressionResponseStream - Class in org.apache.click.extras.filter
Provides an implementation of ServletOutputStream that works with the CompressionServletResponseWrapper implementation.
CompressionResponseStream(HttpServletResponse, HttpServletRequest) - Constructor for class org.apache.click.extras.filter.CompressionResponseStream
Construct a servlet output stream associated with the specified Response.
CompressionServletResponseWrapper - Class in org.apache.click.extras.filter
Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation.
CompressionServletResponseWrapper(HttpServletResponse, HttpServletRequest) - Constructor for class org.apache.click.extras.filter.CompressionServletResponseWrapper
Calls the parent constructor which creates a ServletResponse adaptor wrapping the given response object.
compressionThreshold - Variable in class org.apache.click.extras.filter.CompressionFilter
The threshold number to compress, default value is 2048 bytes.
compressionThreshold - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The threshold number which decides to compress or not.
compressionThreshold - Variable in class org.apache.click.extras.filter.PerformanceFilter
The threshold number to compress, default value is 384 bytes.
configService - Variable in class org.apache.click.extras.filter.CompressionFilter
The application configuration service.
configService - Variable in class org.apache.click.extras.filter.PerformanceFilter
The application configuration service.
configService - Variable in class org.apache.click.extras.service.FreemarkerTemplateService
The application configuration service.
configuration - Variable in class org.apache.click.extras.service.FreemarkerTemplateService
The Freemarker engine configuration.
configured - Variable in class org.apache.click.extras.filter.CompressionFilter
The filter has been configured flag.
configured - Variable in class org.apache.click.extras.filter.PerformanceFilter
The filter has been configured flag.
contains(Control) - Method in class org.apache.click.extras.control.AbstractContainerField
 
contains(Menu) - Method in class org.apache.click.extras.control.Menu
Return true if this menu contains the given menu, false otherwise.
contentType - Variable in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Content type.
contextDestroyed(ServletContextEvent) - Method in class org.apache.click.extras.gae.GoogleAppEngineListener
This method does nothing.
contextInitialized(ServletContextEvent) - Method in class org.apache.click.extras.gae.GoogleAppEngineListener
Sets the Ognl Runtime SecurityManager to null so as not to interfere with Google App Engine (GAE).
controlMap - Variable in class org.apache.click.extras.control.AbstractContainerField
The map of controls keyed by field name.
controls - Variable in class org.apache.click.extras.control.AbstractContainerField
The list of controls.
CountrySelect - Class in org.apache.click.extras.control
Provides a Country Select control:   <select></select>.
CountrySelect(String) - Constructor for class org.apache.click.extras.control.CountrySelect
Create a CountrySelect field with the given name.
CountrySelect(String, String) - Constructor for class org.apache.click.extras.control.CountrySelect
Create a CountrySelect field with the given name and label.
CountrySelect(String, boolean) - Constructor for class org.apache.click.extras.control.CountrySelect
Create a CountrySelect field with the given name and required status.
CountrySelect(String, String, boolean) - Constructor for class org.apache.click.extras.control.CountrySelect
Create a CountrySelect field with the given name, label and required status.
CountrySelect(String, String, Locale) - Constructor for class org.apache.click.extras.control.CountrySelect
Create a CountrySelect field with the given name, label and locale.
CountrySelect() - Constructor for class org.apache.click.extras.control.CountrySelect
Create a CountrySelect field with no name defined.
createAndRegisterNewObject(Class<T>) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Deprecated. since 2.3.0, use CayenneTemplate.newObject(java.lang.Class) instead.
createBehavior() - Method in class org.apache.click.extras.control.AutoCompleteTextField
Create the field Ajax behavior instance.
createConfiguration() - Method in class org.apache.click.extras.hibernate.SessionContext
Creates and returns a new Configuration instance.
createDataContext() - Method in class org.apache.click.extras.cayenne.DataContextFilter
Return a new DataContext instance using a shared cache if the filter is configured with use-shared-cache, otherwise the DataContext will not use a shared cache.
createDecorator() - Method in class org.apache.click.extras.tree.CheckboxTree
Creates and returns a custom Decorator that will render a Checkbox for each tree node.
createFileItemFactory(HttpServletRequest) - Method in class org.apache.click.extras.gae.MemoryFileUploadService
Create and return a new MemoryFileItemFactory instance.
createItem(String, String, boolean, String) - Method in class org.apache.click.extras.gae.MemoryFileItemFactory
Create a new MemoryFileItem instance from the supplied parameters.
createJavascriptHandler(int) - Method in class org.apache.click.extras.tree.CheckboxTree
Creates and return a new JavascriptHandler for the specified tree node.
createJavascriptHandler(int) - Method in class org.apache.click.extras.tree.Tree
Creates a new JavascriptHandler based on the specified policy.
createMenu(Class<? extends Menu>) - Method in class org.apache.click.extras.control.MenuFactory
Create a new menu instance of the given menu class.
createObjectId(ObjectContext, Class, Object) - Static method in class org.apache.click.extras.cayenne.CayenneUtils
Create a new ObjectId for the given ObjectContext, data object class and primary key.
createOutputStream() - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Create and return a ServletOutputStream to write the content associated with this Response.
CreditCardField - Class in org.apache.click.extras.control
Provides a Credit Card control:   <input type='text'><select>.
CreditCardField(String) - Constructor for class org.apache.click.extras.control.CreditCardField
Construct the credit card field with the given name.
CreditCardField(String, String) - Constructor for class org.apache.click.extras.control.CreditCardField
Construct the credit card field with the given name and label.
CreditCardField(String, boolean) - Constructor for class org.apache.click.extras.control.CreditCardField
Construct the credit card field with the given name and required status.
CreditCardField(String, String, boolean) - Constructor for class org.apache.click.extras.control.CreditCardField
Construct the credit card field with the given name, label and required status.
CreditCardField(String, String, int) - Constructor for class org.apache.click.extras.control.CreditCardField
Construct a CreditCardField with the given name, label and size.
CreditCardField(String, String, int, boolean) - Constructor for class org.apache.click.extras.control.CreditCardField
Construct the CreditCardField with the given name, label, size and required status.
CreditCardField() - Constructor for class org.apache.click.extras.control.CreditCardField
Create a credit card field with no name defined.

D

DataContextFilter - Class in org.apache.click.extras.cayenne
Provides a servlet filter which binds DataContext objects to the current request thread and optionally the users HttpSession.
DataContextFilter() - Constructor for class org.apache.click.extras.cayenne.DataContextFilter
 
dataDomain - Variable in class org.apache.click.extras.cayenne.DataContextFilter
The Cayenne DataDomain.
dataObject - Variable in class org.apache.click.extras.cayenne.CayenneForm
A transient dataObject handle for detecting a committed object.
dataProvider - Variable in class org.apache.click.extras.control.CheckList
The select data provider.
dataProvider - Variable in class org.apache.click.extras.control.PickList
The select data provider.
date - Variable in class org.apache.click.extras.control.DateField
The DateField's date value.
DateField - Class in org.apache.click.extras.control
Provides a Date Field control: <input type='text'><img>.
DateField(String) - Constructor for class org.apache.click.extras.control.DateField
Construct the Date Field with the given name.
DateField(String, String) - Constructor for class org.apache.click.extras.control.DateField
Construct the Date Field with the given name and label.
DateField(String, boolean) - Constructor for class org.apache.click.extras.control.DateField
Construct the Date Field with the given name and required status.
DateField(String, String, boolean) - Constructor for class org.apache.click.extras.control.DateField
Construct the Date Field with the given name, label and required status.
DateField(String, String, int) - Constructor for class org.apache.click.extras.control.DateField
Construct the Date Field with the given name, label and size.
DateField(String, String, int, boolean) - Constructor for class org.apache.click.extras.control.DateField
Construct the Date Field with the given name, label, size and required status.
DateField() - Constructor for class org.apache.click.extras.control.DateField
Create a Date Field with no name defined.
dateFormat - Variable in class org.apache.click.extras.control.DateField
The date format.
debug(Object) - Method in class org.apache.click.extras.service.JdkLogService
Log the message at Level.FINE level.
debug(Object, Throwable) - Method in class org.apache.click.extras.service.JdkLogService
Log the message and error at Level.FINE level.
debug(Object) - Method in class org.apache.click.extras.service.Log4JLogService
 
debug(Object, Throwable) - Method in class org.apache.click.extras.service.Log4JLogService
 
debug(Object) - Method in class org.apache.click.extras.service.Slf4jLogService
 
debug(Object, Throwable) - Method in class org.apache.click.extras.service.Slf4jLogService
 
decorator - Variable in class org.apache.click.extras.cayenne.PropertySelect
The option label rendering decorator.
decorator - Variable in class org.apache.click.extras.cayenne.QuerySelect
The option label rendering decorator.
DEFAULT_ATTRIBUTES - Static variable in class org.apache.click.extras.control.MenuFactory
The default Menu XML attributes loaded into menu properties.
DEFAULT_CACHE_MAX_AGE - Static variable in class org.apache.click.extras.filter.PerformanceFilter
Default cache max-age in seconds (1 year): 31536000.
DEFAULT_CHARSET - Static variable in class org.apache.click.extras.gae.MemoryFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_CONFIG_FILE - Static variable in class org.apache.click.extras.control.Menu
The menu configuration filename:   "/WEB-INF/menu.xml".
DEFAULT_CONFIG_FILE - Static variable in class org.apache.click.extras.control.MenuFactory
The menu configuration filename:   "menu.xml".
DEFAULT_ROOT_MENU_NAME - Static variable in class org.apache.click.extras.control.MenuFactory
The default root menu name:   "rootMenu".
delete() - Method in class org.apache.click.extras.gae.MemoryFileItem
This method does nothing since the file is stored in memory only.
deleteObject(DataObject) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Schedules an object for deletion on the next commit of this DataContext.
deployedErrorTemplate - Variable in class org.apache.click.extras.service.FreemarkerTemplateService
The /click/error.htm page template has been deployed.
deployedNotFoundTemplate - Variable in class org.apache.click.extras.service.FreemarkerTemplateService
The /click/not-found.htm page template has been deployed.
deselect(String) - Method in class org.apache.click.extras.tree.Tree
Deselect the node with matching id and inform any listeners of the change.
deselect(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Deselect the node and inform any listeners of the change.
deselectAll() - Method in class org.apache.click.extras.tree.Tree
Deselect all the nodes of the tree and inform any listeners of the change.
destroy() - Method in class org.apache.click.extras.cayenne.DataContextFilter
Destroy the DataContextFilter.
destroy() - Method in class org.apache.click.extras.filter.CompressionFilter
Take this filter out of service.
destroy() - Method in class org.apache.click.extras.filter.PerformanceFilter
Take this filter out of service.
destroy() - Method in class org.apache.click.extras.hibernate.SessionFilter
 
destroy() - Method in class org.apache.click.extras.tree.Tree.CookieHandler
 
destroy() - Method in interface org.apache.click.extras.tree.Tree.JavascriptHandler
Called to indicate the user request cycle is complete.
destroy() - Method in class org.apache.click.extras.tree.Tree.SessionHandler
 
DINERS - Static variable in class org.apache.click.extras.control.CreditCardField
The Diners Club type credit card: "DINERS".
DISCOVER - Static variable in class org.apache.click.extras.control.CreditCardField
The Discovery type credit card: "DISCOVER".
displayTab - Variable in class org.apache.click.extras.cayenne.TabbedCayenneForm
The tab number to display (indexed from 1).
displayTab - Variable in class org.apache.click.extras.control.TabbedForm
The tab number to display (indexed from 1).
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.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 org.apache.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 org.apache.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 org.apache.click.extras.hibernate.SessionFilter
Close any user defined sessions if present.
DoubleField - Class in org.apache.click.extras.control
Provides a Double Field control:   <input type='text'>.
DoubleField(String) - Constructor for class org.apache.click.extras.control.DoubleField
Construct a DoubleField with the given name.
DoubleField(String, String) - Constructor for class org.apache.click.extras.control.DoubleField
Construct a DoubleField with the given name and label.
DoubleField(String, boolean) - Constructor for class org.apache.click.extras.control.DoubleField
Construct a DoubleField with the given name and required status.
DoubleField(String, String, boolean) - Constructor for class org.apache.click.extras.control.DoubleField
Construct a DoubleField with the given name, label and required status.
DoubleField(String, String, int) - Constructor for class org.apache.click.extras.control.DoubleField
Construct the DoubleField with the given name, label and size.
DoubleField(String, String, int, boolean) - Constructor for class org.apache.click.extras.control.DoubleField
Construct the DoubleField with the given name, label, size and required status.
DoubleField() - Constructor for class org.apache.click.extras.control.DoubleField
Create a DoubleField with no name defined.

E

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

F

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

G

get() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the contents of the file item as an array of bytes.
getAccessController() - Method in class org.apache.click.extras.control.Menu
Return the menu access controller.
getActivePanel() - Method in class org.apache.click.extras.panel.TabbedPanel
Return the currently active panel.
getApplicationContext() - Method in class org.apache.click.extras.spring.SpringClickServlet
Return the configured Spring application context.
getApplicationResourceVersionIndicator(String) - Method in class org.apache.click.extras.filter.PerformanceFilter
Return the application version indicator for the specified path.
getAutoCompleteList(String) - Method in class org.apache.click.extras.control.AutoCompleteTextField
Return the list of suggested values for the given search criteria.
getAutoCompleteOptions() - Method in class org.apache.click.extras.control.AutoCompleteTextField
Return the JavaScript 'script.aculo.us' Autocompleter initialization options, default value is "minChars:1".
getBackgroundColor() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return the form HTML background color.
getBackgroundColor() - Method in class org.apache.click.extras.control.TabbedForm
Return the form HTML background color.
getBehavior() - Method in class org.apache.click.extras.control.AutoCompleteTextField
Return the field internal Ajax behavior instance.
getButtonsHtml() - Method in class org.apache.click.extras.control.FormTable
Return the form buttons HTML string representation.
getCacheDuration() - Method in class org.apache.click.extras.service.FreemarkerTemplateService
Return the template cache duration in seconds to use when the application is in "production" or "profile" mode.
getCalendarPattern() - Method in class org.apache.click.extras.control.DateField
Return the JavaScript Calendar pattern.
getCardNumber() - Method in class org.apache.click.extras.control.CreditCardField
Return the Credit Card number.
getCardType() - Method in class org.apache.click.extras.control.CreditCardField
Return the selected Credit Card type:   [ "VISA" | "MASTER" | "AMEX" | "DINERS" | "DISCOVER" ].
getCharSet() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the content charset passed by the agent or null if not defined.
getChildren() - Method in class org.apache.click.extras.control.Menu
Return list of of submenu items.
getChildren() - Method in class org.apache.click.extras.tree.TreeNode
Returns a unmodifiable list of this nodes children.
getClassname(Class<?>) - Method in class org.apache.click.extras.hibernate.HibernateForm
Return the original classname for the given class removing any CGLib proxy information.
getConfigService() - Method in class org.apache.click.extras.filter.CompressionFilter
Return the application configuration service.
getConfigService() - Method in class org.apache.click.extras.filter.PerformanceFilter
Return the application configuration service.
getConnection() - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Return a pooled Cayenne connection for the shared configuration and the first configured DataNode.
getContainer() - Method in class org.apache.click.extras.control.AbstractContainerField
Deprecated. the internal container instance was removed, AbstractContainerField can be used without accessing the internal container
getContentType() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the content type passed by the browser or null if not defined.
getControl(String) - Method in class org.apache.click.extras.control.AbstractContainerField
 
getControlMap() - Method in class org.apache.click.extras.control.AbstractContainerField
Return the map of controls where each map's key / value pair will consist of the control name and instance.
getControls() - Method in class org.apache.click.extras.control.AbstractContainerField
 
getControlSizeEst() - Method in class org.apache.click.extras.control.AbstractContainerField
 
getControlSizeEst() - Method in class org.apache.click.extras.control.CheckList
 
getControlSizeEst() - Method in class org.apache.click.extras.control.ColorPicker
 
getControlSizeEst() - Method in class org.apache.click.extras.control.CreditCardField
 
getControlSizeEst() - Method in class org.apache.click.extras.control.FormTable
 
getControlSizeEst() - Method in class org.apache.click.extras.tree.Tree
 
getDataContext() - Method in class org.apache.click.extras.cayenne.CayenneForm
Return the thread local DataContext obtained via DataContext.getThreadDataContext().
getDataContext() - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Return the thread local DataContext.
getDataContext(HttpServletRequest) - Method in class org.apache.click.extras.cayenne.DataContextFilter
Return a DataContext instance.
getDataObject(boolean) - Method in class org.apache.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 org.apache.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 org.apache.click.extras.cayenne.CayenneForm
Return the Class of the form DataObject.
getDataObjectPk() - Method in class org.apache.click.extras.cayenne.CayenneForm
Return the DataObject primary key.
getDataProvider() - Method in class org.apache.click.extras.control.CheckList
Return the CheckList optionList DataProvider.
getDataProvider() - Method in class org.apache.click.extras.control.PickList
Return the PickList optionList DataProvider.
getDate() - Method in class org.apache.click.extras.control.DateField
Return the field Date value, or null if value was empty or a parsing error occurred.
getDateFormat() - Method in class org.apache.click.extras.control.DateField
Return the SimpleDateFormat for the DateField.formatPattern property.
getDecorator() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return the option label rendering decorator.
getDecorator() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return the option label rendering decorator.
getDecorator() - Method in class org.apache.click.extras.tree.Tree
Get the tree's decorator.
getDisplayTab() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return the number of the tab sheet to display (indexed from 1).
getDisplayTab() - Method in class org.apache.click.extras.control.TabbedForm
Return the number of the tab sheet to display (indexed from 1).
getDouble() - Method in class org.apache.click.extras.control.DoubleField
Return the field Double value, or null if value was empty or a parsing error occurred.
getExpandClass(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Query the specified treeNode and check which css class to apply.
getExpandedNodes(boolean) - Method in class org.apache.click.extras.tree.Tree
Returns all the nodes that were expanded.
getExpandLink() - Method in class org.apache.click.extras.tree.Tree
Return the tree node expand / collapse link.
getExpireCache() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return true if the query should expire the cache.
getField() - Method in class org.apache.click.extras.control.FieldColumn
Return the column editor field.
getFieldName() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFilterConfig() - Method in class org.apache.click.extras.cayenne.DataContextFilter
Return filter config.
getFilterConfig() - Method in class org.apache.click.extras.filter.CompressionFilter
Return filter config.
getFilterConfig() - Method in class org.apache.click.extras.filter.PerformanceFilter
Return filter config.
getFirstDayOfWeek() - Method in class org.apache.click.extras.control.DateField
Return the first day of the week.
getFloat() - Method in class org.apache.click.extras.control.DoubleField
Return the field Float value, or null if value was empty or a parsing error occurred.
getFocusJavaScript() - Method in class org.apache.click.extras.control.CheckList
Return the Field focus JavaScript.
getForm() - Method in class org.apache.click.extras.control.FormTable
Return the form object associated with this FormTable.
getForm() - Method in class org.apache.click.extras.control.SubmitLink
Return the parent Form or null if no Form is available.
getFormatPattern() - Method in class org.apache.click.extras.control.DateField
Return the date format pattern.
getFormSizeEst(List<Field>) - Method in class org.apache.click.extras.control.HtmlForm
 
getHeadElements() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return the TabbedCayenneForm HTML HEAD elements for the following resources: click/extras-control.js click/extras-control.css Additionally all the Form import statements are also returned.
getHeadElements() - Method in class org.apache.click.extras.control.AutoCompleteTextField
Return the list of HEAD elements (resources) to be included in the page.
getHeadElements() - Method in class org.apache.click.extras.control.CheckList
Return the CheckList HEAD elements to be included in the page.
getHeadElements() - Method in class org.apache.click.extras.control.ColorPicker
Return the ColorPicker HTML HEAD elements for the following resources:

click/colorpicker/colorpicker.css click/prototype/prototype.js click/colorpicker/colorpicker.js

getHeadElements() - Method in class org.apache.click.extras.control.CreditCardField
Returns the CreditCardField HTML head imports statements for the click/extras-control.js resource.
getHeadElements() - Method in class org.apache.click.extras.control.DateField
Return the DateField HTML head imports statements for the following resources: click/calendar/{style}.css - where {style} is a specific Calendar style e.g.
getHeadElements() - Method in class org.apache.click.extras.control.EmailField
Returns the EmailField HTML head imports statements for the click/extras-control.js resource.
getHeadElements() - Method in class org.apache.click.extras.control.FormTable
Return the HEAD elements for the Control.
getHeadElements() - Method in class org.apache.click.extras.control.Menu
Return the Menu HEAD elements to be included in the page.
getHeadElements() - Method in class org.apache.click.extras.control.NumberField
Returns the NumberField HTML HEAD elements for the click/extras-control.js resource.
getHeadElements() - Method in class org.apache.click.extras.control.PickList
Returns the PickList HTML HEAD elements for the click/extras-control.js resource.
getHeadElements() - Method in class org.apache.click.extras.control.RegexField
Returns the RegexField HTML HEAD elements for the click/extras-control.js resource.
getHeadElements() - Method in class org.apache.click.extras.control.SubmitLink
Return the list of HEAD elements to be included in the page.
getHeadElements() - Method in class org.apache.click.extras.control.TabbedForm
Return the TabbedForm HTML HEAD elements for the following resources: click/extras-control.js click/extras-control.css Additionally all the Form import statements are also returned.
getHeadElements() - Method in class org.apache.click.extras.control.VirtualKeyboard
Return the VirtualKeyboard HTML HEAD elements for the following resources:

click/keyboard.css click/keyboard.js click/keyboard.png

getHeadElements() - Method in class org.apache.click.extras.panel.TabbedPanel
Return the TabbedPanel HTML HEAD elements for the following resource: click/TabbedPanel.css Additionally all controls HEAD elements are also returned.
getHeadElements() - Method in class org.apache.click.extras.tree.CheckboxTree
Return the CheckboxTree HTML HEAD elements for the following resource: click/tree/checkbox-tree.js Additionally all the Tree import statements are also returned.
getHeadElements() - Method in class org.apache.click.extras.tree.Tree
Return the Tree HTML HEAD elements for the following resources:

click/tree/tree.css click/tree/tree.js click/tree/cookie-helper.js

getHeaders() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the file item headers.
getHeight() - Method in class org.apache.click.extras.control.CheckList
The css-height attribute.
getHeight() - Method in class org.apache.click.extras.control.PickList
Return the list height.
getHeight() - Method in class org.apache.click.extras.tree.Tree
Return the CSS "height" style of the tree, or null if not defined.
getHelp() - Method in class org.apache.click.extras.control.DateField
Return the field help text.
getHref() - Method in class org.apache.click.extras.control.ExternalLink
Return the ExternalLink anchor <a> tag href attribute.
getHref() - Method in class org.apache.click.extras.control.Menu
Return the menu anchor HREF attribute.
getHref(Object) - Method in class org.apache.click.extras.control.SubmitLink
Return the SubmitLink anchor <a> tag href attribute for the given value.
getHref(Map<String, ? extends Object>) - Method in class org.apache.click.extras.tree.Tree
Return an anchor <a> tag href attribute for the given parameters.
getHtmlClass() - Method in class org.apache.click.extras.control.CheckList
Deprecated. use AbstractControl.getAttribute(String) instead
getIcon() - Method in class org.apache.click.extras.tree.TreeNode
Returns the TreeNode's custom icon.
getIconClass(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Query the specified treeNode and check which css class to apply for the icons.
getId() - Method in class org.apache.click.extras.tree.TreeNode
Returns this node's id value.
getImageSrc() - Method in class org.apache.click.extras.control.Menu
Return the image src path attribute.
getInputStream() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputType() - Method in class org.apache.click.extras.tree.CheckboxTree
Return the input type of the CheckboxTree, default value is "checkbox".
getInteger() - Method in class org.apache.click.extras.control.IntegerField
Return the field Integer value, or null if value was empty or a parsing error occurred.
getInteger() - Method in class org.apache.click.extras.control.LongField
Return the field Integer value, or null if value was empty or a parsing error occurred.
getJavascriptRenderer() - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieHandler
 
getJavascriptRenderer() - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionHandler
 
getJavascriptRenderer() - Method in class org.apache.click.extras.tree.Tree.CookieHandler
 
getJavascriptRenderer() - Method in interface org.apache.click.extras.tree.Tree.JavascriptHandler
Returns the javascript renderer associated with this handler.
getJavascriptRenderer() - Method in class org.apache.click.extras.tree.Tree.SessionHandler
 
getLabel() - Method in class org.apache.click.extras.control.Menu
Return the menu item display label.
getLevel() - Method in class org.apache.click.extras.tree.TreeNode
Returns this node's level in the tree structure.
getLinkSeparator() - Method in class org.apache.click.extras.control.LinkDecorator
Return the link separator string.
getLocale() - Method in class org.apache.click.extras.control.CountrySelect
Return the locale for this control.
getLocale() - Method in class org.apache.click.extras.control.DateField
Returns the Locale that should be used in this control.
getLong() - Method in class org.apache.click.extras.control.IntegerField
Return the field Long value, or null if value was empty or a parsing error occurred.
getLong() - Method in class org.apache.click.extras.control.LongField
Return the field Long value, or null if value was empty or a parsing error occurred.
getMaximumYear() - Method in class org.apache.click.extras.control.DateField
Return the maximum year of the Calendar, default value is 2050.
getMaxValue() - Method in class org.apache.click.extras.control.NumberField
Return the maximum valid double field value.
getMenuCache() - Method in class org.apache.click.extras.control.MenuFactory
Return the map containing menus cached by name.
getMinimumYear() - Method in class org.apache.click.extras.control.DateField
Return the minimum year of the Calendar, default value is 1930.
getMinValue() - Method in class org.apache.click.extras.control.NumberField
Return the minimum valid double field value.
getName() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getName() - Method in class org.apache.click.extras.service.JdkLogService
Return the logger category name.
getName() - Method in class org.apache.click.extras.service.Log4JLogService
Return the logger category name.
getName() - Method in class org.apache.click.extras.service.Slf4jLogService
Return the logger category name.
getNamedQuery() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return the NamedQuery to populate the options list with.
getNamedQuery() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return the NamedQuery to populate the options list with.
getNumber() - Method in class org.apache.click.extras.control.NumberField
Return the field Number value, or null if value was empty or a parsing error occurred.
getNumberFormat() - Method in class org.apache.click.extras.control.NumberField
Return the NumberFormat for formatting/parsing the field value.
getObjectForPK(Class<T>, Object) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Perform a database query returning the data object specified by the class and the primary key.
getObjectForPK(Class<T>, Object, boolean) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Perform a query returning the persistent object specified by the class and the primary key value.
getObjectForPK(ObjectContext, Class, Object) - Static method in class org.apache.click.extras.cayenne.CayenneUtils
Return the DataObject for the given context, data object class and primary key value.
getOnClick() - Method in class org.apache.click.extras.control.PageButton
Return the Button's onClick() String, representing a javascript location of the Page to get.
getOnClick() - Method in class org.apache.click.extras.control.SubmitLink
Returns the button onclick attribute value, or null if not defined.
getOptionLabel() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return the DataObject property to render as the option label.
getOptionLabel() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return the query result property to render as the option label.
getOptionList() - Method in class org.apache.click.extras.control.CheckList
Return the Option list.
getOptionList() - Method in class org.apache.click.extras.control.PickList
Return the Option list.
getOptionValue() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return the query result property to render as the option value.
getOrdering() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return the select query ordering.
getOutputStream() - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Return the servlet output stream associated with this Response.
getOutputStream() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns an OutputStream that can be used for storing the contents of the file.
getPageClass() - Method in class org.apache.click.extras.control.PageSubmit
Return the target page class to redirect to.
getPages() - Method in class org.apache.click.extras.control.Menu
Return the list of valid Page paths for the Menu item.
getParameterPrefix() - Method in class org.apache.click.extras.control.SubmitLink
Return the parameter prefix that is applied to the SubmitLink parameters.
getParameters() - Method in class org.apache.click.extras.control.AutoCompleteTextField
Return this field map of additional parameters.
getParent() - Method in class org.apache.click.extras.tree.TreeNode
Returns this node's parent object or null if parent is not specified.
getPath() - Method in class org.apache.click.extras.control.Menu
Return the path of the Menu item.
getPattern() - Method in class org.apache.click.extras.control.NumberField
Return the number pattern used for formatting and parsing.
getPattern() - Method in class org.apache.click.extras.control.RegexField
Returns the field pattern.
getPkClass(ObjectContext, Class) - Static method in class org.apache.click.extras.cayenne.CayenneUtils
Return the primary key class for the given DataObject class.
getPkName(Class) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Return the database primary key column name for the given data object.
getPkName(ObjectContext, Class) - Static method in class org.apache.click.extras.cayenne.CayenneUtils
Return the database primary key column name for the given data object.
getQueryName() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return the name of the configured query to populate the options list with.
getQueryName() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return the name of the configured query to populate the options list with.
getRenderSubmittedValues() - Method in class org.apache.click.extras.control.FormTable
Return true if the table will render the submitted form values.
getRequestValue(String) - Method in class org.apache.click.extras.tree.Tree
Returns the value of the specified named parameter or a empty string "" if not found.
getRequestValues(String) - Method in class org.apache.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 org.apache.click.extras.filter.PerformanceFilter
Return the version indicator for the specified path.
getRoles() - Method in class org.apache.click.extras.control.Menu
Return the list of roles for the Menu item.
getRootMenu() - Static method in class org.apache.click.extras.control.Menu
Deprecated. use MenuFactory.getRootMenu() instead
getRootMenu(AccessController) - Static method in class org.apache.click.extras.control.Menu
Deprecated. use MenuFactory.getRootMenu(org.apache.click.extras.security.AccessController) instead
getRootMenu() - Method in class org.apache.click.extras.control.MenuFactory
Return cached root menu item defined in the WEB-INF/menu.xml or classpath menu.xml, creating menu items using the Menu class and the JEE RoleAccessController.
getRootMenu(Class<? extends Menu>) - Method in class org.apache.click.extras.control.MenuFactory
Return root menu item defined in the WEB-INF/menu.xml or classpath menu.xml, creating menu items using the provided menu class and the JEE RoleAccessController.
getRootMenu(AccessController) - Method in class org.apache.click.extras.control.MenuFactory
Return root menu item defined in the WEB-INF/menu.xml or classpath menu.xml, creating menu items using the Menu class and the provided AccessController.
getRootMenu(boolean) - Method in class org.apache.click.extras.control.MenuFactory
Return root menu item defined in the WEB-INF/menu.xml or classpath menu.xml, creating menu items using the Menu class and the JEE RoleAccessController.
getRootMenu(String, String) - Method in class org.apache.click.extras.control.MenuFactory
Return root menu item defined by the given name and fileName under WEB-INF or the classpath, creating menu items using the Menu class and the JEE RoleAccessController.
getRootMenu(String, String, AccessController, boolean, Class<? extends Menu>) - Method in class org.apache.click.extras.control.MenuFactory
Return root menu item defined by the given name and fileName under WEB-INF or the classpath, creating menu items using the provided menu class and AccessController.
getRootNode() - Method in class org.apache.click.extras.tree.Tree
Return the tree's root TreeNode.
getSelectedChild() - Method in class org.apache.click.extras.control.Menu
Return the selected child menu, or null if no child menu is selected.
getSelectedNodes(boolean) - Method in class org.apache.click.extras.tree.Tree
Returns all the nodes that were selected.
getSelectedValues() - Method in class org.apache.click.extras.control.CheckList
Return the list of selected values as a List of Strings.
getSelectedValues() - Method in class org.apache.click.extras.control.PickList
Return the list of selected values as a List of Strings.
getSelectLink() - Method in class org.apache.click.extras.tree.Tree
Return the tree node select / deselect link.
getSelectQuery() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return the SelectQuery to populate the options list with.
getSelectQuery() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return the SelectQuery to populate the options list with.
getSession() - Method in class org.apache.click.extras.hibernate.HibernateForm
Return the form Hibernate Session.
getSession() - Static method in class org.apache.click.extras.hibernate.SessionContext
Get the Session for the current Thread, creating one if necessary.
getSessionFactory() - Method in class org.apache.click.extras.hibernate.HibernateForm
Return the application Hibernate SessionFactory.
getSessionFactory() - Static method in class org.apache.click.extras.hibernate.SessionContext
Return the Hibernate SessionFactory.
getShowTextField() - Method in class org.apache.click.extras.control.ColorPicker
Whether the TextField to enter the color hex number should be shown or not.
getSize() - Method in class org.apache.click.extras.control.ColorPicker
Return the field size.
getSize() - Method in class org.apache.click.extras.control.PickList
Return the component size (width) in pixels.
getSize() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the size of the file item, in bytes.
getSortorder() - Method in class org.apache.click.extras.control.CheckList
A list of the values transmitted in the order they are present in the list.
getState() - Method in class org.apache.click.extras.cayenne.CayenneForm
Return the CayenneForm state.
getState() - Method in class org.apache.click.extras.control.PickList
Return the PickList state.
getState() - Method in class org.apache.click.extras.panel.TabbedPanel
Return the TabbedPanel state.
getString() - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the contents of the file as a String, using the default character encoding.
getString(String) - Method in class org.apache.click.extras.gae.MemoryFileItem
Returns the contents of the file as a String, using the specified encoding.
getStyle() - Method in class org.apache.click.extras.control.DateField
Return the Calendar CSS style.
getSubmitScript(String) - Method in class org.apache.click.extras.control.SubmitLink
Return the JavaScript that submits the Form with the given formId.
getTabHeight() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return the tab sheet height HTML attribute value.
getTabHeight() - Method in class org.apache.click.extras.control.TabbedForm
Return the tab sheet height HTML attribute value.
getTabLink() - Method in class org.apache.click.extras.panel.TabbedPanel
Return the tab switching action link.
getTabSheetNumber(String) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return the tab sheet number for the given field name, indexed from 1.
getTabSheetNumber(String) - Method in class org.apache.click.extras.control.TabbedForm
Return the tab sheet number for the given field name, indexed from 1.
getTabSheets() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return list FieldSet tab sheets.
getTabSheets() - Method in class org.apache.click.extras.control.TabbedForm
Return list FieldSet tab sheets.
getTabWidth() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return the tab sheet width HTML attribute value.
getTabWidth() - Method in class org.apache.click.extras.control.TabbedForm
Return the tab sheet width HTML attribute value.
getTag() - Method in class org.apache.click.extras.control.CheckList
 
getTag() - Method in class org.apache.click.extras.control.PageButton
Return the links html tag: input.
getTarget() - Method in class org.apache.click.extras.control.Menu
Return the target attribute of the Menu item.
getTargetPath() - Method in class org.apache.click.extras.control.ExternalLink
Return the link href target path.
getTemplate() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Return the path of the Velocity template to render.
getTemplate() - Method in class org.apache.click.extras.control.TabbedForm
Return the path of the Velocity template to render.
getTimestamp() - Method in class org.apache.click.extras.control.DateField
Return the Timestamp value, or null if value was empty or a parsing error occurred.
getTitle() - Method in class org.apache.click.extras.control.Menu
Return the 'title' attribute of the Menu item, or null if not defined.
getValidationJavaScript() - Method in class org.apache.click.extras.control.CheckList
Return the CheckList JavaScript client side validation function.
getValidationJavaScript() - Method in class org.apache.click.extras.control.ColorPicker
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class org.apache.click.extras.control.CreditCardField
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class org.apache.click.extras.control.EmailField
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class org.apache.click.extras.control.NumberField
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class org.apache.click.extras.control.PickList
Return the field JavaScript client side validation function.
getValidationJavaScript() - Method in class org.apache.click.extras.control.RegexField
Return the field JavaScript client side validation function.
getValue() - Method in class org.apache.click.extras.tree.TreeNode
Return this node's value.
getValueObject() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return the property DataObject value, or null if value was not defined.
getValueObject() - Method in class org.apache.click.extras.control.CheckList
This method delegates to CheckList.getSelectedValues() to return the selected values as a java.util.List of Strings.
getValueObject() - Method in class org.apache.click.extras.control.DateField
Return the field Date value, or null if value was empty or a parsing error occurred.
getValueObject() - Method in class org.apache.click.extras.control.DoubleField
Return the field Double value, or null if value was empty or a parsing error occurred.
getValueObject() - Method in class org.apache.click.extras.control.HiddenList
Returns the list of added values as a java.util.List of Strings.
getValueObject() - Method in class org.apache.click.extras.control.IntegerField
Return the field Integer value, or null if value was empty or a parsing error occurred.
getValueObject() - Method in class org.apache.click.extras.control.LongField
Return the field Long value, or null if value was empty or a parsing error occurred.
getValueObject() - Method in class org.apache.click.extras.control.NumberField
Return the field Number value, or null if value was empty or a parsing error occurred.
getValueObject() - Method in class org.apache.click.extras.control.PickList
This method delegates to PickList.getSelectedValues() to return the selected values as a java.util.List of Strings.
getValueObject() - Method in class org.apache.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 org.apache.click.extras.control.CheckList
Deprecated. use CheckList.getSelectedValues() instead
getValues() - Method in class org.apache.click.extras.control.HiddenList
This method delegates to HiddenList.getValueObject() to return the hidden values as a java.util.List of Strings.
getWidth() - Method in class org.apache.click.extras.panel.TabbedPanel
Return the tabbed panel content table HTML width attribute if defined.
getWidth() - Method in class org.apache.click.extras.tree.Tree
Return the CSS "width" style attribute of the tree, or null if not defined.
getWriter() - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Return the writer associated with this Response.
GoogleAppEngineListener - Class in org.apache.click.extras.gae
Provides Google App Engine (GAE) support for Click applications.
GoogleAppEngineListener() - Constructor for class org.apache.click.extras.gae.GoogleAppEngineListener
Creates a default GoogleAppEngineListener.
gzipstream - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The underlying gzip output stream to which we should write data.

H

hasAccess(HttpServletRequest, String) - Method in interface org.apache.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 org.apache.click.extras.security.RoleAccessController
Return true if the user is in the specified security access role.
hasChildren() - Method in class org.apache.click.extras.control.Menu
Return true if the menu contains any child submenus.
hasChildren() - Method in class org.apache.click.extras.tree.TreeNode
Returns true if this node has any children nodes false otherwise.
hasControls() - Method in class org.apache.click.extras.control.AbstractContainerField
Returns true if this container has existing controls, false otherwise.
hashCode() - Method in class org.apache.click.extras.tree.TreeNode
Returns the hashCode value for this node.
hasParameters() - Method in class org.apache.click.extras.control.AutoCompleteTextField
Return true if this field has additional parameters, false otherwise.
hasParentForm() - Method in class org.apache.click.extras.control.SubmitLink
Return true if SubmitLink has a parent Form control, false otherwise.
hasRoles() - Method in class org.apache.click.extras.control.Menu
Return true if the menu has roles defined, false otherwise.
hasRootNode() - Method in class org.apache.click.extras.tree.Tree
Return if tree has a root node.
hasSession() - Static method in class org.apache.click.extras.hibernate.SessionContext
Return true if a session is open.
height - Variable in class org.apache.click.extras.control.CheckList
The height if null not scrollable.
height - Variable in class org.apache.click.extras.control.PickList
The list height.
HibernateForm - Class in org.apache.click.extras.hibernate
Provides Hibernate data aware Form control:   <form method='POST'>.
HibernateForm(String, Class<?>) - Constructor for class org.apache.click.extras.hibernate.HibernateForm
Create a new HibernateForm with the given form name and value object class.
HiddenList - Class in org.apache.click.extras.control
Provides a control for rendering a list of Hidden Fields:   <input type='hidden'>.
HiddenList(String) - Constructor for class org.apache.click.extras.control.HiddenList
Create a HiddenList with the given name.
HiddenList() - Constructor for class org.apache.click.extras.control.HiddenList
Create a default HiddenList.
HtmlFieldSet - Class in org.apache.click.extras.control
Provides an HTML FieldSet container to create composite based fieldsets:   <fieldset>.
HtmlFieldSet(String) - Constructor for class org.apache.click.extras.control.HtmlFieldSet
Create a HtmlFieldSet with the given name.
HtmlFieldSet(String, String) - Constructor for class org.apache.click.extras.control.HtmlFieldSet
Create a HtmlFieldSet with the given name and legend.
HtmlFieldSet() - Constructor for class org.apache.click.extras.control.HtmlFieldSet
Create a HtmlFieldSet with no name defined.
HtmlForm - Class in org.apache.click.extras.control
Provides an HTML Form control to create composite based forms:   <form method='post'>.
HtmlForm(String) - Constructor for class org.apache.click.extras.control.HtmlForm
Create an html form with the given name.
HtmlForm() - Constructor for class org.apache.click.extras.control.HtmlForm
Create an html form with no name.

I

iconId - Variable in class org.apache.click.extras.tree.Tree.AbstractJavascriptRenderer
holds the id of the icon html element.
idProperty - Variable in class org.apache.click.extras.control.LinkDecorator
The row object identifier property.
imageSrc - Variable in class org.apache.click.extras.control.Menu
The image src path attribute.
includeDirs - Variable in class org.apache.click.extras.filter.PerformanceFilter
The cacheable-path include directories.
includeFiles - Variable in class org.apache.click.extras.filter.PerformanceFilter
The cacheable-path include files.
INFO - Static variable in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Descriptive information about this Response implementation.
info(Object) - Method in class org.apache.click.extras.service.JdkLogService
Log the message at Level.INFO level.
info(Object, Throwable) - Method in class org.apache.click.extras.service.JdkLogService
Log the message and error at Level.INFO level.
info(Object) - Method in class org.apache.click.extras.service.Log4JLogService
 
info(Object, Throwable) - Method in class org.apache.click.extras.service.Log4JLogService
 
info(Object) - Method in class org.apache.click.extras.service.Slf4jLogService
 
info(Object, Throwable) - Method in class org.apache.click.extras.service.Slf4jLogService
 
init(FilterConfig) - Method in class org.apache.click.extras.cayenne.DataContextFilter
Initialize the shared Cayenne configuration.
init(FilterConfig) - Method in class org.apache.click.extras.filter.CompressionFilter
Place this filter into service.
init(FilterConfig) - Method in class org.apache.click.extras.filter.PerformanceFilter
Initialize the filter.
init(FilterConfig) - Method in class org.apache.click.extras.hibernate.SessionFilter
Initialize the Hibernate Configuration and SessionFactory.
init() - Method in class org.apache.click.extras.spring.SpringClickServlet
Initialize the SpringClickServlet and the Spring application context bean factory.
init(TreeNode) - Method in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
init(TreeNode) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
init(TreeNode) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
init(TreeNode) - Method in class org.apache.click.extras.tree.Tree.AbstractJavascriptRenderer
 
init(Context) - Method in class org.apache.click.extras.tree.Tree.CookieHandler
Initialize the handler state from the current cookies.
init(TreeNode) - Method in class org.apache.click.extras.tree.Tree.CookieRenderer
 
init(Context) - Method in interface org.apache.click.extras.tree.Tree.JavascriptHandler
Initialize the handler state.
init(TreeNode) - Method in interface org.apache.click.extras.tree.Tree.JavascriptRenderer
Called to initialize the renderer.
init(Context) - Method in class org.apache.click.extras.tree.Tree.SessionHandler
Retrieves the tracker from the http session if it exists.
init(TreeNode) - Method in class org.apache.click.extras.tree.Tree.SessionRenderer
 
initActivePanel() - Method in class org.apache.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 org.apache.click.extras.control.LinkDecorator
Initialize the button value and parameters.
initConfiguration(Configuration) - Method in class org.apache.click.extras.hibernate.SessionContext
Initialize the configuration instance.
initializeGzip() - Method in class org.apache.click.extras.filter.CompressionResponseStream
Initialize the GZip output stream.
initLink(AbstractLink, Context, Object) - Method in class org.apache.click.extras.control.LinkDecorator
Initialize the link value and parameters.
INJECT_PAGE_BEANS - Static variable in class org.apache.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".
insert(Control, int) - Method in class org.apache.click.extras.control.AbstractContainerField
Add the control to the container at the specified index, and return the added instance.
insert(Control, int) - Method in class org.apache.click.extras.panel.TabbedPanel
Add the control to the panel.
IntegerField - Class in org.apache.click.extras.control
Provides a Integer Field control:   <input type='text'>.
IntegerField(String) - Constructor for class org.apache.click.extras.control.IntegerField
Construct a IntegerField field with the given name.
IntegerField(String, boolean) - Constructor for class org.apache.click.extras.control.IntegerField
Construct a IntegerField field with the given name and required status.
IntegerField(String, String) - Constructor for class org.apache.click.extras.control.IntegerField
Construct a IntegerField field with the given name and label.
IntegerField(String, String, boolean) - Constructor for class org.apache.click.extras.control.IntegerField
Construct a IntegerField field with the given name, label and required status.
IntegerField(String, String, int) - Constructor for class org.apache.click.extras.control.IntegerField
Construct the IntegerField with the given name, label and size.
IntegerField(String, String, int, boolean) - Constructor for class org.apache.click.extras.control.IntegerField
Construct the IntegerField with the given name, label, size and required status.
IntegerField() - Constructor for class org.apache.click.extras.control.IntegerField
Create a IntegerField with no name defined.
isChildrenSupported() - Method in class org.apache.click.extras.tree.TreeNode
Returns true if this node supports children, false otherwise.
isDebugEnabled() - Method in class org.apache.click.extras.service.JdkLogService
Is logging enabled at the Level.FINE level.
isDebugEnabled() - Method in class org.apache.click.extras.service.Log4JLogService
 
isDebugEnabled() - Method in class org.apache.click.extras.service.Slf4jLogService
 
isExcludePath(String) - Method in class org.apache.click.extras.filter.PerformanceFilter
Return true if a path should be excluded from the performance filter.
isExpanded() - Method in class org.apache.click.extras.tree.TreeNode
Returns true if this node is currently in the expanded state, false otherwise.
isExpandedParent(TreeNode) - Method in class org.apache.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 org.apache.click.extras.control.Menu
Return true if the menu path refers to an external resource.
isFormField() - Method in class org.apache.click.extras.gae.MemoryFileItem
Determines whether or not a FileItem instance represents a simple form field.
isHidden() - Method in class org.apache.click.extras.control.HiddenList
Returns true.
isInfoEnabled() - Method in class org.apache.click.extras.service.JdkLogService
Is logging enabled at the Level.INFO level.
isInfoEnabled() - Method in class org.apache.click.extras.service.Log4JLogService
 
isInfoEnabled() - Method in class org.apache.click.extras.service.Slf4jLogService
 
isInMemory() - Method in class org.apache.click.extras.gae.MemoryFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isJavascriptEnabled() - Method in class org.apache.click.extras.tree.Tree
Returns if javascript functionality are enabled or not.
isLastChild() - Method in class org.apache.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 org.apache.click.extras.tree.TreeNode
Returns true if this node does not have any children, false otherwise.
isMultiple() - Method in class org.apache.click.extras.cayenne.PropertySelect
Return true if multiple options can be selected.
isNotifyListeners() - Method in class org.apache.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 org.apache.click.extras.cayenne.PropertySelect
Return true if the option list includes an empty option value.
isOptional() - Method in class org.apache.click.extras.cayenne.QuerySelect
Return true if the option list includes an empty option value.
isPersistent(DataObject) - Method in class org.apache.click.extras.cayenne.CayenneForm
Return true if the given dataObject is persistent.
isRoot() - Method in class org.apache.click.extras.control.Menu
Return true if this is the root menu, false otherwise.
isRoot() - Method in class org.apache.click.extras.tree.TreeNode
Returns true if this node is the root node.
isRootNodeDisplayed() - Method in class org.apache.click.extras.tree.Tree
Return if the tree's root node should be displayed or not.
isSelectChildNodes() - Method in class org.apache.click.extras.tree.CheckboxTree
Returns true if child nodes will also be selected/deselected.
isSelected() - Method in class org.apache.click.extras.control.Menu
Return true if the Menu item is selected.
isSelected() - Method in class org.apache.click.extras.tree.TreeNode
Returns true if this node is currently in the selected state, false otherwise.
isSeparator() - Method in class org.apache.click.extras.control.Menu
Return true if the Menu item is a separator.
isShowCalendar() - Method in class org.apache.click.extras.control.DateField
Return true if the Calendar popup will be displayed, false otherwise.
isShowTime() - Method in class org.apache.click.extras.control.DateField
Return true if the Calendar popup will show the time display bar.
isSortable() - Method in class org.apache.click.extras.control.CheckList
Whether the list is also sortable.
isTraceEnabled() - Method in class org.apache.click.extras.service.JdkLogService
Is Trace logging enabled at the Level.FINER level.
isTraceEnabled() - Method in class org.apache.click.extras.service.Log4JLogService
 
isTraceEnabled() - Method in class org.apache.click.extras.service.Slf4jLogService
 
isUserInChildMenuRoles() - Method in class org.apache.click.extras.control.Menu
Return true if any child menus have the user in one of their menu roles.
isUserInRoles() - Method in class org.apache.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 org.apache.click.extras.tree.Tree
Returns an iterator over all the nodes.
iterator(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Returns an iterator over all nodes starting from the specified node.

J

JAVASCRIPT_COOKIE_POLICY - Static variable in class org.apache.click.extras.tree.Tree
Indicator for using cookies to implement client side behavior.
JAVASCRIPT_SESSION_POLICY - Static variable in class org.apache.click.extras.tree.Tree
Indicator for using the session to implement client side behavior.
javascriptHandler - Variable in class org.apache.click.extras.tree.Tree
Keep track of node id's, as they are selected, deselected, expanded and collapsed.
javascriptRenderer - Variable in class org.apache.click.extras.tree.Tree.CookieHandler
Variable holding a javascript renderer.
javascriptRenderer - Variable in class org.apache.click.extras.tree.Tree.SessionHandler
Renders the needed javascript for this handler.
JdkLogService - Class in org.apache.click.extras.service
Provides a JDK Util Logging LogService adapter class with a logger name of "Click".
JdkLogService() - Constructor for class org.apache.click.extras.service.JdkLogService
 

L

label - Variable in class org.apache.click.extras.control.Menu
The menu display label.
LEAF_ICON - Static variable in class org.apache.click.extras.tree.Tree
The tree's leaf icon name: "leafIcon".
length - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The content length past which we will not write, or -1 if there is no defined content length.
LinkDecorator - Class in org.apache.click.extras.control
Provides a table column AbstractLink and ActionButton Decorator.
LinkDecorator(Table, AbstractLink, String) - Constructor for class org.apache.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 org.apache.click.extras.control.LinkDecorator
Create a new AbstractLink table column Decorator with the given AbstractLinks array and row object identifier property name.
LinkDecorator(Table, AbstractLink[], String, String) - Constructor for class org.apache.click.extras.control.LinkDecorator
Create a new AbstractLink table column Decorator with the given AbstractLinks array, row object identifier property name and parameter name.
LinkDecorator(Table, ActionButton, String) - Constructor for class org.apache.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, String) - Constructor for class org.apache.click.extras.control.LinkDecorator
Create a new ActionButton table column Decorator with the given ActionButton array, row object identifier property name and parameter name.
LinkDecorator(Table, ActionButton[], String) - Constructor for class org.apache.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<? extends AbstractControl>, String) - Constructor for class org.apache.click.extras.control.LinkDecorator
Create a new table column Decorator with the given list of AbstractLinks or ActionButtons and row object identifier property name.
linksArray - Variable in class org.apache.click.extras.control.LinkDecorator
The array of AbstractLinks to render.
linkSeparator - Variable in class org.apache.click.extras.control.LinkDecorator
The link separator string, default value is " | ".
ListPanel - Class in org.apache.click.extras.panel
Provides a panel which lists out multiple sub-panels as div elements.
ListPanel(String) - Constructor for class org.apache.click.extras.panel.ListPanel
Create a ListPanel with the given name.
ListPanel(String, String) - Constructor for class org.apache.click.extras.panel.ListPanel
Create a Panel with the given name and template path.
ListPanel(String, String, String) - Constructor for class org.apache.click.extras.panel.ListPanel
Create a ListPanel with the given name, id attribute and template path.
ListPanel() - Constructor for class org.apache.click.extras.panel.ListPanel
Create a ListPanel with no name or template defined.
loadConfiguration() - Method in class org.apache.click.extras.filter.CompressionFilter
Load the filters configuration and set the configured flat to true.
loadConfiguration() - Method in class org.apache.click.extras.filter.PerformanceFilter
Load the filters configuration and set the configured flat to true.
loadDataObject() - Method in class org.apache.click.extras.cayenne.PropertySelect
Load the DataObject based on the submitted primary key value and setting this object as the Select valueObject.
loadFormatPattern() - Method in class org.apache.click.extras.control.DateField
Load the default date format pattern.
loadFromMenuXml(String, String, AccessController, Class<? extends Menu>) - Method in class org.apache.click.extras.control.MenuFactory
Return a copy of the Applications root Menu as defined by the configuration file.
loadOptionList() - Method in class org.apache.click.extras.cayenne.PropertySelect
Load the Select options list.
loadOptionList() - Method in class org.apache.click.extras.cayenne.QuerySelect
Load the Select options list.
loadOptionList() - Method in class org.apache.click.extras.control.CountrySelect
Load the Country Select options if not defined, using all the available countries.
loadRootMenu(AccessController) - Static method in class org.apache.click.extras.control.Menu
Deprecated. use MenuFactory.loadFromMenuXml(java.lang.String, java.lang.String, org.apache.click.extras.security.AccessController, java.lang.Class) instead
Log4JLogService - Class in org.apache.click.extras.service
Provides a Log4J LogService adapter class.
Log4JLogService() - Constructor for class org.apache.click.extras.service.Log4JLogService
 
logger - Variable in class org.apache.click.extras.cayenne.DataContextFilter
The Click log service.
logger - Variable in class org.apache.click.extras.service.JdkLogService
The wrapped JDK logger instance.
logger - Variable in class org.apache.click.extras.service.Log4JLogService
The wrapped Log4J logger instance.
logger - Variable in class org.apache.click.extras.service.Slf4jLogService
The wrapped JDK logger instance.
LongField - Class in org.apache.click.extras.control
Provides a Long Field control:   <input type='text'>.
LongField(String) - Constructor for class org.apache.click.extras.control.LongField
Construct a LongField field with the given name.
LongField(String, boolean) - Constructor for class org.apache.click.extras.control.LongField
Construct a LongField field with the given name and required status.
LongField(String, String) - Constructor for class org.apache.click.extras.control.LongField
Construct a LongField field with the given name and label.
LongField(String, String, boolean) - Constructor for class org.apache.click.extras.control.LongField
Construct a LongField field with the given name, label and required status.
LongField(String, String, int) - Constructor for class org.apache.click.extras.control.LongField
Construct the LongField with the given name, label and size.
LongField(String, String, int, boolean) - Constructor for class org.apache.click.extras.control.LongField
Construct the LongField with the given name, label, size and required status.
LongField() - Constructor for class org.apache.click.extras.control.LongField
Create a LongField with no name defined.

M

MASTER - Static variable in class org.apache.click.extras.control.CreditCardField
The MasterCard type credit card: "MASTER".
maximumYear - Variable in class org.apache.click.extras.control.DateField
The maximum year of the calendar, default value is 2050.
maxvalue - Variable in class org.apache.click.extras.control.NumberField
The maximum field value.
MemoryFileItem - Class in org.apache.click.extras.gae
Provides an In-Memory FileItem implementation which represents a file or form item that was received within a multipart/form-data POST request.
MemoryFileItem(String, String, boolean, String) - Constructor for class org.apache.click.extras.gae.MemoryFileItem
Constructs a new MemoryFileItem for the given fieldName, contentType isFormField and fileName parameters.
MemoryFileItemFactory - Class in org.apache.click.extras.gae
Provides a FileItemFactory implementation that creates MemoryFileItem instances which always keep their content in memory.
MemoryFileItemFactory() - Constructor for class org.apache.click.extras.gae.MemoryFileItemFactory
 
MemoryFileUploadService - Class in org.apache.click.extras.gae
Provides an Apache Commons In-Memory FileUploadService class.
MemoryFileUploadService() - Constructor for class org.apache.click.extras.gae.MemoryFileUploadService
 
Menu - Class in org.apache.click.extras.control
Provides a hierarchical Menu control.
Menu() - Constructor for class org.apache.click.extras.control.Menu
Create a new Menu instance.
Menu(String) - Constructor for class org.apache.click.extras.control.Menu
Create a new Menu instance with the given name.
Menu(Element, AccessController) - Constructor for class org.apache.click.extras.control.Menu
Deprecated. use MenuFactory.buildMenu(org.w3c.dom.Element, org.apache.click.extras.security.AccessController, java.lang.Class) instead
MENU_CACHE - Static variable in class org.apache.click.extras.control.MenuFactory
The menu cache.
MenuFactory - Class in org.apache.click.extras.control
Provides a Menu factory for creating application menus from configuration files.
MenuFactory() - Constructor for class org.apache.click.extras.control.MenuFactory
 
metaDataApplied - Variable in class org.apache.click.extras.cayenne.CayenneForm
The flag specifying that object validation meta data has been applied to the form fields.
metaDataApplied - Variable in class org.apache.click.extras.hibernate.HibernateForm
The flag specifying that object validation meta data has been applied to the form fields.
methodCache - Variable in class org.apache.click.extras.control.LinkDecorator
The method cached for rendering column values.
MIN_COMPRESSION_THRESHOLD - Static variable in class org.apache.click.extras.filter.PerformanceFilter
Minimum compress threshold: 384 bytes.
minimumYear - Variable in class org.apache.click.extras.control.DateField
The minimum year of the calendar, default value is 1930.
minThreshold - Variable in class org.apache.click.extras.filter.CompressionFilter
Minimal reasonable threshold, 2048 bytes.
minvalue - Variable in class org.apache.click.extras.control.NumberField
The minimum field value.

N

name - Variable in class org.apache.click.extras.service.JdkLogService
The logger category name.
name - Variable in class org.apache.click.extras.service.Log4JLogService
The logger category name.
name - Variable in class org.apache.click.extras.service.Slf4jLogService
The logger category name.
namedQuery - Variable in class org.apache.click.extras.cayenne.PropertySelect
The option list Cayenne NamedQuery.
namedQuery - Variable in class org.apache.click.extras.cayenne.QuerySelect
The option list Cayenne NamedQuery.
newObject(Class<T>) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Instantiate and register a new persistent object.
newPageInstance(String, Class<? extends Page>, HttpServletRequest) - Method in class org.apache.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 org.apache.click.extras.tree.Tree.CookieHandler
Removes the specified node from the cookie handler tracker.
nodeCollapsed(Tree, TreeNode, Context, boolean) - Method in class org.apache.click.extras.tree.Tree.SessionHandler
 
nodeCollapsed(Tree, TreeNode, Context, boolean) - Method in interface org.apache.click.extras.tree.TreeListener
Invoked when user collapsed the specified node.
nodeDeselected(Tree, TreeNode, Context, boolean) - Method in class org.apache.click.extras.tree.Tree.CookieHandler
 
nodeDeselected(Tree, TreeNode, Context, boolean) - Method in class org.apache.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 org.apache.click.extras.tree.TreeListener
Invoked when user deselected the specified node.
nodeExpanded(Tree, TreeNode, Context, boolean) - Method in class org.apache.click.extras.tree.Tree.CookieHandler
Adds the specified node to the cookie handler tracker.
nodeExpanded(Tree, TreeNode, Context, boolean) - Method in class org.apache.click.extras.tree.Tree.SessionHandler
 
nodeExpanded(Tree, TreeNode, Context, boolean) - Method in interface org.apache.click.extras.tree.TreeListener
Invoked when user expanded the specified node.
nodeExpansionString - Variable in class org.apache.click.extras.tree.Tree.AbstractJavascriptRenderer
holds the javascript call to expand or collapse the node.
nodeSelected(Tree, TreeNode, Context, boolean) - Method in class org.apache.click.extras.tree.Tree.CookieHandler
 
nodeSelected(Tree, TreeNode, Context, boolean) - Method in class org.apache.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 org.apache.click.extras.tree.TreeListener
Invoked when user selected the specified node.
nodeSelectionString - Variable in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the javascript call to select the node.
NOT_FOUND_PAGE_PATH - Static variable in class org.apache.click.extras.service.FreemarkerTemplateService
The click not found page template path.
NumberField - Class in org.apache.click.extras.control
Provides a Number Field control:   <input type='text'>.
NumberField(String) - Constructor for class org.apache.click.extras.control.NumberField
Construct a NumberField with the given name.
NumberField(String, String) - Constructor for class org.apache.click.extras.control.NumberField
Construct a NumberField with the given name and label.
NumberField(String, boolean) - Constructor for class org.apache.click.extras.control.NumberField
Construct a NumberField with the given name and required status.
NumberField(String, String, boolean) - Constructor for class org.apache.click.extras.control.NumberField
Construct a NumberField with the given name, label and required status.
NumberField(String, String, int) - Constructor for class org.apache.click.extras.control.NumberField
Construct the NumberField with the given name, label and size.
NumberField(String, String, int, boolean) - Constructor for class org.apache.click.extras.control.NumberField
Construct the NumberField with the given name, label, size and required status.
NumberField() - Constructor for class org.apache.click.extras.control.NumberField
Create a NumberField with no name defined.
numberFormat - Variable in class org.apache.click.extras.control.NumberField
The NumberFormat for formatting the output.

O

oidField - Variable in class org.apache.click.extras.cayenne.CayenneForm
The data object id hidden field.
oidField - Variable in class org.apache.click.extras.hibernate.HibernateForm
The value object identifier hidden field.
onClick() - Method in class org.apache.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.
onDestroy() - Method in class org.apache.click.extras.cayenne.CayenneForm
Clear the cached dataObject and destroy the form fields.
onDestroy() - Method in class org.apache.click.extras.cayenne.PropertySelect
Clear the cached valueObject.
onDestroy() - Method in class org.apache.click.extras.control.AbstractContainerField
 
onDestroy() - Method in class org.apache.click.extras.control.Menu
This sets the parent to be null.
onDestroy() - Method in class org.apache.click.extras.service.FreemarkerTemplateService
 
onDestroy() - Method in class org.apache.click.extras.service.JdkLogService
 
onDestroy() - Method in class org.apache.click.extras.service.Log4JLogService
 
onDestroy() - Method in class org.apache.click.extras.service.Slf4jLogService
 
onDestroy() - Method in class org.apache.click.extras.tree.Tree
This method cleans up the Tree.expandLink and Tree.selectLink.
onFormSubmission() - Method in class org.apache.click.extras.tree.CheckboxTree
This method is invoked when the CheckboxTree parent Form is submitted.
onInit() - Method in class org.apache.click.extras.control.AbstractContainerField
 
onInit() - Method in class org.apache.click.extras.control.AutoCompleteTextField
Register the field with the parent page to intercept POST autocompletion requests.
onInit(ServletContext) - Method in class org.apache.click.extras.gae.MemoryFileUploadService
 
onInit(ServletContext) - Method in class org.apache.click.extras.hibernate.SessionContext
Initializes the SessionContext instance.
onInit() - Method in class org.apache.click.extras.panel.TabbedPanel
Initialize the child controls contained in the panel.
onInit(ServletContext) - Method in class org.apache.click.extras.service.FreemarkerTemplateService
 
onInit(ServletContext) - Method in class org.apache.click.extras.service.JdkLogService
 
onInit(ServletContext) - Method in class org.apache.click.extras.service.Log4JLogService
 
onInit(ServletContext) - Method in class org.apache.click.extras.service.Slf4jLogService
 
onInit() - Method in class org.apache.click.extras.tree.CheckboxTree
Create and set the Tree's decorator that will render a Checkbox for each tree node.
onProcess() - Method in class org.apache.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 org.apache.click.extras.cayenne.PropertySelect
Process the page request returning true to continue processing or false otherwise.
onProcess() - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Process the Form request.
onProcess() - Method in class org.apache.click.extras.control.AbstractContainerField
 
onProcess() - Method in class org.apache.click.extras.control.CheckList
Process the request Context setting the CheckList selectedValues if selected and invoking the control's listener if defined.
onProcess() - Method in class org.apache.click.extras.control.ExternalLink
This method will return true.
onProcess() - Method in class org.apache.click.extras.control.FormTable
Process the FormTable control.
onProcess() - Method in class org.apache.click.extras.control.TabbedForm
Process the Form request.
onProcess() - Method in class org.apache.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 org.apache.click.extras.panel.TabbedPanel
Process the request and invoke the onProcess() method of any child controls.
onProcess() - Method in class org.apache.click.extras.tree.Tree
Processes user request to change state of the tree.
onRender() - Method in class org.apache.click.extras.control.AbstractContainerField
 
onRender() - Method in class org.apache.click.extras.panel.TabbedPanel
Perform any pre rendering logic and invoke the onRender() method of any child controls.
optional - Variable in class org.apache.click.extras.cayenne.PropertySelect
The flag indicating whether the option list includes an empty option value.
optional - Variable in class org.apache.click.extras.cayenne.QuerySelect
The flag indicating whether the option list includes an empty option value.
optionLabel - Variable in class org.apache.click.extras.cayenne.PropertySelect
The data object property to render as the option label.
optionLabel - Variable in class org.apache.click.extras.cayenne.QuerySelect
The query result property to render as the option label.
optionList - Variable in class org.apache.click.extras.control.CheckList
The Select Option list.
optionList - Variable in class org.apache.click.extras.control.PickList
The Option list.
optionValue - Variable in class org.apache.click.extras.cayenne.QuerySelect
The query result property to render as the option value.
ordering - Variable in class org.apache.click.extras.cayenne.PropertySelect
The select query ordering.
orderingApplied - Variable in class org.apache.click.extras.cayenne.PropertySelect
The flag indicating whether the ordering has been applied.
org.apache.click.extras.cayenne - package org.apache.click.extras.cayenne
Provides the Cayenne data aware controls.
org.apache.click.extras.control - package org.apache.click.extras.control
Provides the extra controls.
org.apache.click.extras.filter - package org.apache.click.extras.filter
Provides GZIP compression Filter classes.
org.apache.click.extras.gae - package org.apache.click.extras.gae
Provides support for Google App Engine, a free Java hosting environment from Google.
org.apache.click.extras.hibernate - package org.apache.click.extras.hibernate
Provides the Hibernate data aware controls.
org.apache.click.extras.panel - package org.apache.click.extras.panel
Provides customized Panel classes with their own Velocity templates.
org.apache.click.extras.security - package org.apache.click.extras.security
Provides security access control classes.
org.apache.click.extras.service - package org.apache.click.extras.service
Provides alternative Click runtime service classes.
org.apache.click.extras.spring - package org.apache.click.extras.spring
Provides Spring integration with the SpringClickServlet and PageScopeResolver classes.
org.apache.click.extras.tree - package org.apache.click.extras.tree
Provides tree controls for hierarchical data.
origRequest - Variable in class org.apache.click.extras.filter.CompressionServletResponseWrapper
The request with which this servlet is associated.
origResponse - Variable in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Original response.
output - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The underlying output stream, either gzipped or servlet, to which we should write data.

P

PageButton - Class in org.apache.click.extras.control
Provides a Page link Button control:   <input type='button'>.
PageButton(String) - Constructor for class org.apache.click.extras.control.PageButton
Create a PageButton for the given name.
PageButton(String, Class<? extends Page>) - Constructor for class org.apache.click.extras.control.PageButton
Create a PageButton for the given name and target Page class.
PageButton(String, String, Class<? extends Page>) - Constructor for class org.apache.click.extras.control.PageButton
Create a PageButton for the given name, label and target Page class.
PageButton(Class<? extends Page>) - Constructor for class org.apache.click.extras.control.PageButton
Create a PageButton for the given target Page class.
PageButton() - Constructor for class org.apache.click.extras.control.PageButton
Create a PageButton with no name defined.
pageClass - Variable in class org.apache.click.extras.control.PageSubmit
The target page to redirect to.
pages - Variable in class org.apache.click.extras.control.Menu
The list of valid page paths.
PageScopeResolver - Class in org.apache.click.extras.spring
Provides a Spring bean scope resolver when using Spring instantiated pages with the @Component annotation.
PageScopeResolver() - Constructor for class org.apache.click.extras.spring.PageScopeResolver
 
pageSetterBeansMap - Variable in class org.apache.click.extras.spring.SpringClickServlet
The list of page injectable Spring beans, keyed on page class name.
PageSubmit - Class in org.apache.click.extras.control
Provides a Page redirect Submit control:   <input type='submit'>.
PageSubmit(String) - Constructor for class org.apache.click.extras.control.PageSubmit
Create a PageSubmit button with the given name.
PageSubmit(String, String) - Constructor for class org.apache.click.extras.control.PageSubmit
Create a PageSubmit button with the given name and label.
PageSubmit(String, Class<? extends Page>) - Constructor for class org.apache.click.extras.control.PageSubmit
Create a PageSubmit button with the given name and target pageClass.
PageSubmit(String, String, Class<? extends Page>) - Constructor for class org.apache.click.extras.control.PageSubmit
Create a PageSubmit button with the given name, label and target pageClass.
PageSubmit() - Constructor for class org.apache.click.extras.control.PageSubmit
Create an PageSubmit button with no name or target page class defined.
parameterName - Variable in class org.apache.click.extras.control.LinkDecorator
An optional parameter name for the LinkDecorator.idProperty.
parameters - Variable in class org.apache.click.extras.control.AutoCompleteTextField
Additional parameters to send to server.
parseDateFormatPattern(String) - Method in class org.apache.click.extras.control.DateField
Return the JavaScript Calendar pattern for the given Java DateFormat pattern.
path - Variable in class org.apache.click.extras.control.Menu
The menu path.
pattern - Variable in class org.apache.click.extras.control.NumberField
The decimal pattern to use for a NumberFormat.
pattern - Variable in class org.apache.click.extras.control.RegexField
The field pattern based on regular expression.
PerformanceFilter - Class in org.apache.click.extras.filter
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 org.apache.click.extras.filter.PerformanceFilter
 
performNonSelectingQuery(Query) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Performs a single database query that does not select rows.
performNonSelectingQuery(String) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Performs a named mapped query that does not select rows.
performNonSelectingQuery(String, Map<String, ?>) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Performs a named mapped non-selecting query using a map of parameters.
performQuery(Query) - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Performs a single selecting query.
performQuery(String, boolean) - Method in class org.apache.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 org.apache.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 org.apache.click.extras.cayenne.CayenneTemplate
Return a list of data object of the specified class for the given property and value.
PickList - Class in org.apache.click.extras.control
Provides a twin multiple Select box control to select items.
PickList(String, String) - Constructor for class org.apache.click.extras.control.PickList
Create a PickList field with the given name and label.
PickList(String) - Constructor for class org.apache.click.extras.control.PickList
Create a PickList field with the given name.
PickList() - Constructor for class org.apache.click.extras.control.PickList
Create a PickList with no name defined.
prepareCookieValue(String) - Method in class org.apache.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 org.apache.click.extras.tree.Tree
Provides callback functionality for all the specified nodes.
processNodes(Collection<TreeNode>, Tree.Callback) - Method in class org.apache.click.extras.tree.Tree
Provides callback functionality for all the specified nodes.
PropertySelect - Class in org.apache.click.extras.cayenne
Provides a DataObject property Select control:   <select></select>.
PropertySelect(String) - Constructor for class org.apache.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name.
PropertySelect(String, String) - Constructor for class org.apache.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name and label.
PropertySelect(String, boolean) - Constructor for class org.apache.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name and required status.
PropertySelect(String, String, boolean) - Constructor for class org.apache.click.extras.cayenne.PropertySelect
Create a PropertySelect field with the given name, label and required status.
PropertySelect() - Constructor for class org.apache.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.

Q

queryName - Variable in class org.apache.click.extras.cayenne.PropertySelect
The name of the configured select query.
queryName - Variable in class org.apache.click.extras.cayenne.QuerySelect
The name of the configured select query.
QuerySelect - Class in org.apache.click.extras.cayenne
Provides a Cayenne Query Select control:   <select></select>.
QuerySelect(String) - Constructor for class org.apache.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name.
QuerySelect(String, String) - Constructor for class org.apache.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name and label.
QuerySelect(String, boolean) - Constructor for class org.apache.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name and required status.
QuerySelect(String, String, boolean) - Constructor for class org.apache.click.extras.cayenne.QuerySelect
Create a QuerySelect field with the given name, label and required status.
QuerySelect() - Constructor for class org.apache.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.

R

RegexField - Class in org.apache.click.extras.control
Provides a Regex Field control:   <input type='text'>.
RegexField(String) - Constructor for class org.apache.click.extras.control.RegexField
Construct the RegexField with the given name.
RegexField(String, boolean) - Constructor for class org.apache.click.extras.control.RegexField
Construct the RegexField with the given name and required status.
RegexField(String, String, boolean) - Constructor for class org.apache.click.extras.control.RegexField
Construct the RegexField with the given name, label and required status.
RegexField(String, String, int) - Constructor for class org.apache.click.extras.control.RegexField
Construct the RegexField with the given name, label and size.
RegexField(String, String, int, boolean) - Constructor for class org.apache.click.extras.control.RegexField
Construct the RegexField with the given name, label, size and required status.
RegexField(String, String) - Constructor for class org.apache.click.extras.control.RegexField
Construct the RegexField with the given name and label.
RegexField() - Constructor for class org.apache.click.extras.control.RegexField
Create a RegexField with no name defined.
registerNewObject(DataObject) - Method in class org.apache.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 org.apache.click.extras.control.AbstractContainerField
 
remove(TreeNode) - Method in class org.apache.click.extras.tree.TreeNode
Removes the specified node from the list of children and sets child's parent node to null.
removeBehavior(Behavior) - Method in class org.apache.click.extras.control.AutoCompleteTextField
This method is not supported and throws an UnsupportedOperationException if invoked.
removeListener(TreeListener) - Method in class org.apache.click.extras.tree.Tree
Removes the listener to stop receiving tree events.
removeState(Context) - Method in class org.apache.click.extras.panel.TabbedPanel
Remove the TabbedPanel state from the session for the given request context.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.cayenne.CayenneForm
Render the HTML representation of the CayenneForm.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.cayenne.PropertySelect
Render the HTML representation of the PropertySelect.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.cayenne.QuerySelect
Render the HTML representation of the QuerySelect.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Render the HTML representation of the form.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.AbstractContainerField
By default render the container and all its child controls to the specified buffer.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.AutoCompleteTextField
Render the HTML representation of the AutoCompleteTextField.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.CheckList
Render the HTML representation of the CheckList.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.ColorPicker
Render the HTML representation of the ColorPicker.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.CountrySelect
Render the HTML representation of the QuerySelect.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.CreditCardField
Render the HTML representation of the CreditCardField.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.DateField
Render the HTML representation of the DateField.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.FormTable
Render the HTML representation of the FormTable.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.HiddenList
Render the HTML representation of the HiddenField.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlFieldSet
Render the HTML representation of the FieldSet.
render(HtmlStringBuffer) - Method in class org.apache.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 org.apache.click.extras.control.LinkDecorator
Render the given row object using the links or buttons.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.Menu
Render an HTML representation of the Menu.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.PageButton
Render the HTML representation of the button.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.PickList
Render the HTML representation of the PickList.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.SubmitLink
Render the HTML representation of the SubmitLink.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.TabbedForm
Render the HTML representation of the TabbedForm.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.control.TableInlinePaginator
 
render(HtmlStringBuffer) - Method in class org.apache.click.extras.hibernate.HibernateForm
Render the HTML representation of the HibernateForm.
render(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.Tree
Render the HTML representation of the tree.
renderActionButton(HtmlStringBuffer, ActionButton, Context, Object, Object) - Method in class org.apache.click.extras.control.LinkDecorator
Render the button to the specified buffer.
renderActionButtons(Object, Context) - Method in class org.apache.click.extras.control.LinkDecorator
Render the given row object using the actionButtons array.
renderActionLink(HtmlStringBuffer, AbstractLink, Context, Object, Object) - Method in class org.apache.click.extras.control.LinkDecorator
Render the link to the specified buffer.
renderActionLinks(Object, Context) - Method in class org.apache.click.extras.control.LinkDecorator
Render the given row object using the actionLinks array.
renderAsExpanded(TreeNode) - Method in class org.apache.click.extras.tree.Tree.CookieHandler
Currently this implementation just calls Tree.isExpandedParent(TreeNode).
renderAsExpanded(TreeNode) - Method in interface org.apache.click.extras.tree.Tree.JavascriptHandler
Queries the handler if the specified node should be rendered as a expanded node.
renderAsExpanded(TreeNode) - Method in class org.apache.click.extras.tree.Tree.SessionHandler
Queries the handler if the specified node should be rendered as expanded or not.
renderAutoCompleteList(HtmlStringBuffer, List<?>) - Method in class org.apache.click.extras.control.AutoCompleteTextField
Render the suggested auto completion list to the servlet response.
renderButtons(HtmlStringBuffer) - Method in class org.apache.click.extras.control.FormTable
Render the Form Buttons to the string buffer.
renderCalendarButton(HtmlStringBuffer) - Method in class org.apache.click.extras.control.DateField
Render the calendar button HTML representation to the buffer.
renderCheckbox(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
renderCheckbox(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
renderCheckbox(HtmlStringBuffer) - Method in interface org.apache.click.extras.tree.CheckboxTree.CheckboxJavascriptRenderer
Called when a tree node's checkbox is rendered.
renderCheckbox(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
renderCheckbox(HtmlStringBuffer, TreeNode) - Method in class org.apache.click.extras.tree.CheckboxTree
Renders a Checkbox for the specified treeNode to the buffer.
renderChildren(HtmlStringBuffer) - Method in class org.apache.click.extras.control.AbstractContainerField
Render this container children to the specified buffer.
renderChildren(HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlFieldSet
Render this fieldset children to the specified buffer.
renderChildren(HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlForm
 
renderContent(HtmlStringBuffer) - Method in class org.apache.click.extras.control.AbstractContainerField
Render this container content to the specified buffer.
renderContent(HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlFieldSet
 
renderContent(HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlForm
 
renderExpandAndCollapseAction(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.Tree.AbstractJavascriptRenderer
 
renderExpandAndCollapseAction(HtmlStringBuffer) - Method in interface org.apache.click.extras.tree.Tree.JavascriptRenderer
Called when the expand and collapse action is rendered.
renderExpandAndCollapseAction(HtmlStringBuffer, TreeNode) - Method in class org.apache.click.extras.tree.Tree
Render the expand and collapse action of the tree.
renderIcon(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.Tree.AbstractJavascriptRenderer
 
renderIcon(HtmlStringBuffer) - Method in interface org.apache.click.extras.tree.Tree.JavascriptRenderer
Called when the tree icon is rendered.
renderIcon(HtmlStringBuffer, TreeNode) - Method in class org.apache.click.extras.tree.Tree
Render the node's icon depending on the current state of the node.
renderMenuHref(HtmlStringBuffer) - Method in class org.apache.click.extras.control.Menu
Render the menu "href" attribute.
renderMenuLink(HtmlStringBuffer, Menu) - Method in class org.apache.click.extras.control.Menu
Render an HTML link (<a>) representation of the given menu.
renderMenuList(HtmlStringBuffer, Menu, int) - Method in class org.apache.click.extras.control.Menu
Render an html representation of the menu list (<ul>) structure.
renderMenuListAttributes(HtmlStringBuffer, Menu, int) - Method in class org.apache.click.extras.control.Menu
Render the attributes of the menu list (>ul<).
renderMenuListItemAttributes(HtmlStringBuffer, Menu, int) - Method in class org.apache.click.extras.control.Menu
Render the attributes of the menu list item (>li<).
renderRootMenu(HtmlStringBuffer) - Method in class org.apache.click.extras.control.Menu
Render an HTML representation of the root menu.
renderSelect(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
renderSelect(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
renderSelect(HtmlStringBuffer) - Method in interface org.apache.click.extras.tree.CheckboxTree.CheckboxJavascriptRenderer
Called when a tree node's selected state is rendered.
renderSelect(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
renderSeparator(HtmlStringBuffer, Menu) - Method in class org.apache.click.extras.control.Menu
Render an HTML representation of the menu as a separator.
renderSubmittedValues - Variable in class org.apache.click.extras.control.FormTable
The render the posted form values flag, default value is true.
renderTableDataContent(Object, HtmlStringBuffer, Context, int) - Method in class org.apache.click.extras.control.FieldColumn
Render the content within the column table data <td> element.
renderTagBegin(String, HtmlStringBuffer) - Method in class org.apache.click.extras.control.AbstractContainerField
Render the Container tag and common attributes including id, class and style.
renderTagBegin(String, HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlFieldSet
 
renderTagBegin(String, HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlForm
 
renderTagEnd(String, HtmlStringBuffer) - Method in class org.apache.click.extras.control.AbstractContainerField
 
renderTagEnd(String, HtmlStringBuffer) - Method in class org.apache.click.extras.control.HtmlFieldSet
 
renderTemplate(HtmlStringBuffer, Map<String, ?>) - Method in class org.apache.click.extras.control.ColorPicker
Render a Velocity template for the given data model.
renderTemplate(HtmlStringBuffer, Map<String, Object>) - Method in class org.apache.click.extras.control.PickList
Render a Velocity template for the given data model.
renderTemplate(Page, Map<String, ?>, Writer) - Method in class org.apache.click.extras.service.FreemarkerTemplateService
 
renderTemplate(String, Map<String, ?>, Writer) - Method in class org.apache.click.extras.service.FreemarkerTemplateService
 
renderTree(HtmlStringBuffer, TreeNode, int) - Method in class org.apache.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 org.apache.click.extras.tree.Tree
Render the specified treeNode.
renderTreeNodeEnd(HtmlStringBuffer, TreeNode, int) - Method in class org.apache.click.extras.tree.Tree
Interception point to render html after the tree node was rendered.
renderTreeNodeStart(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.Tree.AbstractJavascriptRenderer
 
renderTreeNodeStart(HtmlStringBuffer) - Method in interface org.apache.click.extras.tree.Tree.JavascriptRenderer
Called before a tree node is rendered.
renderTreeNodeStart(HtmlStringBuffer, TreeNode, int) - Method in class org.apache.click.extras.tree.Tree
Interception point to render html before the tree node is rendered.
renderValidationJavaScript(HtmlStringBuffer, List<Field>) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
 
renderValidationJavaScript(HtmlStringBuffer, List<Field>) - Method in class org.apache.click.extras.control.TabbedForm
 
renderValue(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
 
renderValue(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxCookieJavascriptRenderer
 
renderValue(HtmlStringBuffer) - Method in interface org.apache.click.extras.tree.CheckboxTree.CheckboxJavascriptRenderer
Called when a tree node's value is rendered.
renderValue(HtmlStringBuffer) - Method in class org.apache.click.extras.tree.CheckboxTree.CheckboxSessionJavascriptRenderer
 
renderValue(HtmlStringBuffer, TreeNode) - Method in class org.apache.click.extras.tree.Tree
Render the node's value.
replace(Control, Control) - Method in class org.apache.click.extras.control.AbstractContainerField
Deprecated. this method was used for stateful pages, which have been deprecated
replace(Control, Control) - Method in class org.apache.click.extras.panel.TabbedPanel
Replace the current control with the new control.
request - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The request with which this servlet is associated.
resolveScopeMetadata(BeanDefinition) - Method in class org.apache.click.extras.spring.PageScopeResolver
Return the scope meta data for the given bean definition.
response - Variable in class org.apache.click.extras.filter.CompressionResponseStream
The response with which this servlet output stream is associated.
restoreState(Context) - Method in class org.apache.click.extras.panel.TabbedPanel
Restore the TabbedPanel state from the session for the given request context.
retrieveRootMenu(String) - Method in class org.apache.click.extras.control.MenuFactory
Return the cached root menu from the menu cache.
RoleAccessController - Class in org.apache.click.extras.security
Provides a Role based access controller class.
RoleAccessController() - Constructor for class org.apache.click.extras.security.RoleAccessController
 
roles - Variable in class org.apache.click.extras.control.Menu
The list of valid role names.
rollbackChanges() - Method in class org.apache.click.extras.cayenne.CayenneTemplate
Reverts any changes that have occurred to objects registered in the thread local DataContext.
rootMenu - Static variable in class org.apache.click.extras.control.Menu
The cached root Menu as defined in menu.xml.
rootNode - Variable in class org.apache.click.extras.tree.Tree
The tree's hierarchical data model.

S

saveChanges() - Method in class org.apache.click.extras.cayenne.CayenneForm
Save the object to the database committing all changes in the DataContext and return true.
saveChanges() - Method in class org.apache.click.extras.hibernate.HibernateForm
Save or update the object to the database and return true.
saveState(Context) - Method in class org.apache.click.extras.panel.TabbedPanel
Save the TabbedPanel state to the session for the given request context.
select(String) - Method in class org.apache.click.extras.tree.Tree
Select the node with matching id and inform any listeners of the change.
select(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Select the node and inform any listeners of the change.
SELECT_NAME - Static variable in class org.apache.click.extras.control.CreditCardField
The card type Select name.
SELECT_TREE_NODE_PARAM - Static variable in class org.apache.click.extras.tree.Tree
The tree's select/deselect parameter name: "selectTreeNode".
selectAll() - Method in class org.apache.click.extras.tree.Tree
Select all the nodes of the tree and inform any listeners of the change.
selectedLabel - Variable in class org.apache.click.extras.control.PickList
The label text for the selected list.
selectedValues - Variable in class org.apache.click.extras.control.CheckList
The selected values.
selectedValues - Variable in class org.apache.click.extras.control.PickList
The selected values.
selectId - Variable in class org.apache.click.extras.tree.CheckboxTree.BaseCheckboxJavascriptRenderer
holds the id of the select html element.
selectLink - Variable in class org.apache.click.extras.tree.Tree
The Tree node select / deselect link.
selectOrDeselect(String[]) - Method in class org.apache.click.extras.tree.Tree
Swaps the select state of all TreeNodes with specified id's to the new value.
selectOrDeselectNodeIds - Variable in class org.apache.click.extras.tree.Tree
Array of ids that must be selected or deselected.
selectQuery - Variable in class org.apache.click.extras.cayenne.PropertySelect
The option list Cayenne SelectQuery.
selectQuery - Variable in class org.apache.click.extras.cayenne.QuerySelect
The option list Cayenne SelectQuery.
separator - Variable in class org.apache.click.extras.control.Menu
The menu separator flag.
session - Variable in class org.apache.click.extras.hibernate.HibernateForm
The Hibernate session.
SessionContext - Class in org.apache.click.extras.hibernate
Provides a thread local Hibernate Session context class.
SessionContext() - Constructor for class org.apache.click.extras.hibernate.SessionContext
 
sessionFactory - Variable in class org.apache.click.extras.hibernate.HibernateForm
The Hibernate session factory.
SessionFilter - Class in org.apache.click.extras.hibernate
Provides a Hibernate session filter to support the SessionContext class, closing sessions at the end of each request.
SessionFilter() - Constructor for class org.apache.click.extras.hibernate.SessionFilter
 
sessionScope - Variable in class org.apache.click.extras.cayenne.DataContextFilter
Maintain user DataContext object in their HttpSession, the default value is false.
setAccessController(AccessController) - Method in class org.apache.click.extras.control.Menu
Set the menu access controller.
setActionListener(ActionListener) - Method in class org.apache.click.extras.control.ExternalLink
This method does nothing.
setActionListener(ActionListener) - Method in class org.apache.click.extras.panel.TabbedPanel
This method will delegate to TabbedPanel.setTabListener(org.apache.click.ActionListener).
setActionListener(ActionListener) - Method in class org.apache.click.extras.tree.Tree
Set the control's action listener.
setActivePanel(Panel) - Method in class org.apache.click.extras.panel.TabbedPanel
Set the currently active panel to the given panel.
setAutoCompleteOptions(String) - Method in class org.apache.click.extras.control.AutoCompleteTextField
Set the JavaScript 'script.aculo.us' Autocompleter initialization options, default value is: minChars:1.
setBackgroundColor(String) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Set the form HTML background color.
setBackgroundColor(String) - Method in class org.apache.click.extras.control.TabbedForm
Set the form HTML background color.
setBuffer(int) - Method in class org.apache.click.extras.filter.CompressionResponseStream
Set the compressionThreshold number and create buffer for this size.
setCacheDuration(int) - Method in class org.apache.click.extras.service.FreemarkerTemplateService
Return the template cache duration in seconds to use when the application is in "production" or "profile" mode.
setChildrenSupported(boolean) - Method in class org.apache.click.extras.tree.TreeNode
Sets whether this node supports child nodes or not.
setCompressionThreshold(int) - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Set threshold the compression threshold in bytes.
setContentEncodingGZip() - Method in class org.apache.click.extras.filter.CompressionResponseStream
Set the "Content-Encoding" header of the response to "gzip", returning true if the header was set, false otherwise.
setContentLength(int) - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Set the content length.
setContentType(String) - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Set content type.
setCookie(String, String) - Method in class org.apache.click.extras.tree.Tree.CookieHandler
Sets a cookie with the specified name and value to the http response.
setDataObject(DataObject) - Method in class org.apache.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 org.apache.click.extras.cayenne.CayenneForm
Set the DataObject class.
setDataProvider(DataProvider<Option>) - Method in class org.apache.click.extras.control.CheckList
Set the CheckList option list DataProvider.
setDataProvider(DataProvider) - Method in class org.apache.click.extras.control.PickList
Set the PickList option list DataProvider.
setDate(Date) - Method in class org.apache.click.extras.control.DateField
Set the field Date value.
setDecorator(Decorator) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set the decorator to render the option labels.
setDecorator(Decorator) - Method in class org.apache.click.extras.cayenne.QuerySelect
Set the decorator to render the option labels.
setDecorator(Decorator) - Method in class org.apache.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 org.apache.click.extras.cayenne.TabbedCayenneForm
Set the number of the tab sheet to display (indexed from 1).
setDisplayTab(int) - Method in class org.apache.click.extras.control.TabbedForm
Set the number of the tab sheet to display (indexed from 1).
setDouble(Double) - Method in class org.apache.click.extras.control.DoubleField
Set the Double value of the field.
setExpandState(TreeNode, boolean) - Method in class org.apache.click.extras.tree.Tree
Sets the TreeNode expand state to the new value.
setExpandState(String, boolean) - Method in class org.apache.click.extras.tree.Tree
Sets the expand state of the TreeNode with specified id to the new value.
setExpandState(Collection<TreeNode>, boolean) - Method in class org.apache.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 org.apache.click.extras.cayenne.QuerySelect
Set the query should expire cache parameter.
setExternal(boolean) - Method in class org.apache.click.extras.control.Menu
Set whether the menu path refers to an external resource.
setField(Field) - Method in class org.apache.click.extras.control.FieldColumn
Set the column editor field.
setFieldName(String) - Method in class org.apache.click.extras.gae.MemoryFileItem
Sets the field name used to reference this file item.
setFilterConfig(FilterConfig) - Method in class org.apache.click.extras.cayenne.DataContextFilter
Set filter configuration.
setFilterConfig(FilterConfig) - Method in class org.apache.click.extras.filter.CompressionFilter
Set filter configuration.
setFilterConfig(FilterConfig) - Method in class org.apache.click.extras.filter.PerformanceFilter
Set filter configuration.
setForm(Form) - Method in class org.apache.click.extras.control.SubmitLink
Set the SubmitLink Form.
setFormatPattern(String) - Method in class org.apache.click.extras.control.DateField
Set the SimpleDateFormat pattern.
setFormField(boolean) - Method in class org.apache.click.extras.gae.MemoryFileItem
Specifies whether or not a FileItem instance represents a simple form field.
setHeader(String, String) - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Set the string value in the header.
setHeaderExpiresCache(HttpServletResponse, long) - Method in class org.apache.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 org.apache.click.extras.control.PickList
Set the header label text for the selected list and the unselected list.
setHeaders(FileItemHeaders) - Method in class org.apache.click.extras.gae.MemoryFileItem
Sets the file item headers.
setHeight(String) - Method in class org.apache.click.extras.control.CheckList
The css height attribute-value.
setHeight(int) - Method in class org.apache.click.extras.control.PickList
Set the list height.
setHeight(String) - Method in class org.apache.click.extras.tree.Tree
Set the the CSS "height" style attribute of the tree.
setHtmlClass(String) - Method in class org.apache.click.extras.control.CheckList
Deprecated. use AbstractControl.addStyleClass(String) instead
setIcon(String) - Method in class org.apache.click.extras.tree.TreeNode
Set a custom icon for this TreeNode.
setId(String) - Method in class org.apache.click.extras.tree.TreeNode
Set this node's new id value.
setImageSrc(String) - Method in class org.apache.click.extras.control.Menu
Set the image src path attribute.
setInteger(Integer) - Method in class org.apache.click.extras.control.IntegerField
Set the Integer value of the field.
setIntHeader(String, int) - Method in class org.apache.click.extras.filter.CompressionServletResponseWrapper
Set the int value in the header.
setJavascriptEnabled(boolean) - Method in class org.apache.click.extras.tree.Tree
Enables javascript functionality.
setJavascriptEnabled(boolean, int) - Method in class org.apache.click.extras.tree.Tree
Overloads Tree.setJavascriptEnabled(boolean).
setLabel(String) - Method in class org.apache.click.extras.control.Menu
Set the label of the Menu item.
setLinkSeparator(String) - Method in class org.apache.click.extras.control.LinkDecorator
Set the link separator string with the given value.
setListener(Object, String) - Method in class org.apache.click.extras.control.ExternalLink
This method does nothing.
setListener(Object, String) - Method in class org.apache.click.extras.panel.TabbedPanel
This method will delegate to TabbedPanel.setTabListener(java.lang.Object, java.lang.String).
setListener(Object, String) - Method in class org.apache.click.extras.tree.Tree
Set the controls event listener.
setLocale(Locale) - Method in class org.apache.click.extras.control.CountrySelect
Set the locale of this control to something else than the Context locale.
setMaximumYear(int) - Method in class org.apache.click.extras.control.DateField
Set the maximum year of the Calendar.
setMaxValue(double) - Method in class org.apache.click.extras.control.NumberField
Set the maximum valid double field value.
setMinimumYear(int) - Method in class org.apache.click.extras.control.DateField
Set the minimum year of the Calendar.
setMinValue(double) - Method in class org.apache.click.extras.control.NumberField
Set the minimum valid double field value.
setMultiple(boolean) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set the multiple options can be selected flag.
setName(String) - Method in class org.apache.click.extras.control.DateField
 
setName(String) - Method in class org.apache.click.extras.control.FormTable
 
setName(String) - Method in class org.apache.click.extras.panel.TabbedPanel
 
setName(String) - Method in class org.apache.click.extras.service.JdkLogService
The logger category name.
setName(String) - Method in class org.apache.click.extras.service.Log4JLogService
The logger category name.
setName(String) - Method in class org.apache.click.extras.service.Slf4jLogService
The logger category name.
setName(String) - Method in class org.apache.click.extras.tree.Tree
 
setNamedQuery(NamedQuery) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set the NamedQuery to populate the options list with.
setNamedQuery(NamedQuery) - Method in class org.apache.click.extras.cayenne.QuerySelect
Set the NamedQuery to populate the options list with.
setNotifyListeners(boolean) - Method in class org.apache.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 org.apache.click.extras.control.NumberField
Set the Number value of the field.
setNumberFormat(NumberFormat) - Method in class org.apache.click.extras.control.NumberField
Set the NumberFormat for this field.
setOnClick(String) - Method in class org.apache.click.extras.control.SubmitLink
Sets the button onclick attribute value.
setOptional(boolean) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set whether the option list includes an empty option value.
setOptional(boolean) - Method in class org.apache.click.extras.cayenne.QuerySelect
Set whether the option list includes an empty option value.
setOptionLabel(String) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set the DataObject property to render as the option label.
setOptionLabel(String) - Method in class org.apache.click.extras.cayenne.QuerySelect
Set the query result property to render as the option label.
setOptionList(List<Option>) - Method in class org.apache.click.extras.control.CheckList
Set the Option list.
setOptionList(List<Option>) - Method in class org.apache.click.extras.control.PickList
Set the Option list.
setOptionValue(String) - Method in class org.apache.click.extras.cayenne.QuerySelect
Set the query result property to render as the option value.
setOrdering(Ordering) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set the select query ordering.
setPageClass(Class<? extends Page>) - Method in class org.apache.click.extras.control.PageSubmit
Set the target page class to redirect to.
setPageNumber(int) - Method in class org.apache.click.extras.control.FormTable
 
setPages(List<String>) - Method in class org.apache.click.extras.control.Menu
Set the list of valid Page paths.
setParameter(String, Object) - Method in class org.apache.click.extras.control.AutoCompleteTextField
Set the field parameter with the given parameter name and value.
setParameterPrefix(String) - Method in class org.apache.click.extras.control.SubmitLink
Set the parameter prefix that is applied to the SubmitLink parameters.
setParent(Object) - Method in class org.apache.click.extras.control.AbstractContainerField
Set the parent of the Field.
setParent(Object) - Method in class org.apache.click.extras.control.FormTable
Set the parent of the FormTable.
setParent(TreeNode) - Method in class org.apache.click.extras.tree.TreeNode
Sets this node's parent to the specified argument.
setPath(String) - Method in class org.apache.click.extras.control.Menu
Set the path of the Menu item.
setPattern(String) - Method in class org.apache.click.extras.control.NumberField
Set the number pattern used for formatting and parsing.
setPattern(String) - Method in class org.apache.click.extras.control.RegexField
Sets the field pattern as regular expression.
setProperty(Object, String, Object) - Method in class org.apache.click.extras.control.FieldColumn
Set a row value based on the given property name and value.
setQueryName(String) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set the name of the configured query to populate the options list with.
setQueryName(String) - Method in class org.apache.click.extras.cayenne.QuerySelect
Set the name of the configured query to populate the options list with.
setQueryValueLabel(String, String, String) - Method in class org.apache.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 org.apache.click.extras.control.FormTable
Set whether the table should render the submitted form values.
setRoles(List<String>) - Method in class org.apache.click.extras.control.Menu
Set the list of valid roles for the Menu item.
setRootNode(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Set the tree's root TreeNode.
setRootNodeDisplayed(boolean) - Method in class org.apache.click.extras.tree.Tree
Sets whether the tree's root node should be displayed or not.
setRowList(List) - Method in class org.apache.click.extras.control.FormTable
Set the list of form table rows.
setSelectChildNodes(boolean) - Method in class org.apache.click.extras.tree.CheckboxTree
Sets whether child nodes will also be selected/deselected.
setSelectedValues(List<String>) - Method in class org.apache.click.extras.control.CheckList
Set the list of selected values.
setSelectedValues(Collection<?>, String) - Method in class org.apache.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.
setSelectedValues(List<String>) - Method in class org.apache.click.extras.control.PickList
Set the list of selected values.
setSelectQuery(SelectQuery) - Method in class org.apache.click.extras.cayenne.PropertySelect
Set the SelectQuery to populate the options list with.
setSelectQuery(SelectQuery) - Method in class org.apache.click.extras.cayenne.QuerySelect
Set the SelectQuery to populate the options list with.
setSelectState(TreeNode, boolean) - Method in class org.apache.click.extras.tree.Tree
Sets the TreeNode select state to the new value.
setSelectState(String, boolean) - Method in class org.apache.click.extras.tree.Tree
Sets the select state of the TreeNode with specified id to the new value.
setSelectState(Collection<TreeNode>, boolean) - Method in class org.apache.click.extras.tree.Tree
Sets the TreeNode select state of each node in the specified collection to the new value.
setSeparator(boolean) - Method in class org.apache.click.extras.control.Menu
Set whether the Menu item is a separator.
setSession(Session) - Method in class org.apache.click.extras.hibernate.HibernateForm
Set the user's Hibernate Session.
setSessionFactory(SessionFactory) - Method in class org.apache.click.extras.hibernate.HibernateForm
Set the form Hibernate SessionFactory.
setShowCalendar(boolean) - Method in class org.apache.click.extras.control.DateField
Set whether the Calendar popup is displayed or not.
setShowTextField(boolean) - Method in class org.apache.click.extras.control.ColorPicker
Whether the TextField to enter the color hex number should be shown or not.
setShowTime(boolean) - Method in class org.apache.click.extras.control.DateField
Set the Calendar popup show the time display bar flag.
setSize(int) - Method in class org.apache.click.extras.control.ColorPicker
Set the field size.
setSize(int) - Method in class org.apache.click.extras.control.PickList
Set the component size.
setSortable(boolean) - Method in class org.apache.click.extras.control.CheckList
Whether the list should be drag-drop sortable.
setSortedAscending(boolean) - Method in class org.apache.click.extras.control.FormTable
 
setSortedColumn(String) - Method in class org.apache.click.extras.control.FormTable
 
setState(Object) - Method in class org.apache.click.extras.control.PickList
Set the PickList state.
setState(Object) - Method in class org.apache.click.extras.panel.TabbedPanel
Set the TabbedPanel state.
setStyle(String) - Method in class org.apache.click.extras.control.DateField
Set the Calendar CSS style.
setTabHeight(String) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Set the tab sheet height HTML attribute value.
setTabHeight(String) - Method in class org.apache.click.extras.control.TabbedForm
Set the tab sheet height HTML attribute value.
setTabListener(Object, String) - Method in class org.apache.click.extras.panel.TabbedPanel
 
setTabListener(ActionListener) - Method in class org.apache.click.extras.panel.TabbedPanel
Set the tab switch listener.
setTabWidth(String) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Set the tab sheet width HTML attribute value.
setTabWidth(String) - Method in class org.apache.click.extras.control.TabbedForm
Set the tab sheet width HTML attribute value.
setTarget(String) - Method in class org.apache.click.extras.control.Menu
Set the target attribute of the Menu item.
setTargetPath(String) - Method in class org.apache.click.extras.control.ExternalLink
Set the link href target path.
setTemplate(String) - Method in class org.apache.click.extras.cayenne.TabbedCayenneForm
Set the path of the Velocity template to render.
setTemplate(String) - Method in class org.apache.click.extras.control.TabbedForm
Set the path of the Velocity template to render.
setTitle(String) - Method in class org.apache.click.extras.control.Menu
Set the title attribute of the Menu item.
setValue(String) - Method in class org.apache.click.extras.control.DateField
Set the DateField value.
setValue(Object) - Method in class org.apache.click.extras.tree.TreeNode
Set this node's value.
setValueObject(Object) - Method in class org.apache.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 org.apache.click.extras.control.CheckList
This method delegates to CheckList.setSelectedValues(java.util.List) to set the selected values of the CheckList.
setValueObject(Object) - Method in class org.apache.click.extras.control.DateField
Set the date value of the field using the given object.
setValueObject(Object) - Method in class org.apache.click.extras.control.HiddenList
Set the list of hidden values.
setValueObject(Object) - Method in class org.apache.click.extras.control.IntegerField
Set the integer value of the field using the given object.
setValueObject(Object) - Method in class org.apache.click.extras.control.LongField
Set the long value of the field using the given object.
setValueObject(Object) - Method in class org.apache.click.extras.control.NumberField
Set the Number value of the field using the given object.
setValueObject(Object) - Method in class org.apache.click.extras.control.PickList
This method delegates to PickList.setSelectedValues(java.util.List) to set the selected values of the PickList.
setValueObject(Object) - Method in class org.apache.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<String>) - Method in class org.apache.click.extras.control.CheckList
Deprecated. use CheckList.setSelectedValues(List) instead
setWidth(String) - Method in class org.apache.click.extras.panel.TabbedPanel
Set the tabbed panel content table HTML width attribute if defined.
setWidth(String) - Method in class org.apache.click.extras.tree.Tree
Set the the CSS "width" style attribute of the tree.
sharedCache - Variable in class org.apache.click.extras.cayenne.DataContextFilter
Create DataContext objects using the shared cache.
shouldRenderChildren(TreeNode) - Method in class org.apache.click.extras.tree.Tree
Check the state of the specified node if its children should be rendered or not.
showCalendar - Variable in class org.apache.click.extras.control.DateField
Flag indicating if the Calendar popup is displayed or not, default value is true.
showTextField - Variable in class org.apache.click.extras.control.ColorPicker
The show text field option for entering a color hex value.
showTime - Variable in class org.apache.click.extras.control.DateField
The Calendar popup show time display bar flag.
size - Variable in class org.apache.click.extras.control.ColorPicker
The text field size attribute.
size - Variable in class org.apache.click.extras.control.PickList
The component size (width) in pixels.
Slf4jLogService - Class in org.apache.click.extras.service
Provides a SLF4J LogService adapter class with a logger name of "Click".
Slf4jLogService() - Constructor for class org.apache.click.extras.service.Slf4jLogService
 
sortable - Variable in class org.apache.click.extras.control.CheckList
If sortable by drag and drop.
sortOptions(String[]) - Method in class org.apache.click.extras.control.CheckList
Sorts the current Options List.
sortorder - Variable in class org.apache.click.extras.control.CheckList
The key of the values in the order they are present (only set when sortable).
SPRING_PATH - Static variable in class org.apache.click.extras.spring.SpringClickServlet
The Servlet initialization parameter name for the path to the Spring XML application context definition file:   "spring-path".
SpringClickServlet - Class in org.apache.click.extras.spring
Provides a Spring framework integration SpringClickServlet.
SpringClickServlet() - Constructor for class org.apache.click.extras.spring.SpringClickServlet
 
stream - Variable in class org.apache.click.extras.filter.CompressionServletResponseWrapper
The ServletOutputStream that has been returned by getOutputStream(), if any.
stripResourceVersionIndicator(String) - Method in class org.apache.click.extras.filter.PerformanceFilter
Removes the version indicator from the specified path.
style - Variable in class org.apache.click.extras.control.DateField
The Calendar CSS style, default value: default.
STYLE_CLASS - Static variable in class org.apache.click.extras.control.CheckList
The style class which is always set on this element (checkList).
SubmitLink - Class in org.apache.click.extras.control
Provides a Submit Link control,   <a href=""></a>, that can submit a Form.
SubmitLink(String) - Constructor for class org.apache.click.extras.control.SubmitLink
Create an SubmitLink for the given name.
SubmitLink(String, String) - Constructor for class org.apache.click.extras.control.SubmitLink
Create an SubmitLink for the given name and label.
SubmitLink(Object, String) - Constructor for class org.apache.click.extras.control.SubmitLink
Create an SubmitLink for the given listener object and listener method.
SubmitLink(String, Object, String) - Constructor for class org.apache.click.extras.control.SubmitLink
Create an SubmitLink for the given name, listener object and listener method.
SubmitLink(String, String, Object, String) - Constructor for class org.apache.click.extras.control.SubmitLink
Create an SubmitLink for the given name, label, listener object and listener method.
SubmitLink() - Constructor for class org.apache.click.extras.control.SubmitLink
Create an SubmitLink with no name defined.

T

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

U

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

V

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

W

warn(Object) - Method in class org.apache.click.extras.service.JdkLogService
Log the message at Level.WARNING level.
warn(Object, Throwable) - Method in class org.apache.click.extras.service.JdkLogService
Log the message and error at Level.WARNING level.
warn(Object) - Method in class org.apache.click.extras.service.Log4JLogService
 
warn(Object, Throwable) - Method in class org.apache.click.extras.service.Log4JLogService
 
warn(Object) - Method in class org.apache.click.extras.service.Slf4jLogService
 
warn(Object, Throwable) - Method in class org.apache.click.extras.service.Slf4jLogService
 
write(int) - Method in class org.apache.click.extras.filter.CompressionResponseStream
Write the specified byte to our output stream.
write(byte[]) - Method in class org.apache.click.extras.filter.CompressionResponseStream
Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class org.apache.click.extras.filter.CompressionResponseStream
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(File) - Method in class org.apache.click.extras.gae.MemoryFileItem
This method does nothing since the file is stored in memory only.
writer - Variable in class org.apache.click.extras.filter.CompressionServletResponseWrapper
The PrintWriter that has been returned by getWriter(), if any.
writeToGZip(byte[], int, int) - Method in class org.apache.click.extras.filter.CompressionResponseStream
Writes array of bytes to the compressed output stream.

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