Versions Compared

Key

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

...

Applications can create (and inject into the GUI) their own view(s) of tabular data. This tutorial will step you through the process...

Application Set Up

Please see the Application Set Up section in the Custom View tutorial for details. The only difference for setting up a tabular view would be in Setting up the application is exactly the same as for the Custom View tutorial, with one minor difference: the choice of archetype to overlay in step (2) should be uitab instead of ui:

Warning

Currently, the uitab archetype has not been implemented, so the following command will not work until this has been fixed.

 

(2) Overlay the UI additional components

Code Block
$ onos-create-app uitab org.meowster.app meowster-app

Description of Template Files

Similarly, the descriptions for both AppComponent and AppUiComponent remain the same as in the Custom View tutorial.