Package | Description |
---|---|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
com.saperion.ngc.iform.field.defaultValue |
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.tab |
Package for iForm tab components.
|
com.saperion.ngc.iform.validator |
Package for field validators.
|
com.saperion.ngc.portal |
Package for portal classes.
|
com.saperion.ngc.resultset.generator |
Package for resultset query generator classes.
|
com.saperion.ngc.scripthelper |
Package for Server-Script utility/helper classes.
|
com.saperion.ngc.util |
Package for client utility classes.
|
Modifier and Type | Method and Description |
---|---|
IntelligentField |
IntelligentFormViewImpl.getFieldByFrameId(long frameId)
Returns a field by the given frame id.
|
IntelligentField |
IntelligentFormView.getFieldByFrameId(long frameId)
Returns a field by the given frame id.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,IntelligentField> |
ElementCreator.createEditFields(List<com.saperion.ngc.iform.xml.EditFieldType> editFields,
org.zkoss.zk.ui.Component parent,
org.zkoss.zk.ui.Component eventParent)
Creates fields.
|
Map<Long,IntelligentField> |
ElementCreator.createHiddenElements(com.saperion.ngc.iform.xml.HiddenType hiddenElements,
org.zkoss.zk.ui.Component parent)
Creates and handles hidden elements.
|
List<IntelligentField> |
IntelligentFormViewImpl.getFields()
Returns a list of all fields contained in this form.
|
List<IntelligentField> |
IntelligentFormView.getFields()
Returns a list of all fields contained in this form.
|
Modifier and Type | Method and Description |
---|---|
static void |
ValidationErrorMessageCreator.showValidationErrorMessage(IntelligentField field,
FieldValidationException.ValidationError validationError,
EventChildHandler eventHandler) |
Constructor and Description |
---|
FieldResultBean(IntelligentField field,
com.saperion.intf.SaValue[] values,
boolean wasCleared)
Constructor for field-usage.
|
FieldValidator(IntelligentField field)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxField
A field in a form that displays a checkbox for boolean values.
|
class |
ComboTextField
A field that shows a selection of values (not read from a lookup table).
|
class |
DateField
A field in a form for date values.
|
class |
FloatField
A field in a form for float and currency values.
|
class |
IntField
A field in a form for integer values.
|
class |
LookupTextField
This field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table. |
class |
MultiField
IntelligentField to display and edit multi-value-fields.
|
class |
TextField
A field in a form for string values.
|
class |
TimeField
A field in a form for time values.
|
class |
TristateField
A field in a form for boolean values that offers three states: checked, unchecked, no value.
|
Modifier and Type | Method and Description |
---|---|
static IntelligentField |
FieldFactory.getField(com.saperion.ngc.iform.xml.EditFieldType type,
boolean editable,
com.saperion.ngc.iform.xml.PosType panePos,
FormMode mode,
boolean isNoLocalization) |
Constructor and Description |
---|
FieldEventHandler(IntelligentField main,
com.saperion.ngc.iform.xml.EditFieldType fieldType,
EventChildHandler eventProvider) |
Modifier and Type | Method and Description |
---|---|
static DefaultValueHandler |
DefaultValueHandler.forFieldAndString(IntelligentField field,
String value)
Initializes the handler with the default value string as defined in the mask.
|
String |
UserInfos.handleValue(IntelligentField field,
String originalString)
Handles the default value.
|
String |
UnsupportedValue.handleValue(IntelligentField field,
String originalString)
Handles the default value.
|
String |
SysDateAndTime.handleValue(IntelligentField field,
String originalString)
Handles the default value.
|
String |
FileName.handleValue(IntelligentField field,
String originalString)
Handles the default value.
|
String |
FieldLink.handleValue(IntelligentField field,
String originalString) |
String |
DocumentFolderPath.handleValue(IntelligentField field,
String originalString)
Handles the default value.
|
String |
DefaultValue.handleValue(IntelligentField field,
String originalString)
Handles the default value.
|
Constructor and Description |
---|
Methods(IntelligentField field,
String value)
Creates a new Methods instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedLookupField
A field for lookup-tables that uses a popup to show a query-form for advanced functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
FormEditableImage |
Modifier and Type | Method and Description |
---|---|
Map<Long,IntelligentField> |
FormTabbox.getEditFields() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldValidator<T extends IntelligentField>
Abstract base class for all field validators.
|
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractFieldValidator.field
The field to validate.
|
Modifier and Type | Method and Description |
---|---|
static void |
FieldValidator.validate(IntelligentField field)
Validates the field.
|
Constructor and Description |
---|
GenericFieldValidator(IntelligentField field) |
Modifier and Type | Method and Description |
---|---|
static void |
PortalHelper.setFieldValue(String value,
IntelligentField field)
Sets the value of the specified field.
|
Modifier and Type | Method and Description |
---|---|
void |
FormQueryGenerator.addField(IntelligentField field)
Adds a field to the list.
|
Modifier and Type | Method and Description |
---|---|
static IntelligentField |
ScriptHelper.getFieldByName(IntelligentFormView form,
String name)
Returns the field with the specified name or null, if no field was found.
|
Modifier and Type | Method and Description |
---|---|
IntelligentField |
FieldUtil.ResolvedFieldLink.getField()
Gets the field.
|
static IntelligentField |
ScriptHelper.getFieldByName(IntelligentFormView form,
String name)
Deprecated.
Moved to
ScriptHelper . Will be removed in 8.0. |
Modifier and Type | Method and Description |
---|---|
static 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) |
Constructor and Description |
---|
ResolvedFieldLink(IntelligentField theField,
String theLinkedColumn,
com.saperion.ngc.iform.xml.LimitType theLimit,
boolean linkToColumn)
Instantiates a new resolved field link.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.