Package org.adempiere.webui.editor
Interface IProcessButton
- All Known Implementing Classes:
ToolbarProcessButton,WButtonEditor
public interface IProcessButton
Interface for process button
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptionGetIADTabpanelinstance that own this buttonGet Column NameGet DescriptionGet display textintGet info window idintGet AD_Process_ID
-
Method Details
-
getProcess_ID
int getProcess_ID()Get AD_Process_ID- Returns:
- AD_Process_ID or 0
-
getInfoWindow_ID
int getInfoWindow_ID()Get info window id- Returns:
- AD_InfoWindow_ID
-
getADTabpanel
IADTabpanel getADTabpanel()GetIADTabpanelinstance that own this button- Returns:
IADTabpanelinstance that own this button
-
getColumnName
String getColumnName()Get Column Name- Returns:
- Column Name
-
getDescription
String getDescription()Get Description- Returns:
- Description
-
getDisplay
String getDisplay()Get display text- Returns:
- Display text
-