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 voidValidationErrorMessageCreator.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 TypeClassDescriptionclassA field in a form that displays a checkbox for boolean values.classA field that shows a selection of values (not read from a lookup table).classA field in a form for date values.classA field in a form for float and currency values.classA field in a form for integer values.classThis field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table.classIntelligentField to display and edit multi-value-fields.classA field in a form for string values.classA field in a form for time values.classA 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 IntelligentFieldFieldFactory.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 DefaultValueHandlerDefaultValueHandler.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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassAbstractFieldValidator<T extends IntelligentField>Abstract base class for all field validators.Fields in com.saperion.ngc.iform.validator declared as IntelligentFieldModifier and TypeFieldDescriptionprotected final TAbstractFieldValidator.fieldThe field to validate.Methods in com.saperion.ngc.iform.validator with parameters of type IntelligentFieldModifier and TypeMethodDescriptionstatic voidFieldValidator.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 voidPortalHelper.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 TypeMethodDescriptionvoidFormQueryGenerator.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 IntelligentFieldScriptHelper.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 IntelligentFieldScriptHelper.getFieldByName(IntelligentFormView form, String name) Deprecated.Methods in com.saperion.ngc.util with parameters of type IntelligentFieldModifier and TypeMethodDescriptionstatic voidFieldUtil.copyValue(IntelligentField fromField, IntelligentField toField) Copies the value from one field to another.static ObjectFieldUtil.getFieldValue(IntelligentField fromField) Returns the value from the specified field as object.static booleanFieldUtil.isBooleanField(IntelligentField field) static booleanFieldUtil.isDateField(IntelligentField field) static booleanFieldUtil.isDoubleField(IntelligentField field) static booleanFieldUtil.isIntegerField(IntelligentField field) static booleanFieldUtil.isMultivalueField(IntelligentField field) static booleanFieldUtil.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.