| |
|
| java.lang.Object org.contineo.web.document.ArticlesRecordsManager
ArticlesRecordsManager | public class ArticlesRecordsManager (Code) | | Control that allows the user to list and select articles
author: Marco Meschieri version: $Id: ArticlesRecordsManager.java,v 1.3 2006/09/03 16:24:37 marco Exp $ since: 3.0 |
Field Summary | |
protected static Log | log |
log | protected static Log log(Code) | | |
dispose | public void dispose()(Code) | | Cleans up the resources used by this class. This method could be called
when a session destroyed event is called.
|
getArticles | public Collection<Article> getArticles()(Code) | | Gets the list of articles which will be used by the ice:dataTable
component.
array list of articles |
isEditing | public boolean isEditing()(Code) | | |
selectDocument | public void selectDocument(Document doc)(Code) | | Changes the currently selected document and updates the articles list.
Parameters: doc - |
setSelectedDocument | public void setSelectedDocument(Document selectedDocument)(Code) | | |
|
|
|