Interface ObjectFieldCreator<T>

Type Parameters:
T - Type type of "object" for which fields need to be created
All Known Implementing Classes:
SOFieldCreator

public interface ObjectFieldCreator<T>
A class that implements this interface determines how fields (HasValue) are created for editing an "object". All methods of this interface have default implementation.
Author:
Syam