|
||||||||||
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.dmsdialogs.views.OwAbstractDocumentImporterView
com.wewebu.ow.server.docimport.OwNoContentDocumentImporterView
public class OwNoContentDocumentImporterView
View for no content document importer.
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.OwLayout |
---|
com.wewebu.ow.server.ui.OwLayout.OwDispatchRegion |
Field Summary | |
---|---|
protected com.wewebu.ow.server.app.OwSubMenuView |
m_MenuView
Menu for buttons like "Add" |
static int |
MENU_REGION
region for the optional menu |
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 | |
---|---|
OwNoContentDocumentImporterView(OwNoContentDocumentImporter importer_p,
com.wewebu.ow.server.app.OwDocumentImporterCallback callback_p)
Create a new OwNoContentDocumentImporterView for a given callback. |
Method Summary | |
---|---|
protected void |
init()
Init the target after the context is set. |
boolean |
onAdd(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
|
protected void |
onRender(Writer w_p)
Render this OwDocumentImportView by including a JSP page |
Methods inherited from class com.wewebu.ow.server.dmsdialogs.views.OwAbstractDocumentImporterView |
---|
fireOnDocumentImportEvent, getDocumentImporter, getDocumentImporterCallback, setDocumentImporterCallback |
Methods inherited from class com.wewebu.ow.server.ui.OwLayout |
---|
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegion, renderRegion |
Methods inherited from class com.wewebu.ow.server.ui.OwView |
---|
activate, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, 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 MENU_REGION
protected com.wewebu.ow.server.app.OwSubMenuView m_MenuView
Constructor Detail |
---|
public OwNoContentDocumentImporterView(OwNoContentDocumentImporter importer_p, com.wewebu.ow.server.app.OwDocumentImporterCallback callback_p)
callback_p
- the callback to invoke after a document has been importedMethod Detail |
---|
protected void init() throws Exception
init
in class com.wewebu.ow.server.dmsdialogs.views.OwAbstractDocumentImporterView
Exception
protected void onRender(Writer w_p) throws Exception
onRender
in class com.wewebu.ow.server.dmsdialogs.views.OwAbstractDocumentImporterView
w_p
- Writer object to write HTML to
Exception
public boolean onAdd(javax.servlet.http.HttpServletRequest request_p, Object reason_p) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |