com.partnersoft.v3x.gadgets
Class SelectionAdaptor
java.lang.Object
com.partnersoft.v3x.gadgets.SpecifierGadget
com.partnersoft.v3x.gadgets.SelectionAdaptor
- All Implemented Interfaces:
- Specifier
public class SelectionAdaptor
- extends SpecifierGadget
This class adapts one selector to another using a mapping items from one
selection set to the other.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionAdaptor
public SelectionAdaptor(Selector selector,
java.util.Map mapping)
super_setSpecified
protected void super_setSpecified(java.lang.Object newSpecified)
setSpecified
public void setSpecified(java.lang.Object newSpecified)
- Description copied from class:
SpecifierGadget
- Specifies an object.
- Specified by:
setSpecified in interface Specifier- Overrides:
setSpecified in class SpecifierGadget
getSelector
public Selector getSelector()
setSelector
public void setSelector(Selector newSelector)
getMapping
public java.util.Map getMapping()
setMapping
public void setMapping(java.util.Map newMapping)