|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface ViewportGeneratorClass
Defines a viewport tag generator class that will be used for generating the content of a viewport tag that will be added to the HTML of the host page of a UI class.
If you want to use the same viewport values for all requests, you can use the
simpler Viewport annotation instead.
ViewportGenerator| Required Element Summary | |
|---|---|
java.lang.Class<? extends ViewportGenerator> |
value
Gets the viewport generator class to use. |
| Element Detail |
|---|
public abstract java.lang.Class<? extends ViewportGenerator> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||