Package org.patternfly.style
Interface Modifiers.Readonly2<E extends Element,B extends TypedBuilder<E,B>>
- All Superinterfaces:
IsElement<E>
,TypedBuilder<E,
B>
- Enclosing interface:
Modifiers
public static interface Modifiers.Readonly2<E extends Element,B extends TypedBuilder<E,B>>
extends TypedBuilder<E,B>, IsElement<E>
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
readonly()
Same as readonly(true)default B
readonly
(boolean readonly) Adds/removes modifier(readOnly)Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
readonly
Same as readonly(true) -
readonly
Adds/removes modifier(readOnly)
-