Uses of Class
org.kie.workbench.common.screens.library.client.settings.SettingsSectionChangeType
-
Packages that use SettingsSectionChangeType Package Description org.kie.workbench.common.screens.library.client.settings -
-
Uses of SettingsSectionChangeType in org.kie.workbench.common.screens.library.client.settings
Methods in org.kie.workbench.common.screens.library.client.settings that return SettingsSectionChangeType Modifier and Type Method Description SettingsSectionChangeTypeSettingsSectionChange. getType()static SettingsSectionChangeTypeSettingsSectionChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SettingsSectionChangeType[]SettingsSectionChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kie.workbench.common.screens.library.client.settings with parameters of type SettingsSectionChangeType Constructor Description SettingsSectionChange(Section<T> presenter, SettingsSectionChangeType type)
-