public class JsonViewHint extends Object
If the property jsonView is set it overrides a jsonView specified on
ExtDirectMethod.jsonView().
To disable a JsonView specified on ExtDirectMethod.jsonView() set the property
jsonView to ExtDirectMethod.NoJsonView.
| Constructor and Description |
|---|
JsonViewHint() |
JsonViewHint(Class<?> jsonView) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getJsonView() |
void |
setJsonView(Class<?> jsonView) |
Copyright © 2010–2018. All rights reserved.