Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

A code widget is a reusable bundle of code that provides flexible dashboard customization (see more details here).

To write a code widget:

  1. Write the back-end code and check it works.
  2. Write the front-end code and check it works.
  3. Customize the Code Widget Properties panel (optional).
  4. Bundle the code into a jar file, then upload it to Yellowfin.

...

Info
titleDev Tip

Code widgets are children of canvas widgets, so when you are using the META-INF/services feature mentioned in that guide, you will need to add your code widget as a CanvasObjectTemplate.


Styleclass
ClasstopLink

top48991798

Code widget sequence diagram

horizontalrule

Next steps

When you're ready to get started with code widgets, follow this process:

  1. Write the back-end code.  ← Start here
  2. Write the front-end code.
  3. Customize the Code Widget Properties panel (optional).
  4. Bundle the code into a jar file, then upload it to Yellowfin.

To further assist you during code widget development, click on the code widget reference page for samples, API links and detailed descriptions.

horizontalrule

Styleclass
ClasstopLink

top48991798