Package com.saperion.ngc.iform
Class SysForm
java.lang.Object
com.saperion.ngc.iform.xml.Form
com.saperion.ngc.iform.SysForm
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.saperion.ngc.iform.xml.Form
bitmap, button, connection, editField, frame, groupbox, groups, header, hidden, include, label, mashup, name, paneLayout, result, tabList, thumbnail, toolbar, viewer
-
Constructor Summary
ConstructorsConstructorDescriptionSysForm
(List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, 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 Details
-
SysForm
public SysForm(List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, String ddcName) Deprecated.- Parameters:
list
- Field listtype
- TypeddcName
- DDC name
-