Uses of Class
org.af.commons.widgets.wizard.DataVal

Packages that use DataVal
org.af.commons.widgets.wizard Provides classes that help building a wizard with the Java SwingLabs Wizard library
 

Uses of DataVal in org.af.commons.widgets.wizard
 

Methods in org.af.commons.widgets.wizard that return DataVal
 DataVal DataManager.getDataVal(String name)
           
 

Methods in org.af.commons.widgets.wizard that return types with arguments of type DataVal
 List<DataVal> DataManager.getDataVals(String page, String name, String group)
           
 List<DataVal> DataManager.getDataValsInPage(String page)
           
 List<DataVal> DataManager.getDataValsInPage(String page, String group)