BSGrid

This is the top-level for rendering the domain object’s properties, collections and actions. It simply consists of a number of rows.

API

BSGrid.java
class BSGrid {
  Class<?> domainClass()
  void visit(BSElementVisitor visitor)
  Stream<PropertyLayoutData> streamPropertyLayoutData()
  Stream<CollectionLayoutData> streamCollectionLayoutData()
  Stream<ActionLayoutData> streamActionLayoutData()
}