Uses of Interface
com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
Packages that use CheckingResultsViewRow
-
Uses of CheckingResultsViewRow in com.solibri.smc.api.ui.views.checkingresults
Methods in com.solibri.smc.api.ui.views.checkingresults that return CheckingResultsViewRowModifier and TypeMethodDescriptionstatic CheckingResultsViewRowstatic CheckingResultsViewRowCheckingResultsViewRow.create(ResultCategory resultCategory) static CheckingResultsViewRowMethods in com.solibri.smc.api.ui.views.checkingresults that return types with arguments of type CheckingResultsViewRowModifier and TypeMethodDescriptionCheckingResultsView.getChosenRows()Returns the currently chosen rows.Method parameters in com.solibri.smc.api.ui.views.checkingresults with type arguments of type CheckingResultsViewRowModifier and TypeMethodDescriptionvoidCheckingResultsView.chooseRows(Set<CheckingResultsViewRow> rows) Chooses the given rows in the UI.