Package com.mayam.wf.ws.rest.domain
Class FormOverrides.FieldOverride
java.lang.Object
com.mayam.wf.ws.rest.domain.FormOverrides.FieldOverride
- Enclosing class:
FormOverrides<T extends FormOverrides.HasFormFields>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Cvl
protected String
protected Field.DisplayMode
protected Integer
protected String
protected Field.FormWidth
protected TranslatedString
protected TranslatedString
protected Boolean
protected Long
protected Long
protected String
protected Boolean
protected FormOverrides<T>.TableSchemaDetailsOverride
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue
(String defaultValue) displayMode
(Field.DisplayMode displayMode) displayRows
(int displayRows) done()
editable()
formHeight
(String height) formWidth
(Field.FormWidth width) hint
(TranslatedString hint) label
(TranslatedString label) max
(long constraint) min
(long constraint) optional()
readOnly()
-
Field Details
-
label
-
hint
-
readOnly
-
mandatory
-
defaultValue
-
displayRows
-
displayMode
-
cvl
-
minConstraint
-
maxConstraint
-
patternConstraint
-
formHeight
-
formWidth
-
tableSchema
protected FormOverrides<T extends FormOverrides.HasFormFields>.TableSchemaDetailsOverride tableSchema
-
-
Method Details
-
readOnly
-
editable
-
mandatory
-
optional
-
defaultValue
-
displayRows
-
formHeight
-
tableSchema
-
staticCvl
-
min
-
max
-
pattern
-
done