- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
if (InputField.class.isInstance(comp))
{
InputField f = (InputField)comp;
DataDate dd=f.getDate();
val = readDate(dd);
}
else
{
throw new ClassCastException();
}