Uses of Class
com.saperion.ngc.iform.label.FormLabel
Packages that use FormLabel
Package
Description
Package for main iForm components.
Package for iForm tab components.
-
Uses of FormLabel in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return FormLabelModifier and TypeMethodDescriptionIntelligentFormView.getLabelByFrameId
(long frameId) Returns a label by the given frame id.IntelligentFormViewImpl.getLabelByFrameId
(long frameId) Returns a label by the given frame id.Methods in com.saperion.ngc.iform that return types with arguments of type FormLabelModifier and TypeMethodDescriptionElementCreator.createLabels
(List<com.saperion.ngc.iform.xml.LabelType> labels, org.zkoss.zk.ui.Component parent) Creates labels.IntelligentFormView.getLabels()
Returns a list of all labels contained in this form.IntelligentFormViewImpl.getLabels()
Returns a list of all labels contained in this form.Methods in com.saperion.ngc.iform with parameters of type FormLabelModifier and TypeMethodDescriptionstatic void
ElementUtil.updateFromQBE
(FormLabel field, com.saperion.ngc.iform.xml.LabelType definition, com.saperion.ngc.iform.xml.PosType panePos) Setup label element. -
Uses of FormLabel in com.saperion.ngc.iform.tab
Methods in com.saperion.ngc.iform.tab that return types with arguments of type FormLabel