Uses of Class
io.mateu.mdd.vaadin.components.views.AbstractViewComponent
-
-
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.components
Subclasses of AbstractViewComponent in io.mateu.mdd.vaadin.components Modifier and Type Class Description classComponentWrapperclassHomeComponentMethods in io.mateu.mdd.vaadin.components that return AbstractViewComponent Modifier and Type Method Description AbstractViewComponentComponentWrapper. build() -
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.components.app.views.firstLevel
Subclasses of AbstractViewComponent in io.mateu.mdd.vaadin.components.app.views.firstLevel Modifier and Type Class Description classAreaComponentclassFakeComponentclassMenuComponentMethods in io.mateu.mdd.vaadin.components.app.views.firstLevel that return AbstractViewComponent Modifier and Type Method Description AbstractViewComponentAreaComponent. build()AbstractViewComponentFakeComponent. build() -
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.components.app.views.secondLevel
Subclasses of AbstractViewComponent in io.mateu.mdd.vaadin.components.app.views.secondLevel Modifier and Type Class Description classFieldEditorComponentclassFiltersViewFlowComponentMethods in io.mateu.mdd.vaadin.components.app.views.secondLevel that return AbstractViewComponent Modifier and Type Method Description AbstractViewComponentFieldEditorComponent. build() -
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.components.views
Classes in io.mateu.mdd.vaadin.components.views with type parameters of type AbstractViewComponent Modifier and Type Class Description classAbstractViewComponent<A extends AbstractViewComponent<A>>Subclasses of AbstractViewComponent in io.mateu.mdd.vaadin.components.views Modifier and Type Class Description classCollectionListViewComponentclassEditorViewComponentclassJPACollectionFieldListViewComponentclassJPACollectionFieldViewComponentclassJPAListViewComponentclassListViewComponentclassMethodParametersViewComponentclassOwnedCollectionComponentclassRpcListViewComponentclassRpcViewFieldViewComponentclassSearchInMenuComponentclassWizardComponentMethods in io.mateu.mdd.vaadin.components.views that return AbstractViewComponent Modifier and Type Method Description AbstractViewComponentAbstractViewComponent. getParentView()Methods in io.mateu.mdd.vaadin.components.views with parameters of type AbstractViewComponent Modifier and Type Method Description static AbstractActionViewComponentHelper. createAction(FieldInterfaced field, Method m, AbstractViewComponent viewComponent)static AbstractActionViewComponentHelper. createAction(Method m, AbstractViewComponent viewComponent)voidAbstractViewComponent. setParentView(AbstractViewComponent parentView)voidEditorViewComponent. setParentView(AbstractViewComponent parentView) -
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.controllers
Methods in io.mateu.mdd.vaadin.controllers that return AbstractViewComponent Modifier and Type Method Description AbstractViewComponentController. apply(ViewStack stack, String path) -
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.controllers.thirdLevel
Methods in io.mateu.mdd.vaadin.controllers.thirdLevel that return AbstractViewComponent Modifier and Type Method Description static AbstractViewComponentMethodController. procesarResultado(Method m, Object r, com.vaadin.ui.Component lastViewComponent, boolean inNewWindow) -
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.data
Methods in io.mateu.mdd.vaadin.data that return AbstractViewComponent Modifier and Type Method Description AbstractViewComponentMDDBinder. getViewComponent()Methods in io.mateu.mdd.vaadin.data with parameters of type AbstractViewComponent Modifier and Type Method Description voidMDDBinder. setViewComponent(AbstractViewComponent viewComponent) -
Uses of AbstractViewComponent in io.mateu.mdd.vaadin.navigation
Methods in io.mateu.mdd.vaadin.navigation that return AbstractViewComponent Modifier and Type Method Description AbstractViewComponentView. getViewComponent()
-