Uses of Class
name.matthewgreet.strutscommons.form.AbstractForm
Packages that use AbstractForm
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Template classes and supporting interfaces for holding user submitted forms.
-
Uses of AbstractForm in name.matthewgreet.strutscommons.action
Classes in name.matthewgreet.strutscommons.action with type parameters of type AbstractFormModifier and TypeClassDescriptionclassAbstractFindBaseRecordListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template Struts 2 Action for creating Strategies that load an instance ofListCache, usually from a form.classAbstractFindIdListActionSupport<M extends Serializable,K extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an id list in theListCacheused by the target, viewer action.classAbstractFindIndexListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an index-based list in theListCacheused by the target, viewer action.classAbstractFindListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load a list cache in theAbstractCompositeCache.classAbstractSaveListActionSupport<M extends Serializable,K extends Serializable, T extends Serializable, F extends AbstractForm> Template class for changing business data related to the currently, selected item. -
Uses of AbstractForm in name.matthewgreet.strutscommons.form
Subclasses of AbstractForm in name.matthewgreet.strutscommons.formModifier and TypeClassDescriptionclassTemplate for Struts 2 forms that receives form data and can be processed byFormFormatterInterceptorandStrutsMiscellaneousLibrary.updateDisplay(java.lang.Class<?>, java.lang.Object, java.lang.Object).classClass for form driven Actions that don't receive any form data.