Added Create Point

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@111932 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-02-12 11:56:14 +00:00 committed by Giancarlo Panichi
parent 0a09a65669
commit c2abe7dcae
6 changed files with 9 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public class GeometryCreatePointPanel extends FramedPanel implements
// Create
createPointButton = new TextButton("Create");
createPointButton.setIcon(ResourceBundle.INSTANCE
.geospatialCoordinates());
.geometryPoint());
createPointButton.setIconAlign(IconAlign.RIGHT);
createPointButton.setTitle("Create Point");

View File

@ -173,5 +173,13 @@ public interface ResourceBundle extends ClientBundle {
@Source("flag-green.png")
ImageResource geospatialCoordinates();
@Source("point_32.png")
ImageResource geometryPoint32();
@Source("point.png")
ImageResource geometryPoint();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB