GridSystemServiceBootstrap
Default implementation of org.apache.causeway.applib.services.grid.GridSystemService using DTOs based on
API
GridSystemServiceBootstrap.java
class GridSystemServiceBootstrap {
public static final String TNS;
public static final String SCHEMA_LOCATION;
GridSystemServiceBootstrap(MetaModelContext metaModelContext, TranslationService translationService, JaxbService jaxbService, MessageService messageService, CausewaySystemEnvironment causewaySystemEnvironment, List<FallbackLayoutDataSource> fallbackLayoutDataSources)
Class<BSGrid> gridImplementation()
String tns()
String schemaLocation()
BSGrid defaultGrid(Class<?> domainClass)
void addFieldSetsToColumn(BSRow propsRow, int span, List<String> memberGroupNames, boolean unreferencedProperties)
}