Interface UnityViewWithSandbox

  • All Superinterfaces:
    java.io.Serializable, io.imunity.webelements.navigation.UnityView, com.vaadin.navigator.View
    All Known Implementing Classes:
    AuthenticationFacilitiesView

    public interface UnityViewWithSandbox
    extends io.imunity.webelements.navigation.UnityView
    Author:
    P.Piernik
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setSandboxRouter​(pl.edu.icm.unity.webui.sandbox.SandboxAuthnRouter router)  
      • Methods inherited from interface io.imunity.webelements.navigation.UnityView

        getDisplayedName, getViewName
      • Methods inherited from interface com.vaadin.navigator.View

        beforeLeave, enter, getViewComponent
    • Method Detail

      • setSandboxRouter

        void setSandboxRouter​(pl.edu.icm.unity.webui.sandbox.SandboxAuthnRouter router)