Uses of Interface
com.saperion.ngc.iform.IntelligentFormView
-
Packages that use IntelligentFormView Package Description com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.navigation Package for all navigation events.com.saperion.ngc.iform Package for main iForm components.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.field.lookup.popup Package for advanced lookup field popup classes.com.saperion.ngc.iform.image Package for iForm image elements.com.saperion.ngc.iform.tab Package for iForm tab components.com.saperion.ngc.maintab Package for main tabbox.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.scripthelper Package for Server-Script utility/helper classes.com.saperion.ngc.util Package for client utility classes.com.saperion.ngc.viewer Package for viewer component classes. -
-
Uses of IntelligentFormView in com.saperion.ngc.events
Methods in com.saperion.ngc.events with parameters of type IntelligentFormView Modifier and Type Method Description voidBaseWindow. 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.events.navigation
Methods in com.saperion.ngc.events.navigation that return IntelligentFormView Modifier and Type Method Description IntelligentFormViewTabSelectedEvent. getIntelligentForm()Returns the IntelligentFormView of the selected tab.Constructors in com.saperion.ngc.events.navigation with parameters of type IntelligentFormView Constructor Description TabSelectedEvent(org.zkoss.zk.ui.Component target, FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)Constructor. -
Uses of IntelligentFormView in com.saperion.ngc.iform
Classes in com.saperion.ngc.iform that implement IntelligentFormView Modifier and Type Class Description classIntelligentFormViewImplImplementation of IntelligentFormView.Methods in com.saperion.ngc.iform that return IntelligentFormView Modifier and Type Method Description IntelligentFormViewIntelligentFormPopupWindow. getIForm()Gets the iform.Methods in com.saperion.ngc.iform that return types with arguments of type IntelligentFormView Modifier and Type Method Description java.util.Map<java.lang.Long,IntelligentFormView>ElementCreator. createIncludes(java.util.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.java.util.List<IntelligentFormView>IntelligentFormView. getForms()Returns a list of all embedded forms contained in this form.java.util.List<IntelligentFormView>IntelligentFormViewImpl. getForms()Returns a list of all embedded forms contained in this form.Methods in com.saperion.ngc.iform with parameters of type IntelligentFormView Modifier and Type Method Description static 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 IntelligentFormView Constructor Description ElementCreator(IntelligentFormView parent, com.saperion.ngc.iform.xml.PosType framePos, boolean noLocalizeation)Constructor.IndexValueMerger(java.util.List<FieldResultBean> valuesFromMask, java.util.Map<java.lang.String,java.lang.Object> valuesFromScript, IntelligentFormPresenter presenter, IntelligentFormView view)IntelligentFormPresenter(IntelligentFormView intForm) -
Uses of IntelligentFormView in com.saperion.ngc.iform.button
Methods in com.saperion.ngc.iform.button that return IntelligentFormView Modifier and Type Method Description IntelligentFormViewFormButton. 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 IntelligentFormView Constructor Description FormDefaultButton(java.lang.String title, ButtonInfo info, IntelligentFormView parentForm)Creates a new FormIconButton.FormIconButton(java.lang.String buttonSClass, java.lang.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 IntelligentFormView Modifier and Type Method Description IntelligentFormViewCheckboxField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewComboTextField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewDateField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewFloatField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewIntelligentField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewIntField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewLookupTextField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewMultiField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewTextField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewTimeField. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewTristateField. 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 Modifier and Type Method Description IntelligentFormViewAdvancedLookupField. getParentForm() -
Uses of IntelligentFormView in com.saperion.ngc.iform.field.lookup.popup
Constructors in com.saperion.ngc.iform.field.lookup.popup with parameters of type IntelligentFormView Constructor Description FormCreatedListener(IntelligentFormView iForm, AdvancedLookupField field) -
Uses of IntelligentFormView in com.saperion.ngc.iform.image
Methods in com.saperion.ngc.iform.image that return IntelligentFormView Modifier and Type Method Description IntelligentFormViewFormEditableImage. 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 IntelligentFormView Modifier and Type Method Description java.util.Map<java.lang.Long,IntelligentFormView>FormTabbox. getForms()Constructors in com.saperion.ngc.iform.tab with parameters of type IntelligentFormView Constructor Description FormTabbox(com.saperion.ngc.iform.xml.TabListType definition, boolean stretch, IntelligentFormView iForm, boolean isQueryForm, java.lang.String maskName, com.saperion.ngc.iform.xml.PosType panePos, java.lang.String ddc, boolean isNoLocalization)Constructor. -
Uses of IntelligentFormView in com.saperion.ngc.maintab
Methods in com.saperion.ngc.maintab that return IntelligentFormView Modifier and Type Method Description IntelligentFormViewTypedTab. getIFormView()Methods in com.saperion.ngc.maintab with parameters of type IntelligentFormView Modifier and Type Method Description voidTypedTab. 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 IntelligentFormView Modifier and Type Method Description IntelligentFormViewResultSetView. getParentForm()Returns the parent form or null if this field is not part of a form.IntelligentFormViewResultSetViewImpl. 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 IntelligentFormView Modifier and Type Method Description static IntelligentFieldScriptHelper. getFieldByName(IntelligentFormView form, java.lang.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 IntelligentFormView Modifier and Type Method Description static 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 IntelligentFormView Modifier and Type Method Description static IntelligentFieldScriptHelper. getFieldByName(IntelligentFormView form, java.lang.String name)Deprecated.Moved toScriptHelper.static voidScriptHelper. postQueryEvent(IntelligentFormView form)Deprecated.Moved toScriptHelper.static FieldUtil.ResolvedFieldLinkFieldUtil. resolveFieldLink(java.lang.String link, IntelligentFormView form)Resolves a field link. -
Uses of IntelligentFormView in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return IntelligentFormView Modifier and Type Method Description IntelligentFormViewAbstractDocumentView. getParentForm()Gets the parent form of this DocumentView.IntelligentFormViewDocumentView. getParentForm()Gets the parent form of this DocumentView.
-