Uses of Class
com.saperion.ngc.iform.label.FormLabel
- 
Packages that use FormLabel Package Description com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.tab Package for iForm tab components.
- 
- 
Uses of FormLabel in com.saperion.ngc.iformMethods in com.saperion.ngc.iform that return FormLabel Modifier and Type Method Description FormLabelIntelligentFormView. getLabelByFrameId(long frameId)Returns a label by the given frame id.FormLabelIntelligentFormViewImpl. getLabelByFrameId(long frameId)Returns a label by the given frame id.Methods in com.saperion.ngc.iform that return types with arguments of type FormLabel Modifier and Type Method Description java.util.Map<java.lang.Long,FormLabel>ElementCreator. createLabels(java.util.List<com.saperion.ngc.iform.xml.LabelType> labels, org.zkoss.zk.ui.Component parent)Creates labels.java.util.List<FormLabel>IntelligentFormView. getLabels()Returns a list of all labels contained in this form.java.util.List<FormLabel>IntelligentFormViewImpl. getLabels()Returns a list of all labels contained in this form.Methods in com.saperion.ngc.iform with parameters of type FormLabel Modifier and Type Method Description static voidElementUtil. 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.tabMethods in com.saperion.ngc.iform.tab that return types with arguments of type FormLabel Modifier and Type Method Description java.util.Map<java.lang.Long,FormLabel>FormTabbox. getLabels()
 
-