Class InputGroup

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.layout.Pane
javafx.scene.layout.HBox
atlantafx.base.layout.InputGroup
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget

public class InputGroup extends javafx.scene.layout.HBox
A layout that helps combine multiple controls into a group that looks like a single control.

Without it, you would have to manually add the ".left-pill", ".center-pill" and ".right-pill" styles classes to each control in such combination. The InputGroup removes this ceremony. Since it inherits from HBox, you can use the same API.