Uses of Class
org.kie.workbench.common.screens.library.client.settings.sections.dependencies.DependenciesItemPresenter.AllowListedPackagesState
-
Packages that use DependenciesItemPresenter.AllowListedPackagesState Package Description org.kie.workbench.common.screens.library.client.settings.sections.dependencies -
-
Uses of DependenciesItemPresenter.AllowListedPackagesState in org.kie.workbench.common.screens.library.client.settings.sections.dependencies
Methods in org.kie.workbench.common.screens.library.client.settings.sections.dependencies that return DependenciesItemPresenter.AllowListedPackagesState Modifier and Type Method Description static DependenciesItemPresenter.AllowListedPackagesStateDependenciesItemPresenter.AllowListedPackagesState. from(Set<String> allowList, Set<String> packages)static DependenciesItemPresenter.AllowListedPackagesStateDependenciesItemPresenter.AllowListedPackagesState. valueOf(String name)Returns the enum constant of this type with the specified name.static DependenciesItemPresenter.AllowListedPackagesState[]DependenciesItemPresenter.AllowListedPackagesState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.screens.library.client.settings.sections.dependencies with parameters of type DependenciesItemPresenter.AllowListedPackagesState Modifier and Type Method Description voidDependenciesItemPresenter.View. setPackagesAllowListedState(DependenciesItemPresenter.AllowListedPackagesState state)voidDependenciesItemView. setPackagesAllowListedState(DependenciesItemPresenter.AllowListedPackagesState state)
-