Ticket #139 (closed defect: fixed)

Opened 23 months ago

Last modified 7 months ago

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

Changed 10 months ago by Joonas Lehtinen

  • milestone set to User Interface Library 5.1.0 RC
  • affects_documentation unset
  • affects_release_notes unset

Changed 9 months ago by Joonas Lehtinen

  • priority changed from minor to undefined

Changed 9 months ago by Jani Laakso

  • priority changed from undefined to major

Changed 9 months ago by Marc Englund

  • status changed from new to closed
  • resolution set to fixed

Fixed in [3969]

Changed 7 months ago by Joonas Lehtinen

  • milestone changed from User Interface Library 5.1.2 to User Interface Library 5.2.0

Milestone User Interface Library 5.1.2 deleted

Note: See TracTickets for help on using tickets.