Uses of Interface
org.adempiere.webui.editor.IProcessButton
Package
Description
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Implement field editors
-
Uses of IProcessButton in org.adempiere.webui.adwindow
Modifier and TypeClassDescriptionclass
Model for AD_ToolBarButton with AD_Process_ID > 0Modifier and TypeMethodDescriptionvoid
AbstractADWindowContent.executeButtonProcess
(IProcessButton wButton, boolean startWOasking, int table_ID, int record_ID, boolean isProcessMandatory, Callback<Boolean> callback) Show process, form or info window dialog for button.
Delegate toAbstractADWindowContent.executeButtonProcess0(IProcessButton, boolean, int, int, String, Callback)
orAbstractADWindowContent.executionButtonInfoWindow0(IProcessButton)
.void
AbstractADWindowContent.executeButtonProcess
(IProcessButton wButton, boolean startWOasking, int table_ID, int record_ID, String record_UU, boolean isProcessMandatory, Callback<Boolean> callback) Show process, form or info window dialog for button.
Delegate toAbstractADWindowContent.executeButtonProcess0(IProcessButton, boolean, int, int, String, Callback)
orAbstractADWindowContent.executionButtonInfoWindow0(IProcessButton)
.AbstractADWindowContent.findADTabpanel
(IProcessButton button) Find parent IADTabpanel for button -
Uses of IProcessButton in org.adempiere.webui.editor