com.ldodds.foafamatic.docs
Class DocumentManager

java.lang.Object
  |
  +--com.ldodds.foafamatic.AbstractPanelManager
        |
        +--com.ldodds.foafamatic.docs.DocumentManager

public class DocumentManager
extends AbstractPanelManager

 $Log$
 

Author:
ccslrd

Field Summary
 
Fields inherited from class com.ldodds.foafamatic.AbstractPanelManager
_form, _items, _table, _theForm
 
Constructor Summary
DocumentManager(java.lang.String table, java.lang.String form)
           
 
Method Summary
 void addDocumentToTable(boolean update)
          Add/update a Person in the table.
 void populateTableWithItem(java.lang.Object item)
          Add a document to the internal list, and make it visible in the UI
 
Methods inherited from class com.ldodds.foafamatic.AbstractPanelManager
addItem, addItems, clearEntryFields, deleteSelected, getItems, getText, showCue, showSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentManager

public DocumentManager(java.lang.String table,
                       java.lang.String form)
Method Detail

populateTableWithItem

public void populateTableWithItem(java.lang.Object item)
Add a document to the internal list, and make it visible in the UI

Specified by:
populateTableWithItem in class AbstractPanelManager

addDocumentToTable

public void addDocumentToTable(boolean update)
Add/update a Person in the table. Performs validation on the entered fields