net.sf.sbcc.datacomponents
Interface IUsedValueFinder

All Known Implementing Classes:
JDataTextFieldDemoPanel.DemoUsedValueFinder

public interface IUsedValueFinder

You will need a class which implements this interface. Your class manages the access to the data storage you use in your project. Components require to have set an instance of your implementation in the constructor, but all of the datacomponents may share the same UsedValueFinder.

Version:
$Revision: 1.1 $
Author:
Christoph Bimminger

Method Summary
 java.util.ArrayList<java.lang.Object> getFieldValueFor(java.lang.String Ps_objectName, java.lang.String Ps_fieldName)
           
 

Method Detail

getFieldValueFor

java.util.ArrayList<java.lang.Object> getFieldValueFor(java.lang.String Ps_objectName,
                                                       java.lang.String Ps_fieldName)