Package org.patternfly.core
Interface Modifiers.Fill<E extends Element,B extends TypedBuilder<E,B>>
-
- All Superinterfaces:
IsElement<E>,TypedBuilder<E,B>
- All Known Implementing Classes:
PageMainSection,PageSidebarBody,StackItem
- Enclosing interface:
- Modifiers
public static interface Modifiers.Fill<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 Bfill()Same as fill(true)default Bfill(boolean fill)Adds/removes modifier(fill)-
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
-
-
-
Method Detail
-
fill
default B fill()
Same as fill(true)
-
fill
default B fill(boolean fill)
Adds/removes modifier(fill)
-
-