Interface IViewContribution
-
- All Known Implementing Classes:
BlueprintIViewContribution
public interface IViewContribution
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.vaadin.server.Resource
getIcon()
java.lang.String
getTitle()
com.vaadin.ui.Component
getView(VaadinApplicationContext applicationContext, WidgetContext widgetContext)
-
-
-
Method Detail
-
getView
com.vaadin.ui.Component getView(VaadinApplicationContext applicationContext, WidgetContext widgetContext)
-
getTitle
java.lang.String getTitle()
-
getIcon
com.vaadin.server.Resource getIcon()
-
-