Package org.compiere.model
Interface I_AD_ToolBarButton
-
- All Known Implementing Classes:
MToolBarButton
,X_AD_ToolBarButton
public interface I_AD_ToolBarButton
Generated Interface for AD_ToolBarButton- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_Action
Column name Actionstatic String
COLUMNNAME_ActionClassName
Column name ActionClassNamestatic String
COLUMNNAME_ActionName
Column name ActionNamestatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Process_ID
Column name AD_Process_IDstatic String
COLUMNNAME_AD_Tab_ID
Column name AD_Tab_IDstatic String
COLUMNNAME_AD_ToolBarButton_ID
Column name AD_ToolBarButton_IDstatic String
COLUMNNAME_AD_ToolBarButton_UU
Column name AD_ToolBarButton_UUstatic String
COLUMNNAME_ComponentName
Column name ComponentNamestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DisplayLogic
Column name DisplayLogicstatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsAddSeparator
Column name IsAddSeparatorstatic String
COLUMNNAME_IsAdvancedButton
Column name IsAdvancedButtonstatic String
COLUMNNAME_IsCustomization
Column name IsCustomizationstatic String
COLUMNNAME_IsShowMore
Column name IsShowMorestatic String
COLUMNNAME_KeyStroke_KeyCode
Column name KeyStroke_KeyCodestatic String
COLUMNNAME_KeyStroke_Modifiers
Column name KeyStroke_Modifiersstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200003static String
Table_Name
TableName=AD_ToolBarButton
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAction()
Get Action.String
getActionClassName()
Get Service Component Name.String
getActionName()
Get Action Name.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Process
getAD_Process()
int
getAD_Process_ID()
Get Process.I_AD_Tab
getAD_Tab()
int
getAD_Tab_ID()
Get Tab.int
getAD_ToolBarButton_ID()
Get ToolBar ButtonString
getAD_ToolBarButton_UU()
Get AD_ToolBarButton_UUString
getComponentName()
Get Component NameTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDisplayLogic()
Get Display Logic.String
getEntityType()
Get Entity Type.int
getKeyStroke_KeyCode()
Get KeyCode.int
getKeyStroke_Modifiers()
Get Keystroke Modifiers.String
getName()
Get Name.int
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isAddSeparator()
Get Add Separatorboolean
isAdvancedButton()
Get Advanced Button.boolean
isCustomization()
Get Customization.boolean
isShowMore()
Get Group in show morevoid
setAction(String Action)
Set Action.void
setActionClassName(String ActionClassName)
Set Service Component Name.void
setActionName(String ActionName)
Set Action Name.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Process_ID(int AD_Process_ID)
Set Process.void
setAD_Tab_ID(int AD_Tab_ID)
Set Tab.void
setAD_ToolBarButton_ID(int AD_ToolBarButton_ID)
Set ToolBar Buttonvoid
setAD_ToolBarButton_UU(String AD_ToolBarButton_UU)
Set AD_ToolBarButton_UUvoid
setComponentName(String ComponentName)
Set Component Namevoid
setDisplayLogic(String DisplayLogic)
Set Display Logic.void
setEntityType(String EntityType)
Set Entity Type.void
setIsActive(boolean IsActive)
Set Active.void
setIsAddSeparator(boolean IsAddSeparator)
Set Add Separatorvoid
setIsAdvancedButton(boolean IsAdvancedButton)
Set Advanced Button.void
setIsCustomization(boolean IsCustomization)
Set Customization.void
setIsShowMore(boolean IsShowMore)
Set Group in show morevoid
setKeyStroke_KeyCode(int KeyStroke_KeyCode)
Set KeyCode.void
setKeyStroke_Modifiers(int KeyStroke_Modifiers)
Set Keystroke Modifiers.void
setName(String Name)
Set Name.void
setSeqNo(int SeqNo)
Set Sequence.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_ToolBarButton- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200003- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_Action
static final String COLUMNNAME_Action
Column name Action- See Also:
- Constant Field Values
-
COLUMNNAME_ActionClassName
static final String COLUMNNAME_ActionClassName
Column name ActionClassName- See Also:
- Constant Field Values
-
COLUMNNAME_ActionName
static final String COLUMNNAME_ActionName
Column name ActionName- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tab_ID
static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ToolBarButton_ID
static final String COLUMNNAME_AD_ToolBarButton_ID
Column name AD_ToolBarButton_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ToolBarButton_UU
static final String COLUMNNAME_AD_ToolBarButton_UU
Column name AD_ToolBarButton_UU- See Also:
- Constant Field Values
-
COLUMNNAME_ComponentName
static final String COLUMNNAME_ComponentName
Column name ComponentName- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DisplayLogic
static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAddSeparator
static final String COLUMNNAME_IsAddSeparator
Column name IsAddSeparator- See Also:
- Constant Field Values
-
COLUMNNAME_IsAdvancedButton
static final String COLUMNNAME_IsAdvancedButton
Column name IsAdvancedButton- See Also:
- Constant Field Values
-
COLUMNNAME_IsCustomization
static final String COLUMNNAME_IsCustomization
Column name IsCustomization- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowMore
static final String COLUMNNAME_IsShowMore
Column name IsShowMore- See Also:
- Constant Field Values
-
COLUMNNAME_KeyStroke_KeyCode
static final String COLUMNNAME_KeyStroke_KeyCode
Column name KeyStroke_KeyCode- See Also:
- Constant Field Values
-
COLUMNNAME_KeyStroke_Modifiers
static final String COLUMNNAME_KeyStroke_Modifiers
Column name KeyStroke_Modifiers- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
setAction
void setAction(String Action)
Set Action. Indicates the Action to be performed
-
getAction
String getAction()
Get Action. Indicates the Action to be performed
-
setActionClassName
void setActionClassName(String ActionClassName)
Set Service Component Name. The service component name that implements the interface for toolbar actions
-
getActionClassName
String getActionClassName()
Get Service Component Name. The service component name that implements the interface for toolbar actions
-
setActionName
void setActionName(String ActionName)
Set Action Name. Action name on the toolbar
-
getActionName
String getActionName()
Get Action Name. Action name on the toolbar
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tab_ID
void setAD_Tab_ID(int AD_Tab_ID)
Set Tab. Tab within a Window
-
getAD_Tab_ID
int getAD_Tab_ID()
Get Tab. Tab within a Window
-
getAD_Tab
I_AD_Tab getAD_Tab() throws RuntimeException
- Throws:
RuntimeException
-
setAD_ToolBarButton_ID
void setAD_ToolBarButton_ID(int AD_ToolBarButton_ID)
Set ToolBar Button
-
getAD_ToolBarButton_ID
int getAD_ToolBarButton_ID()
Get ToolBar Button
-
setAD_ToolBarButton_UU
void setAD_ToolBarButton_UU(String AD_ToolBarButton_UU)
Set AD_ToolBarButton_UU
-
getAD_ToolBarButton_UU
String getAD_ToolBarButton_UU()
Get AD_ToolBarButton_UU
-
setComponentName
void setComponentName(String ComponentName)
Set Component Name
-
getComponentName
String getComponentName()
Get Component Name
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDisplayLogic
void setDisplayLogic(String DisplayLogic)
Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
getDisplayLogic
String getDisplayLogic()
Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
setEntityType
void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsAddSeparator
void setIsAddSeparator(boolean IsAddSeparator)
Set Add Separator
-
isAddSeparator
boolean isAddSeparator()
Get Add Separator
-
setIsAdvancedButton
void setIsAdvancedButton(boolean IsAdvancedButton)
Set Advanced Button. This Button contains advanced Functionality
-
isAdvancedButton
boolean isAdvancedButton()
Get Advanced Button. This Button contains advanced Functionality
-
setIsCustomization
void setIsCustomization(boolean IsCustomization)
Set Customization. The change is a customization of the data dictionary and can be applied after Migration
-
isCustomization
boolean isCustomization()
Get Customization. The change is a customization of the data dictionary and can be applied after Migration
-
setIsShowMore
void setIsShowMore(boolean IsShowMore)
Set Group in show more
-
isShowMore
boolean isShowMore()
Get Group in show more
-
setKeyStroke_KeyCode
void setKeyStroke_KeyCode(int KeyStroke_KeyCode)
Set KeyCode. KeyCode for shortcuts
-
getKeyStroke_KeyCode
int getKeyStroke_KeyCode()
Get KeyCode. KeyCode for shortcuts
-
setKeyStroke_Modifiers
void setKeyStroke_Modifiers(int KeyStroke_Modifiers)
Set Keystroke Modifiers. Keystroke Modifiers for shortcuts
-
getKeyStroke_Modifiers
int getKeyStroke_Modifiers()
Get Keystroke Modifiers. Keystroke Modifiers for shortcuts
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-