public class ViewResultItemPropertyAccessor extends Object
| Constructor and Description |
|---|
ViewResultItemPropertyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(EvaluationContext evaluationContext,
Object target,
String attribute) |
boolean |
canWrite(EvaluationContext evaluationContext,
Object target,
String attribute) |
int |
getOrder() |
Class<?>[] |
getSpecificTargetClasses() |
TypedValue |
read(EvaluationContext evaluationContext,
Object target,
String attribute) |
void |
setOrder(int order) |
void |
write(EvaluationContext evaluationContext,
Object target,
String attribute,
Object value) |
public int getOrder()
public void setOrder(int order)
public Class<?>[] getSpecificTargetClasses()
public boolean canRead(EvaluationContext evaluationContext,
Object target,
String attribute)
throws AccessException
AccessExceptionpublic TypedValue read(EvaluationContext evaluationContext,
Object target,
String attribute)
throws AccessException
AccessExceptionpublic boolean canWrite(EvaluationContext evaluationContext,
Object target,
String attribute)
throws AccessException
AccessExceptionCopyright © 2017 SAP SE. All Rights Reserved.