Package nl.gx.webmanager.handler.forms

Interface Summary
FormComponent This interface defines the api for initializing form components.
FormComponentConfig This interface defines the api used by the form handler used to pass information to a form component during initialization and execution.
FormDefinition This interface represents the definition of a form, which will be used for implementing the configurable formhandler.
FormEntry This interface is used for storing formvalues in the session of a client.
FormPart The interface represents a simple part of a form definition.
Handler A handler is a form component that accesses the values submmitted by a client and uses them the execute a certain action.
Parameter This interface represents a parameter entry in the formdefinition.
PreComponent This interface represents a combination of a formcomponent and a precondition.
QueryMapping Models querymappings that may be used to map resourceentries to queryparameters.
ResourceEntry A resource entry may be part of a formdefinition.
Router This interface defines the api for routing components in the form handler.
SessionFormElement This interface represents formvalues submitted for a formelement by a client.
SessionFormFlow This interface represents the values and files submitted by the client, filling out a flow of forms.
SessionFormPart This interface represents the values in a formelement in the flow.
SimpleFormEntry This interface represents a simple string value in a form flow.
State This interface represents the state of the client filling out a form.
UploadFormEntry This interface represents an uploaded file in a form flow.
Validator This interface defines the api for the construction of a form validator component.
 

Class Summary
FormPartDataType Models the various datatypes that formpartvalues may have.
FormPartType Models the different types of formparts: text, list, file, subform, button, special & static.
FormPartValidatorMessage This class represents a validator message belonging to one formpart.
ParameterType Models the different types of parameters that may be passed to formcomponents.
RoutingResult This class represents the result of a router.
ValidatorMessage Represents a message returned by a validator.
 

Exception Summary
HandleException A handle exception is thrown by a form handler it's action could not be executed successfully.
InitializationException An initialization exception is thrown by the formhandler if a form definition was invalid or required components could not be initialized.
 



Copyright © 2007-2011 GX Software BV. All Rights Reserved.