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:
parent
940bc8596b
commit
5562699088
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue