Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 nameConstantDescription
redBgRowStyle.RED_BACKGROUNDset row background to red
boldFontRowStyle.BOLD_FONTset 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.

...