Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@87072 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e450922b7a
commit
4427e7fba4
|
@ -20,7 +20,8 @@ import com.google.gwt.user.client.rpc.AsyncCallback;
|
|||
*
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*
|
||||
* Master class that contains controller and grid
|
||||
*/
|
||||
public class TabularDataX {
|
||||
|
||||
|
|
|
@ -20,8 +20,11 @@ import com.google.gwt.event.shared.EventBus;
|
|||
import com.google.gwt.user.client.rpc.AsyncCallback;
|
||||
|
||||
/**
|
||||
* @author "Federico De Faveri defaveri@isti.cnr.it"
|
||||
*
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
* Defines the controller of grid
|
||||
*/
|
||||
public class TabularDataXController {
|
||||
|
||||
|
|
|
@ -68,6 +68,8 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
|
|||
*
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
* Defines the panel that will contain the grid
|
||||
*
|
||||
*/
|
||||
public class TabularDataXGridPanel extends ContentPanel {
|
||||
|
@ -147,8 +149,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
}
|
||||
|
||||
/**
|
||||
* @author "Giancarlo Panichi" <a
|
||||
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*
|
||||
* Set SelectionMode
|
||||
*
|
||||
|
@ -167,8 +168,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
}
|
||||
|
||||
/**
|
||||
* @author "Giancarlo Panichi" <a
|
||||
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*
|
||||
* getSelectedRows
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue