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 EDataView
DbQueryBean. getResultView()
EDataView
LdapQueryBean. getResultView()
Methods in de.xima.fc.gui.bean.data with parameters of type EDataView Modifier and Type Method Description void
DbQueryBean. setResultView(EDataView resultView)
void
LdapQueryBean. 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 EDataView
EDataView. 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.
-