Package coop.intergal.ui.util
Class GenericClassForMethods
- java.lang.Object
-
- coop.intergal.ui.util.GenericClassForMethods
-
public class GenericClassForMethods extends Object
-
-
Constructor Summary
Constructors Constructor Description GenericClassForMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectproccesButtonForContinueProcess(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)ObjectprocessButtonForNavigation(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)ObjectprocessButtonForNavigation(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid, String filter2)ObjectprocessButtonForProcess(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)
-
-
-
Method Detail
-
processButtonForNavigation
public Object processButtonForNavigation(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)
-
processButtonForNavigation
public Object processButtonForNavigation(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid, String filter2)
-
processButtonForProcess
public Object processButtonForProcess(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)
-
proccesButtonForContinueProcess
public Object proccesButtonForContinueProcess(String idButton, DynamicDBean bean, com.vaadin.flow.component.html.Div divSubGrid, DynamicViewGrid grid)
-
-