Implement [2892388] - Change visibility of method VCreateFromDialog.setStatusLine

https://sourceforge.net/tracker/?func=detail&aid=2892388&group_id=176962&atid=879335
Implemented samely for zkwebui in WCreateFromWindow.setStatusLine
This commit is contained in:
Carlos Ruiz 2009-11-05 04:55:47 +00:00
parent 940bc8596b
commit 5562699088
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public class WCreateFromWindow extends Window implements EventListener, WTableMo
setStatusLine(count, null);
}
protected void setStatusLine(int selectedRowCount, String text)
public void setStatusLine(int selectedRowCount, String text)
{
StringBuffer sb = new StringBuffer(String.valueOf(selectedRowCount));
if (text != null && text.trim().length() > 0) {