Constructors
EventDataDialogField()
Methods
addListItem(String)
Adds individual items to list.getAdditionalInfo()
Returns additional info for the named list.getAllowBlank()
Returns true if field is allowed to be empty instead of 0.getAllowRootSelection()
Returns true if root selection is allowed.getDays()
Returns true if days is enabled, used with timespan field type.getDefault()
Returns default value set.getDefaultFloat()
Returns default float value set. Only use for float field type.getForceFlatList()
Force flat list if using list name.getId()
Returns identifier for field.getHideEmptyRootsInSearch()
If true, hide empty roots in search. Default is false. Only applies when showFullPath is true and field type is list.getHours()
Returns true if hours is enabled, used with timespan field type.getLabel()
Returns label for field.getListName()
Returns listname for field.getMandatory()
If true, field has to have a valid value.getMinutes()
Returns true if minutes is enabled, used with timespan field type.getPlaceholder()
Returns placeholder text for field.getSeconds()
Returns true if seconds is enabled, used with timespan field type.getShowAllChildrenInSearch()
Show all children when searching. Default is false. Only applies if showFullPath is true and field type is list.getShowFullPath()
If true, list is preloaded so that the full path is shown.getType()
Returns what type of field.Supports:
- label
- text
- integer
- decimal
- checkbox
- date
- datetime
- time
- timeSpan
- list
setAdditionalInfo(String)
Sets additional info for the named list.setAllowBlank(Bool)
Set to true if field is allowed to be empty instead of 0.setAllowRootSelection(Bool)
Set to true if root selection is allowed.setDays(Bool)
Set to true if days is enabled, used with timespan field type.setDefault(String)
Sets default value for field.Can be used to set Integer, Date, DateTime, Time and String default value formatted as a String. For Float please use setDefaultFloat(Float).
setDefaultFloat(Float)
Sets default float value. Only use for float field type.setForceFlatList(Bool)
Force flat list if using list name.setLabel(String)
Sets label for field.setListName(String)
Set listname for field.setId(String)
Set identifier for field.setHideEmptyRootsInSearch(Bool)
If true, hide empty roots in search. Default is false. Only applies when showFullPath is true and field type is list.setHours(Bool)
Returns true if hours is enabled, used with timespan field type.setMandatory(Bool)
If true, field has to have a valid value.setMinutes(Bool)
Returns true if minutes is enabled, used with timespan field type.setPlaceholder(String)
Sets placeholder text for field.setSeconds(Bool)
Returns true if seconds is enabled, used with timespan field type.setShowAllChildrenInSearch(Bool)
Show all children when searching. Default is false. Only applies if showFullPath is true and field type is list.setShowFullPath(Bool)
If true, list is preloaded so that the full path is shown.setType(String)
Sets what type of field.Supports:
- label
- text
- integer
- decimal
- checkbox
- date
- datetime
- time
- timeSpan
- list. Note: the “(No Selection)” option can be added by appending “WithNoSelection” to the list name e.g., field.setListName(“associateWithNoSelection”);