Java Doc for Layer.java in  » Ajax » gwtext-2.01 » com » gwtext » client » widgets » 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 » gwtext 2.01 » com.gwtext.client.widgets 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.gwtext.client.core.ExtElement
   com.gwtext.client.widgets.Layer

Layer
public class Layer extends ExtElement (Code)
An extended ExtElement object that supports a shadow and shim, constrain to viewport and automatic maintaining of shadow/shim positions.



Constructor Summary
public  Layer(LayerConfig config)
     Create a new Layer.
public  Layer(LayerConfig config, Element existingEl)
     Create a new Layer.
public  Layer(JavaScriptObject jsObj)
    

Method Summary
public static  Layerinstance(JavaScriptObject jsObj)
    
native public  voidsetZIndex(int zindex)
     Sets the z-index of this layer and adjusts any shadow and shim z-indexes.


Constructor Detail
Layer
public Layer(LayerConfig config)(Code)
Create a new Layer.
Parameters:
  config - the layer config



Layer
public Layer(LayerConfig config, Element existingEl)(Code)
Create a new Layer.
Parameters:
  config - the layer config
Parameters:
  existingEl - an existing element



Layer
public Layer(JavaScriptObject jsObj)(Code)




Method Detail
instance
public static Layer instance(JavaScriptObject jsObj)(Code)



setZIndex
native public void setZIndex(int zindex)(Code)
Sets the z-index of this layer and adjusts any shadow and shim z-indexes. The layer z-index is automatically incremented by two more than the value passed in so that it always shows above any shadow or shim (the shadow element, if any, will be assigned z-index + 1, and the shim element, if any, will be assigned the unmodified z-index).
Parameters:
  zindex - the z index



