Uses of Class
com.saperion.ngc.iform.IntelligentFormViewImpl
-
Packages that use IntelligentFormViewImpl Package Description com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.layout Package for iForm layout elements. -
-
Uses of IntelligentFormViewImpl in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform with parameters of type IntelligentFormViewImpl Modifier and Type Method Description static 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 IntelligentFormViewImpl Constructor Description ButtonAndFieldHandler(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 IntelligentFormViewImpl Modifier and Type Field Description protected IntelligentFormViewImpl
AbstractFormLayout. parentForm
Parent form of this layout.Methods in com.saperion.ngc.iform.layout with parameters of type IntelligentFormViewImpl Modifier and Type Method Description static 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 IntelligentFormViewImpl Constructor Description AreaSizeListener(IntelligentFormViewImpl form)
Creates a newAreaSizeListener
.PaneLayout(com.saperion.ngc.iform.PaneDescription.Layout paneLayout, IntelligentFormViewImpl form)
Constructor.
-