com.wewebu.ow.server.dmsdialogs.views
Class OwSplitObjectListDocument
java.lang.Object
com.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwDocument
com.wewebu.ow.server.dmsdialogs.views.OwSplitObjectListDocument
- All Implemented Interfaces:
- OwAttributeBag, OwAttributeBagWriteable
public class OwSplitObjectListDocument
- extends OwDocument
Models several object collections called splits.
Each split or object collection has an index based associated split name.
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
Methods inherited from class com.wewebu.ow.server.ui.OwDocument |
attachView, attributecount, clear, detachView, getAttribute, getAttribute, getAttributeNames, getPersistentAttributeBagWriteable, getSafeAttribute, hasAttribute, init, remove, save, setAttribute, update |
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget |
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getFormName, getFormTarget, getID, onExternalRequest, onFormEvent, onRequest, setExternalFormTarget, updateExternalFormTarget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_NAME
public static final String NO_NAME
- See Also:
- Constant Field Values
OwSplitObjectListDocument
public OwSplitObjectListDocument(String[] splits,
Collection<OwFieldColumnInfo>[] columnInfos,
List<OwDocumentFunction> documentFunctions)
getSplitCount
public int getSplitCount()
setSplits
public void setSplits(OwObjectCollection[] splits)
throws OwException
- Throws:
OwException
getSplit
public OwObjectCollection getSplit(int index)
getSplitName
public String getSplitName(int index)
isEmpty
public boolean isEmpty()
updateSplitViews
protected void updateSplitViews()
throws OwException
- Throws:
OwException
getColumnInfos
public Collection<OwFieldColumnInfo>[] getColumnInfos()
setColumnInfos
public void setColumnInfos(Collection<OwFieldColumnInfo>[] columnInfos)
getDocumentFunctions
public List<OwDocumentFunction> getDocumentFunctions()
setDocumentFunctions
public void setDocumentFunctions(List<OwDocumentFunction> documentFunctions)
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.