|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdsto.dfc.databeans.AbstractDataObject
dsto.dfc.databeans.DataObject
dsto.dfc.databeans.SubsetDataObject
public class SubsetDataObject
A subset of an IDataObject. Uses an IFilter to expose only
a selected subset of properties from a wrapped IDataObject.
DataObjectView,
Serialized Form| Field Summary |
|---|
| Fields inherited from class dsto.dfc.databeans.DataObject |
|---|
propertyToValue, typeInfo |
| Fields inherited from class dsto.dfc.databeans.AbstractDataObject |
|---|
listeners |
| Fields inherited from interface dsto.dfc.databeans.IDataObject |
|---|
OVERRIDE, PERSISTENT, PERSISTENT_OVERRIDE, TRANSIENT, TRANSIENT_OVERRIDE |
| Constructor Summary | |
|---|---|
SubsetDataObject(IDataObject source,
IFilter filter)
Create a new instance. |
|
| Method Summary | |
|---|---|
void |
dispose()
|
void |
propertyValueChanged(PropertyEvent e)
|
| Methods inherited from class dsto.dfc.databeans.DataObject |
|---|
getTypeInfo, getValue, isTransient, iterator, propertyIterator, setTypeInfo, setValue, shallowClone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubsetDataObject(IDataObject source,
IFilter filter)
source - The source object to be filtered.filter - The filter: only values selected by this will be exposed.| Method Detail |
|---|
public void dispose()
public void propertyValueChanged(PropertyEvent e)
propertyValueChanged in interface PropertyListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||