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 void
BaseWindow. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
Posts a tab selected event.void
EventChildHandler. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
Posts a tab selected event.void
EventChildHandlerImpl. 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 IntelligentFormView
TabSelectedEvent. 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 class
IntelligentFormViewImpl
Implementation of IntelligentFormView.Methods in com.saperion.ngc.iform that return IntelligentFormView Modifier and Type Method Description IntelligentFormView
IntelligentFormPopupWindow. 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 boolean
FormUtil. canModifyDocuments(IntelligentFormView form)
Checks if all viewers of the form are able to edit documents.static boolean
FormUtil. canShowRevisions(IntelligentFormView form)
Checks if all viewers of the given form are able to show revisions.static boolean
FormUtil. isIndexForm(IntelligentFormView form)
Returns true if the form is any type of index-form.static boolean
FormUtil. isQueryForm(IntelligentFormView form)
Returns true if the form is any type of query-form.static void
TabIndexHelper. 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 IntelligentFormView
FormButton. 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 IntelligentFormView
CheckboxField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
ComboTextField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
DateField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
FloatField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
IntelligentField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
IntField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
LookupTextField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
MultiField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
TextField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
TimeField. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
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 Modifier and Type Method Description IntelligentFormView
AdvancedLookupField. 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 IntelligentFormView
FormEditableImage. 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 IntelligentFormView
TypedTab. getIFormView()
Methods in com.saperion.ngc.maintab with parameters of type IntelligentFormView Modifier and Type Method Description void
TypedTab. 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 IntelligentFormView
ResultSetView. getParentForm()
Returns the parent form or null if this field is not part of a form.IntelligentFormView
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 IntelligentFormView Modifier and Type Method Description static IntelligentField
ScriptHelper. getFieldByName(IntelligentFormView form, java.lang.String name)
Returns the field with the specified name or null, if no field was found.static void
ScriptHelper. 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 IntelligentFormView
FieldUtil. 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 IntelligentField
ScriptHelper. getFieldByName(IntelligentFormView form, java.lang.String name)
Deprecated.Moved toScriptHelper
.static void
ScriptHelper. postQueryEvent(IntelligentFormView form)
Deprecated.Moved toScriptHelper
.static FieldUtil.ResolvedFieldLink
FieldUtil. 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 IntelligentFormView
AbstractDocumentView. getParentForm()
Gets the parent form of this DocumentView.IntelligentFormView
DocumentView. getParentForm()
Gets the parent form of this DocumentView.
-