Uses of Class
org.exoplatform.gwtframework.ui.client.command.SimpleControl

Packages that use SimpleControl
org.exoplatform.gwtframework.ui.client.command   
org.exoplatform.gwtframework.ui.client.command.ui   
 

Uses of SimpleControl in org.exoplatform.gwtframework.ui.client.command
 

Methods in org.exoplatform.gwtframework.ui.client.command that return SimpleControl
 SimpleControl SimpleControl.setCanBeSelected(boolean canBeSelected)
           
 SimpleControl SimpleControl.setEvent(com.google.gwt.event.shared.GwtEvent<?> event)
           
 SimpleControl SimpleControl.setGroupName(java.lang.String groupName)
          Sets new group name
 SimpleControl SimpleControl.setHotKey(java.lang.String hotKey)
           
 SimpleControl SimpleControl.setIgnoreDisable(boolean ignoreDisable)
           
 SimpleControl SimpleControl.setSelected(boolean selected)
           
 SimpleControl SimpleControl.setShowInContextMenu(boolean showInContextMenu)
           
 SimpleControl SimpleControl.setShowInMenu(boolean showInMenu)
           
 SimpleControl SimpleControl.setTitle(java.lang.String title)
           
 

Methods in org.exoplatform.gwtframework.ui.client.command that return types with arguments of type SimpleControl
 java.util.List<SimpleControl> PopupMenuControl.getCommands()
           
 

Methods in org.exoplatform.gwtframework.ui.client.command with parameters of type SimpleControl
 PopupMenuControl PopupMenuControl.addCommand(SimpleControl control)
           
 

Uses of SimpleControl in org.exoplatform.gwtframework.ui.client.command.ui
 

Methods in org.exoplatform.gwtframework.ui.client.command.ui with parameters of type SimpleControl
protected  java.lang.String PopupMenuButtonControl.getMenuItemIcon(SimpleControl command)
           
 

Constructors in org.exoplatform.gwtframework.ui.client.command.ui with parameters of type SimpleControl
IconButtonControl(com.google.gwt.event.shared.HandlerManager eventBus, SimpleControl control, Toolbar toolbar)
           
MenuItemControl(com.google.gwt.event.shared.HandlerManager eventBus, MenuItem menuItem, SimpleControl command)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.