Issue 124650 - css::ui::dialogs::Wizard: the dialog's buttons should be more manipulable
Summary: css::ui::dialogs::Wizard: the dialog's buttons should be more manipulable
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 15:56 UTC by Ariel Constenla-Haile
Modified: 2014-04-10 15:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2014-04-10 15:56:07 UTC
Currently it is only possible to enable/disable the wizard's buttons, and set the default button (in theory...), see 

enableButton
setDefaultButton
http://www.openoffice.org/api/docs/common/ref/com/sun/star/ui/dialogs/XWizard.html

but this functionality isn't enough: extensions developers may want to also

1. change the buttons labels
2. change the buttons help IDs
- ...

At least these two seam important, specially (2), since extensions can provide its own help content, and the HelpURL attribute of css::ui::dialogs::XWizard is not enough.