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

A

ACTION_BUTTON - Static variable in class net.sf.click.control.ActionButton
The action button parameter name:   actionButton.
ACTION_LINK - Static variable in class net.sf.click.control.ActionLink
The action link parameter name:   actionLink.
ALIGN_CENTER - Static variable in class net.sf.click.control.Form
The align center, form layout constant:   "center".
ALIGN_LEFT - Static variable in class net.sf.click.control.Form
The align left, form layout constant:   "left".
ALIGN_RIGHT - Static variable in class net.sf.click.control.Form
The align right, form layout constant:   "right".
ASCENDING - Static variable in class net.sf.click.control.Table
The control ActionLink page number parameter name: "ascending".
AbstractContainer - class net.sf.click.control.AbstractContainer.
Provides a default implementation of the Container interface, to make it easier for developers to implement their own containers.
AbstractContainer() - Constructor for class net.sf.click.control.AbstractContainer
Create a container with no name defined.
AbstractContainer(String) - Constructor for class net.sf.click.control.AbstractContainer
Create a container with the given name.
AbstractControl - class net.sf.click.control.AbstractControl.
Provides a default implementation of the Control interface, to make it easier for developers to implement their own controls.
AbstractControl() - Constructor for class net.sf.click.control.AbstractControl
Create a control with no name defined.
AbstractControl(String) - Constructor for class net.sf.click.control.AbstractControl
Create a control with the given name.
AbstractLink - class net.sf.click.control.AbstractLink.
Provides a Abstract Link control:   <a href=""></a>.
AbstractLink(String) - Constructor for class net.sf.click.control.AbstractLink
Create an AbstractLink for the given name.
AbstractLink() - Constructor for class net.sf.click.control.AbstractLink
Create an AbstractLink with no name defined.
ActionButton - class net.sf.click.control.ActionButton.
Provides a ActionButton control:   <input type="button"/>.
ActionButton(String) - Constructor for class net.sf.click.control.ActionButton
Create an ActionButton for the given name.
ActionButton(String, String) - Constructor for class net.sf.click.control.ActionButton
Create an ActionButton for the given name and label.
ActionButton(Object, String) - Constructor for class net.sf.click.control.ActionButton
Create an ActionButton for the given listener object and listener method.
ActionButton(String, Object, String) - Constructor for class net.sf.click.control.ActionButton
Create an ActionButton for the given name, listener object and listener method.
ActionButton(String, String, Object, String) - Constructor for class net.sf.click.control.ActionButton
Create an ActionButton for the given name, label, listener object and listener method.
ActionButton() - Constructor for class net.sf.click.control.ActionButton
Create an ActionButton with no name defined.
ActionLink - class net.sf.click.control.ActionLink.
Provides a Action Link control:   <a href=""></a>.
ActionLink(String) - Constructor for class net.sf.click.control.ActionLink
Create an ActionLink for the given name.
ActionLink(String, String) - Constructor for class net.sf.click.control.ActionLink
Create an ActionLink for the given name and label.
ActionLink(Object, String) - Constructor for class net.sf.click.control.ActionLink
Create an ActionLink for the given listener object and listener method.
ActionLink(String, Object, String) - Constructor for class net.sf.click.control.ActionLink
Create an ActionLink for the given name, listener object and listener method.
ActionLink(String, String, Object, String) - Constructor for class net.sf.click.control.ActionLink
Create an ActionLink for the given name, label, listener object and listener method.
ActionLink() - Constructor for class net.sf.click.control.ActionLink
Create an ActionLink with no name defined.
ActionListener - interface net.sf.click.ActionListener.
Provides a listener interface for receiving Control action events.
ActionListenerAdaptor - class net.sf.click.util.ActionListenerAdaptor.
Provides an ActionListener adaptor instance.
ActionListenerAdaptor(Object, String) - Constructor for class net.sf.click.util.ActionListenerAdaptor
Create an ActionListener adaptor instance for the given listener target object and listener method.
actionListener - Variable in class net.sf.click.control.AbstractControl
The control's action listener.
actionURL - Variable in class net.sf.click.control.BasicForm
The form action URL.
activatePageInstance(Page) - Method in class net.sf.click.ClickServlet
Provides an extension point for ClickServlet sub classes to activate stateful page which may have been deserialized.
add(Control) - Method in class net.sf.click.control.AbstractContainer
 
add(Control) - Method in interface net.sf.click.control.Container
Add the control to the container and return the added instance.
add(Field) - Method in class net.sf.click.control.FieldSet
Add the field to the fieldSet, and set the fields form property.
add(Field, int) - Method in class net.sf.click.control.FieldSet
Add the field to the fieldset and specify the field's width in columns.
add(Control) - Method in class net.sf.click.control.Form
Add a Field or FieldSet to the container and return the added instance.
add(Field) - Method in class net.sf.click.control.Form
Add the field to the form, and set the fields form property.
add(Field, int) - Method in class net.sf.click.control.Form
Add the field to the form and specify the field's width in columns.
add(FieldSet, int) - Method in class net.sf.click.control.Form
Add the fieldSet to the form and specify the fieldSet's width in columns.
add(Object) - Method in class net.sf.click.control.OptionGroup
Add the given Option or OptionGroup object to this group.
add(Control) - Method in class net.sf.click.control.Panel
Add the control to the panel and return the specified control.
add(Radio) - Method in class net.sf.click.control.RadioGroup
Add the given radio to the radio group.
add(Option) - Method in class net.sf.click.control.Select
Add the given Option to the Select.
add(OptionGroup) - Method in class net.sf.click.control.Select
Add the given OptionGroup to the Select.
add(String) - Method in class net.sf.click.control.Select
Add the given option value to the Select.
add(Control) - Method in class net.sf.click.control.Table
Add the given Control to the table.
addAll(Collection) - Method in class net.sf.click.control.RadioGroup
Add the given collection Radio item options to the RadioGroup.
addAll(Map) - Method in class net.sf.click.control.RadioGroup
Add the given Map of radio values and labels to the RadioGroup.
addAll(Collection, String, String) - Method in class net.sf.click.control.RadioGroup
Add the given collection of objects to the RadioGroup, creating new Radio instances based on the object properties specified by value and label.
addAll(Collection) - Method in class net.sf.click.control.Select
Add the given Option/OptionGroup/String/Number/Boolean collection to the Select.
addAll(Map) - Method in class net.sf.click.control.Select
Add the given Map of option values and labels to the Select.
addAll(String[]) - Method in class net.sf.click.control.Select
Add the given array of string options to the Select option list.
addAll(Collection, String, String) - Method in class net.sf.click.control.Select
Add the given collection of objects to the Select, creating new Option instances based on the object properties specified by value and label.
addColumn(Column) - Method in class net.sf.click.control.Table
Add the column to the table.
addControl(Control) - Method in class net.sf.click.Page
Add the control to the page.
addControl(Control) - Method in class net.sf.click.control.Panel
 
addControl(Control) - Method in class net.sf.click.control.Table
Add the given Control to the table.
addModel(String, Object) - Method in class net.sf.click.Page
Add the named object value to the Pages model map.
addModel(String, Object) - Method in class net.sf.click.control.Panel
Add the named object value to the Panels model map.
addStyleClass(String) - Method in class net.sf.click.control.AbstractControl
Add the CSS class attribute.
addToList(String, List) - Method in class net.sf.click.util.PageImports
Add the given string item to the list if it is not already present.
append(char) - Method in class net.sf.click.util.HtmlStringBuffer
Append the char value to the buffer.
append(int) - Method in class net.sf.click.util.HtmlStringBuffer
Append the integer value to the buffer.
append(long) - Method in class net.sf.click.util.HtmlStringBuffer
Append the long value to the buffer.
append(Object) - Method in class net.sf.click.util.HtmlStringBuffer
Append the raw object value of the given object to the buffer.
append(String) - Method in class net.sf.click.util.HtmlStringBuffer
Append the raw string value of the given object to the buffer.
appendAttribute(String, Object) - Method in class net.sf.click.util.HtmlStringBuffer
Append the given attribute name and value to the buffer, if the value is not null.
appendAttribute(String, int) - Method in class net.sf.click.util.HtmlStringBuffer
Append the given HTML attribute name and value to the string buffer.
appendAttributeDisabled() - Method in class net.sf.click.util.HtmlStringBuffer
Append the HTML "disabled" attribute to the string buffer.
appendAttributeReadonly() - Method in class net.sf.click.util.HtmlStringBuffer
Append the HTML "readonly" attribute to the string buffer.
appendAttributes(HtmlStringBuffer) - Method in class net.sf.click.control.AbstractControl
Append all the controls attributes to the specified buffer.
appendAttributes(Map) - Method in class net.sf.click.util.HtmlStringBuffer
Append the given map of attribute names and values to the string buffer.
appendEscaped(Object) - Method in class net.sf.click.util.HtmlStringBuffer
Append the given value to the buffer and escape its HMTL value.
appendStyleAttributes(Map) - Method in class net.sf.click.util.HtmlStringBuffer
Append the given map of CSS style name and value pairs as a style attribute to the string buffer.
attributes - Variable in class net.sf.click.control.AbstractControl
The Field attributes Map.
attributes - Variable in class net.sf.click.control.Column
The Column attributes Map.
autoPostRedirect(HttpServletRequest, HttpServletResponse, String, Map, boolean) - Static method in class net.sf.click.util.ClickUtils
Perform an auto post redirect to the specified target using the given response.
autolink - Variable in class net.sf.click.control.Column
The automatically hyperlink column URL and email address values flag, default value is false.

B

BasicForm - class net.sf.click.control.BasicForm.
Provides a Basic Form control for performing manual form layout:   <form method='post'>.
BasicForm(String) - Constructor for class net.sf.click.control.BasicForm
Create a basic form with the given name.
BasicForm() - Constructor for class net.sf.click.control.BasicForm
Create a basic form with no name.
Button - class net.sf.click.control.Button.
Provides a Button control:   <input type='button'/>.
Button(String) - Constructor for class net.sf.click.control.Button
Create a button with the given name.
Button(String, String) - Constructor for class net.sf.click.control.Button
Create a button with the given name and label.
Button() - Constructor for class net.sf.click.control.Button
Create a button with no name defined.
bannerPosition - Variable in class net.sf.click.control.Table
The table pagination banner position: [ POSITION_TOP | POSITION_BOTTOM | POSITION_BOTH ].
baseClass - Variable in class net.sf.click.util.MessagesMap
The base class.
bindRequestValue() - Method in class net.sf.click.control.ActionButton
This method binds the submitted request value to the ActionLink's value.
bindRequestValue() - Method in class net.sf.click.control.ActionLink
This method binds the submitted request value to the ActionLink's value.
bindRequestValue() - Method in class net.sf.click.control.Checkbox
Set the Checkbox.checked property to true if the fields value is submitted.
bindRequestValue() - Method in class net.sf.click.control.Field
This method binds the submitted request value to the Field's value.
bindRequestValue() - Method in class net.sf.click.control.FileField
Set the FileField.fileItem property from the multi-part form data submission.
bindRequestValue() - Method in class net.sf.click.control.HiddenField
This method binds the submitted request value to the Field's value.
bindRequestValue() - Method in class net.sf.click.control.ImageSubmit
Bind the request submission, setting the field Submit.clicked, ImageSubmit.x and ImageSubmit.y if defined in the request.
bindRequestValue() - Method in class net.sf.click.control.Radio
Bind the request submission, setting the Field Radio.checked property if defined in the request.
bindRequestValue() - Method in class net.sf.click.control.Select
Bind the request submission, setting the Field.value or Select.selectedValues property if defined in the request.
bindRequestValue() - Method in class net.sf.click.control.Submit
Bind the request submission, setting the Field.value and Submit.clicked properties if defined.
buildDocument(InputStream) - Static method in class net.sf.click.util.ClickUtils
Return a new XML Document for the given input stream.
buildDocument(InputStream, EntityResolver) - Static method in class net.sf.click.util.ClickUtils
Return a new XML Document for the given input stream and XML entity resolver.
buttonAlign - Variable in class net.sf.click.control.Form
The button align, default value is "left".
buttonList - Variable in class net.sf.click.control.Form
The ordered list of button values.
buttonStyle - Variable in class net.sf.click.control.Form
The button <td> "style" attribute value.

C

CACHE_LOAD_LOCK - Static variable in class net.sf.click.util.MessagesMap
The cache key set load lock.
CLASS_BLUE1 - Static variable in class net.sf.click.control.Table
The table CSS style: "blue1".
CLASS_BLUE2 - Static variable in class net.sf.click.control.Table
The table CSS style: "blue2".
CLASS_COMPLEX - Static variable in class net.sf.click.control.Table
The table CSS style: "complex".
CLASS_ISI - Static variable in class net.sf.click.control.Table
The table CSS style: "isi".
CLASS_ITS - Static variable in class net.sf.click.control.Table
The table CSS style: "its".
CLASS_MARS - Static variable in class net.sf.click.control.Table
The table CSS style: "mars".
CLASS_NOCOL - Static variable in class net.sf.click.control.Table
The table CSS style: "nocol".
CLASS_ORANGE1 - Static variable in class net.sf.click.control.Table
The table CSS style: "orange1".
CLASS_ORANGE2 - Static variable in class net.sf.click.control.Table
The table CSS style: "orange2".
CLASS_REPORT - Static variable in class net.sf.click.control.Table
The table CSS style: "report".
CLASS_SIMPLE - Static variable in class net.sf.click.control.Table
The table CSS style: "simple".
CLASS_STYLES - Static variable in class net.sf.click.control.Table
The array of pre-defined table CSS class styles.
CLICK_FORWARD - Static variable in class net.sf.click.ClickServlet
The forwarded request marker attribute:   "click-forward".
COLUMN - Static variable in class net.sf.click.control.Table
The control ActionLink sorted column parameter name: "column".
CONFIG_SERVICE_CLASS - Static variable in class net.sf.click.ClickServlet
The click application configuration service classname init parameter name:   "config-service-class".
CONTEXT_NAME - Static variable in interface net.sf.click.service.ConfigService
The servlet context attribute name.
CONTROL_MESSAGES - Static variable in interface net.sf.click.Control
The global control messages bundle name:   click-control.
Checkbox - class net.sf.click.control.Checkbox.
Provides a Checkbox control:   <input type='checkbox'>.
Checkbox(String) - Constructor for class net.sf.click.control.Checkbox
Create a Checkbox field with the given name.
Checkbox(String, String) - Constructor for class net.sf.click.control.Checkbox
Create a Checkbox field with the given name and label.
Checkbox(String, boolean) - Constructor for class net.sf.click.control.Checkbox
Create a Checkbox field with the given name and required flag.
Checkbox() - Constructor for class net.sf.click.control.Checkbox
Create a Checkbox field with no name defined.
ClickServlet - class net.sf.click.ClickServlet.
Provides the Click application HttpServlet.
ClickServlet() - Constructor for class net.sf.click.ClickServlet
 
ClickUtils - class net.sf.click.util.ClickUtils.
Provides miscellaneous Form, String and Stream utility methods.
ClickUtils() - Constructor for class net.sf.click.util.ClickUtils
 
Column - class net.sf.click.control.Column.
Provides the Column table data <td> and table header <th> renderer.
Column(String) - Constructor for class net.sf.click.control.Column
Create a table column with the given property name.
Column(String, String) - Constructor for class net.sf.click.control.Column
Create a table column with the given property name and header title.
Column() - Constructor for class net.sf.click.control.Column
Create a Column with no name defined.
CommonsFileUploadService - class net.sf.click.service.CommonsFileUploadService.
Provides a Apache Commons FileUploadService class.
CommonsFileUploadService() - Constructor for class net.sf.click.service.CommonsFileUploadService
 
ConfigService - interface net.sf.click.service.ConfigService.
Provides a Click application configuration service interface.
ConsoleLogService - class net.sf.click.service.ConsoleLogService.
Provides a Log Service class which will log messages to the console or System.out.
ConsoleLogService() - Constructor for class net.sf.click.service.ConsoleLogService
 
Container - interface net.sf.click.control.Container.
Container extends Control and enables the creation of nested controls.
ContainerUtils - class net.sf.click.util.ContainerUtils.
Provides Container access and copy utilities.
ContainerUtils() - Constructor for class net.sf.click.util.ContainerUtils
 
Context - class net.sf.click.Context.
Provides the HTTP request context information for pages and controls.
Context(ServletContext, ServletConfig, HttpServletRequest, HttpServletResponse, boolean, ClickServlet) - Constructor for class net.sf.click.Context
Create a new request context.
Control - interface net.sf.click.Control.
Provides the interface for Page controls.
ControlRegistry - class net.sf.click.ControlRegistry.
Provides a thread local register for ActionListener events.
ControlRegistry() - Constructor for class net.sf.click.ControlRegistry
 
characters - Variable in class net.sf.click.util.HtmlStringBuffer
The character storage array.
checked - Variable in class net.sf.click.control.Checkbox
The field checked value.
checked - Variable in class net.sf.click.control.Radio
The field checked value.
children - Variable in class net.sf.click.control.OptionGroup
The groups child Option/OptGroup objects.
classForName(String) - Static method in class net.sf.click.util.ClickUtils
Returns the Class object associated with the class or interface with the given string name, using the current Thread context class loader.
clear() - Method in class net.sf.click.util.MessagesMap
This method is not supported and will throw UnsupportedOperationException if invoked.
clear() - Method in class net.sf.click.util.SessionMap
 
clearErrors() - Method in class net.sf.click.control.BasicForm
Clear any form or field errors by setting them to null.
clearValues() - Method in class net.sf.click.control.BasicForm
Clear all the form field values setting them to null.
clicked - Variable in class net.sf.click.control.ActionButton
The button is clicked.
clicked - Variable in class net.sf.click.control.ActionLink
The link is clicked.
clicked - Variable in class net.sf.click.control.Submit
The button is clicked.
close(InputStream) - Static method in class net.sf.click.util.ClickUtils
Close the given input stream and ignore any exceptions thrown.
close(OutputStream) - Static method in class net.sf.click.util.ClickUtils
Close the given output stream and ignore any exceptions thrown.
close(Reader) - Static method in class net.sf.click.util.ClickUtils
Close the given reader and ignore any exceptions thrown.
closeTag() - Method in class net.sf.click.util.HtmlStringBuffer
Append a HTML element end to the string buffer.
cols - Variable in class net.sf.click.control.TextArea
The number of text area columns.
columnList - Variable in class net.sf.click.control.Table
The list of table Columns.
columnNumber - Variable in class net.sf.click.util.ErrorReport
The column number of the error, or -1 if not defined.
columns - Variable in class net.sf.click.control.FieldSet
This property serves as a hint to the number of table columns the fieldset is rendered with.
columns - Variable in class net.sf.click.control.Form
The number of form layout table columns, default value: 1.
columns - Variable in class net.sf.click.control.Table
The map of table columns keyed by column name.
config - Variable in class net.sf.click.Context
The servlet config.
configService - Variable in class net.sf.click.ClickServlet
The click application configuration service.
configService - Variable in class net.sf.click.service.VelocityTemplateService.LogChuteAdapter
The application configuration service.
configService - Variable in class net.sf.click.service.VelocityTemplateService
The application configuration service.
contains(Control) - Method in class net.sf.click.control.AbstractContainer
 
contains(Control) - Method in interface net.sf.click.control.Container
Return true if the container contains the specified control.
containsKey(Object) - Method in class net.sf.click.util.MessagesMap
 
containsKey(Object) - Method in class net.sf.click.util.SessionMap
 
containsValue(Object) - Method in class net.sf.click.util.MessagesMap
 
containsValue(Object) - Method in class net.sf.click.util.SessionMap
This method is not supported and will throw UnsupportedOperationException if invoked.
context - Variable in class net.sf.click.Context
The servlet context.
controlLink - Variable in class net.sf.click.control.Table
The table paging and sorting control action link.
controlList - Variable in class net.sf.click.control.Table
The list of table controls.
controlMap - Variable in class net.sf.click.control.AbstractContainer
The map of controls keyed by field name.
controls - Variable in class net.sf.click.Page
The list of page controls.
controls - Variable in class net.sf.click.control.AbstractContainer
The list of controls.
convertValue(Map, Object, Member, String, Object, Class) - Method in class net.sf.click.util.RequestTypeConverter
Converts the given value to a given type.
convertValue(Object, Class) - Method in class net.sf.click.util.RequestTypeConverter
Return the converted value for the given value object and target type.
copyContainerToObject(Container, Object) - Static method in class net.sf.click.util.ContainerUtils
Populate the given object's attributes with the Containers field values.
copyFormToObject(Form, Object, boolean) - Static method in class net.sf.click.util.ClickUtils
Populate the given object's attributes with the Form's field values.
copyFrom(Object) - Method in class net.sf.click.control.BasicForm
Copy the given object's attributes into the BasicForm's field values.
copyFrom(Object) - Method in class net.sf.click.control.Form
 
copyFrom(Object, boolean) - Method in class net.sf.click.control.Form
Copy the given object's attributes into the Form's field values.
copyObjectToContainer(Object, Container) - Static method in class net.sf.click.util.ContainerUtils
Populate the given Container field values with the object's attributes.
copyObjectToForm(Object, Form, boolean) - Static method in class net.sf.click.util.ClickUtils
Populate the given Form field values with the object's attributes.
copyTo(Object) - Method in class net.sf.click.control.BasicForm
Copy the BasicForm's field values into the given object's attributes.
copyTo(Object) - Method in class net.sf.click.control.Form
 
copyTo(Object, boolean) - Method in class net.sf.click.control.Form
Copy the Form's field values into the given object's attributes.
count - Variable in class net.sf.click.util.HtmlStringBuffer
The count is the number of characters used.
createContext(HttpServletRequest, HttpServletResponse, boolean) - Method in class net.sf.click.ClickServlet
Creates and returns a new Context instance for this path, class and request.
createControlRegistry() - Method in class net.sf.click.ClickServlet
Creates and returns a new ControlRegistry instance.
createDateFromSqlString(String) - Method in class net.sf.click.util.RequestTypeConverter
Return a new date object from the give SQL format date string, or null if the value is invalid.
createErrorPage(Class, Throwable) - Method in class net.sf.click.ClickServlet
Creates and returns a new ErrorPage instance.
createFileItemFactory(HttpServletRequest) - Method in class net.sf.click.service.CommonsFileUploadService
Create and return a new Commons Upload FileItemFactory instance.
createFormat() - Method in interface net.sf.click.service.ConfigService
Create and return a new format object instance.
createFormat() - Method in class net.sf.click.service.XmlConfigService
 
createHtmlImport(String, Context) - Static method in class net.sf.click.util.ClickUtils
Create an HTML import statement from the given string pattern and versionIndicator, formatted with the request context path.
createPage(HttpServletRequest) - Method in class net.sf.click.ClickServlet
Return a new Page instance for the given request.
createPage(String, HttpServletRequest) - Method in class net.sf.click.ClickServlet
Return a new Page instance for the given path.
createPage(Class, HttpServletRequest) - Method in class net.sf.click.ClickServlet
Return a new Page instance for the page Class.
createPage(String) - Method in class net.sf.click.Context
Return a new Page instance for the given path.
createPage(Class) - Method in class net.sf.click.Context
Return a new Page instance for the given class.
createPageImports(Page) - Method in class net.sf.click.ClickServlet
Creates and returns a new PageImports instance for the specified page.
createTemplateModel(Page) - Method in class net.sf.click.ClickServlet
Return a new VelocityContext for the given pages model and Context.
createTemplateModel() - Method in class net.sf.click.control.Panel
Create a model to merge with the Velocity template.
cssImports - Variable in class net.sf.click.util.PageImports
The list of CSS import lines.
currency(Number) - Method in class net.sf.click.util.Format
Return a currency formatted String value for the given number, using the default Locale.
currentDate() - Method in class net.sf.click.util.Format
Return a formatted current date string using the default DateFormat.
currentDate(String) - Method in class net.sf.click.util.Format
Return a formatted current date string using the given formatting pattern.

D

DEBUG_LEVEL - Static variable in class net.sf.click.service.ConsoleLogService
The debug logging level.
DEFAULT_APP_CONFIG - Static variable in class net.sf.click.util.ClickUtils
The default Click configuration filename:   "/WEB-INF/click.xml".
DEFAULT_TEMPLATE_PROPS - Static variable in class net.sf.click.service.VelocityTemplateService
The default velocity properties filename:   "/WEB-INF/velocity.properties".
Decorator - interface net.sf.click.control.Decorator.
Provides a decorator interface for delegating object rendering.
dataClass - Variable in class net.sf.click.control.Column
The column table data <td> CSS class attribute.
dataStyles - Variable in class net.sf.click.control.Column
The Map of column table data <td> CSS style attributes.
date(Date, String) - Method in class net.sf.click.util.Format
Return a formatted date string using the given date and formatting pattern.
date(Date) - Method in class net.sf.click.util.Format
Return a formatted date string using the given date and the default DateFormat.
debug(Object) - Method in class net.sf.click.service.ConsoleLogService
 
debug(Object, Throwable) - Method in class net.sf.click.service.ConsoleLogService
 
debug(Object) - Method in interface net.sf.click.service.LogService
Log the given message at [debug] logging level.
debug(Object, Throwable) - Method in interface net.sf.click.service.LogService
Log the given message and error at [debug] logging level.
decimal(Number, String) - Method in class net.sf.click.util.Format
Return a decimal formatted string using the given number and pattern.
decimal(Number) - Method in class net.sf.click.util.Format
Return a decimal formatted string using the given number and pattern.
decode(String) - Static method in class net.sf.click.util.ClickUtils
Return an object from the ClickUtils.encode(Object) string.
decodePasswordCookie(String, int) - Static method in class net.sf.click.util.ClickUtils
Decodes a cookie string containing a username and password.
decodePasswordCookie(String, String, int) - Static method in class net.sf.click.util.ClickUtils
Decodes a cookie string containing a username and password.
decorator - Variable in class net.sf.click.control.Column
The column row decorator.
defaultFieldSize - Variable in class net.sf.click.control.Form
The default field size, default value: 0.
deployFile(ServletContext, String, String) - Static method in class net.sf.click.util.ClickUtils
Deploy the specified classpath resource to the given target directory under the web application root directory.
deployFileList(ServletContext, Class, String) - Static method in class net.sf.click.util.ClickUtils
Deploys required files (from a file list) for a control that repsects a specific convention.
deployFiles(ServletContext, String[], String) - Static method in class net.sf.click.util.ClickUtils
Deploy the specified classpath resources to the given target directory under the web application root directory.
destroy() - Method in class net.sf.click.ClickServlet
 
disabled - Variable in class net.sf.click.control.AbstractLink
The Field disabled value.
disabled - Variable in class net.sf.click.control.BasicForm
The form disabled value.
disabled - Variable in class net.sf.click.control.Field
The Field disabled value.
disabled - Variable in class net.sf.click.control.Panel
The panel disabled value.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.click.ClickServlet
Handle HTTP GET requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.click.ClickServlet
Handle HTTP POST requests.

E

EMPTY_OPTION - Static variable in class net.sf.click.control.Option
The empty select empty option.
ENABLE_RESOURCE_VERSION - Static variable in class net.sf.click.util.ClickUtils
The resource versioning request attribute: key:   enable-resource-version.
ERROR_LEVEL - Static variable in class net.sf.click.service.ConsoleLogService
The error logging level.
ERROR_PATH - Static variable in interface net.sf.click.service.ConfigService
The error page file path:   "/click/error.htm".
ErrorPage - class net.sf.click.util.ErrorPage.
Provides the base error handling Page.
ErrorPage() - Constructor for class net.sf.click.util.ErrorPage
 
ErrorReport - class net.sf.click.util.ErrorReport.
Provides an HTML <div> error report for the display of page error information.
ErrorReport(Throwable, Class, boolean, HttpServletRequest, ServletContext) - Constructor for class net.sf.click.util.ErrorReport
Create a ErrorReport instance from the given error and page.
elementEnd(String) - Method in class net.sf.click.util.HtmlStringBuffer
Append a HTML element end to the string buffer.
elementEnd() - Method in class net.sf.click.util.HtmlStringBuffer
Append a HTML element end to the string buffer.
elementStart(String) - Method in class net.sf.click.util.HtmlStringBuffer
Append a HTML element start to the string buffer.
email(String) - Method in class net.sf.click.util.Format
Return an email hyperlink using the given email address.
email(String, String) - Method in class net.sf.click.util.Format
Return an email hyperlink using the given email address.
emptyString - Variable in class net.sf.click.util.Format
The empty string value.
encode(Object) - Static method in class net.sf.click.util.ClickUtils
Return an encoded version of the Serializble object.
encodePasswordCookie(String, String, int) - Static method in class net.sf.click.util.ClickUtils
Builds a cookie string containing a username and password.
encodePasswordCookie(String, String, String, int) - Static method in class net.sf.click.util.ClickUtils
Builds a cookie string containing a username and password, using offsets to customize the encoding.
encodeUrl(Object, Context) - Static method in class net.sf.click.util.ClickUtils
Return an encoded URL value for the given object using the context request character encoding.
enctype - Variable in class net.sf.click.control.BasicForm
The form "enctype" attribute.
endTag() - Method in class net.sf.click.control.Form
Return the rendered form end tag and JavaScript for field focus and validation.
entrySet() - Method in class net.sf.click.util.MessagesMap
 
entrySet() - Method in class net.sf.click.util.SessionMap
 
error - Variable in class net.sf.click.control.BasicForm
The form level error message.
error - Variable in class net.sf.click.control.Field
The Field error message.
error(Object) - Method in class net.sf.click.service.ConsoleLogService
 
error(Object, Throwable) - Method in class net.sf.click.service.ConsoleLogService
 
error(Object) - Method in interface net.sf.click.service.LogService
Log the given message at [error] logging level.
error(Object, Throwable) - Method in interface net.sf.click.service.LogService
Log the given message and error at [error] logging level.
error - Variable in class net.sf.click.util.ErrorPage
The error causing exception.
error - Variable in class net.sf.click.util.ErrorReport
The cause of the error.
errorsAlign - Variable in class net.sf.click.control.Form
The errors block align, default value is "left".
errorsPosition - Variable in class net.sf.click.control.Form
The form errors position ["top", "middle", "bottom"] default value:   "top".
errorsStyle - Variable in class net.sf.click.control.Form
The error <td> "style" attribute value.
escapeHtml - Variable in class net.sf.click.control.Column
The escape HTML characters flag.
escapeHtml(String) - Static method in class net.sf.click.util.ClickUtils
Return a HTML escaped string for the given string value.
expandCapacity(int) - Method in class net.sf.click.util.HtmlStringBuffer
Ensures that the capacity is at least equal to the specified minimum.

F

FOCUS_JAVASCRIPT - Static variable in class net.sf.click.control.Form
The Form set field focus JavaScript.
FORM_NAME - Static variable in class net.sf.click.control.BasicForm
The form name parameter for multiple forms:   "form_name".
FORWARD_PAGE - Static variable in class net.sf.click.ClickServlet
The Page to forward to request attribute:   "click-page".
Field - class net.sf.click.control.Field.
Provides an abstract form Field control.
Field() - Constructor for class net.sf.click.control.Field
Construct a new Field object.
Field(String) - Constructor for class net.sf.click.control.Field
Construct the Field with the given name.
Field(String, String) - Constructor for class net.sf.click.control.Field
Construct the Field with the given name and label.
FieldSet - class net.sf.click.control.FieldSet.
Provides a FieldSet container control:   <fieldset>.
FieldSet(String) - Constructor for class net.sf.click.control.FieldSet
Create a FieldSet with the given name.
FieldSet(String, String) - Constructor for class net.sf.click.control.FieldSet
Create a FieldSet with the given name and legend.
FieldSet() - Constructor for class net.sf.click.control.FieldSet
Create a FieldSet with no name defined.
FileField - class net.sf.click.control.FileField.
Provides a File Field control:   <input type='file'>.
FileField(String) - Constructor for class net.sf.click.control.FileField
Construct the FileField with the given name.
FileField(String, boolean) - Constructor for class net.sf.click.control.FileField
Construct the FileField with the given name and required status.
FileField(String, String) - Constructor for class net.sf.click.control.FileField
Construct the FileField with the given name and label.
FileField(String, String, boolean) - Constructor for class net.sf.click.control.FileField
Construct the FileField with the given name, label and required status.
FileField(String, String, int) - Constructor for class net.sf.click.control.FileField
Construct the FileField with the given name, label and size.
FileField() - Constructor for class net.sf.click.control.FileField
Create an FileField with no name defined.
FileUploadService - interface net.sf.click.service.FileUploadService.
Provides a file upload service interface.
FlashAttribute - class net.sf.click.util.FlashAttribute.
Provides a flash session attribute.
FlashAttribute(Object) - Constructor for class net.sf.click.util.FlashAttribute
Create a session flash attribute with the given value.
Form - class net.sf.click.control.Form.
Provides a Form control:   <form method='post'>.
Form(String) - Constructor for class net.sf.click.control.Form
Create a form with the given name.
Form() - Constructor for class net.sf.click.control.Form
Create a form with no name.
Format - class net.sf.click.util.Format.
Provides the default object for formatting the display of model objects in Velocity templates and JSP pages.
Format() - Constructor for class net.sf.click.util.Format
 
