lnliuchunlei

Results 2 comments of lnliuchunlei

table.setTableData(tableData); table.getTableData().setOnRowClickListener(new TableData.OnRowClickListener() { @Override public void onClick(Column column, Material_ob equipMaintenancePlan, final int col, final int row) { System.out.println(col+" "+row); /** * 变色 */ table.getConfig().setContentCellBackgroundFormat(new ICellBackgroundFormat() { @Override public void...

table.getConfig().setColumnTitleBackground(new BaseBackgroundFormat(Color.rgb(112, 48, 160)));