Daniel Erez has posted comments on this change.

Change subject: webadmin: TreeTable no items to display
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/AbstractSubTabTreeView.java
Line 93:         updateStyles();
Line 94:     }
Line 95: 
Line 96:     private final IEventListener itemsChangedListener = new 
IEventListener() {
Line 97:         @SuppressWarnings("unchecked")
you can remove this then...
Line 98:         @Override
Line 99:         public void eventRaised(Event ev, Object sender, EventArgs 
args) {
Line 100:             table.setRowData(new ArrayList<EntityModel>());
Line 101:             // Since tree views don't have an 'emptyTreeWidget to 
display, we will


--
To view, visit http://gerrit.ovirt.org/12738
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I508cf4c9ca61ceb58d4647d3074ae7638a8adcd6
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to