|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwView
com.wewebu.ow.server.ui.OwLayout
com.wewebu.ow.server.ui.OwDialog
com.wewebu.ow.server.app.OwStandardDialog
com.wewebu.ow.server.plug.owdemo.owfax.OwSendFaxDialog
public class OwSendFaxDialog
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
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.wewebu.ow.server.ui.OwDialog |
|---|
com.wewebu.ow.server.ui.OwDialog.OwDialogListener |
| Nested classes/interfaces inherited from class com.wewebu.ow.server.ui.OwLayout |
|---|
com.wewebu.ow.server.ui.OwLayout.OwDispatchRegion |
| Field Summary | |
|---|---|
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 |
| Fields inherited from class com.wewebu.ow.server.app.OwStandardDialog |
|---|
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_REGION |
| Fields inherited from class com.wewebu.ow.server.ui.OwDialog |
|---|
m_iDEBUG_DocumentViewSize, m_iDEBUG_InitDocument, m_iDEBUG_TargetCount, m_Listener |
| Fields inherited from class com.wewebu.ow.server.ui.OwLayout |
|---|
m_Regions |
| Fields inherited from class com.wewebu.ow.server.ui.OwView |
|---|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget |
| Fields inherited from interface com.wewebu.ow.server.ui.OwBaseView |
|---|
EMPTY_STRING |
| Constructor Summary | |
|---|---|
OwSendFaxDialog(Collection objects_p)
construct a fax dialog |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.wewebu.ow.server.app.OwStandardDialog |
|---|
getInfoIcon, getTitle, hasHelpButton, isRegion, onClose, onHelp, renderCloseButton, renderHelpButton, renderRegion, setHelp, setInfoIcon, setTitle |
| Methods inherited from class com.wewebu.ow.server.ui.OwDialog |
|---|
closeDialog, setListener |
| Methods inherited from class com.wewebu.ow.server.ui.OwLayout |
|---|
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegion |
| Methods inherited from class com.wewebu.ow.server.ui.OwView |
|---|
activate, 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, usesFormWithAttributes |
| Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget |
|---|
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public 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
| Constructor Detail |
|---|
public OwSendFaxDialog(Collection objects_p)
objects_p - Iterator of OwObjects to fax| Method Detail |
|---|
protected void init()
throws Exception
init in class com.wewebu.ow.server.ui.OwViewException
public void onSendFax(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
throws Exception
Exception
public void onSelectNumber(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
throws Exception
Exceptionpublic void setFaxNumber(String strFaxNumber_p)
public String getFaxNumber()
protected void onRender(Writer w_p)
throws Exception
onRender in class com.wewebu.ow.server.app.OwStandardDialogw_p - Writer object to write HTML to
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||