Class OuiaComponentIdAttribute
- java.lang.Object
-
- org.uberfire.client.workbench.ouia.OuiaComponentIdAttribute
-
- All Implemented Interfaces:
OuiaAttribute
public class OuiaComponentIdAttribute extends Object implements OuiaAttribute
Implementation of 'data-ouia-component-id' attribute https://ouia.readthedocs.io/en/latest/README.html#ouia-component
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_ID
-
Constructor Summary
Constructors Constructor Description OuiaComponentIdAttribute(String value)
-
-
-
Field Detail
-
COMPONENT_ID
public static final String COMPONENT_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OuiaComponentIdAttribute
public OuiaComponentIdAttribute(String value)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceOuiaAttribute- Returns:
- name of the attribute
-
getValue
public String getValue()
- Specified by:
getValuein interfaceOuiaAttribute- Returns:
- value of the attribute
-
-