Package org.patternfly.core
Interface Modifiers.Readonly<E extends Element,B extends TypedBuilder<E,B>>
-
- All Superinterfaces:
IsElement<E>,TypedBuilder<E,B>
- All Known Implementing Classes:
TextInput
- Enclosing interface:
- Modifiers
public static interface Modifiers.Readonly<E extends Element,B extends TypedBuilder<E,B>> extends TypedBuilder<E,B>, IsElement<E>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Breadonly()Same as readonly(true)default Breadonly(boolean readonly)Adds/removes modifier(readonly)-
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
-
-
-
Method Detail
-
readonly
default B readonly()
Same as readonly(true)
-
readonly
default B readonly(boolean readonly)
Adds/removes modifier(readonly)
-
-