Uses of Interface
org.uberfire.client.workbench.ouia.OuiaAttribute
-
Packages that use OuiaAttribute Package Description org.uberfire.client.workbench.ouia -
-
Uses of OuiaAttribute in org.uberfire.client.workbench.ouia
Classes in org.uberfire.client.workbench.ouia that implement OuiaAttribute Modifier and Type Class Description classOuiaComponentIdAttributeImplementation of 'data-ouia-component-id' attribute https://ouia.readthedocs.io/en/latest/README.html#ouia-componentclassOuiaComponentTypeAttributeImplementation of 'data-ouia-component-type' attribute https://ouia.readthedocs.io/en/latest/README.html#ouia-componentMethods in org.uberfire.client.workbench.ouia that return types with arguments of type OuiaAttribute Modifier and Type Method Description Consumer<OuiaAttribute>OuiaComponent. ouiaAttributeRenderer()Renderer of any OUIA attribute.
-