- onActivityResult(Activity, int, int, Intent) - Method in class oz.api.OZReportViewer
-
ImagePicker에서 갤러리를 통해 외부 이미지를 가져온 후 선택된 이미지를 뷰어로 전달한다.
- oz.api - package oz.api
-
- OZBankBookPrintCommand(String) - Method in class oz.api.OZReportCommandListener
-
통장 프린터 인쇄 아이콘이 클릭된 후 발생하는 이벤트입니다.
- OZCommand(String, String) - Method in class oz.api.OZReportCommandListener
-
오즈 뷰어 이벤트 실행 시 발생되는 이벤트입니다.
- OZEFormInputEventCommand(String, String, String, String) - Method in class oz.api.OZReportCommandListener
-
사용자가 입력 컴포넌트를 클릭하거나 값을 변경하여 OnClick/OnFocus/OnKillFocus/OnValueChanged 이벤트가 실행된 경우 발생되는 이벤트입니다.
- OZErrorCommand(String, String, String, String) - Method in class oz.api.OZReportCommandListener
-
에러 발생 시 발생하는 이벤트입니다.
- OZExitCommand() - Method in class oz.api.OZReportCommandListener
-
- OZExportCommand(String, String, String, String, String) - Method in class oz.api.OZReportCommandListener
-
보고서 저장 시 발생하는 이벤트입니다.
- OZExportMemoryStreamCallBack(String) - Method in class oz.api.OZReportCommandListener
-
Script, ScriptEx 함수의 명령어를 "save_memorystream"로 설정하여 실행한 경우 발생하는 이벤트입니다.
- OZLinkCommand(String, String, String, String, String) - Method in class oz.api.OZReportCommandListener
-
SetLinkEvent/setLinkEvent 함수가 실행된 후 발생하는 이벤트입니다.
- OZMailCommand(String) - Method in class oz.api.OZReportCommandListener
-
보고서를 오즈 메일로 전송 시 발생하는 이벤트입니다.
- OZPageBindCommand(String, String) - Method in class oz.api.OZReportCommandListener
-
viewer.pagebindcommandinterval 패러미터에서 설정한 주기별로 페이지가 바인딩된 후 발생하는 이벤트입니다.
- OZPageChangeCommand(String) - Method in class oz.api.OZReportCommandListener
-
화면에 표시되는 페이지가 변경된 후 발생하는 이벤트입니다.
- OZPostCommand(String, String) - Method in class oz.api.OZReportCommandListener
-
보고서를 뷰어 창에 미리보기한 후 또는 미리보기 없이 바로 저장하거나 인쇄한 후 발생하는 이벤트입니다.
- OZPrintCommand(String, String, String, String, String, String, String, String, String, String) - Method in class oz.api.OZReportCommandListener
-
보고서 인쇄 즉, 보고서를 프린터 스풀에 넘긴 후 발생하는 이벤트입니다.
- OZProgressCommand(String, String, String) - Method in class oz.api.OZReportCommandListener
-
보고서 생성 단계별로 발생하는 이벤트입니다.
- OZReportAPI - Class in oz.api
-
- OZReportAPI() - Constructor for class oz.api.OZReportAPI
-
- OZReportChangeCommand(String) - Method in class oz.api.OZReportCommandListener
-
화면에 표시되는 보고서가 변경된 후 발생하는 이벤트입니다.
- OZReportCommandListener - Class in oz.api
-
- OZReportCommandListener() - Constructor for class oz.api.OZReportCommandListener
-
- OZReportViewer - Class in oz.api
-
- OZReportViewer() - Constructor for class oz.api.OZReportViewer
-
- OZRTextBoxCmd - Class in oz.api
-
- OZRTextBoxCmd() - Constructor for class oz.api.OZRTextBoxCmd
-
- OZRViewerCmd - Class in oz.api
-
- OZRViewerCmd() - Constructor for class oz.api.OZRViewerCmd
-
- OZTextBoxCommand(OZRTextBoxCmd, int) - Method in class oz.api.OZReportCommandListener
-
TextBox의 keyboard타입이 EXTERNAL일 때 발생되는 이벤트 입니다(외부연동 키보드)
- OZUserActionCommand(String, String) - Method in class oz.api.OZReportCommandListener
-
인쇄, 저장, 컴포넌트 속성 변경 등 사용자가 뷰어의 기능을 실행할 때 발생하는 이벤트입니다.
- OZUserEvent(String, String, String) - Method in class oz.api.OZReportCommandListener
-
_TriggerOCXUserEvent 함수 실행 시 발생하는 이벤트입니다.
- OZWillChangeIndex_Paging(int, int) - Method in class oz.api.OZReportCommandListener
-
미리보기 시 다음 페이지 넘길 때 넘길지 여부를 확인 체크를 하는 이벤트 (디폴트로 무조건 true로 해줘야 다음 페이지로 넘어간다.)