Class ExpansionPanel.ExpandedPanel

    • Constructor Detail

      • ExpandedPanel

        public ExpandedPanel()
        Creates an ExpandedPanel.
    • Method Detail

      • getContent

        public final Node getContent()
        Gets the value of the property content.
        Property description:
        The content Node displayed by this ExpandedPanel.
      • setContent

        public final void setContent​(Node content)
        Sets the value of the property content.
        Property description:
        The content Node displayed by this ExpandedPanel.
      • getButtons

        public final ObservableList<ButtonBase> getButtons()
        The list of buttons displayed on the bottom right of this control.
        Returns:
        the list of buttons.