Uses of Class
org.teamapps.application.tools.EntityModelBuilder
| Package | Description |
|---|---|
| org.teamapps.application.ux.view |
-
Uses of EntityModelBuilder in org.teamapps.application.ux.view
Methods in org.teamapps.application.ux.view that return EntityModelBuilder Modifier and Type Method Description EntityModelBuilder<ENTITY>MasterDetailController. getEntityModelBuilder()Constructors in org.teamapps.application.ux.view with parameters of type EntityModelBuilder Constructor Description MasterDetailController(org.teamapps.icons.Icon entityIcon, java.lang.String entityTitle, ApplicationInstanceData applicationInstanceData, EntityModelBuilder<ENTITY> entityModelBuilder, FormController<ENTITY> formController, org.teamapps.ux.component.form.ResponsiveForm<ENTITY> responsiveForm)