Uses of Class
com.suncode.pwfl.workflow.form.TableEvent
Packages that use TableEvent
-
Uses of TableEvent in com.suncode.pwfl.workflow.form
Methods in com.suncode.pwfl.workflow.form that return types with arguments of type TableEventModifier and TypeMethodDescriptionFormGrid.getGridEvents()FormGrid.getSelectionEvents()FormGrid.getStoreEvents()Methods in com.suncode.pwfl.workflow.form with parameters of type TableEventModifier and TypeMethodDescriptionvoidFormGrid.addGridEvent(TableEvent event) voidFormGrid.addSelectionEvent(TableEvent event) voidFormGrid.addStoreEvent(TableEvent event) Method parameters in com.suncode.pwfl.workflow.form with type arguments of type TableEventModifier and TypeMethodDescriptionvoidFormGrid.setGridEvents(List<TableEvent> gridEvents) voidFormGrid.setSelectionEvents(List<TableEvent> selectionEvents) voidFormGrid.setStoreEvents(List<TableEvent> storeEvents)