Package com.saperion.ngc.iform
Class SysForm
- java.lang.Object
-
- com.saperion.ngc.iform.xml.Form
-
- com.saperion.ngc.iform.SysForm
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class SysForm extends com.saperion.ngc.iform.xml.Form
Deprecated.replaced by system form implementations contained in package com.saperion.ngc.iform.system. Will be removed in version 8.1.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SysForm.FormType
Deprecated.Form type enum.
-
Constructor Summary
Constructors Constructor Description SysForm(java.util.List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, java.lang.String ddcName)
Deprecated.
-
Method Summary
-
Methods inherited from class com.saperion.ngc.iform.xml.Form
getBitmap, getButton, getConnection, getEditField, getFrame, getGroupbox, getGroups, getHeader, getHidden, getInclude, getLabel, getMashup, getName, getPaneLayout, getResult, getTabList, getThumbnail, getToolbar, getViewer, setHeader, setHidden, setName, setPaneLayout, setToolbar
-
-
-
-
Constructor Detail
-
SysForm
public SysForm(java.util.List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, java.lang.String ddcName)
Deprecated.- Parameters:
list
- Field listtype
- TypeddcName
- DDC name
-
-