public abstract class AbstractSystemForm
extends com.saperion.ngc.iform.xml.Form
Modifier and Type | Field and Description |
---|---|
protected String |
ddcName |
protected static int |
DEFAULT_FIELD_LEFT |
protected static int |
DEFAULT_FIELD_SIZE |
protected static int |
DEFAULT_SPACING |
protected static int |
DEFAULT_TOP_SPACING |
protected List<com.saperion.intf.SaFieldDescription> |
fieldList |
Constructor and Description |
---|
AbstractSystemForm(List<com.saperion.intf.SaFieldDescription> fieldList,
String ddcName) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
fieldSupported(com.saperion.intf.SaFieldDescription descr) |
protected int |
getElementHeight(com.saperion.intf.SaFieldDescription descr) |
protected com.saperion.ngc.iform.xml.EditFieldType |
getField(com.saperion.intf.SaFieldDescription descr,
int positionTop,
int positionLeft,
int size,
com.saperion.ngc.iform.xml.LimitType limit) |
protected com.saperion.ngc.iform.xml.LabelType |
getLabel(com.saperion.intf.SaFieldDescription descr,
int positionTop) |
protected int |
getNextTop(int lastTop,
com.saperion.ngc.iform.xml.PosType positionOfLastElement) |
protected com.saperion.ngc.iform.xml.PosType |
getPosition(int top,
int left,
int height,
int width) |
protected boolean |
twoFieldsNeeded(com.saperion.intf.SaFieldDescription descr) |
getBitmap, getButton, getConnection, getEditField, getFrame, getGroupbox, getGroups, getHeader, getHidden, getInclude, getLabel, getMashup, getName, getPaneLayout, getResult, getTabList, getThumbnail, getToolbar, getViewer, setHeader, setHidden, setName, setPaneLayout, setToolbar
protected static final int DEFAULT_SPACING
protected static final int DEFAULT_TOP_SPACING
protected static final int DEFAULT_FIELD_LEFT
protected static final int DEFAULT_FIELD_SIZE
protected final List<com.saperion.intf.SaFieldDescription> fieldList
protected final String ddcName
protected com.saperion.ngc.iform.xml.PosType getPosition(int top, int left, int height, int width)
protected int getNextTop(int lastTop, com.saperion.ngc.iform.xml.PosType positionOfLastElement)
protected int getElementHeight(com.saperion.intf.SaFieldDescription descr)
protected com.saperion.ngc.iform.xml.LabelType getLabel(com.saperion.intf.SaFieldDescription descr, int positionTop)
protected com.saperion.ngc.iform.xml.EditFieldType getField(com.saperion.intf.SaFieldDescription descr, int positionTop, int positionLeft, int size, com.saperion.ngc.iform.xml.LimitType limit)
protected boolean twoFieldsNeeded(com.saperion.intf.SaFieldDescription descr)
protected boolean fieldSupported(com.saperion.intf.SaFieldDescription descr)
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.