Class DMNPage
- java.lang.Object
-
- org.uberfire.client.views.pfly.multipage.PageImpl
-
- org.kie.workbench.common.dmn.client.editors.common.page.DMNPage
-
- All Implemented Interfaces:
org.uberfire.client.workbench.widgets.multipage.Page
- Direct Known Subclasses:
DataTypesPage,IncludedModelsPage
public abstract class DMNPage extends org.uberfire.client.views.pfly.multipage.PageImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDMN_PAGE_CSS_CLASS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected elemental2.dom.HTMLDivElementgetPageView()protected voidsetupPageCSSClass(String cssClass)
-
-
-
Field Detail
-
DMN_PAGE_CSS_CLASS
protected static final String DMN_PAGE_CSS_CLASS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DMNPage
public DMNPage(String i18nTitleKey, elemental2.dom.HTMLDivElement pageView, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
setupPageCSSClass
protected void setupPageCSSClass(String cssClass)
-
getPageView
protected elemental2.dom.HTMLDivElement getPageView()
-
-