@io.graphenee.vaadin.GxSecuredUI

Here are the examples of the java api @io.graphenee.vaadin.GxSecuredUI taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

14 Source : MainUI.java
with Apache License 2.0
from ijazfx

@SuppressWarnings("serial")
@SpringUI
@Theme("graphenee")
@Push(transport = Transport.WEBSOCKET, value = PushMode.MANUAL)
@Viewport(value = "width=device-width")
@GxSecuredUI
public clreplaced MainUI extends AbstractDashboardUI {

    @Autowired
    SpringViewProvider viewProvider;

    @Autowired
    WorkshopDashboardSetup dashboardSetup;

    @Override
    protected AbstractDashboardSetup dashboardSetup() {
        return dashboardSetup;
    }
}