BSMenuSection Corresponds to a domain service that contributes its serviceActions under a particular BSMenuBar . API BSMenuSection.java class BSMenuSection { BSMenuSection() String getNamed() void setNamed(String named) List<ServiceActionLayoutData> getServiceActions() void setServiceActions(List<ServiceActionLayoutData> actionLayoutDatas) }