| Methods in com.inet.viewer with parameters of type CustomPromptEditor |
void |
ReportViewer.setCustomPromptEditor(java.lang.String promptName,
CustomPromptEditor editor)
Deprecated. As of i-net Crystal-Clear 9, use ReportViewer.setCustomPromptEditor(String, int, CustomPromptEditor) instead. |
void |
ReportViewer.setCustomPromptEditor(java.lang.String promptName,
int valueType,
CustomPromptEditor editor)
Registers the given CustomPromptEditor for prompts with the given name and value type,
case-insensitive. |
void |
SwingReportViewer.setCustomPromptEditor(java.lang.String promptName,
CustomPromptEditor editor)
Registers the given CustomPromptEditor for prompts with the given name,
case-insensitive. |
void |
SwingReportViewer.setCustomPromptEditor(java.lang.String promptName,
int valueType,
CustomPromptEditor editor)
Registers the given CustomPromptEditor for prompts with the given name and value type,
case-insensitive. |