Class ComboBoxBaseSkin<T>

    • Constructor Detail

      • ComboBoxBaseSkin

        public ComboBoxBaseSkin​(ComboBoxBase<T> control)
        Creates a new instance of ComboBoxBaseSkin, although note that this instance does not handle any behavior / input mappings - this needs to be handled appropriately by subclasses.
        Parameters:
        control - The control that this skin should be installed onto.
    • Method Detail

      • getDisplayNode

        public abstract Node getDisplayNode()
        This method should return a Node that will be positioned within the ComboBox 'button' area.
        Returns:
        the node that will be positioned within the ComboBox 'button' area
      • show

        public abstract void show()
        This method will be called when the ComboBox popup should be displayed. It is up to specific skin implementations to determine how this is handled.
      • hide

        public abstract void hide()
        This method will be called when the ComboBox popup should be hidden. It is up to specific skin implementations to determine how this is handled.