Uses of Class
model.grid.GridRow
Packages that use GridRow
Package
Description
-
Uses of GridRow in bpmn.admin
Methods in bpmn.admin that return GridRow -
Uses of GridRow in model.grid
Classes in model.grid with type parameters of type GridRowSubclasses of GridRow in model.gridFields in model.grid declared as GridRowMethods in model.grid that return GridRowMethods in model.grid with parameters of type GridRowModifier and TypeMethodDescriptionvoid
void
Constructor parameters in model.grid with type arguments of type GridRow -
Uses of GridRow in ru.cg.webbpm.user_management.custom
Methods in ru.cg.webbpm.user_management.custom that return GridRowModifier and TypeMethodDescriptionprotected GridRow
AuthorityRoleGridService.createGridRow()
protected GridRow
GroupGridService.createGridRow()
protected GridRow
GroupRolesGridService.createGridRow()
protected GridRow
GroupsByRolesGridService.createGridRow()
protected GridRow
RoleGridService.createGridRow()
protected GridRow
UserGridService.createGridRow()
protected GridRow
UserGroupGridService.createGridRow()
-
Uses of GridRow in service
Modifier and TypeMethodDescriptionprotected GridRow
GridServiceImpl.createGridRow()
protected GridRow
GridServiceWithAggregationColumnsImpl.createGridRow()
protected GridRow
PagingGridServiceImpl.createGridRow()
-
Uses of GridRow in service.field
Methods in service.field that return GridRow -
Uses of GridRow in service.grid
Classes in service.grid with type parameters of type GridRowModifier and TypeClassDescriptionclass
AbstractDependentGridService<R extends GridRow>
class
AbstractGridLoadingService<R extends GridRow,
T extends Column> class
BaseGridLoadingService<R extends GridRow>
class
BaseStaticGridLoadingService<R extends GridRow>
Methods in service.grid that return GridRowMethods in service.grid with parameters of type GridRowModifier and TypeMethodDescriptionprotected void
BaseStaticGridLoadingService.putCellValue
(GridRow row, String columnName, Object value)