com.wewebu.ow.server.app
Class OwObjectSequenceDialog
java.lang.Object
com.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.app.OwStandardSequenceDialog
com.wewebu.ow.server.app.OwObjectSequenceDialog
- All Implemented Interfaces:
- OwSequenceView, OwBaseView, OwUpdateTarget
public abstract class OwObjectSequenceDialog
- extends OwStandardSequenceDialog
Object collection nase implementation.
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
- Since:
- 4.1.1.0
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 |
Methods inherited from class com.wewebu.ow.server.app.OwStandardDialog |
getInfoIcon, getTitle, hasHelpButton, isRegion, onClose, onHelp, onRender, renderCloseButton, renderHelpButton, setHelp, setInfoIcon, setTitle |
Methods inherited from class com.wewebu.ow.server.ui.OwView |
activate, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, init, 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 |
OwObjectSequenceDialog
public OwObjectSequenceDialog(List<OwObject> objectItems)
prev
public void prev(boolean fRemoveCurrent_p)
throws Exception
- Description copied from interface:
OwSequenceView
- move to prev item
- Parameters:
fRemoveCurrent_p
- true = remove the current sequence item and then move to the prev item, if this is the last item, closes the view
- Throws:
Exception
initPrevtNewItem
protected void initPrevtNewItem()
throws OwException
- Throws:
OwException
next
public void next(boolean fRemoveCurrent_p)
throws Exception
- Description copied from interface:
OwSequenceView
- move to next item
- Parameters:
fRemoveCurrent_p
- true = remove the current sequence item and then move to the next item, if this is the last item, closes the view
- Throws:
Exception
initNextNewItem
protected void initNextNewItem()
throws OwException
- Throws:
OwException
initNewItem
protected abstract void initNewItem(Object paramerters)
throws OwException
- Throws:
OwException
getIndex
protected int getIndex()
getCurrentItem
public OwObject getCurrentItem()
getCount
public int getCount()
- Description copied from interface:
OwSequenceView
- get the number of sequence items in the view
hasNext
public boolean hasNext()
throws Exception
- Description copied from class:
OwStandardSequenceDialog
- called when the Dialog needs to know if there is a next item
- Specified by:
hasNext
in interface OwSequenceView
- Overrides:
hasNext
in class OwStandardSequenceDialog
- Throws:
Exception
hasPrev
public boolean hasPrev()
throws Exception
- Description copied from class:
OwStandardSequenceDialog
- called when the Dialog needs to know if there is a prev item
- Specified by:
hasPrev
in interface OwSequenceView
- Overrides:
hasPrev
in class OwStandardSequenceDialog
- Throws:
Exception
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.