Uses of Interface
tools.dynamia.crud.GenericCrudView
Packages that use GenericCrudView
-
Uses of GenericCrudView in tools.dynamia.crud
Methods in tools.dynamia.crud that return GenericCrudViewModifier and TypeMethodDescriptionChangedStateEvent.crudView()Returns the value of thecrudViewrecord component.ChangedStateEvent.getCrudView()CrudActionEvent.getCrudView()Methods in tools.dynamia.crud with parameters of type GenericCrudViewConstructors in tools.dynamia.crud with parameters of type GenericCrudViewModifierConstructorDescriptionChangedStateEvent(CrudState newState, CrudState oldState, GenericCrudView crudView) Creates an instance of aChangedStateEventrecord class.CrudActionEvent(Object data, Object source, Map<String, Object> params, GenericCrudView view, CrudControllerAPI controller) CrudActionEvent(Object data, Object source, GenericCrudView view, CrudControllerAPI controller) -
Uses of GenericCrudView in tools.dynamia.crud.actions
Methods in tools.dynamia.crud.actions with parameters of type GenericCrudViewModifier and TypeMethodDescriptionprotected voidSaveAction.afterSave(Object entity, GenericCrudView crud) protected voidSaveAndEditAction.afterSave(Object entity, GenericCrudView crud) protected voidSaveAndNewAction.afterSave(Object entity, GenericCrudView crud)