...
- rowStyleResolverName - arbitrary name of resolver method
- rowEntity - entity which will be shown in row
Return values (CSS classes) currently supported by Qcadoo Framework:
CSS class name | Constant | Description |
---|---|---|
redBg | RowStyle.RED_BACKGROUND | set row background to red |
boldFont | RowStyle.BOLD_FONT | set row font weight to bold |
Info |
---|
Prefer constants over CSS class name literals. This will help you avoid many mistakes and make your code easier to maintain. |
Info |
---|
You can also create infinity number of your own, custom row styles - see Customizing GUI appearance section. |
To see how to bind created resolver method with view component go to 'row style resolvers' section.
...