craftleft.gif (3002 bytes)QuickTable
Home | API | Tutorial | Download | Support | Contact topblack.gif (108 bytes)


QuickTable User Cp  |  Register  |  Members  |  Search  |  Help
    |- QuickTable Discussion Forums > Release notes Post New Topic   Post A Reply
2.0.5.20 - hide table header/table border during printing printer friendly version
next newest post | next oldest post
Author Messages
Admin
Board Owner

Gender: Unspecified
Location:
Registered: Jul 2003
Status: Offline
Posts: 9

Click here to see the profile for Admin Send email to Admin Send private message to Admin Find more posts by Admin Edit or delete this message Reply w/Quote
Posted Wednesday, March 30, 2005 @ 22:40:06  

Two new method are added in PrintProperties class using which you can hide table header/table border during printing

Code:

/**
* If you do not want to print the table header return false
* By default table header printing is enabled
*/

public boolean shouldPrintTableHeader()
{
return true;
}

/**
* By default a border is printed around the table
* If you do not need the border, return false
*/
public boolean printBorder()
{
return true;
}

--------------------------------------

cellValueChanged method in DBTableCellListener doesn't return the correct row after sorting. This problem is resolved.

----------------------------
when using refreshDataObject() method, if an empty collection/vector is passed, the existing data displayed in the DBTable is not cleared. This is resolved.

Post New Topic   Post A Reply Jump to:
Contact Us | QuickTable - A Java DBGrid | Privacy Policy All times are GMT -5 Hours.
Welcome to QuickTable Forums, Guest!  
Login
Username :
Password :
In order to fully utilize the abilities of this board, you are required to register as a member. Registration is free, and allows you to do lots of things including turning on or off certain features of this board. Register now!
Powered by CuteCast v2.0 BETA 2
Copyright © 2001-2003 ArtsCore Studios