public class OwSendFaxDialog
extends com.wewebu.ow.server.app.OwStandardDialog
Demo send Fax dialog.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Field and Description |
|---|---|
static String |
FAX_CTRL_NAME
HTML input control name
|
static String |
FORM_NAME
HTML form name
|
protected OwFaxDocumentList |
m_FaxList
document list view
|
protected com.wewebu.ow.server.app.OwSubMenuView |
m_Menu
the fax menu buttons
|
protected Collection |
m_Objects
Iterator of OwObjects to fax.
|
protected String |
m_strFaxNumber
fax number
|
static int |
RESULT_REGION
region ID for the additional result region
|
static String |
TEXT_CTRL_NAME
HTML input control name
|
CLOSE_BTN_REGION, FOOTER_REGION, HELP_BTN_REGION, INFO_ICON_REGION, LEFT_REGION, m_strHelpPath, m_strInfoIconURL, m_strTitle, MAIN_REGION, MENU_REGION, RIGHT_REGION, STANDARD_DIALOG_REGION_MAX, TITLE_REGIONm_iDEBUG_DocumentViewSize, m_iDEBUG_InitDocument, m_iDEBUG_TargetCount, m_Listener| Constructor and Description |
|---|
OwSendFaxDialog(Collection objects_p)
construct a fax dialog
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFaxNumber()
set the fax number, used by OwFaxSelectAddressDialog
|
protected void |
init()
called when the view should create its HTML content to be displayed
|
protected void |
onRender(Writer w_p)
render the view
|
void |
onSelectNumber(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
called when user clicked the send fax button
|
void |
onSendFax(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
called when user clicked the send fax button
|
void |
setFaxNumber(String strFaxNumber_p)
set the fax number, used by OwFaxSelectAddressDialog
|
getInfoIcon, getTitle, hasHelpButton, isRegion, onClose, onHelp, renderCloseButton, renderHelpButton, renderRegion, setHelp, setInfoIcon, setTitleaddRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegionactivate, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, isFormTargetExternal, isNamedRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributespublic static final int RESULT_REGION
public static final String FORM_NAME
public static final String FAX_CTRL_NAME
public static final String TEXT_CTRL_NAME
protected String m_strFaxNumber
protected Collection m_Objects
protected com.wewebu.ow.server.app.OwSubMenuView m_Menu
protected OwFaxDocumentList m_FaxList
public OwSendFaxDialog(Collection objects_p)
objects_p - Iterator of OwObjects to faxprotected void init()
throws Exception
init in class com.wewebu.ow.server.ui.OwViewExceptionpublic void onSendFax(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
throws Exception
Exceptionpublic void onSelectNumber(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
throws Exception
Exceptionpublic void setFaxNumber(String strFaxNumber_p)
public String getFaxNumber()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.