fieldStyle - Variable in class net.sf.click.control.Form
The field <td> "style" attribute value.
fieldWidths - Variable in class net.sf.click.control.FieldSet
The map of field width values.
fieldWidths - Variable in class net.sf.click.control.Form
The map of field width values.
fileItem - Variable in class net.sf.click.control.FileField
The DefaultFileItem after processing a file upload request.
fileSizeMax - Variable in class net.sf.click.service.CommonsFileUploadService
The maximum individual size in bytes.
findControlByName(Container, String) - Static method in class net.sf.click.util.ContainerUtils
Find and return the first control with a matching name in the specified container.
findForm(Control) - Static method in class net.sf.click.util.ContainerUtils
Find and return the specified controls parent BasicForm or null if no BasicForm is present.
focus - Variable in class net.sf.click.control.Field
The request focus flag.
form - Variable in class net.sf.click.control.Field
The parent BasicForm.
form - Variable in class net.sf.click.control.FieldSet
The parent BasicForm.
format - Variable in class net.sf.click.Page
The Velocity template formatter object.
format - Variable in class net.sf.click.control.Column
The column message format pattern.
forward - Variable in class net.sf.click.Page
The forward path.

G

get(Object) - Method in class net.sf.click.util.MessagesMap
Return localized resource message for the given key.
get(Object) - Method in class net.sf.click.util.SessionMap
If the stored object is a FlashObject this method will return the FlashObject value and then remove it from the session.
getActionListener() - Method in class net.sf.click.control.AbstractControl
Return the control's action listener.
getActionURL() - Method in class net.sf.click.control.BasicForm
Return the form "action" attribute URL value.
getAllIncludes() - Method in class net.sf.click.util.PageImports
Return a HTML string of all the page's HTML imports, including: CSS imports, JS imports and JS script blocks.
getApplicationMode() - Method in class net.sf.click.Context
Return the Click application mode value:   ["production", "profile", "development", "debug", "trace"].
getApplicationMode() - Method in interface net.sf.click.service.ConfigService
Return the Click application mode value:   ["production", "profile", "development", "debug", "trace"].
getApplicationMode() - Method in class net.sf.click.service.XmlConfigService
Return the application mode String value:   ["production", "profile", "development", "debug"].
getAttribute(String) - Method in class net.sf.click.control.AbstractControl
Return the control HTML attribute with the given name, or null if the attribute does not exist.
getAttribute(String) - Method in class net.sf.click.control.Column
Return the Column HTML attribute with the given name, or null if the attribute does not exist.
getAttributes() - Method in class net.sf.click.control.AbstractControl
Return the control's attributes Map.
getAttributes() - Method in class net.sf.click.control.Column
Return the Column attributes Map.
getAutolink() - Method in class net.sf.click.control.Column
Return the flag to automatically render HTML hyperlinks for column URL and email addresses values.
getBannerPosition() - Method in class net.sf.click.control.Table
Return the Table pagination banner position.
getBundle(String) - Static method in class net.sf.click.util.ClickUtils
Return a resource bundle using the specified base name.
getBundle(String, Locale) - Static method in class net.sf.click.util.ClickUtils
Return a resource bundle using the specified base name and locale.
getButtonAlign() - Method in class net.sf.click.control.Form
Return the buttons <td> HTML horizontal alignment: "left", "center", "right".
getButtonList() - Method in class net.sf.click.control.Form
Return the ordered list of Buttons.
getButtonStyle() - Method in class net.sf.click.control.Form
Return the button <td> "style" attribute value.
getButtons(Container) - Static method in class net.sf.click.util.ContainerUtils
Return the list of Buttons for the given Container, recursively including any Fields contained in child containers.
getCancelJavaScriptValidation() - Method in class net.sf.click.control.Submit
Return true if client side JavaScript form validation will be cancelled by pressing this button.
getCause() - Method in class net.sf.click.util.ErrorReport
Return the cause of the error.
getCharset() - Method in class net.sf.click.Context
Return the Click application charset or ISO-8859-1 if not is defined.
getCharset() - Method in interface net.sf.click.service.ConfigService
Return the Click application charset or null if not defined.
getCharset() - Method in class net.sf.click.service.XmlConfigService
 
getChild(Element, String) - Static method in class net.sf.click.util.ClickUtils
Return the first XML child Element for the given parent Element and child Element name.
getChildren() - Method in class net.sf.click.control.OptionGroup
Return the OptionGroup children.
getChildren(Element, String) - Static method in class net.sf.click.util.ClickUtils
Return the list of XML child Element elements with the given name from the given parent Element.
getClickConfig(ServletContext) - Static method in class net.sf.click.util.ClickUtils
Return the InputStream for the Click configuration file click.xml.
getClickVersion() - Static method in class net.sf.click.util.ClickUtils
Return the Click Framework version string.
getCols() - Method in class net.sf.click.control.TextArea
Return the number of text area columns.
getColumn(String) - Method in class net.sf.click.control.Table
Return the Column for the given name.
getColumnList() - Method in class net.sf.click.control.Table
Return the list of table columns.
getColumnNumber() - Method in class net.sf.click.util.ErrorReport
Return the error source column number, or -1 if not determined.
getColumns() - Method in class net.sf.click.control.FieldSet
Return the number of fieldset layout table columns.
getColumns() - Method in class net.sf.click.control.Form
Return the number of form layout table columns.
getColumns() - Method in class net.sf.click.control.Table
Return the Map of table Columns, keyed on column name.
getComparator() - Method in class net.sf.click.control.Column
Return the column comparator object, which is used to sort column row values.
getConfigService() - Method in class net.sf.click.ClickServlet
Return the application configuration service instance.
getConfigService(ServletContext) - Static method in class net.sf.click.util.ClickUtils
Return the application configuration service instance from the given servlet context.
getContentType() - Method in class net.sf.click.Page
Return the HTTP response content type.
getContext() - Method in interface net.sf.click.Control
Deprecated. getContext() is now obsolete on the Control interface, but will still be available on AbstractControl: AbstractControl.getContext()
getContext() - Method in class net.sf.click.Page
Return the request context of the page.
getContext() - Method in class net.sf.click.control.AbstractControl
 
