|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 euphamisms to filter pools. This requires an array of wrapper objects, and requires replacement mri for the pool prompt and tooltip text, and the verbage above it.
This is all encapsulated in this interface. There is also a class offered that implements all this and is populated via setters.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
ISystemFilterPoolWrapper |
getPreSelectWrapper()
Get the wrapper to preselect in the list. |
String |
getPromptRBKey()
Get the resource bundle key for the filter pool prompt label and tip. |
ResourceBundle |
getResourceBundle()
Get the resource bundle to use for the filter pool prompt label, tooltip, and preceding verbage. |
String |
getVerbageRBKey()
Get the resource bundle key for the filter pool prompt verbage that goes above the combo box in the New Filter wizard. |
ISystemFilterPoolWrapper[] |
getWrappers()
Get the list of wrappered filter pool objects to show in the combo. |
Field Detail |
public static final String copyright
Method Detail |
public ResourceBundle getResourceBundle()
public String getPromptRBKey()
public String getVerbageRBKey()
public ISystemFilterPoolWrapper[] getWrappers()
public ISystemFilterPoolWrapper getPreSelectWrapper()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |