Annotation Interface Tab


@Retention(RUNTIME) @Target(METHOD) public @interface Tab
Method Annotation for determining Tab the given element should appear on.

If not specified Plan places the item on the default tab.

See Also:
if you want to determine an icon or element order for a Tab., to determine preferred tab ordering if you use Tabs.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the tab to place this item on.
  • Element Details

    • value

      String value
      Name of the tab to place this item on.
      Returns:
      Tab name, limited to 50 characters.