Class AppsBoundedDomainUi

java.lang.Object
net.tangly.ui.app.domain.BoundedDomainUi<AppsBoundedDomain>
net.tangly.app.ui.AppsBoundedDomainUi
All Implemented Interfaces:
Flow.Subscriber<Object>, net.tangly.core.domain.BoundedDomain.EventListener

public class AppsBoundedDomainUi extends net.tangly.ui.app.domain.BoundedDomainUi<AppsBoundedDomain>
  • Field Summary

    Fields inherited from class net.tangly.ui.app.domain.BoundedDomainUi

    ADMINISTRATION, ANALYTICS, CLEAR, DOCUMENTS, ENTITIES, EXPORT, IMPORT, STATISTICS, TOOLS, USER_MANUAL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    select(@NotNull com.vaadin.flow.component.applayout.AppLayout layout, @NotNull com.vaadin.flow.component.menubar.MenuBar menuBar)
     

    Methods inherited from class net.tangly.ui.app.domain.BoundedDomainUi

    addAdministration, addView, currentView, currentView, currentView, detach, domain, executeGlobalAction, hasAppAdminRights, hasDomainAdminRights, hasReadOnlyRights, name, onNext, onSubscribe, refreshViews, rights, select, select, user, userChanged, username, view, view

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.tangly.core.domain.BoundedDomain.EventListener

    onComplete, onError
  • Constructor Details

    • AppsBoundedDomainUi

      public AppsBoundedDomainUi(@NotNull @NotNull AppsBoundedDomain domain)
  • Method Details

    • select

      public void select(@NotNull @NotNull com.vaadin.flow.component.applayout.AppLayout layout, @NotNull @NotNull com.vaadin.flow.component.menubar.MenuBar menuBar)
      Specified by:
      select in class net.tangly.ui.app.domain.BoundedDomainUi<AppsBoundedDomain>