com.wewebu.ow.server.dmsdialogs.views
Class OwSplitObjectListDocument

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.ui.OwDocument
          extended by 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

Field Summary
static String NO_NAME
           
 
Fields inherited from class com.wewebu.ow.server.ui.OwDocument
m_ViewList
 
Constructor Summary
OwSplitObjectListDocument(String[] splits, Collection<OwFieldColumnInfo>[] columnInfos, List<OwDocumentFunction> documentFunctions)
           
 
Method Summary
 Collection<OwFieldColumnInfo>[] getColumnInfos()
           
 List<OwDocumentFunction> getDocumentFunctions()
           
 OwObjectCollection getSplit(int index)
           
 int getSplitCount()
           
 String getSplitName(int index)
           
 boolean isEmpty()
           
 void setColumnInfos(Collection<OwFieldColumnInfo>[] columnInfos)
           
 void setDocumentFunctions(List<OwDocumentFunction> documentFunctions)
           
 void setSplits(OwObjectCollection[] splits)
           
protected  void updateSplitViews()
           
 
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
 

Field Detail

NO_NAME

public static final String NO_NAME
See Also:
Constant Field Values
Constructor Detail

OwSplitObjectListDocument

public OwSplitObjectListDocument(String[] splits,
                                 Collection<OwFieldColumnInfo>[] columnInfos,
                                 List<OwDocumentFunction> documentFunctions)
Method Detail

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.