com.gwtext.client.widgets
Class Tool
java.lang.Object
com.gwtext.client.widgets.Tool
public class Tool
- extends java.lang.Object
These are the tool buttons that can be added to a Panel by calling Panel.addTool(Tool)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOGGLE
public static Tool.ToolType TOGGLE
- Created by default when collapsible property of Panel is is true
CLOSE
public static Tool.ToolType CLOSE
MINIMIZE
public static Tool.ToolType MINIMIZE
MAXIMIZE
public static Tool.ToolType MAXIMIZE
RESTORE
public static Tool.ToolType RESTORE
GEAR
public static Tool.ToolType GEAR
PIN
public static Tool.ToolType PIN
UNPIN
public static Tool.ToolType UNPIN
RIGHT
public static Tool.ToolType RIGHT
LEFT
public static Tool.ToolType LEFT
UP
public static Tool.ToolType UP
DOWN
public static Tool.ToolType DOWN
REFRESH
public static Tool.ToolType REFRESH
MINUS
public static Tool.ToolType MINUS
PLUS
public static Tool.ToolType PLUS
HELP
public static Tool.ToolType HELP
SEARCH
public static Tool.ToolType SEARCH
SAVE
public static Tool.ToolType SAVE
PRINT
public static Tool.ToolType PRINT
Tool
public Tool(Tool.ToolType type,
Function handler)
- Create a new Tool.
- Parameters:
type - the tool typehandler - the handler
Tool
public Tool(Tool.ToolType type,
Function handler,
java.lang.String qtip)
- Create a new Tool.
- Parameters:
type - the tool typehandler - the tool handlerqtip - the quick tip