Uses of Class
com.saperion.ngc.iform.button.FormButton
-
Packages that use FormButton Package Description com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.tab Package for iForm tab components. -
-
Uses of FormButton in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return FormButton Modifier and Type Method Description FormButton
IntelligentFormView. getButtonByFrameId(long frameId)
Returns a button by the given frame id.FormButton
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 FormButton Modifier and Type Method Description java.util.Map<java.lang.Long,FormButton>
ElementCreator. createButtons(java.util.List<com.saperion.ngc.iform.xml.ButtonType> buttons, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component eventParent)
Creates buttons.java.util.List<FormButton>
IntelligentFormView. getButtons()
Returns a list of all buttons contained in this form.java.util.List<FormButton>
IntelligentFormViewImpl. getButtons()
Returns a list of all buttons contained in this form.Methods in com.saperion.ngc.iform with parameters of type FormButton Modifier and Type Method Description static 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 Modifier and Type Method Description java.util.Map<java.lang.Long,FormButton>
FormTabbox. getButtons()
-