|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Much of the new filter wizard is configurable, especially with respect to translated strings. While there exists setters and overridable methods for most of it, sometimes that gets overwhelming. This interface is designed to capture all the configurable attributes that are not likely to change from usage to usage of the wizard (eg, not context sensitive) such that for convenience you can implement it in a class and instantiate a singleton instance of that class to re-use for your wizard.
Your best option is to subclass SystemNewFilterWizardConfigurator and override just those
things you want to change.
| Method Summary | |
|---|---|
String |
getPage1Description()
Return the description for page 1 (which prompts for the filter string) |
String |
getPage1Title()
Return the page title for page 1 (which prompts for the filter string) |
String |
getPage2Description()
Return the description for page 2 (which prompts for the name and filter pool) |
String |
getPage2HelpID()
Return the help ID for page 2 |
String |
getPage2NamePromptLabel()
Return the label for the filter name prompt on page 2. |
String |
getPage2NamePromptTooltip()
Return the tooltip for the filter name prompt on page 2. |
String |
getPage2NameVerbage()
Return the verbage for the name prompt on page 2 |
String |
getPage2PoolPromptLabel()
Return the label for the filter pool prompt on page 2. |
String |
getPage2PoolPromptTooltip()
Return the label for the filter pool prompt on page 2. |
String |
getPage2PoolVerbage()
Return the verbage for the pool prompt on page 3 |
String |
getPage2PoolVerbageTip()
Return the verbage tooltip for the name prompt on page 2 |
String |
getPage2Title()
Return the page title for page 2 (which prompts for the name and filter pool) |
String |
getPage2UniqueToConnectionLabel()
Get the "Unique to this connection" checkbox label |
String |
getPage2UniqueToConnectionToolTip()
Set the "Unique to this connection" checkbox tooltip |
String |
getPage3Description()
Return the description for page 3 (which shows 2 tips) |
String |
getPage3Tip1()
Return the first tip on page 3 |
String |
getPage3Tip2()
Return the second tip on page 3 |
String |
getPage3Title()
Return the page title for page 3 (which shows 2 tips) |
String |
getPageTitle()
Return the default page title to use for each page, unless overridden individually |
| Method Detail |
public String getPageTitle()
public String getPage1Title()
public String getPage1Description()
public String getPage2Title()
public String getPage2Description()
public String getPage2HelpID()
public String getPage2NameVerbage()
public String getPage2PoolVerbage()
public String getPage2PoolVerbageTip()
public String getPage2NamePromptLabel()
public String getPage2NamePromptTooltip()
public String getPage2PoolPromptLabel()
public String getPage2PoolPromptTooltip()
public String getPage2UniqueToConnectionLabel()
public String getPage2UniqueToConnectionToolTip()
public String getPage3Title()
public String getPage3Description()
public String getPage3Tip1()
public String getPage3Tip2()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||