Uses of Interface
com.saperion.ngc.iform.field.IntelligentField
Packages that use IntelligentField
Package
Description
Package for main iForm components.
Package for iForm field elements.
Package for iForm field elements.
Package for advanced lookup field classes.
Package for iForm image elements.
Package for iForm tab components.
Package for field validators.
Package for portal classes.
Package for resultset query generator classes.
Package for Server-Script utility/helper classes.
Package for client utility classes.
-
Uses of IntelligentField in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return IntelligentFieldModifier and TypeMethodDescriptionIntelligentFormView.getFieldByFrameId
(long frameId) Returns a field by the given frame id.IntelligentFormViewImpl.getFieldByFrameId
(long frameId) Returns a field by the given frame id.Methods in com.saperion.ngc.iform that return types with arguments of type IntelligentFieldModifier and TypeMethodDescriptionElementCreator.createEditFields
(List<com.saperion.ngc.iform.xml.EditFieldType> editFields, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component eventParent) Creates fields.ElementCreator.createHiddenElements
(com.saperion.ngc.iform.xml.HiddenType hiddenElements, org.zkoss.zk.ui.Component parent) Creates and handles hidden elements.IntelligentFormView.getFields()
Returns a list of all fields contained in this form.IntelligentFormViewImpl.getFields()
Returns a list of all fields contained in this form.Methods in com.saperion.ngc.iform with parameters of type IntelligentFieldModifier and TypeMethodDescriptionstatic void
ValidationErrorMessageCreator.showValidationErrorMessage
(IntelligentField field, FieldValidationException.ValidationError validationError, EventChildHandler eventHandler) Constructors in com.saperion.ngc.iform with parameters of type IntelligentFieldModifierConstructorDescriptionFieldResultBean
(IntelligentField field, com.saperion.intf.SaValue[] values, boolean wasCleared) Constructor for field-usage.FieldValidator
(IntelligentField field) Deprecated. -
Uses of IntelligentField in com.saperion.ngc.iform.field
Classes in com.saperion.ngc.iform.field that implement IntelligentFieldModifier and TypeClassDescriptionclass
A field in a form that displays a checkbox for boolean values.class
A field that shows a selection of values (not read from a lookup table).class
A field in a form for date values.class
A field in a form for float and currency values.class
A field in a form for integer values.class
This field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table.class
IntelligentField to display and edit multi-value-fields.class
A field in a form for string values.class
A field in a form for time values.class
A field in a form for boolean values that offers three states: checked, unchecked, no value.Methods in com.saperion.ngc.iform.field that return IntelligentFieldModifier and TypeMethodDescriptionstatic IntelligentField
FieldFactory.getField
(com.saperion.ngc.iform.xml.EditFieldType type, boolean editable, com.saperion.ngc.iform.xml.PosType panePos, FormMode mode, boolean isNoLocalization) Constructors in com.saperion.ngc.iform.field with parameters of type IntelligentFieldModifierConstructorDescriptionFieldEventHandler
(IntelligentField main, com.saperion.ngc.iform.xml.EditFieldType fieldType, EventChildHandler eventProvider) -
Uses of IntelligentField in com.saperion.ngc.iform.field.defaultValue
Methods in com.saperion.ngc.iform.field.defaultValue with parameters of type IntelligentFieldModifier and TypeMethodDescriptionstatic DefaultValueHandler
DefaultValueHandler.forFieldAndString
(IntelligentField field, String value) Initializes the handler with the default value string as defined in the mask.DefaultValue.handleValue
(IntelligentField field, String originalString) Handles the default value.DocumentFolderPath.handleValue
(IntelligentField field, String originalString) Handles the default value.FieldLink.handleValue
(IntelligentField field, String originalString) FileName.handleValue
(IntelligentField field, String originalString) Handles the default value.SysDateAndTime.handleValue
(IntelligentField field, String originalString) Handles the default value.UnsupportedValue.handleValue
(IntelligentField field, String originalString) Handles the default value.UserInfos.handleValue
(IntelligentField field, String originalString) Handles the default value.Constructors in com.saperion.ngc.iform.field.defaultValue with parameters of type IntelligentFieldModifierConstructorDescriptionMethods
(IntelligentField field, String value) Creates a new Methods instance. -
Uses of IntelligentField in com.saperion.ngc.iform.field.lookup
Classes in com.saperion.ngc.iform.field.lookup that implement IntelligentFieldModifier and TypeClassDescriptionclass
A field for lookup-tables that uses a popup to show a query-form for advanced functionality. -
Uses of IntelligentField in com.saperion.ngc.iform.image
Classes in com.saperion.ngc.iform.image that implement IntelligentField -
Uses of IntelligentField in com.saperion.ngc.iform.tab
Methods in com.saperion.ngc.iform.tab that return types with arguments of type IntelligentField -
Uses of IntelligentField in com.saperion.ngc.iform.validator
Classes in com.saperion.ngc.iform.validator with type parameters of type IntelligentFieldModifier and TypeClassDescriptionclass
AbstractFieldValidator<T extends IntelligentField>
Abstract base class for all field validators.Fields in com.saperion.ngc.iform.validator declared as IntelligentFieldModifier and TypeFieldDescriptionprotected final T
AbstractFieldValidator.field
The field to validate.Methods in com.saperion.ngc.iform.validator with parameters of type IntelligentFieldModifier and TypeMethodDescriptionstatic void
FieldValidator.validate
(IntelligentField field) Validates the field.Constructors in com.saperion.ngc.iform.validator with parameters of type IntelligentField -
Uses of IntelligentField in com.saperion.ngc.portal
Methods in com.saperion.ngc.portal with parameters of type IntelligentFieldModifier and TypeMethodDescriptionstatic void
PortalHelper.setFieldValue
(String value, IntelligentField field) Sets the value of the specified field. -
Uses of IntelligentField in com.saperion.ngc.resultset.generator
Methods in com.saperion.ngc.resultset.generator with parameters of type IntelligentFieldModifier and TypeMethodDescriptionvoid
FormQueryGenerator.addField
(IntelligentField field) Adds a field to the list. -
Uses of IntelligentField in com.saperion.ngc.scripthelper
Methods in com.saperion.ngc.scripthelper that return IntelligentFieldModifier and TypeMethodDescriptionstatic IntelligentField
ScriptHelper.getFieldByName
(IntelligentFormView form, String name) Returns the field with the specified name or null, if no field was found. -
Uses of IntelligentField in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return IntelligentFieldModifier and TypeMethodDescriptionFieldUtil.ResolvedFieldLink.getField()
Gets the field.static IntelligentField
ScriptHelper.getFieldByName
(IntelligentFormView form, String name) Deprecated.Methods in com.saperion.ngc.util with parameters of type IntelligentFieldModifier and TypeMethodDescriptionstatic void
FieldUtil.copyValue
(IntelligentField fromField, IntelligentField toField) Copies the value from one field to another.static Object
FieldUtil.getFieldValue
(IntelligentField fromField) Returns the value from the specified field as object.static boolean
FieldUtil.isBooleanField
(IntelligentField field) static boolean
FieldUtil.isDateField
(IntelligentField field) static boolean
FieldUtil.isDoubleField
(IntelligentField field) static boolean
FieldUtil.isIntegerField
(IntelligentField field) static boolean
FieldUtil.isMultivalueField
(IntelligentField field) static boolean
FieldUtil.isStringField
(IntelligentField field) Constructors in com.saperion.ngc.util with parameters of type IntelligentFieldModifierConstructorDescriptionResolvedFieldLink
(IntelligentField theField, String theLinkedColumn, com.saperion.ngc.iform.xml.LimitType theLimit, boolean linkToColumn) Instantiates a new resolved field link.
ScriptHelper
.