Class ArchetypesSectionView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.organizationalunit.settings.sections.archetypes.ArchetypesSectionView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,ArchetypesSectionPresenter.View,SectionView<ArchetypesSectionPresenter>,org.uberfire.client.mvp.HasPresenter<ArchetypesSectionPresenter>,org.uberfire.client.mvp.UberElemental<ArchetypesSectionPresenter>
@Templated public class ArchetypesSectionView extends Object implements ArchetypesSectionPresenter.View
-
-
Constructor Summary
Constructors Constructor Description ArchetypesSectionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()voidinit(ArchetypesSectionPresenter presenter)voidsetTable(elemental2.dom.HTMLElement element)voidshowDescription(boolean isVisible)
-
-
-
Method Detail
-
init
public void init(ArchetypesSectionPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ArchetypesSectionPresenter>
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceSectionView<ArchetypesSectionPresenter>
-
setTable
public void setTable(elemental2.dom.HTMLElement element)
- Specified by:
setTablein interfaceArchetypesSectionPresenter.View
-
showDescription
public void showDescription(boolean isVisible)
- Specified by:
showDescriptionin interfaceArchetypesSectionPresenter.View
-
-