/navtableforms

Library to build navigable and validated java forms for gvSIG, ala NavTable.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

NavTableForms

NavTableForms is a free software library to build navigable java forms for gvSIG, ala NavTable.

Features

  • Vertical navigation through the records in a layer ala NavTable.
  • Data validation: set domain & validation rules for every field.
  • Domain values: save/retrieve a value to/from a database while showing the user an alias.
  • Autofill comboboxes from a domain: fill them automatically with data from PostgreSQL or a regular file.
  • Dependent comboboxes: have a combobox to update when its parent changes.
  • And more! Check an example working and the documentation.