org.jboss.errai.workspaces.client.api
Interface Tool

All Superinterfaces:
WidgetProvider
All Known Implementing Classes:
ToolImpl

public interface Tool
extends WidgetProvider


Method Summary
 com.google.gwt.user.client.ui.Image getIcon()
           
 String getId()
           
 String getName()
           
 boolean multipleAllowed()
           
 
Methods inherited from interface org.jboss.errai.workspaces.client.api.WidgetProvider
provideWidget
 

Method Detail

getName

String getName()

getId

String getId()

getIcon

com.google.gwt.user.client.ui.Image getIcon()

multipleAllowed

boolean multipleAllowed()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.