planetj.possiblevalues
Class ThemesPV
java.lang.Object
|
+--planetj.possiblevalues.ThemesPV
- All Implemented Interfaces:
- IPossibleValueGetter, ITheme
- public class ThemesPV
- extends Object
- implements IPossibleValueGetter, ITheme
ThemesPV
public ThemesPV()
getOrderByColumnNames
public String[] getOrderByColumnNames()
- Subclasses must override this method if they want their possible values in a certain order
Creation date: (7/2/2002 12:21:04 AM)
getPossibleValues
public RowCollection getPossibleValues(Field field)
throws CMException
- Gets a RowCollection of Themes for the given theme id Field's Row.
- Specified by:
getPossibleValues
in interface IPossibleValueGetter
- Returns:
- RowCollection
CMException