Uses of Class
com.saperion.ngc.iform.mashup.FormMashup
-
Packages that use FormMashup Package Description com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.tab Package for iForm tab components. -
-
Uses of FormMashup in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return types with arguments of type FormMashup Modifier and Type Method Description java.util.Map<java.lang.Long,FormMashup>
ElementCreator. createMashup(java.util.List<com.saperion.ngc.iform.xml.MashupType> mashups, org.zkoss.zk.ui.Component parent)
Creates Mashups.java.util.List<FormMashup>
IntelligentFormView. getMashups()
Returns a list of all mashups contained in this form.java.util.List<FormMashup>
IntelligentFormViewImpl. getMashups()
Returns a list of all mashups contained in this form.Methods in com.saperion.ngc.iform with parameters of type FormMashup Modifier and Type Method Description static void
ElementUtil. updateFromQBE(FormMashup field, com.saperion.ngc.iform.xml.MashupType definition)
Setup mashup element. -
Uses of FormMashup in com.saperion.ngc.iform.tab
Methods in com.saperion.ngc.iform.tab that return types with arguments of type FormMashup Modifier and Type Method Description java.util.Map<java.lang.Long,FormMashup>
FormTabbox. getMashups()
-