com.jxml.quick.access
Class QPropertyAccess
java.lang.Object
|
+--com.jxml.quick.access.QAccess
|
+--com.jxml.quick.access.QPropertyAccess
- Direct Known Subclasses:
- QListPropertyAccess, QMapPropertyAccess
- public class QPropertyAccess
- extends QAccess
Method Summary |
void |
add(Object parent,
QTargetFactory parentFactory,
Object child,
QContext context)
|
QIterator |
createIterator()
|
protected Object |
get(QTargetFactory parentFactory,
Object parent,
QContext context)
|
boolean |
readable(QTargetFactory parentFactory,
QContext context)
|
void |
setIteratorParent(QIterator it,
Object parent,
QTargetFactory parentFactory,
QContext context)
|
protected void |
setPD(QTargetFactory tf,
QContext context)
|
protected boolean |
validProperty(PropertyDescriptor pd)
|
boolean |
writeable(QTargetFactory parentFactory,
QContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
public String property
pd
protected PropertyDescriptor pd
QPropertyAccess
public QPropertyAccess()
setPD
protected void setPD(QTargetFactory tf,
QContext context)
throws QPE
validProperty
protected boolean validProperty(PropertyDescriptor pd)
readable
public boolean readable(QTargetFactory parentFactory,
QContext context)
throws QPE
- Overrides:
readable
in class QAccess
createIterator
public QIterator createIterator()
- Overrides:
createIterator
in class QAccess
get
protected Object get(QTargetFactory parentFactory,
Object parent,
QContext context)
throws QPE
setIteratorParent
public void setIteratorParent(QIterator it,
Object parent,
QTargetFactory parentFactory,
QContext context)
throws QPE
- Overrides:
setIteratorParent
in class QAccess
writeable
public boolean writeable(QTargetFactory parentFactory,
QContext context)
throws QPE
- Overrides:
writeable
in class QAccess
add
public void add(Object parent,
QTargetFactory parentFactory,
Object child,
QContext context)
throws QPE
- Overrides:
add
in class QAccess