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
| Modifier and Type | Field and Description |
|---|---|
static String |
NO_NAME |
m_ViewList| Constructor and Description |
|---|
OwSplitObjectListDocument(String[] splits,
Collection<OwFieldColumnInfo>[] columnInfos,
List<OwDocumentFunction> documentFunctions) |
| Modifier and Type | Method and Description |
|---|---|
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() |
attachView, attributecount, clear, detachView, getAttribute, getAttribute, getAttributeNames, getPersistentAttributeBagWriteable, getSafeAttribute, hasAttribute, init, remove, save, setAttribute, updateattach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getFormName, getFormTarget, getID, onExternalRequest, onFormEvent, onRequest, setExternalFormTarget, updateExternalFormTargetpublic static final String NO_NAME
public OwSplitObjectListDocument(String[] splits, Collection<OwFieldColumnInfo>[] columnInfos, List<OwDocumentFunction> documentFunctions)
public int getSplitCount()
public void setSplits(OwObjectCollection[] splits) throws OwException
OwExceptionpublic OwObjectCollection getSplit(int index)
public String getSplitName(int index)
public boolean isEmpty()
protected void updateSplitViews()
throws OwException
OwExceptionpublic Collection<OwFieldColumnInfo>[] getColumnInfos()
public void setColumnInfos(Collection<OwFieldColumnInfo>[] columnInfos)
public List<OwDocumentFunction> getDocumentFunctions()
public void setDocumentFunctions(List<OwDocumentFunction> documentFunctions)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.