inputs property

List<FancyInput> inputs
getter/setter pair

A list of FancyInput instances, representing the inputs in the form. This list must be implemented by subclasses.

Implementation

abstract List<FancyInput> inputs;