ref 6078:TDM - Create a new widget to support operations's invocation on DataMiner
https://support.d4science.org/issues/6078 Updated to support DataMiner git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/data-miner-manager-widget@146284 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
86ffebda02
commit
add9b02013
|
@ -113,15 +113,15 @@ public class TabularListFld extends AbstractFld {
|
|||
// search the position of the upper item
|
||||
int pos = items.indexOf(upperItem);
|
||||
if (pos > -1) {
|
||||
upperItem.showCancelButton();
|
||||
upperItem.forceLayout();
|
||||
//upperItem.showCancelButton();
|
||||
//upperItem.forceLayout();
|
||||
TabItem item = new TabItem(this, tabPar, false);
|
||||
items.add(pos + 1, item);
|
||||
vp.insert(item, pos + 1);// don't use new
|
||||
// VerticalLayoutData(-1, -1,new
|
||||
// Margins(0))
|
||||
} else {
|
||||
upperItem.forceLayout();
|
||||
//upperItem.forceLayout();
|
||||
TabItem item = new TabItem(this, tabPar, true);
|
||||
items.add(item);
|
||||
vp.add(item);// don't use new VerticalLayoutData(-1, -1, new
|
||||
|
|
Loading…
Reference in New Issue