Uses of Class
com.saperion.ngc.iform.tab.FormTabbox
-
Packages that use FormTabbox Package Description com.saperion.ngc.iform Package for main iForm components. -
-
Uses of FormTabbox in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return types with arguments of type FormTabbox Modifier and Type Method Description java.util.Map<java.lang.Long,FormTabbox>
ElementCreator. createTabs(java.util.List<com.saperion.ngc.iform.xml.TabListType> tabs, boolean stretch, org.zkoss.zk.ui.Component parent, boolean isQueryForm, java.lang.String formName, java.lang.String ddcName)
Creates tabs.java.util.List<FormTabbox>
IntelligentFormView. getTabBoxes()
Returns a list of all tabboxes contained in this form.java.util.List<FormTabbox>
IntelligentFormViewImpl. getTabBoxes()
Returns a list of all tabboxes contained in this form.Methods in com.saperion.ngc.iform with parameters of type FormTabbox Modifier and Type Method Description static void
ElementUtil. updateFromQBE(FormTabbox element, com.saperion.ngc.iform.xml.TabListType definition, boolean stretch, com.saperion.ngc.iform.xml.PosType panePos)
Setup tabbox element.
-