Annotation Interface AdminGroupPresentationOverride


@Retention(RUNTIME) @Target(TYPE) public @interface AdminGroupPresentationOverride
Author:
ckittrell
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Target the group that you wish to override
    Target the property which you wish to override
    Target the tab which contains the group that you wish to override
    Set the new value of the property
  • Element Details

    • tabName

      String tabName
      Target the tab which contains the group that you wish to override
      Returns:
      the tab name
    • groupName

      String groupName
      Target the group that you wish to override
      Returns:
      the group name
    • property

      String property
      Target the property which you wish to override
      Returns:
      the property name
    • value

      String value
      Set the new value of the property
      Returns:
      the new value