BSMenuBar

Describes the collection of domain services into menubars, broadly corresponding to the aggregation of information of DomainServiceLayout that have the same value of DomainServiceLayout#named() .

API

BSMenuBar.java
class BSMenuBar {
  BSMenuBar()
  List<BSMenu> getMenus()
  void setMenus(List<BSMenu> menus)
}