Class AvailabilityFieldImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
ch.tocco.nice2.model.form.impl.form2.components.RelationFieldImpl
ch.tocco.nice2.model.form.impl.form2.components.RemoteFieldImpl
ch.tocco.nice2.model.form.impl.form2.components.AvailabilityFieldImpl
- All Implemented Interfaces:
AvailabilityField
,Component
,DataComponent
,Field
,RelationField
,RemoteField
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFromDatePaths
(List<String> fromDatePaths) void
setLabelAll
(String labelAll) void
setLabelAvailable
(String labelAvailable) void
setTillDatePaths
(List<String> tillDatePaths) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.RemoteFieldImpl
getConstriction, getDisplayAdvancedSearch, getDisplayCreateButton, getDisplayCreateButtonWidget, getDisplayDocsTree, getFormBase, getFormName, getItemCount, setConstriction, setDisplayAdvancedSearch, setDisplayCreateButton, setDisplayCreateButtonWidget, setDisplayDocsTree, setFormBase, setFormName, setItemCount
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.RelationFieldImpl
getOptionDisplay, setOptionDisplay
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
clone, getAutoCompleteEndpoint, getDataType, getDefaultLabel, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly, setAutoCompleteEndpoint, setDataType, setDefaultValue, setPath, setSimpleSearch, setValidator, toString
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.DataComponent
getDefaultLabel
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Field
accept, getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.RelationField
getOptionDisplay
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.RemoteField
getConstriction, getDisplayAdvancedSearch, getDisplayCreateButton, getDisplayCreateButtonWidget, getDisplayDocsTree, getFormBase, getFormName, getItemCount
-
Constructor Details
-
AvailabilityFieldImpl
public AvailabilityFieldImpl()
-
-
Method Details
-
getFromDatePaths
- Specified by:
getFromDatePaths
in interfaceAvailabilityField
-
setFromDatePaths
-
getTillDatePaths
- Specified by:
getTillDatePaths
in interfaceAvailabilityField
-
setTillDatePaths
-
getLabelAll
- Specified by:
getLabelAll
in interfaceAvailabilityField
-
setLabelAll
-
getLabelAvailable
- Specified by:
getLabelAvailable
in interfaceAvailabilityField
-
setLabelAvailable
-