Class SettingsScenarioSimulationDropdown

  • All Implemented Interfaces:
    org.kie.workbench.common.widgets.client.assets.dropdown.KieAssetsDropdown

    @Dependent
    @Named("SettingsDropdown")
    public class SettingsScenarioSimulationDropdown
    extends ScenarioSimulationDropdown
    • Field Detail

      • currentValue

        protected String currentValue
      • onMissingValueHandler

        protected org.uberfire.mvp.Command onMissingValueHandler
    • Method Detail

      • loadAssets

        public void loadAssets​(String currentValue)
        It loads the DMN assets and it sets currentValue variable.
        Parameters:
        currentValue -
      • registerOnMissingValueHandler

        public void registerOnMissingValueHandler​(org.uberfire.mvp.Command onMissingValueHandler)
      • assetListConsumerMethod

        protected void assetListConsumerMethod​(List<org.kie.workbench.common.widgets.client.assets.dropdown.KieAssetsDropdownItem> assetList)
        Overrides:
        assetListConsumerMethod in class org.kie.workbench.common.widgets.client.assets.dropdown.AbstractKieAssetsDropdown
      • isValuePresentInKieAssets

        protected boolean isValuePresentInKieAssets​(String value)
        It navigate over the kieAssets list to check if a value is present.
        Parameters:
        value -
        Returns: