Interface KSessionSelectorView

  • All Superinterfaces:
    org.jboss.errai.common.client.api.IsElement, org.jboss.errai.ui.client.local.api.IsElement
    All Known Implementing Classes:
    KSessionSelectorViewImpl

    public interface KSessionSelectorView
    extends org.jboss.errai.ui.client.local.api.IsElement
    • Method Detail

      • setSelected

        void setSelected​(String kbase,
                         String ksession)
      • addKBases

        void addKBases​(String... names)
      • setKSessions

        void setKSessions​(List<String> ksessions)
      • showWarningSelectedKSessionDoesNotExist

        void showWarningSelectedKSessionDoesNotExist()
      • getSelectedKSessionName

        String getSelectedKSessionName()