Alle Eingabekomponenten leeren
Author: MichaelN
Publication Date: 12/18/2013 9:50
Hallo, ich habe hier noch alten Code gefunden, den ich auf die neue FS5-API portieren muss. Wie kann ich das folgende über das neue FormData-Objekt erreichen?
for (String name : data.getVariableNames())
{
DataValue dataValue = data.get(name);
EditorValue<?> editor = dataValue.getEditor();
editor.clear();
}
0
-
Author: Peter_Jodeleit - 12/18/2013 10:33
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire