BSMenu

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

BSMenu.java
class BSMenu {
  BSMenu()
  BSMenu(String named)
  String getNamed()
  void setNamed(String named)
  String getCssClassFa()
  void setCssClassFa(String cssClassFa)
  List<BSMenuSection> getSections()
  Boolean isUnreferencedActions()     (1)
  void setUnreferencedActions(Boolean unreferencedActions)
}
1 isUnreferencedActions()

Whether this menu should be used to hold any unreferenced actions.

Members

isUnreferencedActions()

Whether this menu should be used to hold any unreferenced actions.

Any menubars layout must have precisely one menu that has this attribute set.