
Alona Kaplan has submitted this change and it was merged. Change subject: webadmin: Added ListModel backed ListBox column ...................................................................... webadmin: Added ListModel backed ListBox column ListModelListBoxColumn (which uses ListModelListBoxCell to render its elements) represents a CellTable column that presents the items of a ListModel as a ListBox and allows the user to select an item among them. Change-Id: If9c04c5c32e9a36fa959af55399a44ff33d175d8 Signed-off-by: Lior Vernia <lvernia@redhat.com> --- A frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/column/ListModelListBoxCell.java A frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/column/ListModelListBoxColumn.java 2 files changed, 143 insertions(+), 0 deletions(-) Approvals: Alona Kaplan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/16198 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If9c04c5c32e9a36fa959af55399a44ff33d175d8 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server