DervaFX Wiki

DervaComboBox

Control

Back to Components

DervaComboBox is part of the current public DervaFX control surface and is generated directly from the public Java source.

Current Methods

  • items(Collection<String> values) : DervaComboBox
  • item(String value) : DervaComboBox
  • value() : String
  • value(String value) : DervaComboBox
  • prompt(String value) : DervaComboBox
  • editable(boolean value) : DervaComboBox

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()