com.sencha.gxt.core.client
Annotation Type XTemplates.XTemplate


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public static @interface XTemplates.XTemplate

Indicates the string that should be used when generating the template. Either an html string can be specified (like SafeHtmlTemplates, or a source file may be specified.


Optional Element Summary
 java.lang.String source
          The filename of the html file containing the template.
 java.lang.String value
          The template itself, defined inline
 

value

public abstract java.lang.String value
The template itself, defined inline

Default:
""

source

public abstract java.lang.String source
The filename of the html file containing the template. The path is relative to the current package.

Default:
""


Copyright © 2012. All Rights Reserved.