Uses of Class
net.sf.jguiraffe.gui.forms.Form
-
Packages that use Form Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.forms A package for dealing with forms. -
-
Uses of Form in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return Form Modifier and Type Method Description FormComponentBuilderData. getContextForm()Returns the form of the current form context.FormComponentBuilderData. getForm()Returns theFormobject.FormComponentBuilderData. popFormContext()Removes the outer most form context.FormComponentBuilderData. popFormContext(Object source)Removes the outer most form context passing in information about the responsible source.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type Form Modifier and Type Method Description voidFormContextListener. formContextClosed(Form form, Object source)Notifies this object that the current form context was closed.voidFormContextListener. formContextCreated(Form form, Object source)Notifies this object that a new form context was created.FormEventManagerComponentBuilderData. getEventManagerForForm(Form f)Returns the event manager for the specified form.voidComponentBuilderData. pushFormContext(Form f)Installs a new form context for the specified form.voidComponentBuilderData. pushFormContext(Form form, Object source)Installs a new form context for the specified form and passes information about the responsible source. -
Uses of Form in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return Form Modifier and Type Method Description FormTableTag. getRowEditForm()Returns the form with the editors defined for this table.FormTableTag. getRowRenderForm()Returns the form with the renderers defined for this table.protected abstract FormColumnComponentTag. getTableForm(TableTag tabTag)Returns the form of the hosting table that stores the components managed by this tag.protected FormColumnEditorTag. getTableForm(TableTag tabTag)Returns the form affected by this tag from the specified table tag.protected FormColumnRendererTag. getTableForm(TableTag tabTag)Returns the form affected by this tag from the specified table tag.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type Form Modifier and Type Method Description booleanDefaultTableEditorValidationHandler. validationPerformed(Object table, Form editForm, TableTag tableTag, FormValidatorResults results, int row, int col)Reacts on a validation.booleanTableEditorValidationHandler. validationPerformed(Object table, Form editForm, TableTag tableTag, FormValidatorResults results, int row, int col)Validation has been performed for a column editor of a table. -
Uses of Form in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return Form Modifier and Type Method Description FormFormController. getForm()Returns the current form. -
Uses of Form in net.sf.jguiraffe.gui.forms
Methods in net.sf.jguiraffe.gui.forms with parameters of type Form Modifier and Type Method Description static ValidationResultDefaultFormValidatorResults. createValidationErrorResult(Form form, String key, Object... params)Creates aValidationResultobject with an error message for a validation message.static ValidationMessageDefaultFormValidatorResults. createValidationMessage(Form form, String key, Object... params)Obtains aValidationMessageobject for the specified key.protected StringFormValidationMessageFormat. fetchDisplayName(Form form, String field)Determines the display name of the given field.StringFormValidationMessageFormat. format(FormValidatorResults res, Form form)The main formatting method.StringFormValidationMessageFormat. formatField(FormValidatorResults res, Form form, String field)Transforms all validation messages found in the passedFormValidatorResultsobject for the given field name into a text according to the values of the current templates.FormValidatorResultsFormValidator. isValid(Form form)Validates the specified form.protected voidFormValidationMessageFormat. processMessages(StringBuilder buf, org.apache.commons.lang.text.StrSubstitutor subst, FormValidatorResults res, Form form, String field, Map<String,String> variables)Applies the template for the error messages to all messages available for the current field.protected voidFormValidationMessageFormat. setUpVariablesForField(Map<String,String> vars, FormValidatorResults res, Form form, String field)Initializes the variables for the specified field of the validation results object.protected voidFormValidationMessageFormat. setUpVariablesForMessage(Map<String,String> vars, FormValidatorResults res, Form form, String field, String msg, int index)Initializes the variables for an error message.static Map<String,ValidationResult>DefaultFormValidatorResults. validResultMapForForm(Form form)Creates ajava.util.Mapwith validation information for all fields of the specifiedForm.static DefaultFormValidatorResultsDefaultFormValidatorResults. validResultsForForm(Form form)Creates a validDefaultFormValidatorResultsfor the fields of the specifiedForm.
-