Class RemoteFieldImpl
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
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
boolean
boolean
boolean
boolean
@Nullable String
Used to determine the search- and list-form of the remote field.void
setConstriction
(String constriction) void
setDisplayAdvancedSearch
(boolean displayAdvancedSearch) void
setDisplayCreateButton
(boolean displayCreateButton) void
setDisplayCreateButtonWidget
(boolean displayCreateButtonWidget) void
setDisplayDocsTree
(boolean displayDocsTree) void
setFormBase
(String baseForm) void
setFormName
(String formName) void
setItemCount
(Integer itemCount) 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, 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
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.RelationField
getOptionDisplay
-
Constructor Details
-
RemoteFieldImpl
public RemoteFieldImpl()
-
-
Method Details
-
getFormBase
Description copied from interface:RemoteField
Used to determine the search- and list-form of the remote field.- Specified by:
getFormBase
in interfaceRemoteField
-
setFormBase
-
getFormName
- Specified by:
getFormName
in interfaceRemoteField
-
setFormName
-
getConstriction
- Specified by:
getConstriction
in interfaceRelationField
- Specified by:
getConstriction
in interfaceRemoteField
- Overrides:
getConstriction
in classRelationFieldImpl
-
setConstriction
- Overrides:
setConstriction
in classRelationFieldImpl
-
getDisplayDocsTree
public boolean getDisplayDocsTree()- Specified by:
getDisplayDocsTree
in interfaceRemoteField
-
setDisplayDocsTree
public void setDisplayDocsTree(boolean displayDocsTree) -
getDisplayAdvancedSearch
public boolean getDisplayAdvancedSearch()- Specified by:
getDisplayAdvancedSearch
in interfaceRemoteField
-
setDisplayAdvancedSearch
public void setDisplayAdvancedSearch(boolean displayAdvancedSearch) -
getDisplayCreateButton
public boolean getDisplayCreateButton()- Specified by:
getDisplayCreateButton
in interfaceRemoteField
-
setDisplayCreateButton
public void setDisplayCreateButton(boolean displayCreateButton) -
getDisplayCreateButtonWidget
public boolean getDisplayCreateButtonWidget()- Specified by:
getDisplayCreateButtonWidget
in interfaceRemoteField
-
setDisplayCreateButtonWidget
public void setDisplayCreateButtonWidget(boolean displayCreateButtonWidget) -
getItemCount
- Specified by:
getItemCount
in interfaceRemoteField
-
setItemCount
-