Uses of Class
com.saperion.ngc.iform.tab.FormTabbox
Packages that use FormTabbox
-
Uses of FormTabbox in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return types with arguments of type FormTabboxModifier and TypeMethodDescriptionElementCreator.createTabs
(List<com.saperion.ngc.iform.xml.TabListType> tabs, boolean stretch, org.zkoss.zk.ui.Component parent, boolean isQueryForm, String formName, String ddcName) Creates tabs.IntelligentFormView.getTabBoxes()
Returns a list of all tabboxes contained in this form.IntelligentFormViewImpl.getTabBoxes()
Returns a list of all tabboxes contained in this form.Methods in com.saperion.ngc.iform with parameters of type FormTabboxModifier and TypeMethodDescriptionstatic void
ElementUtil.updateFromQBE
(FormTabbox element, com.saperion.ngc.iform.xml.TabListType definition, boolean stretch, com.saperion.ngc.iform.xml.PosType panePos) Setup tabbox element.