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