Questions tagged [metawidget]

Metawidget is a smart User Interface widget that populates itself, either statically or at runtime, with UI components to match the properties of your business objects.

Metawidget is an LGPL licensed UI widget that populates itself, either statically or at runtime, with UI components to match the properties of any business objects.

Source at GitHub.

18 questions
0
votes
2 answers

Swing UI Delay adding and removing elements

I have a form stored in both the inputWidget and the outputWidget. The buttons addInput and addOutput will show two different forms in the secondaryInOutPanel. However there is a significant delay when moving between the form by clicking the…
kyleED
  • 2,327
  • 2
  • 18
  • 23
0
votes
1 answer

Display only 1 field in Nested Object Metawidget

Using the metawidget to build some flexible UI in Java: https://sourceforge.net/projects/metawidget/ public class Cohort { private int id; private Project project; private Member teamLead; public Cohort() { } @UiHidden …
kyleED
  • 2,327
  • 2
  • 18
  • 23
0
votes
2 answers

edit an array in metawidget

I am using metawidget from javascript. My Json object contains an array: {"db_host" : ["1054.iil", "070.iil", "1031.iil"]} When displaying it with metawidget it is readonly with no options to edit/add/remove. Is it possible to change that?
oshai
  • 14,865
  • 26
  • 84
  • 140
1
2