implements the connection page of the data source properties dialog.
std::unique_ptr< weld::Label > m_xJavaDriverLabel
DECL_LINK(OnTestJavaClickHdl, weld::Button &, void)
std::unique_ptr< weld::Button > m_xTestJavaDriver
std::unique_ptr< weld::Entry > m_xJavaDriver
DECL_LINK(OnEditModified, weld::Entry &, void)
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 giv...
virtual bool checkTestConnection() override
changes the connection URL.
std::unique_ptr< weld::Label > m_xFL2
virtual ~OConnectionTabPage() override
std::unique_ptr< weld::CheckButton > m_xPasswordRequired
OConnectionTabPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &_rCoreAttrs)
std::unique_ptr< weld::Label > m_xUserNameLabel
std::unique_ptr< weld::Label > m_xFL3
std::unique_ptr< weld::Button > m_xTestConnection
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
std::unique_ptr< weld::Entry > m_xUserName
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)