Interface ViewExtension
-
public interface ViewExtension
ViewExtension interface. Used to indicate that the component is a view extension and has it's own delegated controller.- Author:
- danielm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelegatedController
getDelegatedController()
Gets the delegated controllerObject
getFrontendFormBackingObject(String id)
Returns the frontend formbacking object
-
-
-
Method Detail
-
getDelegatedController
DelegatedController getDelegatedController()
Gets the delegated controller- Returns:
- The delegated controller
-
-