Methods inherited from com.gwtext.client.core.ExtElement
native public ExtElement appendChild(Element child)(Code)(Java Doc)
native public ExtElement appendTo(Element el)(Code)(Java Doc)
native public ExtElement blur()(Code)(Java Doc)
native public ExtElement boxWrap()(Code)(Java Doc)
native public ExtElement boxWrap(String boxClass)(Code)(Java Doc)
native public ExtElement center()(Code)(Java Doc)
native public ExtElement center(Element centerIn)(Code)(Java Doc)
native public Element child(String selector)(Code)(Java Doc)
native public ExtElement clearPositioning()(Code)(Java Doc)
native public ExtElement clearPositioning(Position value)(Code)(Java Doc)
native public boolean contains(Element el)(Code)(Java Doc)
native public ExtElement createChild(DomConfig config)(Code)(Java Doc)
native public ExtElement createChild(DomConfig config, Element insertBefore)(Code)(Java Doc)
native public ExtElement createProxy(DomConfig config)(Code)(Java Doc)
native public ExtElement createProxy(DomConfig config, Element renderTo, boolean matchBox)(Code)(Java Doc)
native public ExtElement createProxy(String cls)(Code)(Java Doc)
native public ExtElement createProxy(String cls, Element renderTo, boolean matchBox)(Code)(Java Doc)
native public Element down(String selector)(Code)(Java Doc)
native public Element findParent(String selector)(Code)(Java Doc)
native public Element findParent(String selector, Element container)(Code)(Java Doc)
native public Element findParent(String selector, int maxDepth)(Code)(Java Doc)
native public Element findParentNode(String selector, Element container)(Code)(Java Doc)
native public Element findParentNode(String selector, int maxDepth)(Code)(Java Doc)
native public static ExtElement fly(String id)(Code)(Java Doc)
native public static ExtElement fly(String id, String named)(Code)(Java Doc)
native public ExtElement focus()(Code)(Java Doc)
native public static ExtElement get(String id)(Code)(Java Doc)
native public int[] getAlignToXY(Element element, String anchorPosition)(Code)(Java Doc)
native public int[] getAlignToXY(Element element, String anchorPosition, int[] offesets)(Code)(Java Doc)
native public int[] getAnchorXY()(Code)(Java Doc)
native public int[] getAnchorXY(String anchorPosition, boolean local, int width, int height)(Code)(Java Doc)
native public String getAttributeNS(String namespace, String name)(Code)(Java Doc)
native public int getBorderWidth(Side side)(Code)(Java Doc)
native public int getBottom(boolean local)(Code)(Java Doc)
native public Box getBox()(Code)(Java Doc)
native public Box getBox(boolean contentBox, boolean local)(Code)(Java Doc)
native public int[] getCenterXY()(Code)(Java Doc)
native public int getClientWidth()(Code)(Java Doc)
native public String getColor(String attr, String defaultValue)(Code)(Java Doc)
native public String getColor(String attr, String defaultValue, String prefix)(Code)(Java Doc)
native public int getComputedHeight()(Code)(Java Doc)
native public int getComputedWidth()(Code)(Java Doc)
native public Element getDOM()(Code)(Java Doc)
native public Element getFirstChild()(Code)(Java Doc)
native public int getFrameWidth(Side side)(Code)(Java Doc)
native public int getHeight()(Code)(Java Doc)
native public int getHeight(boolean contentHeight)(Code)(Java Doc)
native public int getLeft()(Code)(Java Doc)
native public int getLeft(boolean local)(Code)(Java Doc)
native public Margins getMargins()(Code)(Java Doc)
native public int getPadding(Side side)(Code)(Java Doc)
native public Element getParentNode()(Code)(Java Doc)
native public PositioningConfig getPositioning()(Code)(Java Doc)
native public Region getRegion()(Code)(Java Doc)
native public int[] getScroll()(Code)(Java Doc)
native public Size getSize()(Code)(Java Doc)
native public String getStyle(String property)(Code)(Java Doc)
native public int getTop()(Code)(Java Doc)
native public int getTop(boolean local)(Code)(Java Doc)
native public UpdateManager getUpdateManager()(Code)(Java Doc)
native public String getValue()(Code)(Java Doc)
native public float getValueAsNumber()(Code)(Java Doc)
native public Size getViewSize()(Code)(Java Doc)
native public int getWidth()(Code)(Java Doc)
native public int getWidth(boolean contentWidth)(Code)(Java Doc)
native public int getX()(Code)(Java Doc)
native public int[] getXY()(Code)(Java Doc)
native public int getY()(Code)(Java Doc)
native public boolean hasClass(String className)(Code)(Java Doc)
native public ExtElement insertAfter(Element el)(Code)(Java Doc)
native public ExtElement insertBefore(Element el)(Code)(Java Doc)
native public ExtElement insertFirst(Element el)(Code)(Java Doc)
native public ExtElement insertFirst(DomConfig config)(Code)(Java Doc)
native public Element insertHtmlAfterBegin(String html)(Code)(Java Doc)
native public Element insertHtmlAfterEnd(String html)(Code)(Java Doc)
native public Element insertHtmlBeforeBegin(String html)(Code)(Java Doc)
native public Element insertHtmlBeforeEnd(String html)(Code)(Java Doc)
native public Element insertSibling(Element el)(Code)(Java Doc)
native public ExtElement insertSibling(Element el, boolean before)(Code)(Java Doc)
native public Element insertSibling(DomConfig config)(Code)(Java Doc)
native public ExtElement insertSibling(DomConfig config, boolean before)(Code)(Java Doc)
native public boolean is(String selector)(Code)(Java Doc)
native public boolean isBorderBox()(Code)(Java Doc)
native public boolean isDisplayed()(Code)(Java Doc)
native public boolean isMasked()(Code)(Java Doc)
native public boolean isScrollable()(Code)(Java Doc)
native public boolean isVisible()(Code)(Java Doc)
native public boolean isVisible(boolean deep)(Code)(Java Doc)
native public ExtElement mask()(Code)(Java Doc)
public ExtElement mask(String msg)(Code)(Java Doc)
public ExtElement mask(String msg, boolean animatedIcon)(Code)(Java Doc)
native public ExtElement mask(String msg, String msgClass)(Code)(Java Doc)
native public Element next()(Code)(Java Doc)
native public Element next(String selector)(Code)(Java Doc)
native public void position()(Code)(Java Doc)
native public void position(Positioning pos, int zIndex, int x, int y)(Code)(Java Doc)
native public Element prev()(Code)(Java Doc)
native public Element prev(String selector)(Code)(Java Doc)
native public static Element[] query(String selector)(Code)(Java Doc)
native public ExtElement replace(Element el)(Code)(Java Doc)
native public ExtElement scrollIntoView()(Code)(Java Doc)
native public ExtElement scrollIntoView(Element container, boolean hscroll)(Code)(Java Doc)
native public CompositeElement select(String selector)(Code)(Java Doc)
native public CompositeElement select(String selector, boolean unique)(Code)(Java Doc)
native public BaseElement setPositioning(PositioningConfig posCfg)(Code)(Java Doc)
native public int[] translatePoints(int x, int y)(Code)(Java Doc)
native public ExtElement unclip()(Code)(Java Doc)
native public void unmask()(Code)(Java Doc)
native public ExtElement up(String selector, Element container)(Code)(Java Doc)
native public ExtElement up(String selector, int maxDepth)(Code)(Java Doc)
native public void update(String html, boolean loadScripts, Function callback)(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.