Kitto.Metadata.ViewBuilders
View builders that auto-generate a data view from a model at runtime: a list view (TKAutoListViewBuilder) and a form view (TKAutoFormViewBuilder), registered as 'AutoList' and 'AutoForm'. Used when a view is referenced through a 'Build ...' expression instead of a YAML file.
TKAutoViewBuilderBase class
Base class for the auto view builders. Builds a data view for a model, adding all fields, detail tables and a free-search filter; descendants supply the controller type and any view customization.
pascal
function BuildView(const AViews: TKViews;Builds and returns the data view for the configured model.
TKAutoListViewBuilder class
Auto view builder that produces a List (grid) view. Registered as 'AutoList'.
TKAutoFormViewBuilder class
Auto view builder that produces a Form view (in Add mode). Registered as 'AutoForm'.
