Updated Rules

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114371 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-23 14:13:58 +00:00
parent f5f0a20244
commit 8ef7ec4f7e
6 changed files with 8 additions and 2 deletions

View File

@ -129,6 +129,12 @@ public interface TabularDataResources extends ClientBundle {
@Source("rule-add.png")
ImageResource ruleAdd();
@Source("rule-edit_32.png")
ImageResource ruleEdit32();
@Source("rule-edit.png")
ImageResource ruleEdit();
@Source("rule-close_32.png")
ImageResource ruleClose32();

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -282,9 +282,9 @@ public class RuleOpenPanel extends FramedPanel {
toolBar.getElement().getStyle().setProperty("borderBottom", "none");
btnOpen = new TextButton("Edit");
btnOpen.setIcon(TabularDataResources.INSTANCE.ruleOpen());
btnOpen.setIcon(TabularDataResources.INSTANCE.ruleEdit());
btnOpen.setIconAlign(IconAlign.RIGHT);
btnOpen.setToolTip("Edit");
btnOpen.setToolTip("Edit Rule");
btnOpen.addSelectHandler(new SelectHandler() {
public void onSelect(SelectEvent event) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB