LibreOffice Module dbaccess (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
dbaui::OGeneralSpecialJDBCConnectionPageSetup Class Referencefinal

#include <DBSetupConnectionPages.hxx>

Inheritance diagram for dbaui::OGeneralSpecialJDBCConnectionPageSetup:
[legend]
Collaboration diagram for dbaui::OGeneralSpecialJDBCConnectionPageSetup:
[legend]

Public Member Functions

 OGeneralSpecialJDBCConnectionPageSetup (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &_rCoreAttrs, sal_uInt16 _nPortId, TranslateId pDefaultPortResId, TranslateId pHelpTextResId, TranslateId pHeaderTextResId, TranslateId pDriverClassId)
 
virtual ~OGeneralSpecialJDBCConnectionPageSetup () override
 
- Public Member Functions inherited from dbaui::OGenericAdministrationPage
 OGenericAdministrationPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rId, const SfxItemSet &rAttrSet)
 
void SetModifiedHandler (const Link< OGenericAdministrationPage const *, void > &_rHandler)
 set a handler which gets called every time something on the page has been modified More...
 
void SetAdminDialog (IDatabaseSettingsDialog *_pDialog, IItemSetHelper *_pItemSetHelper)
 Sets the ParentDialog. More...
 
void SetServiceFactory (const css::uno::Reference< css::uno::XComponentContext > &rxORB)
 Sets the ServiceFactory. More...
 
bool getSelectedDataSource (OUString &_sReturn, OUString const &_sCurr)
 opens a dialog filled with all data sources available for this type and returns the selected on. More...
 
virtual void initializePage () override
 
virtual bool commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override
 
virtual bool canAdvance () const override
 
void SetRoadmapStateValue (bool _bDoEnable)
 
bool GetRoadmapStateValue () const
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< OGenericAdministrationPageCreateMySQLJDBCTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &_rAttrSet)
 
static std::unique_ptr< OGenericAdministrationPageCreateOracleJDBCTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &_rAttrSet)
 
- Static Public Member Functions inherited from dbaui::OGenericAdministrationPage
static void fillBool (SfxItemSet &_rSet, const weld::CheckButton *pCheckBox, sal_uInt16 _nID, bool bOptionalBool, bool &_bChangedSomething, bool _bRevertValue=false)
 fills the Boolean value into the item set when the value changed. More...
 
static void fillInt32 (SfxItemSet &_rSet, const weld::SpinButton *pEdit, TypedWhichId< SfxInt32Item > _nID, bool &_bChangedSomething)
 fills the int value into the item set when the value changed. More...
 
static void fillString (SfxItemSet &_rSet, const weld::Entry *pEdit, TypedWhichId< SfxStringItem > _nID, bool &_bChangedSomething)
 fills the String value into the item set when the value changed. More...
 
static void fillString (SfxItemSet &_rSet, const dbaui::OConnectionURLEdit *pEdit, TypedWhichId< SfxStringItem > _nID, bool &_bChangedSomething)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

virtual bool FillItemSet (SfxItemSet *_rCoreAttrs) override
 
virtual void implInitControls (const SfxItemSet &_rSet, bool _bSaveValue) override
 called from within Reset and ActivatePage, use to initialize the controls with the items from the given set More...
 
