Search in sources :

Example 1 with VmSnapshotInfoPanel

use of org.ovirt.engine.ui.common.widget.uicommon.vm.VmSnapshotInfoPanel in project ovirt-engine by oVirt.

the class VmSnapshotCustomPreviewPopupWidget method initTables.

private void initTables() {
    // Create custom preview table
    previewTable = new EntityModelCellTable<>(false, true);
    previewTable.enableColumnResizing();
    // Create Snapshot information tab panel
    vmSnapshotInfoPanel = new VmSnapshotInfoPanel();
    // Create split layout panel
    splitLayoutPanel = new SplitLayoutPanel(4);
}
Also used : VmSnapshotInfoPanel(org.ovirt.engine.ui.common.widget.uicommon.vm.VmSnapshotInfoPanel) SplitLayoutPanel(com.google.gwt.user.client.ui.SplitLayoutPanel)

Aggregations

SplitLayoutPanel (com.google.gwt.user.client.ui.SplitLayoutPanel)1 VmSnapshotInfoPanel (org.ovirt.engine.ui.common.widget.uicommon.vm.VmSnapshotInfoPanel)1