|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package net.sf.click |
|---|
| Class net.sf.click.ClickServlet extends HttpServlet implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ConfigService configService
LogService logger
ognl.TypeConverter typeConverter
| Package net.sf.click.control |
|---|
| Class net.sf.click.control.AbstractContainer extends AbstractControl implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
List<E> controls
Map<K,V> controlMap
| Class net.sf.click.control.AbstractControl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ActionListener actionListener
Map<K,V> attributes
String name
Object parent
Map<K,V> styles
AbstractControl.addStyleClass(String) and
AbstractControl.removeStyleClass(String) instead.
Object listener
String listenerMethod
| Class net.sf.click.control.AbstractLink extends AbstractControl implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean disabled
String imageSrc
AbstractControl.toString() method.
If the image src value is prefixed with '/' then the request context path
will be prefixed to the src value when rendered by the control.
String label
Map<K,V> parameters
int tabindex
String title
| Class net.sf.click.control.ActionButton extends Button implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean clicked
Map<K,V> parameters
| Class net.sf.click.control.ActionLink extends AbstractLink implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean clicked
| Class net.sf.click.control.Button extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Class net.sf.click.control.Checkbox extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean checked
| Class net.sf.click.control.Column extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Map<K,V> attributes
boolean autolink
String dataClass
Map<K,V> dataStyles
Decorator decorator
boolean escapeHtml
String format
String headerClass
Map<K,V> headerStyles
String headerTitle
int maxLength
MessageFormat messageFormat
String name
Boolean renderId
Boolean sortable
Table table
String titleProperty
String width
Comparator<T> comparator
| Class net.sf.click.control.Field extends AbstractControl implements Serializable |
|---|
| Serialized Fields |
|---|
boolean disabled
String error
boolean focus
Form form
String help
String label
boolean readonly
boolean required
int tabindex
String title
Boolean validate
String value
| Class net.sf.click.control.FieldSet extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Map<K,V> fieldWidths
Form form
String label
String legend
Map<K,V> legendAttributes
boolean showBorder
Integer columns
Form acts upon this property.
boolean disabled
boolean readonly
AbstractContainer container
| Class net.sf.click.control.FileField extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int size
FileItem fileItem
| Class net.sf.click.control.Form extends AbstractContainer implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String actionURL
boolean disabled
String enctype
String error
List<E> fieldList
String method
boolean readonly
boolean validate
String buttonAlign
List<E> buttonList
String buttonStyle
int columns
int defaultFieldSize
String errorsAlign
String errorsPosition
String errorsStyle
String fieldStyle
Map<K,V> fieldWidths
boolean javaScriptValidation
String labelAlign
String labelsPosition
String labelStyle
| Class net.sf.click.control.HiddenField extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Object valueObject
Class<T> valueClass
| Class net.sf.click.control.ImageSubmit extends Submit implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String src
int x
int y
| Class net.sf.click.control.Label extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Class net.sf.click.control.Option extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String label
String value
| Class net.sf.click.control.OptionGroup extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
List<E> children
String label
| Class net.sf.click.control.PageLink extends AbstractLink implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Class<T> pageClass
| Class net.sf.click.control.Panel extends AbstractContainer implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean disabled
String id
String label
Map<K,V> model
List<E> panels
String template
| Class net.sf.click.control.PasswordField extends TextField implements Serializable |
|---|
serialVersionUID: 1L
| Class net.sf.click.control.Radio extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean checked
| Class net.sf.click.control.RadioGroup extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
List<E> radioList
boolean isVerticalLayout
| Class net.sf.click.control.Reset extends Button implements Serializable |
|---|
serialVersionUID: 1L
| Class net.sf.click.control.Select extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean multiple
List<E> optionList
int size
List<E> selectedValues
Select.multiple is true.
| Class net.sf.click.control.Submit extends Button implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean clicked
| Class net.sf.click.control.Table extends AbstractControl implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int bannerPosition
Map<K,V> columns
List<E> columnList
ActionLink controlLink
List<E> controlList
String height
boolean hoverRows
boolean nullifyRowListOnDestroy
Table.setNullifyRowListOnDestroy(boolean)int pageNumber
int pageSize
Renderable paginator
int paginatorAttachment
boolean renderId
List<E> rowList
Table.onDestroy() method at the end of each request.
boolean showBanner
boolean sortable
boolean sorted
boolean sortedAscending
String sortedColumn
String width
| Class net.sf.click.control.TablePaginator extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Table table
| Class net.sf.click.control.TextArea extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int cols
int maxLength
int minLength
int rows
| Class net.sf.click.control.TextField extends Field implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int maxLength
int minLength
int size
| Package net.sf.click.util |
|---|
| Class net.sf.click.util.ActionListenerAdaptor extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Object listener
String method
| Class net.sf.click.util.FlashAttribute extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Object value
| Class net.sf.click.util.Format extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Locale locale
String emptyString
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||