virtual void fillControls (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
 will be called inside <method>implInitControls</method> to save the value if necessary More...
 
virtual void fillWindows (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
 will be called inside <method>implInitControls</method> to disable if necessary More...
 
virtual void callModifiedHdl (weld::Widget *pControl=nullptr) override
 
 DECL_LINK (OnTestJavaClickHdl, weld::Button &, void)
 

Private Attributes

OUString m_sDefaultJdbcDriverName
 
TypedWhichId< SfxInt32Itemm_nPortId
 
std::unique_ptr< weld::Labelm_xHeaderText
 
std::unique_ptr< weld::Labelm_xFTHelpText
 
std::unique_ptr< weld::Labelm_xFTDatabasename
 
std::unique_ptr< weld::Entrym_xETDatabasename
 
std::unique_ptr< weld::Labelm_xFTHostname
 
std::unique_ptr< weld::Entrym_xETHostname
 
std::unique_ptr< weld::Labelm_xFTPortNumber
 
std::unique_ptr< weld::Labelm_xFTDefaultPortNumber
 
std::unique_ptr< weld::SpinButtonm_xNFPortNumber
 
std::unique_ptr< weld::Labelm_xFTDriverClass
 
std::unique_ptr< weld::Entrym_xETDriverClass
 
std::unique_ptr< weld::Buttonm_xPBTestJavaDriver
 

Additional Inherited Members

- Protected Member Functions inherited from dbaui::OGenericAdministrationPage
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 default implementation: call FillItemSet, call prepareLeave, More...
 
virtual void Reset (const SfxItemSet *_rCoreAttrs) override
 default implementation: call implInitControls with the given item set and _bSaveValue = sal_False More...
 
virtual void ActivatePage (const SfxItemSet &_rSet) override
 default implementation: call implInitControls with the given item set and _bSaveValue = sal_True More...
 
virtual void Activate () override
 
virtual void callModifiedHdl (weld::Widget *=nullptr)
 
virtual bool prepareLeave ()
 called from within DeactivatePage. The page is allowed to be deactivated if this method returns sal_True More...
 
virtual void implInitControls (const SfxItemSet &_rSet, bool _bSaveValue)
 called from within Reset and ActivatePage, use to initialize the controls with the items from the given set More...
 
virtual void fillControls (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList)=0
 will be called inside <method>implInitControls</method> to save the value if necessary More...
 
virtual void fillWindows (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList)=0
 will be called inside <method>implInitControls</method> to disable if necessary More...
 
 DECL_LINK (OnControlModified, weld::Widget *, void)
 This link be used for controls where the tabpage does not need to take any special action when the control is modified. More...
 
 DECL_LINK (OnControlEntryModifyHdl, weld::Entry &, void)
 
 DECL_LINK (OnControlSpinButtonModifyHdl, weld::SpinButton &, void)
 
 DECL_LINK (OnControlModifiedButtonClick, weld::Toggleable &, void)
 
 DECL_LINK (OnTestConnectionButtonClickHdl, weld::Button &, void)
 
- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 
- Static Protected Member Functions inherited from dbaui::OGenericAdministrationPage
static void getFlags (const SfxItemSet &_rSet, bool &_rValid, bool &_rReadonly)
 analyze the invalid and the readonly flag which may be present in the set More...
 
- Protected Attributes inherited from dbaui::OGenericAdministrationPage
IDatabaseSettingsDialogm_pAdminDialog
 
IItemSetHelperm_pItemSetHelper
 
css::uno::Reference< css::uno::XComponentContext > m_xORB
 

Detailed Description

Definition at line 122 of file DBSetupConnectionPages.hxx.

Constructor & Destructor Documentation

◆ OGeneralSpecialJDBCConnectionPageSetup()

dbaui::OGeneralSpecialJDBCConnectionPageSetup::OGeneralSpecialJDBCConnectionPageSetup ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet _rCoreAttrs,
sal_uInt16  _nPortId,
TranslateId  pDefaultPortResId,
TranslateId  pHelpTextResId,
TranslateId  pHeaderTextResId,
TranslateId  pDriverClassId 
)

◆ ~OGeneralSpecialJDBCConnectionPageSetup()

dbaui::OGeneralSpecialJDBCConnectionPageSetup::~OGeneralSpecialJDBCConnectionPageSetup ( )
overridevirtual

Definition at line 372 of file DBSetupConnectionPages.cxx.

Member Function Documentation

◆ callModifiedHdl()

void dbaui::OGeneralSpecialJDBCConnectionPageSetup::callModifiedHdl ( weld::Widget pControl = nullptr)
overrideprivatevirtual

◆ CreateMySQLJDBCTabPage()

std::unique_ptr< OGenericAdministrationPage > dbaui::OGeneralSpecialJDBCConnectionPageSetup::CreateMySQLJDBCTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet _rAttrSet 
)
static

◆ CreateOracleJDBCTabPage()

std::unique_ptr< OGenericAdministrationPage > dbaui::OGeneralSpecialJDBCConnectionPageSetup::CreateOracleJDBCTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet _rAttrSet 
)
static

◆ DECL_LINK()

dbaui::OGeneralSpecialJDBCConnectionPageSetup::DECL_LINK ( OnTestJavaClickHdl  ,
weld::Button ,
void   
)
private

◆ fillControls()

void dbaui::OGeneralSpecialJDBCConnectionPageSetup::fillControls ( std::vector< std::unique_ptr< ISaveValueWrapper > > &  _rControlList)
overrideprivatevirtual

will be called inside <method>implInitControls</method> to save the value if necessary

