Uses of Class
de.xima.fc.gui.statics.EDataView
- 
Packages that use EDataView Package Description de.xima.fc.gui.bean.data de.xima.fc.gui.statics  - 
- 
Uses of EDataView in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return EDataView Modifier and Type Method Description EDataViewDbQueryBean. getResultView()EDataViewLdapQueryBean. getResultView()Methods in de.xima.fc.gui.bean.data with parameters of type EDataView Modifier and Type Method Description voidDbQueryBean. setResultView(EDataView resultView)voidLdapQueryBean. setResultView(EDataView resultView) - 
Uses of EDataView in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return EDataView Modifier and Type Method Description static EDataViewEDataView. valueOf(String name)Returns the enum constant of this type with the specified name.static EDataView[]EDataView. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -