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 TypeMethodDescriptionGetIADTabpanel
instance that own this buttonGet Column NameGet DescriptionGet display textint
Get info window idint
Get 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()GetIADTabpanel
instance that own this button- Returns:
IADTabpanel
instance 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
-