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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name Actionstatic final String
Column name ActionClassNamestatic final String
Column name ActionNamestatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Process_IDstatic final String
Column name AD_Tab_IDstatic final String
Column name AD_ToolBarButton_IDstatic final String
Column name AD_ToolBarButton_UUstatic final String
Column name ComponentNamestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DisplayLogicstatic final String
Column name EntityTypestatic final String
Column name IsActivestatic final String
Column name IsAddSeparatorstatic final String
Column name IsAdvancedButtonstatic final String
Column name IsCustomizationstatic final String
Column name IsShowMorestatic final String
Column name KeyStroke_KeyCodestatic final String
Column name KeyStroke_Modifiersstatic final String
Column name Namestatic final String
Column name PressedLogicstatic final String
Column name ReadOnlyLogicstatic final String
Column name SeqNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200003static final String
TableName=AD_ToolBarButton -
Method Summary
Modifier and TypeMethodDescriptionGet Action.Get Service Component Name.Get Action Name.int
Get Tenant.int
Get Organization.int
Get Process.int
Get Tab.int
Get ToolBar ButtonGet AD_ToolBarButton_UUGet Component NameGet Created.int
Get Created By.Get Display Logic.Get Entity Type.int
Get Key Code.int
Get Keystroke Modifiers.getName()
Get Name.Get Pressed LogicGet Read Only Logic.int
getSeqNo()
Get Sequence.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Add Separatorboolean
Get Advanced Button.boolean
Get Customization.boolean
Get Group in show morevoid
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 Key Code.void
setKeyStroke_Modifiers
(int KeyStroke_Modifiers) Set Keystroke Modifiers.void
Set Name.void
setPressedLogic
(String PressedLogic) Set Pressed Logicvoid
setReadOnlyLogic
(String ReadOnlyLogic) Set Read Only Logic.void
setSeqNo
(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=AD_ToolBarButton- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200003- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_Action
Column name Action- See Also:
-
COLUMNNAME_ActionClassName
Column name ActionClassName- See Also:
-
COLUMNNAME_ActionName
Column name ActionName- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
-
COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID- See Also:
-
COLUMNNAME_AD_ToolBarButton_ID
Column name AD_ToolBarButton_ID- See Also:
-
COLUMNNAME_AD_ToolBarButton_UU
Column name AD_ToolBarButton_UU- See Also:
-
COLUMNNAME_ComponentName
Column name ComponentName- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DisplayLogic
Column name DisplayLogic- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsAddSeparator
Column name IsAddSeparator- See Also:
-
COLUMNNAME_IsAdvancedButton
Column name IsAdvancedButton- See Also:
-
COLUMNNAME_IsCustomization
Column name IsCustomization- See Also:
-
COLUMNNAME_IsShowMore
Column name IsShowMore- See Also:
-
COLUMNNAME_KeyStroke_KeyCode
Column name KeyStroke_KeyCode- See Also:
-
COLUMNNAME_KeyStroke_Modifiers
Column name KeyStroke_Modifiers- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PressedLogic
Column name PressedLogic- See Also:
-
COLUMNNAME_ReadOnlyLogic
Column name ReadOnlyLogic- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
setAction
Set Action. Indicates the Action to be performed -
getAction
String getAction()Get Action. Indicates the Action to be performed -
setActionClassName
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
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 Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- 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
- 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
Set AD_ToolBarButton_UU -
getAD_ToolBarButton_UU
String getAD_ToolBarButton_UU()Get AD_ToolBarButton_UU -
setComponentName
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
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
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 Key Code. Key Code for shortcuts -
getKeyStroke_KeyCode
int getKeyStroke_KeyCode()Get Key Code. Key Code 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
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPressedLogic
Set Pressed Logic -
getPressedLogic
String getPressedLogic()Get Pressed Logic -
setReadOnlyLogic
Set Read Only Logic. Logic to determine if field is read only (applies only when field is read-write) -
getReadOnlyLogic
String getReadOnlyLogic()Get Read Only Logic. Logic to determine if field is read only (applies only when field is read-write) -
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
-