Uses of Class
org.kie.workbench.common.screens.library.client.settings.util.sections.Section
-
-
Uses of Section in org.kie.workbench.common.screens.library.client.screens.organizationalunit.settings.sections
Methods in org.kie.workbench.common.screens.library.client.screens.organizationalunit.settings.sections that return types with arguments of type Section Modifier and Type Method Description List<Section<org.kie.workbench.common.screens.library.api.settings.SpaceScreenModel>>SpaceSettingsSection. getList() -
Uses of Section in org.kie.workbench.common.screens.library.client.screens.organizationalunit.settings.sections.archetypes
Subclasses of Section in org.kie.workbench.common.screens.library.client.screens.organizationalunit.settings.sections.archetypes Modifier and Type Class Description classArchetypesSectionPresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings
Methods in org.kie.workbench.common.screens.library.client.settings that return Section Modifier and Type Method Description Section<T>SettingsSectionChange. getSection()Constructors in org.kie.workbench.common.screens.library.client.settings with parameters of type Section Constructor Description SettingsSectionChange(Section<T> presenter, SettingsSectionChangeType type) -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections
Methods in org.kie.workbench.common.screens.library.client.settings.sections that return types with arguments of type Section Modifier and Type Method Description List<Section<org.kie.workbench.common.screens.projecteditor.model.ProjectScreenModel>>DefaultSettingsSections. getList()List<Section<T>>SettingsSections. getList() -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections.branchmanagement
Subclasses of Section in org.kie.workbench.common.screens.library.client.settings.sections.branchmanagement Modifier and Type Class Description classBranchManagementPresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections.dependencies
Subclasses of Section in org.kie.workbench.common.screens.library.client.settings.sections.dependencies Modifier and Type Class Description classDependenciesPresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections.externaldataobjects
Subclasses of Section in org.kie.workbench.common.screens.library.client.settings.sections.externaldataobjects Modifier and Type Class Description classExternalDataObjectsPresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections.generalsettings
Subclasses of Section in org.kie.workbench.common.screens.library.client.settings.sections.generalsettings Modifier and Type Class Description classGeneralSettingsPresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections.knowledgebases
Subclasses of Section in org.kie.workbench.common.screens.library.client.settings.sections.knowledgebases Modifier and Type Class Description classKnowledgeBasesPresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections.persistence
Subclasses of Section in org.kie.workbench.common.screens.library.client.settings.sections.persistence Modifier and Type Class Description classPersistencePresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.sections.validation
Subclasses of Section in org.kie.workbench.common.screens.library.client.settings.sections.validation Modifier and Type Class Description classValidationPresenter -
Uses of Section in org.kie.workbench.common.screens.library.client.settings.util.sections
Methods in org.kie.workbench.common.screens.library.client.settings.util.sections that return Section Modifier and Type Method Description Section<T>SectionManager. getCurrentSection()Section<T>MenuItem. getObject()Methods in org.kie.workbench.common.screens.library.client.settings.util.sections that return types with arguments of type Section Modifier and Type Method Description List<Section<T>>SectionManager. getSections()Methods in org.kie.workbench.common.screens.library.client.settings.util.sections with parameters of type Section Modifier and Type Method Description elemental2.promise.Promise<Void>SectionManager. goTo(Section<T> section)booleanSectionManager. manages(Section<T> section)voidSectionManager. remove(Section<T> section)voidSectionManager. resetDirtyIndicator(Section<T> section)MenuItem<T>MenuItem. setup(Section<T> section, SectionManager<T> settingsPresenter)voidSectionManager. updateDirtyIndicator(Section<T> section)Method parameters in org.kie.workbench.common.screens.library.client.settings.util.sections with type arguments of type Section Modifier and Type Method Description voidSectionManager. init(List<Section<T>> sections, elemental2.dom.HTMLElement menuItemsContainer, elemental2.dom.HTMLElement contentContainer)
-