Parameters
_rControlListThe list must be filled with the controls. It is not allowed to clear the list before pushing data into it.

Implements dbaui::OGenericAdministrationPage.

Definition at line 398 of file DBSetupConnectionPages.cxx.

References m_xETDatabasename, m_xETDriverClass, m_xETHostname, and m_xNFPortNumber.

◆ FillItemSet()

bool dbaui::OGeneralSpecialJDBCConnectionPageSetup::FillItemSet ( SfxItemSet _rCoreAttrs)
overrideprivatevirtual

◆ fillWindows()

void dbaui::OGeneralSpecialJDBCConnectionPageSetup::fillWindows ( std::vector< std::unique_ptr< ISaveValueWrapper > > &  _rControlList)
overrideprivatevirtual

will be called inside <method>implInitControls</method> to disable if necessary

Parameters
_rControlListThe list must be filled with the controls. It is not allowed to clear the list before pushing data into it.

Implements dbaui::OGenericAdministrationPage.

Definition at line 406 of file DBSetupConnectionPages.cxx.

References m_xFTDatabasename, m_xFTDefaultPortNumber, m_xFTDriverClass, m_xFTHelpText, m_xFTHostname, and m_xFTPortNumber.

◆ implInitControls()

void dbaui::OGeneralSpecialJDBCConnectionPageSetup::implInitControls ( const SfxItemSet _rSet,
bool  _bSaveValue 
)
overrideprivatevirtual

called from within Reset and ActivatePage, use to initialize the controls with the items from the given set

Parameters
_bSaveValueif set to sal_True, the implementation should call SaveValue on all relevant controls

Reimplemented from dbaui::OGenericAdministrationPage.

Definition at line 426 of file DBSetupConnectionPages.cxx.

References callModifiedHdl(), DSID_CONN_HOSTNAME, DSID_DATABASENAME, DSID_JDBCDRIVERCLASS, dbaui::OGenericAdministrationPage::getFlags(), SfxItemSet::GetItem(), CntUnencodedStringItem::GetValue(), dbaui::OGenericAdministrationPage::implInitControls(), m_nPortId, m_sDefaultJdbcDriverName, m_xETDatabasename, m_xETDriverClass, m_xETHostname, m_xNFPortNumber, dbaui::OGenericAdministrationPage::SetRoadmapStateValue(), and o3tl::trim().

Member Data Documentation

◆ m_nPortId

TypedWhichId<SfxInt32Item> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_nPortId
private

Definition at line 146 of file DBSetupConnectionPages.hxx.

Referenced by FillItemSet(), and implInitControls().

◆ m_sDefaultJdbcDriverName

OUString dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_sDefaultJdbcDriverName
private

◆ m_xETDatabasename

std::unique_ptr<weld::Entry> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xETDatabasename
private

◆ m_xETDriverClass

std::unique_ptr<weld::Entry> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xETDriverClass
private

◆ m_xETHostname

std::unique_ptr<weld::Entry> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xETHostname
private

◆ m_xFTDatabasename

std::unique_ptr<weld::Label> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xFTDatabasename
private

Definition at line 150 of file DBSetupConnectionPages.hxx.

Referenced by fillWindows().

◆ m_xFTDefaultPortNumber

std::unique_ptr<weld::Label> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xFTDefaultPortNumber
private

◆ m_xFTDriverClass

std::unique_ptr<weld::Label> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xFTDriverClass
private

◆ m_xFTHelpText

std::unique_ptr<weld::Label> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xFTHelpText
private

◆ m_xFTHostname

std::unique_ptr<weld::Label> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xFTHostname
private

Definition at line 152 of file DBSetupConnectionPages.hxx.

Referenced by fillWindows().

◆ m_xFTPortNumber

std::unique_ptr<weld::Label> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xFTPortNumber
private

Definition at line 154 of file DBSetupConnectionPages.hxx.

Referenced by fillWindows().

◆ m_xHeaderText

std::unique_ptr<weld::Label> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xHeaderText
private

Definition at line 148 of file DBSetupConnectionPages.hxx.

Referenced by OGeneralSpecialJDBCConnectionPageSetup().

◆ m_xNFPortNumber

std::unique_ptr<weld::SpinButton> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xNFPortNumber
private

◆ m_xPBTestJavaDriver

std::unique_ptr<weld::Button> dbaui::OGeneralSpecialJDBCConnectionPageSetup::m_xPBTestJavaDriver
private

The documentation for this class was generated from the following files: