[ovirt-devel] add a ***Command for a button

2014-08-08 Thread
Hi, everyone: I added a button on the Template Tab, in the client side, It’s OK, Added the button’s callback like this: === private void backup() { BackupInfoParameters param = new BackupInfoParameters();

[ovirt-devel] FW: add a ***Command for a button

2014-08-08 Thread
发件人: 力波 王 wlblea...@126.com 日期: Fri, 08 Aug 2014 16:10:48 +0800 至: devel@ovirt.org 主题: [ovirt-devel] add a ***Command for a button Hi, everyone: I added a button on the Template Tab, in the client side, It’s OK, Added the button’s callback like

Re: [ovirt-devel] add a ***Command for a button

2014-08-08 Thread
(EDT) 至: 力波 王 wlblea...@126.com 抄送: devel@ovirt.org 主题: Re: [ovirt-devel] add a ***Command for a button Hi Didn't do a too deep code review, but from a first glance You need to add a new VdcActionType that is called BackupInfo, and use that when you call RunAction. Hope it helps, Oved

Re: [ovirt-devel] add a ***Command for a button

2014-08-08 Thread
8/8/14, 16:52, Martin Perina mper...@redhat.com 写入: Hi - Original Message - From: 力波 王 wlblea...@126.com To: Oved Ourfali oourf...@redhat.com Cc: devel@ovirt.org Sent: Friday, August 8, 2014 10:34:38 AM Subject: Re: [ovirt-devel] add a ***Command for a button hi, Oved: I don’t