Search in sources :

Example 1 with TGFwfService

use of com.kendy.service.TGFwfService in project financial by greatkendy123.

the class TGController method refreshFwfTab.

private void refreshFwfTab() {
    TGFwfService tgFwfService = new TGFwfService();
    tgFwfService.setFwfDetail(StringUtil.nvl(currentTGCompanyLabel.getText(), ""), tableTGFwf, tableTGFwfSum);
}
Also used : TGFwfService(com.kendy.service.TGFwfService)

Aggregations

TGFwfService (com.kendy.service.TGFwfService)1