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. |