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 voidElementUtil.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 IntelligentFormViewImplAbstractFormLayout.parentFormParent form of this layout.Methods in com.saperion.ngc.iform.layout with parameters of type IntelligentFormViewImplModifier and TypeMethodDescriptionstatic FormLayoutFormLayoutFactory.createLayout(LayoutType type, IntelligentFormViewImpl form) Creates a borderlayout based layout for a form.static FormLayoutFormLayoutFactory.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.