Package org.patternfly.style
Interface Modifiers.Box<E extends Element,B extends TypedBuilder<E,B>>
-
- All Superinterfaces:
IsElement<E>,TypedBuilder<E,B>
- Enclosing interface:
- Modifiers
public static interface Modifiers.Box<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 Bbox()Same as box(true)default Bbox(boolean box)Adds/removes modifier(box)-
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
-
-
-
Method Detail
-
box
default B box(boolean box)
Adds/removes modifier(box)
-
-