ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.dataviewer
Interface HTMLView


public interface HTMLView

The HTMLView interface for objects which is to be printed in HTML.


Method Summary
 int getMinHTMLHeight()
          Returns the minimum HTML page height
 int getMinHTMLWidth()
          Returns the minimum HTML page width
 void printHTML(HTMLWriter writer)
          Prints the HTML with the HTMLWriter object
 

Method Detail

printHTML

public void printHTML(HTMLWriter writer)
Prints the HTML with the HTMLWriter object

Parameters:
writer - the HTML writer used to write the HTML

getMinHTMLWidth

public int getMinHTMLWidth()
Returns the minimum HTML page width

Returns:
the minimum width of the HTML page

getMinHTMLHeight

public int getMinHTMLHeight()
Returns the minimum HTML page height

Returns:
the minimum height of the HTML page

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.