|
jbpm-form-modeler-api 6.0.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingManager
| Method Summary | |
|---|---|
PropertyDefinition |
getPropertyDefinition(String propertyName,
Class clazz)
|
PropertyDefinition |
getPropertyDefinition(String propertyName,
String className)
|
Object |
getPropertyValue(Object obj,
String propName)
|
boolean |
hasProperty(Object obj,
String propName)
|
void |
setPropertyValue(Object destination,
String propName,
Object value)
|
| Method Detail |
|---|
PropertyDefinition getPropertyDefinition(String propertyName,
String className)
throws Exception
Exception
PropertyDefinition getPropertyDefinition(String propertyName,
Class clazz)
throws Exception
Exception
boolean hasProperty(Object obj,
String propName)
Object getPropertyValue(Object obj,
String propName)
void setPropertyValue(Object destination,
String propName,
Object value)
throws NoSuchFieldException,
NoSuchMethodException,
InvocationTargetException,
IllegalAccessException
NoSuchFieldException
NoSuchMethodException
InvocationTargetException
IllegalAccessException
|
jbpm-form-modeler-api 6.0.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||