|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISystemFilterPoolWrapperInformation
The system filter wizard allows callers to pass a list of wrapper objects for the user to select a filter pool. Effectively, this prompting for euphemisms to filter pools. This requires an array of wrapper objects, and requires replacement text for the pool prompt and tooltip text, and the verbiage above it.
This is all encapsulated in this interface. There is also a class offered that implements all this and is populated via setters.
| Method Summary | |
|---|---|
ISystemFilterPoolWrapper |
getPreSelectWrapper()
Get the wrapper to preselect in the list. |
String |
getPromptLabel()
Get the label |
String |
getPromptTooltip()
Get the tooltip |
String |
getVerbiageLabel()
|
ISystemFilterPoolWrapper[] |
getWrappers()
Get the list of wrappered filter pool objects to show in the combo. |
| Method Detail |
|---|
String getPromptLabel()
String getPromptTooltip()
String getVerbiageLabel()
ISystemFilterPoolWrapper[] getWrappers()
ISystemFilterPoolWrapper getPreSelectWrapper()
|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||