www.element4solution.com

Package e4s.html.input.extended

This package contains input elements which are standard in HTML as well as extended elements with more functionality.

See:
          Description

Interface Summary
AEP_ValidationObject_Intf Interface for validation objects.
E4Fieldset_Intf Interface for E4Fieldset elements.
E4InputField_Intf Interface class for input elements.
E4InputFieldName_Intf Interface indended to be used to name input fields.
 

Class Summary
CHECKBOX An input field (for <FORM>) element representing a boolean value.
CONSTANTFIELD A constant text for display only, no input.
DATEFIELD An input field (for <FORM>) elements representing a date value.
E4EventHandlerInputField Event handler for the <INPUT>-tag for E4JavaScript based functions.
E4Fieldset This class combines input fields or other HTML elements that can be wrapped using E4FieldsetLayoutedElement to a multi line and/or multi column input grid or table.
E4FieldsetLayout For elements (typically input elements) within a E4Fieldset it is possible to define weater the element shall be layouted beside the last element in the same row or if a new row shall be opened.
E4FieldsetLayoutedElement An layouted element in case of a E4Fieldset implements the e4s.html.input.extended.E4FieldsetLayout_Intf which indicates if a value shall be layouted in the same row or in the next row.
E4FieldsetPersistantLayout Data repository for changes of input fields.
E4FieldsetTabbed Several input fields on different pages, treatened as one.
E4FieldsetTable Several input fields on one page in a <TABLE>-Tag.
E4InputField Base class for all input fields.
E4InputFieldName Definition for an input field name to be used as identifier for input fields.
E4InputMultiState An input field (for <FORM>) elements representing an image for each value.
E4InputMultiStateOptions  
E4InputMultiStateOptions.M_OPTION  
E4InputMultiValue  
E4SelectValues Selection values for SELECT input-fields.
E4SelectValues.OPTION Option for the selection.
E4SelectValues.OPTIONGROUP A optiongroup defines a grouping in <OPTION>-tags for a SELECT element.
E4SelectValuesFieldDependent Options for SELECT input fields that change their range of value depending on another field.
E4ValidatorColor  
E4ValidatorDATEFIELD  
E4ValidatorEMail Validates an EMail address.
E4ValidatorFileUpload Validates an File upload.
E4ValidatorFLOATFIELD  
E4ValidatorID Validator for an input field, validating an ID which is a unique identification consisting of characters, "_" or digits.
E4ValidatorLONGFIELD  
E4ValidatorNoBlanks Validates non-empty Strings.
E4ValidatorPassword Validates password Strings.
E4ValidatorUrl Validates URL Strings.
FILESELECTION A textinput field that is intended for filenames, plus a file selection pickup dialog.
FILEUPLOAD  
FLOATFIELD An input field (for <FORM>) elements representing a numeric decimal value.
HIDDENFIELD An input field (for <FORM>) elements representing a CGI parameter that is not displayed in the form.
IMAGEFIELD An input field (for <FORM>) elements representing a single line text input value.
LABEL <LABEL>-Tag for HTML input forms.
LONGFIELD An input field (for <FORM>) elements representing a numeric long value.
PASSWORDFIELD An input field (for <FORM>) elements representing a visible password input value.
SELECT An input field (for <FORM>) elements representing a selection (<SELECT> / <OPTION>) value.
TEXTAREA An input field (for <FORM>) elements representing a multi line text input value.
TEXTAREA.OPTIMALSIZE Holds the optimal size for a TEXTAREA.
TEXTFIELD An input field (for <FORM>) elements representing a single line text input value.
 

Exception Summary
E4FieldNotFoundException  
FILESELECTION.E4ExceptionInstanciate Error when instanciating a class.
 

Package e4s.html.input.extended Description

This package contains input elements which are standard in HTML as well as extended elements with more functionality.


www.element4solution.com