Klasse FlipPane<R extends Row<?,?,?>>

Alle implementierten Schnittstellen:
Styleable, EventTarget

public class FlipPane<R extends Row<?,?,?>> extends StackPane
Pane that flips between a front and back node with a rotation animation. It is used by row panes to switch between normal content and the row editor.
  • Methodendetails

    • setRow

      public final void setRow(R row)
      Sets the row shown by this pane.
      Parameter:
      row - the row
    • getFront

      public final StackPane getFront()
      Returns the front node.
      Gibt zurück:
      the front node
    • getBack

      public final StackPane getBack()
      Returns the back node.
      Gibt zurück:
      the back node
    • flipToFrontImmediately

      public final void flipToFrontImmediately()
      Flips to the front side immediately.
    • flipToBackImmediately

      public final void flipToBackImmediately()
      Flips to the back side immediately.
    • flipToFront

      public final void flipToFront()
      Flips to the front side.
    • flipToBack

      public final void flipToBack()
      Flips to the back side.
    • isFrontVisible

      public final boolean isFrontVisible()
      Returns whether the front side is visible.
      Gibt zurück:
      true if the front side is visible
    • isBackVisible

      public final boolean isBackVisible()
      Returns whether the back side is visible.
      Gibt zurück:
      true if the back side is visible
    • setFlipTime

      public final void setFlipTime(double FLIP_TIME)
      Sets the flip time.
      Parameter:
      FLIP_TIME - the flip time