|
#1
|
|||
|
|||
|
Hi,
Am new to GWT but I need little help here... I have a code that collects all the dynamic form fields... private DynamicForm form1; BasicFormWidgetFactory fw = new DefaultBasicFormWidgetFactoryImpl(); TextItem xxx= (TextItem)fw.getTextItem("abc"); StaticTextItem f0_8 = (StaticTextItem)fw.getStaticTextItem(); BooleanItem x = (BooleanItem)fw.getBooleanItem("ABC"); form1.setFields(xxx,f0_8,x); How can i add/set these fields into a Grid or table. I need to display both form fields and form fields in grid/table. |
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to align buttons beneath a dynamic form (populated from datasource) | kieser | Smart GWT Technical Q&A | 8 | 7th Oct 2012 17:26 |
| Need Velocity Dynamic expressions in ds.xml for loading titles of dynamic form fields | ashishdaniel | Smart GWT Technical Q&A | 3 | 29th Nov 2010 15:58 |
| Add fields into a form in a dynamic way. | acuellar | Smart GWT Technical Q&A | 4 | 18th Jun 2010 09:08 |
| Dynamic form to include only fields where canEdit=true | jay.l.fisher | Smart GWT Technical Q&A | 39 | 18th Dec 2009 12:54 |
| How to add a text item to a dynamic form on click of a button? | smartnewbie | Smart GWT Technical Q&A | 1 | 17th Aug 2009 12:54 |