InnerFormInterface

public interface InnerFormInterface extends FormInterface

This is basically formthat has the capability of being used with a form collection.

This form also has the added capability of depending on another form thats in the same collection as the one it belongs to.

Methods

getParent

FormCollectionInterface getParent()

The collection form in which this form belongs to.

requires

String[] requires()

An string array of other inner forms that this form should depend on i.e. those forms should be validated before this during the validation stage and should be saved before this is saved.