BSGrid
This is the top-level for rendering the domain object’s properties, collections and actions. It simply consists of a number of rows.
The element is rendered as a <div class="…">
API
BSGrid.java
class BSGrid {
String getCssClass()
void setCssClass(String cssClass)
List<BSRow> getRows()
void setRows(List<BSRow> rows)
List<String> getMetadataErrors() (1)
void setMetadataErrors(List<String> metadataErrors)
void visit(Grid.Visitor visitor)
LinkedHashMap<String, BSTab> getAllTabsByName()
LinkedHashMap<String, HasCssId> getAllCssId()
BSGrid getGrid()
}
1 | getMetadataErrors()
For diagnostics; populated by the framework if and only if a metadata error. |