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 CheckingResultsViewRow
static CheckingResultsViewRow
CheckingResultsViewRow.create
(ResultCategory resultCategory) static CheckingResultsViewRow
Methods 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 TypeMethodDescriptionvoid
CheckingResultsView.chooseRows
(Set<CheckingResultsViewRow> rows) Chooses the given rows in the UI.