org.eclipse.lyo.oslc4j.core.annotation
Annotation Type OslcDialog


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OslcDialog


Required Element Summary
 String title
          Title string that could be used for display
 String uri
          The URI of the dialog
 
Optional Element Summary
 String hintHeight
          Values MUST be expressed in relative length units.
 String hintWidth
          Values MUST be expressed in relative length units.
 String label
          Very short label for use in menu items
 String[] resourceTypes
          Resource types
 String[] usages
          Usages
 

Element Detail

title

public abstract String title
Title string that could be used for display


uri

public abstract String uri
The URI of the dialog

label

public abstract String label
Very short label for use in menu items

Default:
""

hintWidth

public abstract 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

public abstract 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

public abstract String[] resourceTypes
Resource types

Default:
{}

usages

public abstract String[] usages
Usages

Default:
{}


Copyright © 2012. All Rights Reserved.