Uses of Class
io.mateu.mdd.vaadin.components.views.EditorViewComponent
-
-
Uses of EditorViewComponent in io.mateu.mdd.vaadin
Methods in io.mateu.mdd.vaadin that return EditorViewComponent Modifier and Type Method Description EditorViewComponentMateuUI. getCurrentEditor()Methods in io.mateu.mdd.vaadin with parameters of type EditorViewComponent Modifier and Type Method Description voidMateuUI. setCurrentEditor(EditorViewComponent editor) -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.components
Methods in io.mateu.mdd.vaadin.components that return EditorViewComponent Modifier and Type Method Description static EditorViewComponentMDDViewComponentCreator. createEditorViewComponent(Class modelType)static EditorViewComponentMDDViewComponentCreator. createEditorViewComponent(Class modelType, boolean createSaveBUtton)static EditorViewComponentMDDViewComponentCreator. createEditorViewComponent(Object owner, FieldInterfaced field, Class modelType, boolean createSaveBUtton) -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.components.app.views.secondLevel
Subclasses of EditorViewComponent in io.mateu.mdd.vaadin.components.app.views.secondLevel Modifier and Type Class Description classFiltersViewFlowComponent -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.components.views
Subclasses of EditorViewComponent in io.mateu.mdd.vaadin.components.views Modifier and Type Class Description classMethodParametersViewComponentclassOwnedCollectionComponentclassWizardComponentMethods in io.mateu.mdd.vaadin.components.views that return EditorViewComponent Modifier and Type Method Description EditorViewComponentEditorViewComponent. build()EditorViewComponentRpcViewFieldViewComponent. getEditorViewComponent()Methods in io.mateu.mdd.vaadin.components.views with parameters of type EditorViewComponent Modifier and Type Method Description voidFormLayoutBuilder. _buildAndAddFields(com.vaadin.ui.VerticalLayout fieldGroup, com.vaadin.ui.HorizontalLayout fieldGroupHeader, EditorViewComponent editor, JPAOutputFieldBuilder ofb, Map<FieldInterfaced,Object> models, com.vaadin.ui.Layout contentContainer, Map<FieldInterfaced,MDDBinder> binders, Map<com.vaadin.data.HasValue,List<com.vaadin.data.Validator>> validators, AbstractStylist stylist, Map<FieldInterfaced,com.vaadin.ui.Component> allFieldContainers, List<FieldInterfaced> fields, boolean forSearchFilters, boolean forSearchFiltersExtended, boolean createTabs, List<com.vaadin.ui.Component> componentsToLookForErrors, Map<String,List<AbstractAction>> attachedActions)io.mateu.util.data.Pair<com.vaadin.ui.Component,AbstractStylist>FormLayoutBuilder. build(long t0, com.vaadin.ui.VerticalLayout[] sectionTabSheets, Map<FieldInterfaced,com.vaadin.ui.Component> allFieldContainers, EditorViewComponent editor, com.vaadin.ui.Layout contentContainer, Map<FieldInterfaced,MDDBinder> binders, Map<FieldInterfaced,Class> modelTypes, Map<FieldInterfaced,Object> models, List<com.vaadin.ui.Component> componentsToLookForErrors, FormLayoutBuilderParameters params, Map<String,List<AbstractAction>> attachedActions, AbstractStylist stylist)io.mateu.util.data.Pair<com.vaadin.ui.Component,AbstractStylist>FormLayoutBuilder. build(EditorViewComponent editor, com.vaadin.ui.Layout contentContainer, MDDBinder binder, Class modelType, Object model, List<com.vaadin.ui.Component> componentsToLookForErrors, FormLayoutBuilderParameters params, Map<String,List<AbstractAction>> attachedActions)io.mateu.util.data.Pair<com.vaadin.ui.Component,AbstractStylist>FormLayoutBuilder. build(EditorViewComponent editor, MDDBinder binder, Class<?> modelType, Object model, List<com.vaadin.ui.Component> componentsToLookForErrors, FormLayoutBuilderParameters params, Map<String,List<AbstractAction>> attachedActions)voidFormLayoutBuilder. buildAndAddFields(com.vaadin.ui.Layout section, EditorViewComponent editor, JPAOutputFieldBuilder ofb, Map<FieldInterfaced,Object> models, com.vaadin.ui.Layout contentContainer, Map<FieldInterfaced,MDDBinder> binders, Map<com.vaadin.data.HasValue,List<com.vaadin.data.Validator>> validators, AbstractStylist stylist, Map<FieldInterfaced,com.vaadin.ui.Component> allFieldContainers, List<FieldInterfaced> fields, boolean forSearchFilters, boolean forSearchFiltersExtended, boolean createTabs, List<com.vaadin.ui.Component> componentsToLookForErrors, Map<String,List<AbstractAction>> attachedActions)Constructors in io.mateu.mdd.vaadin.components.views with parameters of type EditorViewComponent Constructor Description RpcViewFieldViewComponent(FieldInterfaced field, EditorViewComponent editorViewComponent) -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.controllers.secondLevel
Constructors in io.mateu.mdd.vaadin.controllers.secondLevel with parameters of type EditorViewComponent Constructor Description EditorController(ViewStack stack, String path, EditorViewComponent editorViewComponent) -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.controllers.thirdLevel
Constructors in io.mateu.mdd.vaadin.controllers.thirdLevel with parameters of type EditorViewComponent Constructor Description FieldController(ViewStack stack, String path, FieldInterfaced field, EditorViewComponent editorViewComponent) -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.data
Constructors in io.mateu.mdd.vaadin.data with parameters of type EditorViewComponent Constructor Description MDDBinder(Class beanType, EditorViewComponent component) -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.navigation
Methods in io.mateu.mdd.vaadin.navigation that return EditorViewComponent Modifier and Type Method Description EditorViewComponentMateuViewProvider. getCurrentEditor()Methods in io.mateu.mdd.vaadin.navigation with parameters of type EditorViewComponent Modifier and Type Method Description voidMateuViewProvider. setCurrentEditor(EditorViewComponent currentEditor) -
Uses of EditorViewComponent in io.mateu.mdd.vaadin.util
Methods in io.mateu.mdd.vaadin.util with parameters of type EditorViewComponent Modifier and Type Method Description static voidVaadinHelper. fill(EditorViewComponent evc, String caption, Constructor c, Consumer onOk, Runnable onClose)static voidVaadinHelper. saveOrDiscard(String msg, EditorViewComponent editor, Runnable afterSave)
-