Package com.saperion.ngc.iform
Interface Localized
-
- All Known Subinterfaces:
IntelligentField
- All Known Implementing Classes:
AdvancedLookupField
,CheckboxField
,ComboTextField
,DateField
,FloatField
,FormButton
,FormEditableImage
,FormLabel
,FormTabbox
,IntField
,LookupTextField
,MultiField
,TextField
,TimeField
,TristateField
public interface Localized
This interface defines localization-related methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isNoLocalize()
Returns the noLocalize parameter.void
setNoLocalize(boolean noLocalize)
Sets the noLocalize parameter that can be used to disable localization of this component.
-