BSMenuBars

Describes the collection of domain services into menubars, broadly corresponding to the aggregation of information within DomainServiceLayout .

API

BSMenuBars.java
class BSMenuBars {
  BSMenuBars()
  BSMenuBar menuBarFor(DomainServiceLayout.MenuBar menuBar)
  void visit(Consumer<ServiceActionLayoutData> visitor)
}