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


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

Specifies which View content sections should be associated with this Gadget.


Required Element Summary
 java.lang.Class<? extends ContentSection<?>>[] contents
           
 

Element Detail

contents

public abstract java.lang.Class<? extends ContentSection<?>>[] contents