DervaFX Wiki

DervaVBox

Layout

Back to Components

DervaVBox is part of the current public DervaFX layout/container surface and is generated directly from the public Java source.

Current Methods

  • add(DervaElement<?> child) : DervaVBox
  • remove(DervaElement<?> child) : DervaVBox
  • clear() : DervaVBox
  • spacing(double value) : DervaVBox
  • padding(Insets padding) : DervaVBox
  • padding(double value) : DervaVBox
  • alignment(Pos alignment) : DervaVBox
  • fillWidth() : DervaVBox
  • fillHeight() : DervaVBox

Inherited DervaElement Helpers

  • position(double x, double y)
  • size(double width, double height)
  • minSize(double width, double height)
  • maxSize(double width, double height)
  • padding(Insets insets)
  • padding(double value)
  • spacing(double value)
  • align(Pos pos)
  • fillWidth()
  • fillHeight()
  • text(String value)
  • visible(boolean value)
  • enabled(boolean value)
  • cssClass(String className)
  • style(String inlineStyle)
  • anchorFill()