Annotation Interface OslcDialog


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface OslcDialog
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Title string that could be used for display
    The URI of the dialog
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Values MUST be expressed in relative length units.
    Values MUST be expressed in relative length units.
    Very short label for use in menu items
    Resource types
    Usages
  • Element Details

    • title

      String title
      Title string that could be used for display
    • uri

      String uri
      The URI of the dialog
    • label

      String label
      Very short label for use in menu items
      Default:
      ""
    • hintWidth

      String hintWidth
      Values MUST be expressed in relative length units. Em and ex units are interpreted relative to the default system font (at 100% size).
      Default:
      ""
    • hintHeight

      String hintHeight
      Values MUST be expressed in relative length units. Em and ex units are interpreted relative to the default system font (at 100% size).
      Default:
      ""
    • resourceTypes

      String[] resourceTypes
      Resource types
      Default:
      {}
    • usages

      String[] usages
      Usages
      Default:
      {}