|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUpdateableContentProvider
Updateable content provider extends IContentProvider
by adding
data modification methods.
Method Summary | |
---|---|
boolean |
isReadOnly(Object propertyKey)
Returns true if the given property is readonly. |
void |
setValue(Object propertyKey,
Object value)
Sets new value of the given property |
Methods inherited from interface com.webmethods.caf.faces.data.IContentProvider |
---|
getPropertyKeys, getType, getValue, hasProperty, toString |
Method Detail |
---|
void setValue(Object propertyKey, Object value) throws EvaluationException, PropertyNotFoundException
Sets new value of the given property
propertyKey
- property key of type String
or Integer
value
- new property value
EvaluationException
- if error happens during property assigment
PropertyNotFoundException
- if property is not foundboolean isReadOnly(Object propertyKey) throws EvaluationException, PropertyNotFoundException
Returns true if the given property is readonly. If it is readonly, IUpdateableContentProvider.setValue(Object, Object)
will
definitely fail.
propertyKey
- property key of type String
or Integer
EvaluationException
PropertyNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |