Uses of Class
coop.intergal.ui.views.DynamicViewGrid
-
Packages that use DynamicViewGrid Package Description coop.intergal.ui.util coop.intergal.ui.views -
-
Uses of DynamicViewGrid in coop.intergal.ui.util
Methods in coop.intergal.ui.util with parameters of type DynamicViewGrid Modifier and Type Method Description ObjectGenericClassForMethods. proccesButtonForContinueProcess(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)ObjectGenericClassForMethods. processButtonForNavigation(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)ObjectGenericClassForMethods. processButtonForNavigation(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid, String filter2)ObjectGenericClassForMethods. processButtonForProcess(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid) -
Uses of DynamicViewGrid in coop.intergal.ui.views
Subclasses of DynamicViewGrid in coop.intergal.ui.views Modifier and Type Class Description classDynamicTreeDisplayMethods in coop.intergal.ui.views that return DynamicViewGrid Modifier and Type Method Description DynamicViewGridGeneratedDetails. getDVGrid()DynamicViewGridGenericDynamicForm. getDVGrid()DynamicViewGridDynamicGridForPick. getGrid()DynamicViewGridDynamicGridOnly. getGrid()DynamicViewGridDynamicQryGrid. getGrid()DynamicViewGridDynamicQryGridDisplay. getGrid()DynamicViewGridGeneratedQuery. getGrid()DynamicViewGridGeneratedUtil. getGrid()DynamicViewGridDynamicViewGrid. getParentGrid()Methods in coop.intergal.ui.views that return types with arguments of type DynamicViewGrid Modifier and Type Method Description Hashtable<String,DynamicViewGrid>DynamicGridOnly. getDvgIntheForm()Hashtable<String,DynamicViewGrid>DynamicMultiForm. getDvgIntheForm()Hashtable<String,DynamicViewGrid>DynamicQryGrid. getDvgIntheForm()Hashtable<String,DynamicViewGrid>DynamicQryGridDisplay. getDvgIntheForm()Methods in coop.intergal.ui.views with parameters of type DynamicViewGrid Modifier and Type Method Description com.vaadin.flow.component.grid.Grid.Column<DynamicDBean>GeneratedUtil. addFormatedColumn(int i, ArrayList<String[]> rowsColListGrid, DynamicViewGrid dynamicViewGrid, com.vaadin.flow.component.gridpro.GridPro<DynamicDBean> grid, boolean isGridEditable, com.vaadin.flow.component.html.Div itemButtons, com.vaadin.flow.data.binder.Binder<DynamicDBean> binder2)voidGeneratedDetails. setDVGrid(DynamicViewGrid dVGrid)voidGenericDynamicForm. setDVGrid(DynamicViewGrid dVGrid)voidDynamicGridOnly. setGrid(DynamicViewGrid grid)voidDynamicQryGrid. setGrid(DynamicViewGrid grid)voidDynamicQryGridDisplay. setGrid(DynamicViewGrid grid)voidGeneratedQuery. setGrid(DynamicViewGrid grid)voidGeneratedUtil. setGrid(DynamicViewGrid grid)Method parameters in coop.intergal.ui.views with type arguments of type DynamicViewGrid Modifier and Type Method Description voidDynamicGridOnly. setDvgIntheForm(Hashtable<String,DynamicViewGrid> dvgIntheForm)voidDynamicMultiForm. setDvgIntheForm(Hashtable<String,DynamicViewGrid> dvgIntheForm)voidDynamicQryGrid. setDvgIntheForm(Hashtable<String,DynamicViewGrid> dvgIntheForm)voidDynamicQryGridDisplay. setDvgIntheForm(Hashtable<String,DynamicViewGrid> dvgIntheForm)
-