|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICrystalReportsEditorPage
This interface defines a page that can be added to a Crystal Reports editor.
ICrystalReportsEditor
Method Summary | |
---|---|
boolean |
attachOnStart()
Identifies whether to attach the page to editor when the editor is loaded or when the page is first made active. |
void |
attachToEditor(ICrystalReportsEditor editor)
Performs initialization when the page is attached to the editor. |
Method Detail |
---|
boolean attachOnStart()
false
,
and the page is attached to the editor the first time it is made active.
If user interaction is required before the page is activated, this method should return true
.
true
to attach the page when the editor opens, false
to attach it the first time the
page is made activevoid attachToEditor(ICrystalReportsEditor editor)
editor
- the editor to attach the page to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |