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 TypeMethodDescriptionvoid
FormGrid.addGridEvent
(TableEvent event) void
FormGrid.addSelectionEvent
(TableEvent event) void
FormGrid.addStoreEvent
(TableEvent event) Method parameters in com.suncode.pwfl.workflow.form with type arguments of type TableEventModifier and TypeMethodDescriptionvoid
FormGrid.setGridEvents
(List<TableEvent> gridEvents) void
FormGrid.setSelectionEvents
(List<TableEvent> selectionEvents) void
FormGrid.setStoreEvents
(List<TableEvent> storeEvents)