Java Doc for Style.java in  » Ajax » MyGWT » net » mygwt » ui » client » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » MyGWT » net.mygwt.ui.client 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.mygwt.ui.client.Style

Style
public class Style (Code)
Defines MyGWT public constants.


Field Summary
final public static  intASC
     Style constant for ascending behavior (value is 1).
final public static  intAUTO_HIDE
     Style constant for auto hide behavior (value is 1<<25).
final public static  intBOTTOM
     Style constant for bottom behavior (value is 1<<12).
final public static  intCENTER
     Style constant for center behavior (value is 1<<24).
final public static  intCHECK
     Style constant for check box behavior (value is 1<<8).
final public static  intCHILDREN
     Style constant for children behavior (value is 1<<49).
final public static  intCLOSE
     Style constant for close behavior (value is 1<<1).
final public static  intCOLLAPSE
     Style constant for collapse behavior (value is 1<<6).
final public static  intDEFAULT
     Indicates that a default value should be used (value is -1).
final public static  intDESC
     Style constant for descending behavior (value is 2).
final public static  intDROP
     Style constant for framing behavior (value is 1<<3).
final public static  intEAST
     Style constant for east direction / region (value is 1<<1).
final public static  intFLAT
     Style constant for flat behavior (value is 1<<19).
final public static  intFOCUSABLE
     Style constant for focus behavior (value is 1<<16).
final public static  intFRAME
     Style constant for radio behavior (value is 1<<29).
final public static  intHEADER
     Style constant for header behavior (value is 1<<7).
final public static  intHORIZONTAL
     Style constant for horizontal alignment or orientation behavior (value is 1<<15).
final public static  intICON_ERROR
     The MessageBox style constant for error icon behavior (value is 1<<80).
final public static  intICON_INFO
     The MessageBox style constant for information icon behavior (value is 1<<82).
final public static  intICON_QUESTION
     The MessageBox style constant for question icon behavior (value is 1<<84).
final public static  intICON_WARNING
     The MessageBox style constant for warning icon behavior (value is 1<<86).
final public static  intLEAF
     Style constant for leaf behavior (value is 1<<51).
final public static  intLEFT
     Style constant left alignment (value is 1<<25).
final public static  intMENU
     Style constant for drop menu behavior (value is 1<<30).
final public static  intMODAL
     Style constant for modal behavior (value is 1<<20).
final public static  intMULTI
     Style constant for multi select behavior (value is 1<<11).
final public static  intNE
     Style constant for north east direction / region (value is 1<<14).
final public static  intNONE
     A constant known to be zero (0), used in operations which take bit flags to indicate that "no bits are set".
final public static  intNORTH
     Style constant for north direction / region (value is 1<<4).
final public static  intNW
     Style constant for north west direction / region (value is 1<<10).
final public static  intOK
     The MessageBox style for Ok button (value is 1<<88).
final public static  intOK_CANCEL
     The MessageBox style for Ok and Cancel buttons (value is 1<<90).
final public static  intPARENT
     Style constant for parent behavior (value is 1<<48).
final public static  intPUSH
     Style constant for push button behavior (value is 1<<3).
final public static  intRADIO
     Style constant for radio behavior (value is 1<<12).
final public static  intRESIZE
     Style constant for resize behavior (value is 1<<3).
final public static  intRIGHT
     Style constant right alignment (value is 1<<26).
final public static  intSE
     Style constant for south east direction / region (value is 1<<12).
final public static  intSEPARATOR
     Style constant for line separator behavior (value is 1<<1).
final public static  intSIDES
     Style constant for side behavior (value is 1<<2).
final public static  intSINGLE
     Style constant for single select behavior (value is 1<<10).
final public static  intSOUTH
     Style constant for south direction / region (value is 1<<3).
final public static  intSPLIT_MENU
     Style constant for split menu behavior (value is 1<<32).
final public static  intSW
     Style constant for south west direction / region (value is 1<<11).
final public static  intTOGGLE
     Style constant for toggle button behavior (value is 1<<9).
final public static  intTOP
     Style constant for top behavior (value is 1<<11).
final public static  intVERTICAL
     Style constant for vertical alignment or orientation behavior (value is 1<<9).
final public static  intWEST
     Style constant for west direction / region (value is 1<<2).
final public static  intYES_NO
     The MessageBox style for Yes and No buttons (value is 1<<92).
final public static  intYES_NO_CANCEL
     The MessageBox style for Yes, No, and Cancel buttons (value is 1<<94).



Field Detail
ASC
final public static int ASC(Code)
Style constant for ascending behavior (value is 1).

Used By:

  • TableColumn




AUTO_HIDE
final public static int AUTO_HIDE(Code)
Style constant for auto hide behavior (value is 1<<25).

Used By:

  • Shell




BOTTOM
final public static int BOTTOM(Code)
Style constant for bottom behavior (value is 1<<12).

Used By:

  • TabFolder




CENTER
final public static int CENTER(Code)
Style constant for center behavior (value is 1<<24).

Used By:

  • ButtonBar
  • BorderLayout
  • BorderLayoutData




CHECK
final public static int CHECK(Code)
Style constant for check box behavior (value is 1<<8).

Used By:

  • MenuItem
  • ToolBar
  • Tree




CHILDREN
final public static int CHILDREN(Code)
Style constant for children behavior (value is 1<<49).



CLOSE
final public static int CLOSE(Code)
Style constant for close behavior (value is 1<<1).

Used By:

  • Shell
  • TabItem




COLLAPSE
final public static int COLLAPSE(Code)
Style constant for collapse behavior (value is 1<<6).

Used By:

  • ContentPanel




