| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--planetj.possiblevalues.AbstractPV
This abstract class simplifies the creation of a possible value getter class.
| Constructor Summary | |
AbstractPV()
SQLTypePV constructor comment.  | 
|
| Method Summary | |
abstract  String | 
getKey()
Get the key for this possible value class.  | 
 String[] | 
getOrderByColumnNames()
Get columns to order possible values by.  | 
 RowCollection | 
getPossibleValues(Field field)
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public AbstractPV()
| Method Detail | 
public abstract String getKey()
public String[] getOrderByColumnNames()
public RowCollection getPossibleValues(Field field)
                                throws CMException
getPossibleValues in interface IPossibleValueGetterCMException
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||