Uses of Interface
tools.dynamia.crud.CrudControllerAPI
Packages that use CrudControllerAPI
-
Uses of CrudControllerAPI in tools.dynamia.crud
Subinterfaces of CrudControllerAPI in tools.dynamia.crudModifier and TypeInterfaceDescriptioninterfaceBasic interface for creation subcruds fromCrudControllerAPIMethods in tools.dynamia.crud that return CrudControllerAPIModifier and TypeMethodDescriptionCrudActionEvent.getController()GenericCrudView.getController()Get controllerMethods in tools.dynamia.crud with parameters of type CrudControllerAPIModifier and TypeMethodDescriptionvoidGenericCrudView.setController(CrudControllerAPI<T> controller) Update crud controllerConstructors in tools.dynamia.crud with parameters of type CrudControllerAPIModifierConstructorDescriptionCrudActionEvent(Object data, Object source, Map<String, Object> params, GenericCrudView view, CrudControllerAPI controller) CrudActionEvent(Object data, Object source, GenericCrudView view, CrudControllerAPI controller)