Class HorizontalPicker

  • All Implemented Interfaces:
    Styleable, EventTarget

    public class HorizontalPicker
    extends StackPane
    This class will display all the available pickers. It is a StackPane clipped which contain a inner Region that display the picker. In that way, we don't need to re-layout every time but just "slide" the inner Region inside this class so that the pickers are sliding along with the TableColumnHeaders.
    • Method Detail

      • updateScrollX

        public void updateScrollX()
        Method called by the HorizontalHeader in order to slide the pickers.