|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IColumnValidator
Public interface for a validator
| Field Summary |
|---|
| Fields inherited from interface com.servoy.j2db.persistence.IColumnTypes |
|---|
DATETIME, INTEGER, MEDIA, NUMBER, TEXT |
| Method Summary | |
|---|---|
Map<String,String> |
getDefaultProperties()
Called for default properties about the validator. |
String |
getName()
Get the name for this validator |
int[] |
getSupportedColumnTypes()
Get the db types on which this validator can work. |
void |
validate(Map<String,String> props,
Object arg)
Validate an arguemnt, throws an IllegalArgumentException if validation fails |
| Method Detail |
|---|
Map<String,String> getDefaultProperties()
String getName()
int[] getSupportedColumnTypes()
void validate(Map<String,String> props,
Object arg)
throws IllegalArgumentException
props - arg -
IllegalArgumentException
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||