com.jxml.quick.qmap
Class QMapPropertyAccess
java.lang.Object
|
+--com.jxml.quick.access.QAccess
|
+--com.jxml.quick.access.QPropertyAccess
|
+--com.jxml.quick.qmap.QMapPropertyAccess
- public class QMapPropertyAccess
- extends QPropertyAccess
Method Summary |
void |
add(Object parent,
QTargetFactory parentFactory,
Object child,
QContext context)
|
QIterator |
createIterator()
|
protected Map |
getMap(QTargetFactory parentFactory,
Object parent,
QContext context)
|
protected Map |
getNonNullMap(QTargetFactory parentFactory,
Object parent,
QContext context)
|
boolean |
readable(QTargetFactory parentFactory,
QContext context)
|
void |
setIteratorParent(QIterator it,
Object parent,
QTargetFactory parentFactory,
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 |
QMapPropertyAccess
public QMapPropertyAccess()
readable
public boolean readable(QTargetFactory parentFactory,
QContext context)
throws QPE
- Overrides:
readable
in class QPropertyAccess
validProperty
protected boolean validProperty(PropertyDescriptor pd)
- Overrides:
validProperty
in class QPropertyAccess
createIterator
public final QIterator createIterator()
- Overrides:
createIterator
in class QPropertyAccess
getMap
protected Map getMap(QTargetFactory parentFactory,
Object parent,
QContext context)
throws QPE
getNonNullMap
protected Map getNonNullMap(QTargetFactory parentFactory,
Object parent,
QContext context)
throws QPE
setIteratorParent
public final void setIteratorParent(QIterator it,
Object parent,
QTargetFactory parentFactory,
QContext context)
throws QPE
- Overrides:
setIteratorParent
in class QPropertyAccess
writeable
public boolean writeable(QTargetFactory parentFactory,
QContext context)
throws QPE
- Overrides:
writeable
in class QPropertyAccess
add
public final void add(Object parent,
QTargetFactory parentFactory,
Object child,
QContext context)
throws QPE
- Overrides:
add
in class QPropertyAccess