Namespace: Consultingwerk.SmartComponents.Resources
Class 
SmartComponentLibraryCustomizer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:SmartComponentLibraryCustomizer
Purpose:This class is an entry point for customization and
translation of strings used for messages or as f.e.
the caption of a toolbars button. To enable customization
all strings are represented as static properties and may
be overridden in f.e. an initialization procedure.
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Jun 17 10:46:57 CEST 2009
Purpose: Error message shown when the value of a filter cell i not compatible
to the cell's type
Notes:



Top Method Summary
Options Name Purpose
# CHARACTER GetTranslation (character, character, character) Returns a translated string
+ InitializeFromTranslationProvider () Initializes the Message Form strings from the TranslationProvider

Top Constructor Summary
Options Name Purpose
- SmartComponentLibraryCustomizer () Disallow instance creation

Top Property Summary
Options Name Purpose
+ CHARACTER SmartBindingSource_AddControlsForChosenFieldsCatchBlock_Title
+ CHARACTER SmartBindingSource_DesignerAddFieldsCatchBlock_Title
+ CHARACTER SmartBindingSource_DesignerClearSchemaCatchBlock_Title
+ CHARACTER SmartBindingSource_DesignerImportSchemaCatchBlock_Title
+ CHARACTER SmartBusinessEntityAdapter_CommitRejectWithAutoCommit
+ CHARACTER SmartBusinessEntityAdapter_DeleteNoRecordError
+ CHARACTER SmartBusinessEntityAdapter_PromptCommitTransactionBeforeRetrieveData
+ CHARACTER SmartBusinessEntityAdapter_PromptRetrieveDataWithPendingUpdate
+ CHARACTER SmartBusinessEntityAdapter_RetrieveDataError
+ CHARACTER SmartBusinessEntityAdapter_UnableToCommitTransaction
+ CHARACTER SmartBusinessEntityAdapter_UnableToRejectTransaction
+ CHARACTER SmartBusinessEntityBindingSource_DesignerImportSchemaNewSchemaImported
+ CHARACTER SmartBusinessEntityBindingSource_DesignerImportSchemaNoValidSchema
+ CHARACTER SmartBusinessEntityBindingSource_DesignerImportSchema_Title
+ CHARACTER SmartDataBrowser_InvalidFilterValue
+ CHARACTER SmartDataObjectAdapter_UpdateRowSysError
+ CHARACTER SmartDataObjectBindingSource_DesignerImportSchemaSuccess
+ CHARACTER SmartDataObjectBindingSource_DesignerImportSchemaSuccess_Title
+ CHARACTER SmartDataObjectBindingSource_DesignerImportSchemaUnableToLaunchSDO
+ CHARACTER SmartGenericLookup_ShowLookupDialogNoSmartDataSource
+ CHARACTER SmartGenericLookup_ShowLookupDialogNumberOfControlsAndFieldsNotEqual_Part1
+ CHARACTER SmartGenericLookup_ShowLookupDialogNumberOfControlsAndFieldsNotEqual_Part2
+ CHARACTER SmartToolbarController_AddNavigationTools
+ CHARACTER SmartToolbarController_AddNavigationTools_Title
+ CHARACTER SmartToolbarController_AddTableIOTools
+ CHARACTER SmartToolbarController_AddTableIOTools_Title
+ CHARACTER SmartToolbarController_Maintenance_GroupCaption
+ CHARACTER SmartToolbarController_NavigationToolBar_Text
+ CHARACTER SmartToolbarController_NavigationToolNavigationFirst_ButtonCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationFirst_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationFirst_ButtonToolTipText
+ CHARACTER SmartToolbarController_NavigationToolNavigationLast_ButtonCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationLast_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationLast_ButtonToolTipText
+ CHARACTER SmartToolbarController_NavigationToolNavigationNext_ButtonCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationNext_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationNext_ButtonToolTipText
+ CHARACTER SmartToolbarController_NavigationToolNavigationPrev_ButtonCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationPrev_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_NavigationToolNavigationPrev_ButtonToolTipText
+ CHARACTER SmartToolbarController_Navigation_GroupCaption
+ CHARACTER SmartToolbarController_TableIOToolBar_Text
+ CHARACTER SmartToolbarController_TableIOToolTableIOAdd_ButtonCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOAdd_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOAdd_ButtonToolTipText
+ CHARACTER SmartToolbarController_TableIOToolTableIOCancel_ButtonCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOCancel_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOCancel_ButtonToolTipText
+ CHARACTER SmartToolbarController_TableIOToolTableIOCopy_ButtonCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOCopy_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOCopy_ButtonToolTipText
+ CHARACTER SmartToolbarController_TableIOToolTableIODelete_ButtonCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIODelete_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIODelete_ButtonToolTipText
+ CHARACTER SmartToolbarController_TableIOToolTableIOSave_ButtonCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOSave_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOSave_ButtonToolTipText
+ CHARACTER SmartToolbarController_TableIOToolTableIOUpdate_ButtonCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOUpdate_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TableIOToolTableIOUpdate_ButtonToolTipText
+ CHARACTER SmartToolbarController_TransactionToolBar_Text
+ CHARACTER SmartToolbarController_TransactionToolTransactionCommit_ButtonCaption
+ CHARACTER SmartToolbarController_TransactionToolTransactionCommit_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TransactionToolTransactionCommit_ButtonToolTipText
+ CHARACTER SmartToolbarController_TransactionToolTransactionUndo_ButtonCaption
+ CHARACTER SmartToolbarController_TransactionToolTransactionUndo_ButtonCustomizerCaption
+ CHARACTER SmartToolbarController_TransactionToolTransactionUndo_ButtonToolTipText
+ CHARACTER SmartToolbarController_Transaction_GroupCaption
+ CHARACTER SmartUpdatableBrowser_DeletePrompt
+ CHARACTER SmartUpdatableBrowser_SaveRecordPromt_On_RowDeactivate
+ CHARACTER SmartUpdatableBrowser_UnableToEnableFields_NoActiveRow
+ CHARACTER SmartViewerControl_DeletePrompt
+ CHARACTER SmartViewerControl_DisplayError_Title
+ CHARACTER SmartViewerControl_UnableToCreateRecord
+ CHARACTER SmartViewerControl_UpdateActiveWhileFormClosing
+ CHARACTER SmartViewerControl_UpdateActiveWhileFormClosing_Title
+ CHARACTER SmartViewerControl_UpdateActiveWhileFormDeactivate
+ CHARACTER SmartWindowForm_TransactionPendingWhileFormClosing
+ CHARACTER SmartWindowForm_TransactionPendingWhileFormClosing_Title


Method Detail
Top

PROTECTED CHARACTER GetTranslation (character, character, character)

Purpose: Returns a translated string
Notes:

Parameters:
pcScope CHARACTER
The translation scope
pcKey CHARACTER
The translation key
pcDefault CHARACTER
The default text - when no translation is available
Returns CHARACTER
The Translated text
Top

PUBLIC InitializeFromTranslationProvider ()

Purpose: Initializes the Message Form strings from the TranslationProvider
Notes:



Constructor Detail
Top

PRIVATE SmartComponentLibraryCustomizer ()

Purpose: Disallow instance creation
Notes:



Property Detail
Top

PUBLIC CHARACTER SmartBindingSource_AddControlsForChosenFieldsCatchBlock_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBindingSource_DesignerAddFieldsCatchBlock_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBindingSource_DesignerClearSchemaCatchBlock_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBindingSource_DesignerImportSchemaCatchBlock_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityAdapter_CommitRejectWithAutoCommit


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityAdapter_DeleteNoRecordError


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityAdapter_PromptCommitTransactionBeforeRetrieveData


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityAdapter_PromptRetrieveDataWithPendingUpdate


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityAdapter_RetrieveDataError


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityAdapter_UnableToCommitTransaction


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityAdapter_UnableToRejectTransaction


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityBindingSource_DesignerImportSchemaNewSchemaImported


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityBindingSource_DesignerImportSchemaNoValidSchema


