Package org.patternfly.core
Interface Aria<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Tlabel(String label)Deprecated.default Tlabel(String target, String label)Deprecated.
-
-
-
Field Detail
-
current
static final String current
- See Also:
- Constant Field Values
-
disabled
static final String disabled
- See Also:
- Constant Field Values
-
expanded
static final String expanded
- See Also:
- Constant Field Values
-
hidden
static final String hidden
- See Also:
- Constant Field Values
-
invalid
static final String invalid
- See Also:
- Constant Field Values
-
label
static final String label
- See Also:
- Constant Field Values
-
labelledBy
static final String labelledBy
- See Also:
- Constant Field Values
-
multiSelectable
static final String multiSelectable
- See Also:
- Constant Field Values
-
selected
static final String selected
- See Also:
- Constant Field Values
-
-
Method Detail
-
label
@Deprecated T label(String label)
Deprecated.
-
label
@Deprecated default T label(String target, String label)
Deprecated.
-
-