Class LocationFieldWrapper
java.lang.Object
ch.tocco.nice2.model.form.api.components.ComponentWrapper
ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
ch.tocco.nice2.model.form.api.components.composite.LocationFieldWrapper
- All Implemented Interfaces:
Component
,LocationField
,LabeledComponent
@Deprecated
public class LocationFieldWrapper
extends LabeledComponentWrapper
implements LocationField
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.Component
Component.ComponentFilter, Component.DataNavigationType, Component.DisplayType, Component.Position
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
LabeledComponent.UseLabel
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
handler
-
Constructor Summary
ConstructorDescriptionLocationFieldWrapper
(LocationField locationField, ComponentWrapperHandler handler) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.@Nullable String
Deprecated.Deprecated.Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.boolean
Deprecated.void
setAdminCode2Field
(String adminCode2Field) Deprecated.void
setCountryField
(String countryField) Deprecated.void
setLinkGoogleMaps
(boolean linkGoogleMaps) Deprecated.void
setLocationField
(String locationField) Deprecated.void
setPostcodeField
(String postcodeField) Deprecated.void
setStateField
(String stateField) Deprecated.void
setStreetField
(String streetField) Deprecated.Methods inherited from class ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
getLabel, getUseLabel, setLabel, setUseLabel
Methods inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, hideChild, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.components.Component
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrap
Methods inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
getLabel, getUseLabel, setLabel, setUseLabel
-
Constructor Details
-
LocationFieldWrapper
Deprecated.
-
-
Method Details
-
setPostcodeField
Deprecated.- Specified by:
setPostcodeField
in interfaceLocationField
-
getPostcodeField
Deprecated.- Specified by:
getPostcodeField
in interfaceLocationField
-
setLocationField
Deprecated.- Specified by:
setLocationField
in interfaceLocationField
-
getLocationField
Deprecated.- Specified by:
getLocationField
in interfaceLocationField
-
setStreetField
Deprecated.- Specified by:
setStreetField
in interfaceLocationField
-
getStreetField
Deprecated.- Specified by:
getStreetField
in interfaceLocationField
-
setCountryField
Deprecated.- Specified by:
setCountryField
in interfaceLocationField
-
getCountryField
Deprecated.- Specified by:
getCountryField
in interfaceLocationField
-
setStateField
Deprecated.- Specified by:
setStateField
in interfaceLocationField
-
getStateField
Deprecated.- Specified by:
getStateField
in interfaceLocationField
-
setAdminCode2Field
Deprecated.- Specified by:
setAdminCode2Field
in interfaceLocationField
-
getAdminCode2Field
Deprecated.- Specified by:
getAdminCode2Field
in interfaceLocationField
-
setLinkGoogleMaps
public void setLinkGoogleMaps(boolean linkGoogleMaps) Deprecated.- Specified by:
setLinkGoogleMaps
in interfaceLocationField
-
isLinkGoogleMaps
public boolean isLinkGoogleMaps()Deprecated.- Specified by:
isLinkGoogleMaps
in interfaceLocationField
-