public interface OuiaComponent
| Modifier and Type | Method and Description |
|---|---|
default void |
initOuiaComponentAttributes()
Initializes OUIA attributes of given element
|
Consumer<OuiaAttribute> |
ouiaAttributeRenderer()
Renderer of any OUIA attribute.
|
OuiaComponentIdAttribute |
ouiaComponentId()
Returns 'data-ouia-component-id' attribute for given element
|
OuiaComponentTypeAttribute |
ouiaComponentType()
Returns 'data-ouia-component-type' attribute for given element
|
default void initOuiaComponentAttributes()
OuiaComponentTypeAttribute ouiaComponentType()
OuiaComponentIdAttribute ouiaComponentId()
Consumer<OuiaAttribute> ouiaAttributeRenderer()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.