| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isHead |
boolean |
isTail |
boolean |
isWrapper |
Class<? extends UiRenderer>[] |
renderers |
Class<? extends UiRendererSelector> |
selector |
String |
template |
String[] |
templatekeys |
Class<? extends Validator>[] |
validators |
public abstract Class<? extends UiRenderer>[] renderers
public abstract boolean isWrapper
renderers() should be applied to
child nodes; when UiRendererOptions are used on a class, and isWrapper()
return true, then each renderer is applied to the child members of that class (enclosed types,
and enclosed methods, as determined by method return type).
public abstract Class<? extends UiRendererSelector> selector
public abstract String template
public abstract String[] templatekeys
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.