Package org.javlo.component.form
Class GenericQuiz.Question
- java.lang.Object
-
- org.javlo.component.form.Field
-
- org.javlo.component.form.GenericQuiz.Question
-
- Enclosing class:
- GenericQuiz
public static class GenericQuiz.Question extends Field
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.javlo.component.form.Field
Field.FieldComparator
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<? extends Object>
FIELD_TYPES
-
Fields inherited from class org.javlo.component.form.Field
FIELD_ROLES, ROLE_COUNT_PART, SEP, STATIC_TEXT, STATIC_TITLE, TYPE_VAT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExplanation()
List<? extends Object>
getFieldTypes()
String
getName()
String
getPrefix()
String
getResponse()
void
setExplanation(String explanation)
void
setResponse(String response)
String
toString()
-
Methods inherited from class org.javlo.component.form.Field
getAutocomplete, getCondition, getConditionField, getConditionOperator, getConditionTest, getFieldRoles, getFormatLabel, getLabel, getLabelSize, getList, getListLabelSize, getOrder, getRawList, getRegisteredList, getRole, getSqlType, getType, getValue, getWidth, isFilledWidth, isFirst, isLast, isNeedList, isRequire, isValueValid, setAutocomplete, setCondition, setFirst, setLabel, setLast, setName, setOrder, setRawList, setRegisteredList, setRequire, setRole, setType, setValue, setWidth
-
-
-
-
Method Detail
-
getResponse
public String getResponse()
-
setResponse
public void setResponse(String response)
-
getFieldTypes
public List<? extends Object> getFieldTypes()
- Overrides:
getFieldTypes
in classField
-
getExplanation
public String getExplanation()
-
setExplanation
public void setExplanation(String explanation)
-
-