|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface CustomPromptEditor
CustomPromptEditors are used to display custom editors for specific prompts.
They are registered using the method ReportViewer.setCustomPromptEditor(String, int, CustomPromptEditor).
When a prompt is requested with a name for which a CustomPromptEditor has been
registered, the editor is fetched via ViewerComponent.getComponent(), its
default values are set via setValue(Object), and its value is then
requested via getValue().
ReportViewer.setCustomPromptEditor(String, int, CustomPromptEditor)| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Returns the currently chosen value for the prompt for which this editor is being used. |
void |
setValue(java.lang.Object value)
Sets the currently set value of the prompt for which this editor is being used. |
| Methods inherited from interface com.inet.viewer.ViewerComponent |
|---|
getComponent |
| Method Detail |
|---|
void setValue(java.lang.Object value)
value - currently set value of the promptjava.lang.Object getValue()
NUMBER : java.lang.DoubleCURRENCY : java.lang.DoubleBOOLEAN : java.lang.BooleanDATE : java.sql.DateTIME : java.sql.TimeDATETIME : java.sql.TimestampSTRING : java.lang.StringRANGE: Range
Vector
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||