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