Uses of Record Class
network.ike.plugin.ws.WorkingSetReportTable.Row
Packages that use WorkingSetReportTable.Row
-
Uses of WorkingSetReportTable.Row in network.ike.plugin.ws
Method parameters in network.ike.plugin.ws with type arguments of type WorkingSetReportTable.RowModifier and TypeMethodDescriptionstatic network.ike.plugin.support.GoalReportBuilderWorkingSetReportTable.render(network.ike.plugin.support.GoalReportBuilder report, String section, String lastColumn, List<WorkingSetReportTable.Row> rows) Renderrowsas the working-set table, naming the final column —"Effect"for a mutating goal,"Status"for a read-only goal (e.g.static network.ike.plugin.support.GoalReportBuilderWorkingSetReportTable.render(network.ike.plugin.support.GoalReportBuilder report, String section, List<WorkingSetReportTable.Row> rows) Renderrowsas the working-set table within a section, with the defaultEffectfinal column (for a mutating goal).