Uses of Interface
com.saperion.ngc.iform.Localized
-
Packages that use Localized Package Description com.saperion.ngc.iform.button Package for iForm buttons.com.saperion.ngc.iform.field Package for iForm field elements.com.saperion.ngc.iform.field.lookup Package for advanced lookup field classes.com.saperion.ngc.iform.image Package for iForm image elements.com.saperion.ngc.iform.label Package for iForm labels.com.saperion.ngc.iform.tab Package for iForm tab components. -
-
Uses of Localized in com.saperion.ngc.iform.button
Classes in com.saperion.ngc.iform.button that implement Localized Modifier and Type Class Description classFormButtonAButtonthat is contained in aIntelligentFormView. -
Uses of Localized in com.saperion.ngc.iform.field
Subinterfaces of Localized in com.saperion.ngc.iform.field Modifier and Type Interface Description interfaceIntelligentFieldInterface for all fields contained in a form.Classes in com.saperion.ngc.iform.field that implement Localized Modifier and Type Class Description classCheckboxFieldA field in a form that displays a checkbox for boolean values.classComboTextFieldA field that shows a selection of values (not read from a lookup table).classDateFieldA field in a form for date values.classFloatFieldA field in a form for float and currency values.classIntFieldA field in a form for integer values.classLookupTextFieldThis field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table.classMultiFieldIntelligentField to display and edit multi-value-fields.classTextFieldA field in a form for string values.classTimeFieldA field in a form for time values.classTristateFieldA field in a form for boolean values that offers three states: checked, unchecked, no value. -
Uses of Localized in com.saperion.ngc.iform.field.lookup
Classes in com.saperion.ngc.iform.field.lookup that implement Localized Modifier and Type Class Description classAdvancedLookupFieldA field for lookup-tables that uses a popup to show a query-form for advanced functionality. -
Uses of Localized in com.saperion.ngc.iform.image
Classes in com.saperion.ngc.iform.image that implement Localized Modifier and Type Class Description classFormEditableImage -
Uses of Localized in com.saperion.ngc.iform.label
Classes in com.saperion.ngc.iform.label that implement Localized Modifier and Type Class Description classFormLabelALabelthat is contained in aIntelligentFormView. -
Uses of Localized in com.saperion.ngc.iform.tab
Classes in com.saperion.ngc.iform.tab that implement Localized Modifier and Type Class Description classFormTabboxTabbox control for iForm.
-