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