org.cruxframework.crux.plugin.gadget.client.meta
Annotation Type GadgetInfo.ContentType


@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface GadgetInfo.ContentType

Specifies the type of content and the list of views.


Required Element Summary
 String[] views
           
 
Optional Element Summary
 String type
           
 

Element Detail

views

public abstract String[] views

type

public abstract String type
Default:
"html"


Copyright © 2014. All rights reserved.