Annotation Type WorkbenchToolBar


  • @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WorkbenchToolBar
    Methods annotated with this provide the Toolbar for the WorkbenchPart. The method should have zero arguments and return a org.uberfire.client.workbench.widgets.toolbar.ToolBar.