| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| net.sf.* | 
| net.sf.click.ClickServlet | ||
| protected static final String | CLICK_FORWARD | "click-forward" | 
| protected static final String | CONFIG_SERVICE_CLASS | "config-service-class" | 
| protected static final String | FORWARD_PAGE | "forward-page" | 
| net.sf.click.Context | ||
| public static final String | LOCALE | "locale" | 
| net.sf.click.Control | ||
| public static final String | CONTROL_MESSAGES | "click-control" | 
| net.sf.click.Page | ||
| public static final String | PAGE_MESSAGES | "click-page" | 
| net.sf.click.control.ActionButton | ||
| public static final String | ACTION_BUTTON | "actionButton" | 
| public static final String | VALUE | "value" | 
| net.sf.click.control.ActionLink | ||
| public static final String | ACTION_LINK | "actionLink" | 
| public static final String | VALUE | "value" | 
| net.sf.click.control.Checkbox | ||
| protected static final String | VALIDATE_CHECKBOX_FUNCTION | "function validate_{0}() \'{\'\n   var msg = validateCheckbox(\'\'{0}\'\',{1}, [\'\'{2}\'\']);\n   if (msg) \'{\'\n      return msg + \'\'|{0}\'\';\n   \'}\' else \'{\'\n      return null;\n   \'}\'\n\'}\'\n" | 
| net.sf.click.control.FileField | ||
| protected static final String | VALIDATE_FILEFIELD_FUNCTION | "function validate_{0}() \'{\'\n   var msg = validateFileField(\'\'{0}\'\',{1}, [\'\'{2}\'\']);\n   if (msg) \'{\'\n      return msg + \'\'|{0}\'\';\n   \'}\' else \'{\'\n      return null;\n   \'}\'\n\'}\'\n" | 
| net.sf.click.control.Form | ||
| public static final String | ALIGN_CENTER | "center" | 
| public static final String | ALIGN_LEFT | "left" | 
| public static final String | ALIGN_RIGHT | "right" | 
| protected static final String | FOCUS_JAVASCRIPT | "\n" | 
| public static final String | FORM_NAME | "form_name" | 
| protected static final String | HTML_IMPORTS | "\n\n" | 
| public static final String | MULTIPART_FORM_DATA | "multipart/form-data" | 
| public static final String | POSITION_BOTTOM | "bottom" | 
| public static final String | POSITION_LEFT | "left" | 
| public static final String | POSITION_MIDDLE | "middle" | 
| public static final String | POSITION_TOP | "top" | 
| public static final String | SUBMIT_CHECK | "SUBMIT_CHECK_" | 
| net.sf.click.control.RadioGroup | ||
| protected static final String | VALIDATE_RADIOGROUP_FUNCTION | "function validate_{0}() \'{\'\n   var msg = validateRadioGroup({1}, {2}, [\'\'{3}\'\']);\n   if (msg) \'{\'\n      return msg + \'\'|{4}\'\';\n   \'}\' else \'{\'\n      return null;\n   \'}\'\n\'}\'\n" | 
| net.sf.click.control.Select | ||
| protected static final String | VALIDATE_SELECT_FUNCTION | "function validate_{0}() \'{\'\n   var msg = validateSelect(\'\'{0}\'\', \'\'{3}\'\', {1}, [\'\'{2}\'\']);\n   if (msg) \'{\'\n      return msg + \'\'|{0}\'\';\n   \'}\' else \'{\'\n      return null;\n   \'}\'\n\'}\'\n" | 
| net.sf.click.control.Table | ||
| public static final String | ASCENDING | "ascending" | 
| public static final String | CLASS_BLUE1 | "blue1" | 
| public static final String | CLASS_BLUE2 | "blue2" | 
| public static final String | CLASS_COMPLEX | "complex" | 
| public static final String | CLASS_ISI | "isi" | 
| public static final String | CLASS_ITS | "its" | 
| public static final String | CLASS_MARS | "mars" | 
| public static final String | CLASS_NOCOL | "nocol" | 
| public static final String | CLASS_ORANGE1 | "orange1" | 
| public static final String | CLASS_ORANGE2 | "orange2" | 
| public static final String | CLASS_REPORT | "report" | 
| public static final String | CLASS_SIMPLE | "simple" | 
| public static final String | COLUMN | "column" | 
| public static final String | PAGE | "page" | 
| public static final int | PAGINATOR_ATTACHED | 1 | 
| public static final int | PAGINATOR_DETACHED | 2 | 
| public static final int | PAGINATOR_INLINE | 3 | 
| public static final int | POSITION_BOTH | 3 | 
| public static final int | POSITION_BOTTOM | 2 | 
| public static final int | POSITION_TOP | 1 | 
| public static final String | SORT | "sort" | 
| public static final String | TABLE_IMPORTS_DARK | "\n\n" | 
| public static final String | TABLE_IMPORTS_LIGHT | "\n\n" | 
| net.sf.click.control.TextArea | ||
| protected static final String | VALIDATE_TEXTAREA_FUNCTION | "function validate_{0}() \'{\'\n   var msg = validateTextField(\n         \'\'{0}\'\',{1}, {2}, {3}, [\'\'{4}\'\',\'\'{5}\'\',\'\'{6}\'\']);\n   if (msg) \'{\'\n      return msg + \'\'|{0}\'\';\n   \'}\' else \'{\'\n      return null;\n   \'}\'\n\'}\'\n" | 
| net.sf.click.control.TextField | ||
| protected static final String | VALIDATE_TEXTFIELD_FUNCTION | "function validate_{0}() \'{\'\n   var msg = validateTextField(\n         \'\'{0}\'\',{1}, {2}, {3}, [\'\'{4}\'\',\'\'{5}\'\',\'\'{6}\'\']);\n   if (msg) \'{\'\n      return msg + \'\'|{0}\'\';\n   \'}\' else \'{\'\n      return null;\n   \'}\'\n\'}\'\n" | 
| net.sf.click.service.ConfigService | ||
| public static final String | CONTEXT_NAME | "net.sf.click.service.ConfigService" | 
| public static final String | ERROR_PATH | "/click/error.htm" | 
| public static final String | MODE_DEBUG | "trace" | 
| public static final String | MODE_DEVELOPMENT | "development" | 
| public static final String | MODE_PRODUCTION | "production" | 
| public static final String | MODE_PROFILE | "profile" | 
| public static final String | MODE_TRACE | "trace" | 
| public static final String | NOT_FOUND_PATH | "/click/not-found.htm" | 
| net.sf.click.service.ConsoleLogService | ||
| public static final int | DEBUG_LEVEL | 0 | 
| public static final int | ERROR_LEVEL | 3 | 
| public static final int | INFO_LEVEL | 1 | 
| public static final int | TRACE_LEVEL | -1 | 
| public static final int | WARN_LEVEL | 2 | 
| net.sf.click.service.FileUploadService | ||
| public static final String | UPLOAD_EXCEPTION | "net.sf.click.service.upload_exception" | 
| net.sf.click.service.VelocityTemplateService | ||
| protected static final String | DEFAULT_TEMPLATE_PROPS | "/WEB-INF/velocity.properties" | 
| protected static final String | MACRO_VM_FILE_NAME | "macro.vm" | 
| protected static final String | VM_FILE_PATH | "/click/VM_global_library.vm" | 
| protected static final int | WRITER_BUFFER_SIZE | 32768 | 
| net.sf.click.util.ClickUtils | ||
| public static final String | DEFAULT_APP_CONFIG | "/WEB-INF/click.xml" | 
| public static final String | ENABLE_RESOURCE_VERSION | "enable-resource-version" | 
| net.sf.click.util.ErrorPage | ||
| protected static final int | NUMB_LINES | 8 | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||