Uses of Interface
com.saperion.ngc.iform.IntelligentFormView
Packages that use IntelligentFormView
Package
Description
Package for all ZK events.
Package for all navigation events.
Package for main iForm components.
Package for iForm buttons.
Package for iForm field elements.
Package for advanced lookup field classes.
Package for advanced lookup field popup classes.
Package for iForm image elements.
Package for iForm tab components.
Package for main tabbox.
Package for resultset component classes.
Package for Server-Script utility/helper classes.
Package for client utility classes.
Package for viewer component classes.
-
Uses of IntelligentFormView in com.saperion.ngc.events
Methods in com.saperion.ngc.events with parameters of type IntelligentFormViewModifier and TypeMethodDescriptionvoidBaseWindow.postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView) Posts a tab selected event.voidEventChildHandler.postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView) Posts a tab selected event.voidEventChildHandlerImpl.postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView) Posts a tab selected event. -
Uses of IntelligentFormView in com.saperion.ngc.iform
Classes in com.saperion.ngc.iform that implement IntelligentFormViewModifier and TypeClassDescriptionclassImplementation of IntelligentFormView.Methods in com.saperion.ngc.iform that return IntelligentFormViewMethods in com.saperion.ngc.iform that return types with arguments of type IntelligentFormViewModifier and TypeMethodDescriptionElementCreator.createIncludes(List<com.saperion.ngc.iform.xml.IncludeType> includes, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component eventTarget, boolean autoQuery) Creates included elements.IntelligentFormView.getForms()Returns a list of all embedded forms contained in this form.IntelligentFormViewImpl.getForms()Returns a list of all embedded forms contained in this form.Methods in com.saperion.ngc.iform with parameters of type IntelligentFormViewModifier and TypeMethodDescriptionstatic booleanFormUtil.canModifyDocuments(IntelligentFormView form) Checks if all viewers of the form are able to edit documents.static booleanFormUtil.canShowRevisions(IntelligentFormView form) Checks if all viewers of the given form are able to show revisions.static booleanFormUtil.isIndexForm(IntelligentFormView form) Returns true if the form is any type of index-form.static booleanFormUtil.isQueryForm(IntelligentFormView form) Returns true if the form is any type of query-form.static voidTabIndexHelper.setTabIndex(org.zkoss.zk.ui.HtmlBasedComponent component, com.saperion.ngc.iform.xml.PosType pos, IntelligentFormView parent) Sets the tab-index property of the component as defined in the component's position.Constructors in com.saperion.ngc.iform with parameters of type IntelligentFormViewModifierConstructorDescriptionElementCreator(IntelligentFormView parent, com.saperion.ngc.iform.xml.PosType framePos, boolean noLocalizeation) Constructor.IndexValueMerger(List<FieldResultBean> valuesFromMask, Map<String, Object> valuesFromScript, IntelligentFormPresenter presenter, IntelligentFormView view) -
Uses of IntelligentFormView in com.saperion.ngc.iform.button
Methods in com.saperion.ngc.iform.button that return IntelligentFormViewModifier and TypeMethodDescriptionFormButton.getParentForm()Returns the parent form or null, if this button is not part of a form.Constructors in com.saperion.ngc.iform.button with parameters of type IntelligentFormViewModifierConstructorDescriptionFormDefaultButton(String title, ButtonInfo info, IntelligentFormView parentForm) Creates a new FormIconButton.FormIconButton(String buttonSClass, String tooltip, ButtonInfo info, IntelligentFormView parentForm) Creates a new FormIconButton. -
Uses of IntelligentFormView in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field that return IntelligentFormViewModifier and TypeMethodDescriptionCheckboxField.getParentForm()Returns the parent form or null if this field is not part of a form.ComboTextField.getParentForm()Returns the parent form or null if this field is not part of a form.DateField.getParentForm()Returns the parent form or null if this field is not part of a form.FloatField.getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentField.getParentForm()Returns the parent form or null if this field is not part of a form.IntField.getParentForm()Returns the parent form or null if this field is not part of a form.LookupTextField.getParentForm()Returns the parent form or null if this field is not part of a form.MultiField.getParentForm()Returns the parent form or null if this field is not part of a form.TextField.getParentForm()Returns the parent form or null if this field is not part of a form.TimeField.getParentForm()Returns the parent form or null if this field is not part of a form.TristateField.getParentForm()Returns the parent form or null if this field is not part of a form. -
Uses of IntelligentFormView in com.saperion.ngc.iform.field.lookup
Methods in com.saperion.ngc.iform.field.lookup that return IntelligentFormView -
Uses of IntelligentFormView in com.saperion.ngc.iform.field.lookup.popup
Constructors in com.saperion.ngc.iform.field.lookup.popup with parameters of type IntelligentFormViewModifierConstructorDescriptionFormCreatedListener(IntelligentFormView iForm, AdvancedLookupField field) -
Uses of IntelligentFormView in com.saperion.ngc.iform.image
Methods in com.saperion.ngc.iform.image that return IntelligentFormViewModifier and TypeMethodDescriptionFormEditableImage.getParentForm()Returns the parent form or null if this field is not part of a form. -
Uses of IntelligentFormView in com.saperion.ngc.iform.tab
Methods in com.saperion.ngc.iform.tab that return types with arguments of type IntelligentFormViewConstructors in com.saperion.ngc.iform.tab with parameters of type IntelligentFormViewModifierConstructorDescriptionFormTabbox(com.saperion.ngc.iform.xml.TabListType definition, boolean stretch, IntelligentFormView iForm, boolean isQueryForm, String maskName, com.saperion.ngc.iform.xml.PosType panePos, String ddc, boolean isNoLocalization) Constructor. -
Uses of IntelligentFormView in com.saperion.ngc.maintab
Methods in com.saperion.ngc.maintab that return IntelligentFormViewMethods in com.saperion.ngc.maintab with parameters of type IntelligentFormViewModifier and TypeMethodDescriptionvoidTypedTab.setIFormView(IntelligentFormView view) Sets the iForm view that is contained in this tab. -
Uses of IntelligentFormView in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return IntelligentFormViewModifier and TypeMethodDescriptionResultSetView.getParentForm()Returns the parent form or null if this field is not part of a form.ResultSetViewImpl.getParentForm()Returns the parent form or null if this field is not part of a form. -
Uses of IntelligentFormView in com.saperion.ngc.scripthelper
Methods in com.saperion.ngc.scripthelper with parameters of type IntelligentFormViewModifier and TypeMethodDescriptionstatic IntelligentFieldScriptHelper.getFieldByName(IntelligentFormView form, String name) Returns the field with the specified name or null, if no field was found.static voidScriptHelper.postQueryEvent(IntelligentFormView form) Posts a query event (onButton-event of type ON_QUERY) to the given form. -
Uses of IntelligentFormView in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return IntelligentFormViewModifier and TypeMethodDescriptionstatic IntelligentFormViewFieldUtil.getParentForm(org.zkoss.zk.ui.Component formComponent) Returns the parent form of the specified component or null, if the component is not part of a form.Methods in com.saperion.ngc.util with parameters of type IntelligentFormViewModifier and TypeMethodDescriptionstatic IntelligentFieldScriptHelper.getFieldByName(IntelligentFormView form, String name) Deprecated.static voidScriptHelper.postQueryEvent(IntelligentFormView form) Deprecated.Moved toScriptHelper.static FieldUtil.ResolvedFieldLinkFieldUtil.resolveFieldLink(String link, IntelligentFormView form) Resolves a field link. -
Uses of IntelligentFormView in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return IntelligentFormViewModifier and TypeMethodDescriptionAbstractDocumentView.getParentForm()Gets the parent form of this DocumentView.DocumentView.getParentForm()Gets the parent form of this DocumentView.
ScriptHelper.