comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/FloodplainChoice.java @ 1050:eccf966fb677

State engine: Removed CallContext from state validation. flys-artifacts/trunk@2512 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 19 Aug 2011 14:10:18 +0000
parents 53a2be494765
children 2867ae59e216
comparison
equal deleted inserted replaced
1049:433559e25b50 1050:eccf966fb677
57 item.appendChild(label); 57 item.appendChild(label);
58 item.appendChild(value); 58 item.appendChild(value);
59 59
60 return item; 60 return item;
61 } 61 }
62
63
64 @Override
65 public boolean validate(Artifact artifact, CallContext context)
66 throws IllegalArgumentException
67 {
68 // TODO We have to check the user data if there is a real input!
69 return true;
70 }
71 } 62 }
72 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 63 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org