Uses of Class
de.xima.fc.beans.ValueDescriptor
Packages that use ValueDescriptor
- 
Uses of ValueDescriptor in de.xima.fc.servlet
Methods in de.xima.fc.servlet that return types with arguments of type ValueDescriptorModifier and TypeMethodDescriptionprotected List<ArrayList<ValueDescriptor>>DatenabfrageLDAPServlet.convert2ValueDescrList(de.xima.cmn.db.model.SerializableResultSet rs)  - 
Uses of ValueDescriptor in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json that return types with arguments of type ValueDescriptorModifier and TypeMethodDescriptionstatic List<ArrayList<ValueDescriptor>>JSONBuilder.convert2ValueDescrList(de.xima.cmn.db.model.SerializableResultSet rs) Method parameters in de.xima.fc.web.common.json with type arguments of type ValueDescriptorModifier and TypeMethodDescriptionstatic StringJSONBuilder.buildList(List<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session) static StringJSONBuilder.buildList(List<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session, boolean plain) static StringJSONBuilder.buildOtherList(List<ArrayList<ValueDescriptor>> valueList, javax.servlet.http.HttpSession session) static StringJSONBuilder.buildOtherSet(Set<ArrayList<ValueDescriptor>> valueList, javax.servlet.http.HttpSession session) Stellt den Response-Inhalt im JSON-Format bereit, mit allen Enums welche übergeben wurdenstatic StringJSONBuilder.buildSet(Set<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session)  - 
Uses of ValueDescriptor in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils that return ValueDescriptorModifier and TypeMethodDescriptionstatic ValueDescriptorBeanUtils.correctlyTypedDescriptor(Object bean, String propName, Object propValue) Methods in de.xima.fc.web.common.utils that return types with arguments of type ValueDescriptorModifier and TypeMethodDescriptionstatic ArrayList<ValueDescriptor>BeanUtils.vdList(Serializable bean, String[] propNames) Baut eine Liste vonValueDescriptoren.