|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectplanet.survey.plugin.api.ValidatorType
Constants for validator types.
Field Summary | |
static int |
DROPDOWN_QUESTION_MAXIMUM_SELECTION
Maximum selections in response to dropdown question. |
static int |
DROPDOWN_QUESTION_MINIMUM_SELECTION
Minimum selections in response to dropdown question. |
static int |
ESSAY_FIELD_DROPDOWN_REQUIRED
Response to essay field of type Question.ESSAY_FIELD_DROPDOWN is required. |
static int |
ESSAY_FIELD_NUMERIC_IS_NUMBER
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is number. |
static int |
ESSAY_FIELD_NUMERIC_MAXIMUM_VALUE
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is less than specified value. |
static int |
ESSAY_FIELD_NUMERIC_MINIMUM_VALUE
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is bigger than specified value. |
static int |
ESSAY_FIELD_NUMERIC_REQUIRED
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is required. |
static int |
ESSAY_FIELD_TEXT_DATE
Response to essay field of type Question.ESSAY_FIELD_TEXT is date. |
static int |
ESSAY_FIELD_TEXT_EMAIL
Response to essay field of type Question.ESSAY_FIELD_TEXT is email. |
static int |
ESSAY_FIELD_TEXT_MAXIMUM_LENGTH
Maximum text length for response to essay field of type Question.ESSAY_FIELD_TEXT. |
static int |
ESSAY_FIELD_TEXT_MINIMUM_LENGTH
Minimum text length for response to essay field of type Question.ESSAY_FIELD_TEXT. |
static int |
ESSAY_FIELD_TEXT_MUST_CONTAIN
Response to essay field of type Question.ESSAY_FIELD_TEXT must contain specified text. |
static int |
ESSAY_FIELD_TEXT_REGEXP
Response to essay field of type Question.ESSAY_FIELD_TEXT must match specified regular expression. |
static int |
ESSAY_FIELD_TEXT_REQUIRED
Response to essay field of type Question.ESSAY_FIELD_TEXT is required. |
static int |
MATRIX_CELL_DROPDOWN_REQUIRED
Response to matrix cell of type QuestionMatrix.CELL_DROPDOWN is required. |
static int |
MATRIX_CELL_NUMERIC_IS_NUMBER
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is number. |
static int |
MATRIX_CELL_NUMERIC_MAXIMUM_VALUE
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is less than specified value. |
static int |
MATRIX_CELL_NUMERIC_MINIMUM_VALUE
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is bigger than specified value. |
static int |
MATRIX_CELL_NUMERIC_REQUIRED
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is required. |
static int |
MATRIX_CELL_TEXT_DATE
Response to matrix cell of type QuestionMatrix.CELL_TEXT is date. |
static int |
MATRIX_CELL_TEXT_EMAIL
Response to matrix cell of type QuestionMatrix.CELL_TEXT is email. |
static int |
MATRIX_CELL_TEXT_MAXIMUM_LENGTH
Maximum text length for response to matrix cell of type QuestionMatrix.CELL_TEXT. |
static int |
MATRIX_CELL_TEXT_MINIMUM_LENGTH
Minimum text length for response to matrix cell of type QuestionMatrix.CELL_TEXT. |
static int |
MATRIX_CELL_TEXT_MUST_CONTAIN
Response to matrix cell of type QuestionMatrix.CELL_TEXT must contain specified text. |
static int |
MATRIX_CELL_TEXT_REGEXP
Response to matrix cell of type QuestionMatrix.CELL_TEXT must match specified regular expression. |
static int |
MATRIX_CELL_TEXT_REQUIRED
Response to matrix cell of type QuestionMatrix.CELL_TEXT is required. |
static int |
MULTIPLE_QUESTION_MAXIMUM_SELECTION
Maximum selections in response to multiple question. |
static int |
MULTIPLE_QUESTION_MINIMUM_SELECTION
Minimum selections in response to multiple question. |
static int |
NUMERIC_QUESTION_IS_NUMBER
Response to numeric question is number. |
static int |
NUMERIC_QUESTION_MAXIMUM_VALUE
Response to numeric question is less than specified value. |
static int |
NUMERIC_QUESTION_MINIMUM_VALUE
Response to numeric question is bigger than specified value. |
static int |
NUMERIC_QUESTION_REQUIRED
Response to numeric question is required. |
static int |
RATING_QUESTION_REQUIRED
Response to rating question is required. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ESSAY_FIELD_TEXT_REQUIRED
null
.
public static final int ESSAY_FIELD_TEXT_MINIMUM_LENGTH
public static final int ESSAY_FIELD_TEXT_MAXIMUM_LENGTH
public static final int ESSAY_FIELD_TEXT_EMAIL
null
.
public static final int ESSAY_FIELD_TEXT_DATE
public static final int ESSAY_FIELD_TEXT_MUST_CONTAIN
public static final int ESSAY_FIELD_TEXT_REGEXP
public static final int ESSAY_FIELD_NUMERIC_IS_NUMBER
null
.
public static final int ESSAY_FIELD_NUMERIC_REQUIRED
null
.
public static final int ESSAY_FIELD_NUMERIC_MINIMUM_VALUE
public static final int ESSAY_FIELD_NUMERIC_MAXIMUM_VALUE
public static final int ESSAY_FIELD_DROPDOWN_REQUIRED
null
.
public static final int MATRIX_CELL_TEXT_REQUIRED
null
.
public static final int MATRIX_CELL_TEXT_MINIMUM_LENGTH
public static final int MATRIX_CELL_TEXT_MAXIMUM_LENGTH
public static final int MATRIX_CELL_TEXT_EMAIL
null
.
public static final int MATRIX_CELL_TEXT_DATE
public static final int MATRIX_CELL_TEXT_MUST_CONTAIN
public static final int MATRIX_CELL_TEXT_REGEXP
public static final int MATRIX_CELL_NUMERIC_IS_NUMBER
null
.
public static final int MATRIX_CELL_NUMERIC_REQUIRED
null
.
public static final int MATRIX_CELL_NUMERIC_MINIMUM_VALUE
public static final int MATRIX_CELL_NUMERIC_MAXIMUM_VALUE
public static final int MATRIX_CELL_DROPDOWN_REQUIRED
null
.
public static final int RATING_QUESTION_REQUIRED
null
.
public static final int DROPDOWN_QUESTION_MINIMUM_SELECTION
public static final int DROPDOWN_QUESTION_MAXIMUM_SELECTION
public static final int MULTIPLE_QUESTION_MINIMUM_SELECTION
public static final int MULTIPLE_QUESTION_MAXIMUM_SELECTION
public static final int NUMERIC_QUESTION_IS_NUMBER
null
.
public static final int NUMERIC_QUESTION_REQUIRED
null
.
public static final int NUMERIC_QUESTION_MINIMUM_VALUE
public static final int NUMERIC_QUESTION_MAXIMUM_VALUE
|
Copyright © ObjectPlanet Inc. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |