Interface Options<I>

Type Parameters:
I - type of option object
All Superinterfaces:
DataUnit
All Known Subinterfaces:
EntityOptions<E>
All Known Implementing Classes:
ContainerOptions, EnumOptions, ListEntityOptions, ListOptions, MapEntityOptions, MapOptions

public interface Options<I> extends DataUnit
Options object that can provide items as options for UI components.
See Also: