Class FlowSection<T>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
org.prelle.javafx.NodeWithTitle
org.prelle.javafx.Section
de.rpgframework.jfx.section.FlowSection<T>
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public abstract class FlowSection<T> extends org.prelle.javafx.Section
  • Property Details

  • Field Details

  • Constructor Details

    • FlowSection

      public FlowSection(String title)
  • Method Details

    • initListInteractivity

      protected void initListInteractivity()
    • selectionChanged

      protected void selectionChanged(T old, T neu)
      Override this method to get finer control over the Delete button
    • setData

      public void setData(List<T> data)
    • showHelpForProperty

      public ReadOnlyObjectProperty<T> showHelpForProperty()
    • onAdd

      protected abstract void onAdd()
    • onDelete

      protected abstract void onDelete(T item)
    • onSettings

      protected void onSettings()