Ticket #139 (closed defect: fixed)
Form setVisibleItemProperties() doesn't work
| Reported by: | Joonas Lehtinen | Owned by: | Marc Englund |
|---|---|---|---|
| Priority: | major | Milestone: | User Interface Library 5.2.0 RC |
| Component: | Server-side framework | Version: | |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | no | Contract: | |
Description
If you try to set any visible item property to Form component the result is a blank form without any visible field:
public void init() {
Window mainWindow = new Window("Form Window"); setMainWindow(mainWindow); DataObject? msd = new DataObject?(); msd.setUserName("ikkieh"); BeanItem? bim = new BeanItem?(msd); mainWindow.addComponent(form); form.setItemDataSource(bim); form.setVisibleItemProperties(Arrays.asList(new String[]{"userName"}));
}
For more info, see http://bugzilla.millstone.org/show_bug.cgi?id=679
Change History
Note: See
TracTickets for help on using
tickets.
