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