form.appendCheckBox( annotation.name(), annotation.description(), false );
break;
}
case FILE :
{
form.append( annotation.name(), new FileFormComponent( annotation.description() ) );
break;
}
case FILELIST :
{
form.append( annotation.name(), new FileListFormComponent( annotation.description() ) );