|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.widgets.Tool
public class Tool
These are the tool buttons that can be added to a Panel by calling Panel.addTool(Tool)
Nested Class Summary | |
---|---|
static class |
Tool.ToolType
Type of tool to be displayed in the upper right corner of panels. |
Field Summary | |
---|---|
static Tool.ToolType |
CLOSE
|
static Tool.ToolType |
DOWN
|
static Tool.ToolType |
GEAR
|
static Tool.ToolType |
HELP
|
static Tool.ToolType |
LEFT
|
static Tool.ToolType |
MAXIMIZE
|
static Tool.ToolType |
MINIMIZE
|
static Tool.ToolType |
MINUS
|
static Tool.ToolType |
PIN
|
static Tool.ToolType |
PLUS
|
static Tool.ToolType |
PRINT
|
static Tool.ToolType |
REFRESH
|
static Tool.ToolType |
RESTORE
|
static Tool.ToolType |
RIGHT
|
static Tool.ToolType |
SAVE
|
static Tool.ToolType |
SEARCH
|
static Tool.ToolType |
TOGGLE
Created by default when collapsible property of Panel is is true |
static Tool.ToolType |
UNPIN
|
static Tool.ToolType |
UP
|
Constructor Summary | |
---|---|
Tool(Tool.ToolType type,
Function handler)
Create a new Tool. |
|
Tool(Tool.ToolType type,
Function handler,
java.lang.String qtip)
Create a new Tool. |
|
Tool(Tool.ToolType type,
ToolHandler handler)
Create a new Tool. |
|
Tool(Tool.ToolType type,
ToolHandler handler,
java.lang.String qtip)
Create a new Tool. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Tool.ToolType TOGGLE
public static Tool.ToolType CLOSE
public static Tool.ToolType MINIMIZE
public static Tool.ToolType MAXIMIZE
public static Tool.ToolType RESTORE
public static Tool.ToolType GEAR
public static Tool.ToolType PIN
public static Tool.ToolType UNPIN
public static Tool.ToolType RIGHT
public static Tool.ToolType LEFT
public static Tool.ToolType UP
public static Tool.ToolType DOWN
public static Tool.ToolType REFRESH
public static Tool.ToolType MINUS
public static Tool.ToolType PLUS
public static Tool.ToolType HELP
public static Tool.ToolType SEARCH
public static Tool.ToolType SAVE
public static Tool.ToolType PRINT
Constructor Detail |
---|
public Tool(Tool.ToolType type, Function handler)
type
- the tool typehandler
- the handlerpublic Tool(Tool.ToolType type, ToolHandler handler)
type
- the tool typehandler
- the handlerpublic Tool(Tool.ToolType type, Function handler, java.lang.String qtip)
type
- the tool typehandler
- the tool handlerqtip
- the quick tippublic Tool(Tool.ToolType type, ToolHandler handler, java.lang.String qtip)
type
- the tool typehandler
- the tool handlerqtip
- the quick tip
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |