insensa.view.html
Interface IInfoReaderHtmlView

All Superinterfaces:
IHtmlView
All Known Implementing Classes:
HtmlCountValuesTable, HtmlInfoReaderDataTable

public interface IInfoReaderHtmlView
extends IHtmlView


Method Summary
 void addInfoReader(InfoReader infoReader)
           
 void addInfoReader(java.util.List<InfoReader> infoReaderList)
           
 
Methods inherited from interface insensa.view.html.IHtmlView
getComponent, getDropTargetComponent, onDropObjects, refresh, saveAsHtml, startView
 

Method Detail

addInfoReader

void addInfoReader(InfoReader infoReader)
                   throws java.io.IOException
Parameters:
infoReader -
Throws:
java.io.IOException

addInfoReader

void addInfoReader(java.util.List<InfoReader> infoReaderList)
                   throws java.io.IOException
Parameters:
infoReaderList -
Throws:
java.io.IOException