Interface SimpleFormComponent<C extends SimpleFormComponent<C>>

All Known Subinterfaces:
Divider<D>
All Known Implementing Classes:
DefaultDivider

public interface SimpleFormComponent<C extends SimpleFormComponent<C>>
This is a marker class for simple components that can be used in forms that do not require any special handling.
Author:
Nathan Moore (nathandmoore)