com.google.gwt.gadgets.client
Annotation Type Gadget.ContentType


@Target(value=TYPE)
public static @interface Gadget.ContentType

Specifies the type of content and the list of views.


Required Element Summary
 java.lang.String[] views
           
 
Optional Element Summary
 java.lang.String type
           
 

Element Detail

views

public abstract java.lang.String[] views

type

public abstract java.lang.String type
Default:
"html"