Uses of Class
com.saperion.ngc.iform.IntelligentFormViewImpl
Packages that use IntelligentFormViewImpl
Package
Description
Package for main iForm components.
Package for iForm layout elements.
-
Uses of IntelligentFormViewImpl in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform with parameters of type IntelligentFormViewImplModifier and TypeMethodDescriptionstatic void
ElementUtil.updateFromQBE
(IntelligentFormViewImpl element, com.saperion.ngc.iform.xml.HeaderType definition, com.saperion.ngc.iform.xml.PosType formPosition, com.saperion.ngc.iform.xml.PosType panePos) Setup iForm element.Constructors in com.saperion.ngc.iform with parameters of type IntelligentFormViewImplModifierConstructorDescriptionButtonAndFieldHandler
(IntelligentFormViewImpl form, IntelligentFormPresenter presenter) Constructor.IntelligentFormEventHandler
(IntelligentFormViewImpl iformView, IntelligentFormPresenter iformPresenter) Constructor. -
Uses of IntelligentFormViewImpl in com.saperion.ngc.iform.layout
Fields in com.saperion.ngc.iform.layout declared as IntelligentFormViewImplModifier and TypeFieldDescriptionprotected final IntelligentFormViewImpl
AbstractFormLayout.parentForm
Parent form of this layout.Methods in com.saperion.ngc.iform.layout with parameters of type IntelligentFormViewImplModifier and TypeMethodDescriptionstatic FormLayout
FormLayoutFactory.createLayout
(LayoutType type, IntelligentFormViewImpl form) Creates a borderlayout based layout for a form.static FormLayout
FormLayoutFactory.createLayout
(com.saperion.ngc.iform.PaneDescription.Layout layout, IntelligentFormViewImpl form) Cteate layout from a pane layout.Constructors in com.saperion.ngc.iform.layout with parameters of type IntelligentFormViewImplModifierConstructorDescriptionCreates a newAreaSizeListener
.PaneLayout
(com.saperion.ngc.iform.PaneDescription.Layout paneLayout, IntelligentFormViewImpl form) Constructor.