Uses of Class
overit.geocall.lang.ForeignField
Packages that use ForeignField
Package
Description
-
Uses of ForeignField in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control declared as ForeignFieldModifier and TypeFieldDescriptionprotected ForeignFieldInput._ffprotected ForeignFieldOutput._ffprotected ForeignFieldColumn._ffGroupprotected ForeignField[]ColumnStaticView._ffLabelsprotected ForeignField[]InputOption._ffLabelsprotected ForeignField[]OutputStaticView._ffLabelsprotected ForeignFieldColumn._ffNameprotected ForeignFieldColumn._ffTitleprotected ForeignFieldInputOption._ffTitleprotected ForeignFieldInputDTZ._mergenameprotected ForeignFieldInputOption._roNameprotected ForeignFieldColumnDTZ._zonenameprotected ForeignFieldInputDTZ._zonenameprotected ForeignFieldOutputDTZ._zonenameprotected ForeignFieldSortableGridComponents.ffMethods in overit.geocall.basic.ui.control that return ForeignFieldModifier and TypeMethodDescriptionprotected ForeignFieldprotected ForeignFieldInputDTZ.getZoneName() -
Uses of ForeignField in overit.geocall.basic.ui.xlsx
Fields in overit.geocall.basic.ui.xlsx declared as ForeignFieldModifier and TypeFieldDescriptionprotected ForeignFieldXlsxColumn._ffBkgColorSwitchprotected ForeignFieldXlsxColumn._ffFontVariantSwitchprotected ForeignFieldXlsxColumn._ffGroupprotected ForeignFieldXlsxColumn._ffNameprotected ForeignFieldXlsxColumn.ffCommentSwitchprotected ForeignFieldXlsxColumn.ffFillPatternSwitch -
Uses of ForeignField in overit.geocall.lang
Methods in overit.geocall.lang that return ForeignFieldModifier and TypeMethodDescriptionfinal ForeignFieldTeacher.translateName(String name) Translates the field name passed as parameter, considering the possible presence of the prohibition expressed by the characterTeacher.AVOID, and returns the normalized name that can have the characterTeacher.TRYas first character, to request the translation of the valuefinal ForeignFieldTeacher.translateName(String name, String def) Translates the field name passed as parameter, considering the possible presence of the prohibition expressed by the characterTeacher.AVOID, and returns the normalized name that can have the characterTeacher.TRYas first character, to request the translation of the valuefinal ForeignFieldTeacher.translateName(String name, Map fieldPosition) Translates the field name passed as parameter, considering the possible presence of the prohibition expressed by the characterTeacher.AVOID, and returns the normalized name that can have the characterTeacher.TRYas first character, to request the translation of the valuefinal ForeignFieldTeacher.translateName(String name, DBView dbv) Translates the field name passed as parameter, considering the possible presence of the prohibition expressed by the characterTeacher.AVOID, and returns the normalized name that can have the characterTeacher.TRYas first character, to request the translation of the valueMethods in overit.geocall.lang with parameters of type ForeignFieldModifier and TypeMethodDescriptionprotected final StringTeacher.translateContent(ForeignField ff, Object o, String def, boolean forInput) final StringTeacher.translateContent(ForeignField ff, List l, String def) Translates, if necessary, the static translation of the content of the field retrieved from the map, or simply retrieves the valuefinal StringTeacher.translateContent(ForeignField ff, List l, String def, boolean forInput) Translates, if necessary, the static translation of the content of the field retrieved from the map, or simply retrieves the valuefinal StringTeacher.translateContent(ForeignField ff, Map map, String def) Translates, if necessary, the static translation of the content of the field retrieved from the map, or simply retrieves the valuefinal StringTeacher.translateContent(ForeignField ff, Map map, String def, boolean forInput) Translates, if necessary, the static translation of the content of the field retrieved from the map, or simply retrieves the value -
Uses of ForeignField in overit.geocall.util
Fields in overit.geocall.util declared as ForeignField