public final class FormLayoutFactory extends Object
Modifier and Type | Method and Description |
---|---|
static FormLayout |
createLayout(LayoutType type,
IntelligentFormViewImpl form)
Creates a borderlayout based layout for a form.
|
static FormLayout |
createLayout(com.saperion.ngc.iform.PaneDescription.Layout layout,
IntelligentFormViewImpl form)
Cteate layout from a pane layout.
|
public static FormLayout createLayout(LayoutType type, IntelligentFormViewImpl form) throws UndefinedLayoutException
type
- layout typeform
- the parent form of the layoutUndefinedLayoutException
- when the layout type is unknownpublic static FormLayout createLayout(com.saperion.ngc.iform.PaneDescription.Layout layout, IntelligentFormViewImpl form)
layout
- Panelayoutform
- the parent form of the layoutCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.