Returns CHARACTER
Top

PUBLIC CHARACTER SmartBusinessEntityBindingSource_DesignerImportSchema_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartDataBrowser_InvalidFilterValue


Returns CHARACTER
Top

PUBLIC CHARACTER SmartDataObjectAdapter_UpdateRowSysError


Returns CHARACTER
Top

PUBLIC CHARACTER SmartDataObjectBindingSource_DesignerImportSchemaSuccess


Returns CHARACTER
Top

PUBLIC CHARACTER SmartDataObjectBindingSource_DesignerImportSchemaSuccess_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartDataObjectBindingSource_DesignerImportSchemaUnableToLaunchSDO


Returns CHARACTER
Top

PUBLIC CHARACTER SmartGenericLookup_ShowLookupDialogNoSmartDataSource


Returns CHARACTER
Top

PUBLIC CHARACTER SmartGenericLookup_ShowLookupDialogNumberOfControlsAndFieldsNotEqual_Part1


Returns CHARACTER
Top

PUBLIC CHARACTER SmartGenericLookup_ShowLookupDialogNumberOfControlsAndFieldsNotEqual_Part2


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_AddNavigationTools


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_AddNavigationTools_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_AddTableIOTools


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_AddTableIOTools_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_Maintenance_GroupCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolBar_Text


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationFirst_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationFirst_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationFirst_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationLast_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationLast_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationLast_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationNext_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationNext_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationNext_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationPrev_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationPrev_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_NavigationToolNavigationPrev_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_Navigation_GroupCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolBar_Text


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOAdd_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOAdd_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOAdd_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOCancel_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOCancel_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOCancel_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOCopy_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOCopy_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOCopy_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIODelete_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIODelete_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIODelete_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOSave_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOSave_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOSave_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOUpdate_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOUpdate_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TableIOToolTableIOUpdate_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TransactionToolBar_Text


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TransactionToolTransactionCommit_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TransactionToolTransactionCommit_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TransactionToolTransactionCommit_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TransactionToolTransactionUndo_ButtonCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TransactionToolTransactionUndo_ButtonCustomizerCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_TransactionToolTransactionUndo_ButtonToolTipText


Returns CHARACTER
Top

PUBLIC CHARACTER SmartToolbarController_Transaction_GroupCaption


Returns CHARACTER
Top

PUBLIC CHARACTER SmartUpdatableBrowser_DeletePrompt


Returns CHARACTER
Top

PUBLIC CHARACTER SmartUpdatableBrowser_SaveRecordPromt_On_RowDeactivate


Returns CHARACTER
Top

PUBLIC CHARACTER SmartUpdatableBrowser_UnableToEnableFields_NoActiveRow


Returns CHARACTER
Top

PUBLIC CHARACTER SmartViewerControl_DeletePrompt


Returns CHARACTER
Top

PUBLIC CHARACTER SmartViewerControl_DisplayError_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartViewerControl_UnableToCreateRecord


Returns CHARACTER
Top

PUBLIC CHARACTER SmartViewerControl_UpdateActiveWhileFormClosing


Returns CHARACTER
Top

PUBLIC CHARACTER SmartViewerControl_UpdateActiveWhileFormClosing_Title


Returns CHARACTER
Top

PUBLIC CHARACTER SmartViewerControl_UpdateActiveWhileFormDeactivate


Returns CHARACTER
Top

PUBLIC CHARACTER SmartWindowForm_TransactionPendingWhileFormClosing


Returns CHARACTER
Top

PUBLIC CHARACTER SmartWindowForm_TransactionPendingWhileFormClosing_Title


Returns CHARACTER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:55:03