getControl(String) - Method in class net.sf.click.control.AbstractContainer
 
getControl(String) - Method in interface net.sf.click.control.Container
Return the named control from the container if found or null otherwise.
getControlLink() - Method in class net.sf.click.control.Table
Return the table paging and sorting control action link.
getControlMap() - Method in class net.sf.click.control.AbstractContainer
Return the map of controls where each map's key / value pair will consist of the control name and instance.
getControlSizeEst() - Method in class net.sf.click.control.AbstractContainer
 
getControlSizeEst() - Method in class net.sf.click.control.AbstractControl
Return the estimated rendered control size in characters.
getControlSizeEst() - Method in class net.sf.click.control.BasicForm
 
getControlSizeEst() - Method in class net.sf.click.control.Button
 
getControlSizeEst() - Method in class net.sf.click.control.FileField
 
getControlSizeEst() - Method in class net.sf.click.control.RadioGroup
 
getControlSizeEst() - Method in class net.sf.click.control.Select
 
getControlSizeEst() - Method in class net.sf.click.control.Table
 
getControlSizeEst() - Method in class net.sf.click.control.TextArea
 
getControlSizeEst() - Method in class net.sf.click.control.TextField
 
getControls() - Method in class net.sf.click.Page
Return the list of page Controls.
getControls() - Method in class net.sf.click.control.AbstractContainer
 
getControls() - Method in interface net.sf.click.control.Container
Return the sequential list of controls held by the container.
getControls() - Method in class net.sf.click.control.Panel
 
getControls() - Method in class net.sf.click.control.Table
Return the list of Controls added to the table.
getCookie(String) - Method in class net.sf.click.Context
Return the cookie for the given name or null if not found.
getCookie(HttpServletRequest, String) - Static method in class net.sf.click.util.ClickUtils
Returns the specified Cookie object, or null if the cookie does not exist.
getCookieValue(String) - Method in class net.sf.click.Context
Return the cookie value for the given name or null if not found.
getCookieValue(HttpServletRequest, String) - Static method in class net.sf.click.util.ClickUtils
Returns the value of the specified cookie as a String.
getCssImports() - Method in class net.sf.click.util.PageImports
Return a HTML string of all the page's HTML CSS imports.
getDataClass() - Method in class net.sf.click.control.Column
Return the table data <td> CSS class.
getDataStyle(String) - Method in class net.sf.click.control.Column
Return the table data <td> CSS style.
getDataStyles() - Method in class net.sf.click.control.Column
Return the Map of table data <td> CSS styles.
getDecorator() - Method in class net.sf.click.control.Column
Return the row column <td> decorator.
getDefaultFieldSize() - Method in class net.sf.click.control.Form
Return the form default field size.
getDepth(Control) - Method in class net.sf.click.util.ContainerUtils
Return how deep the control is in the container hierarchy.
getEmptyString() - Method in class net.sf.click.util.Format
Returns the format empty string value:   "".
getEnctype() - Method in class net.sf.click.control.BasicForm
Return the form "enctype" attribute value, or null if not defined.
getError() - Method in class net.sf.click.control.BasicForm
Return the form level error message.
getError() - Method in class net.sf.click.control.Field
Return the validation error message if the Field is not valid, or null if valid.
getError() - Method in class net.sf.click.util.ErrorPage
Return the causing error.
getErrorFields() - Method in class net.sf.click.control.BasicForm
Return a list of form fields which are not valid, not hidden and not disabled.
getErrorFields(Container) - Static method in class net.sf.click.util.ContainerUtils
Return a list of container fields which are not valid, not hidden and not disabled.
getErrorLabel() - Method in class net.sf.click.control.Field
Return a normalized label for display in error messages.
getErrorPageClass() - Method in interface net.sf.click.service.ConfigService
Return the error handling page Page Class.
getErrorPageClass() - Method in class net.sf.click.service.XmlConfigService
 
getErrorsAlign() - Method in class net.sf.click.control.Form
Return the errors block HTML horizontal alignment: "left", "center", "right".
getErrorsPosition() - Method in class net.sf.click.control.Form
Return the form errors position ["top", "middle", "bottom"].
getErrorsStyle() - Method in class net.sf.click.control.Form
Return the error <td> "style" attribute value.
getEscapeHtml() - Method in class net.sf.click.control.Column
Return true if the HTML characters will be escaped when rendering the column data.
getField(String) - Method in class net.sf.click.control.BasicForm
Return the named field if contained in the form or null if not found.
getField(String) - Method in class net.sf.click.control.Form
Return the named field if contained in the form or one of the form's fieldsets, or null if not found.
getFieldList() - Method in class net.sf.click.control.BasicForm
Return the ordered list of form Fields.
getFieldList() - Method in class net.sf.click.control.FieldSet
Return the List of fields, ordered in addition order to the fieldset.
getFieldList() - Method in class net.sf.click.control.Form
Return the ordered list of form Fields as well as any FieldSet containers.
getFieldMap(Container) - Static metho