DEFAULT
final public static int DEFAULT(Code)
Indicates that a default value should be used (value is -1).



DESC
final public static int DESC(Code)
Style constant for descending behavior (value is 2).

Used By:

  • TableColumn




DROP
final public static int DROP(Code)
Style constant for framing behavior (value is 1<<3).

Used By:

  • Shadow




EAST
final public static int EAST(Code)
Style constant for east direction / region (value is 1<<1).

Used By:

  • BorderPanel
  • BorderLayout
  • SplitBar




FLAT
final public static int FLAT(Code)
Style constant for flat behavior (value is 1<<19).

Used By:

  • List




FOCUSABLE
final public static int FOCUSABLE(Code)
Style constant for focus behavior (value is 1<<16).



FRAME
final public static int FRAME(Code)
Style constant for radio behavior (value is 1<<29).

Used By:

  • ContentPanel
  • Shadow




HEADER
final public static int HEADER(Code)
Style constant for header behavior (value is 1<<7).

Used By:

  • ContentPanel




HORIZONTAL
final public static int HORIZONTAL(Code)
Style constant for horizontal alignment or orientation behavior (value is 1<<15).

Used By:

  • Effect
  • FillLayout




ICON_ERROR
final public static int ICON_ERROR(Code)
The MessageBox style constant for error icon behavior (value is 1<<80).



ICON_INFO
final public static int ICON_INFO(Code)
The MessageBox style constant for information icon behavior (value is 1<<82).



ICON_QUESTION
final public static int ICON_QUESTION(Code)
The MessageBox style constant for question icon behavior (value is 1<<84).



ICON_WARNING
final public static int ICON_WARNING(Code)
The MessageBox style constant for warning icon behavior (value is 1<<86).



LEAF
final public static int LEAF(Code)
Style constant for leaf behavior (value is 1<<51).



LEFT
final public static int LEFT(Code)
Style constant left alignment (value is 1<<25).

Used By:

  • ButtonBar
  • El




MENU
final public static int MENU(Code)
Style constant for drop menu behavior (value is 1<<30).

Used By:

  • MenuItem
  • ToolItem




MODAL
final public static int MODAL(Code)
Style constant for modal behavior (value is 1<<20).

Used By:

  • Shell




MULTI
final public static int MULTI(Code)
Style constant for multi select behavior (value is 1<<11).

Used By:

  • List
  • Table




NE
final public static int NE(Code)
Style constant for north east direction / region (value is 1<<14).

Used By:

  • Resizable




NONE
final public static int NONE(Code)
A constant known to be zero (0), used in operations which take bit flags to indicate that "no bits are set".



NORTH
final public static int NORTH(Code)
Style constant for north direction / region (value is 1<<4).

Used By:

  • BorderPanel
  • BorderLayout
  • SplitBar




NW
final public static int NW(Code)
Style constant for north west direction / region (value is 1<<10).

Used By:

  • Resizable




OK
final public static int OK(Code)
The MessageBox style for Ok button (value is 1<<88).



OK_CANCEL
final public static int OK_CANCEL(Code)
The MessageBox style for Ok and Cancel buttons (value is 1<<90).



PARENT
final public static int PARENT(Code)
Style constant for parent behavior (value is 1<<48).



PUSH
final public static int PUSH(Code)
Style constant for push button behavior (value is 1<<3).

Used By:

  • MenuItem
  • ToolItem




RADIO
final public static int RADIO(Code)
Style constant for radio behavior (value is 1<<12).

Used By:

  • MenuItem




RESIZE
final public static int RESIZE(Code)
Style constant for resize behavior (value is 1<<3).

Used By:

  • Shell




RIGHT
final public static int RIGHT(Code)
Style constant right alignment (value is 1<<26).

Used By:

  • ButtonBar
  • El




SE
final public static int SE(Code)
Style constant for south east direction / region (value is 1<<12).

Used By:

  • Resizable




SEPARATOR
final public static int SEPARATOR(Code)
Style constant for line separator behavior (value is 1<<1).

Used By:

  • MenuItem
  • ToolItem




SIDES
final public static int SIDES(Code)
Style constant for side behavior (value is 1<<2).

Used By:

  • Shadow




SINGLE
final public static int SINGLE(Code)
Style constant for single select behavior (value is 1<<10).

Used By:

  • List
  • Table




SOUTH
final public static int SOUTH(Code)
Style constant for south direction / region (value is 1<<3).

Used By:

  • BorderPanel
  • BorderLayout
  • SplitBar




SPLIT_MENU
final public static int SPLIT_MENU(Code)
Style constant for split menu behavior (value is 1<<32).

Used By:

  • ToolItem




SW
final public static int SW(Code)
Style constant for south west direction / region (value is 1<<11).

Used By:

  • Resizable




TOGGLE
final public static int TOGGLE(Code)
Style constant for toggle button behavior (value is 1<<9).

Used By:

  • ToolItem




TOP
final public static int TOP(Code)
Style constant for top behavior (value is 1<<11).

Used By:

  • TabFolder




VERTICAL
final public static int VERTICAL(Code)
Style constant for vertical alignment or orientation behavior (value is 1<<9).

Used By:

  • Effect
  • FillLayout




WEST
final public static int WEST(Code)
Style constant for west direction / region (value is 1<<2).

Used By:

  • BorderPanel
  • BorderLayout
  • SplitBar




YES_NO
final public static int YES_NO(Code)
The MessageBox style for Yes and No buttons (value is 1<<92).



YES_NO_CANCEL
final public static int YES_NO_CANCEL(Code)
The MessageBox style for Yes, No, and Cancel buttons (value is 1<<94).





Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.