Added Replace By External

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@101663 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-11-20 14:35:12 +00:00 committed by Giancarlo Panichi
parent 298b174ff1
commit 69c961e9a6
6 changed files with 14 additions and 0 deletions

View File

@ -76,6 +76,11 @@ public class GridHeaderColumnMenu {
replaceValueOnConditionItem.setIcon(MainboxResources.INSTANCE.columnReplaceByExpression());
menuItems.add(replaceValueOnConditionItem);
MenuItem replaceValueByExternalItem = new MenuItem("Replace By External");
replaceValueByExternalItem.setId(GridHeaderOperationId.COLUMNREPLACEBYEXTERNAL.toString());
replaceValueByExternalItem.setIcon(MainboxResources.INSTANCE.columnReplaceByExternal());
menuItems.add(replaceValueByExternalItem);
/*MenuItem newAnnotationColumnItem = new MenuItem("Annotation");
newAnnotationColumnItem.setId(GridHeaderOperationId.ANNOTATIONADD.toString());

View File

@ -109,4 +109,13 @@ public interface MainboxResources extends ClientBundle {
@Source("page-white.png")
ImageResource tabularResource();
@Source("table-replace-by-external-col_32.png")
ImageResource columnReplaceByExternal32();
@Source("table-replace-by-external-col.png")
ImageResource columnReplaceByExternal();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB