Class DisabledFeatureComponent
- java.lang.Object
-
- org.uberfire.experimental.client.disabled.component.DisabledFeatureComponent
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement
@Dependent public class DisabledFeatureComponent extends Object implements org.jboss.errai.common.client.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description DisabledFeatureComponent(DisabledFeatureComponentView view, org.uberfire.experimental.service.definition.ExperimentalFeatureDefRegistry defRegistry, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementgetElement()voidshow(String featureId)
-
-
-
Constructor Detail
-
DisabledFeatureComponent
@Inject public DisabledFeatureComponent(DisabledFeatureComponentView view, org.uberfire.experimental.service.definition.ExperimentalFeatureDefRegistry defRegistry, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
getElement
public elemental2.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.elemental2.IsElement
-
show
public void show(String featureId)
-
-