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


com.gwtext.client.widgets.layout.LayoutData
   com.gwtext.client.widgets.layout.BorderLayoutData

BorderLayoutData
public class BorderLayoutData extends LayoutData (Code)
Additional layout data associated with a BorderLayout .
See Also:   com.gwtext.client.widgets.layout.BorderLayout



Constructor Summary
public  BorderLayoutData(RegionPosition region)
     Create a new instance.
public  BorderLayoutData(RegionPosition region, Margins margins)
    

Method Summary
public  voidsetAnimFloat(boolean animFloat)
     When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close again once the user mouses out of that panel (or clicks out if autoHide = false).
public  voidsetAutoHide(boolean autoHide)
     When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel.
public  voidsetCMargins(int top, int left, int right, int bottom)
    
public  voidsetCMargins(Margins cMargins)
     The margins to apply to the region's collapsed element.
public  voidsetCollapseModeMini(boolean miniMode)
     By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the region's title bar.
public  voidsetCollapsibleSplitTip(String collapsibleSplitTip)
     The tooltip to display when the user hovers over a collapsible region's split bar (defaults to "Drag to resize.
public  voidsetFloatable(boolean floatable)
     True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to force the user to fully expand a collapsed region by clicking the expand button to see it again (defaults to true).
public  voidsetMargins(int top, int left, int right, int bottom)
     The margins to apply to the region.
public  voidsetMargins(Margins margins)
    
public  voidsetMaxSize(int maxSize)
     When BorderLayoutData.setSplit(boolean) is true, it is common to specify a minSize and maxSize for the region.
public  voidsetMinHeight(int minHeight)
     The minimum allowable height in pixels for this region (defaults to 50).
public  voidsetMinSize(int minSize)
     When BorderLayoutData.setSplit(boolean) is true, it is common to specify a minSize and maxSize for the region.
public  voidsetMinWidth(int minWidth)
     The minimum allowable width in pixels for this region (defaults to 50).
public  voidsetRegion(RegionPosition region)
     Set the BorderLayout region.
public  voidsetSplit(boolean split)
     True to display a SplitBar between this region and its neighbor, allowing the user to resize the regions dynamically (defaults to false).
public  voidsetSplitTip(String splitTip)
     The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to "Drag to resize.").
public  voidsetUseSplitTips(boolean useSplitTips)
     True to display a tooltip when the user hovers over a region's split bar (defaults to false).


Constructor Detail
BorderLayoutData
public BorderLayoutData(RegionPosition region)(Code)
Create a new instance.
Parameters:
  region - the border layout region.



BorderLayoutData
public BorderLayoutData(RegionPosition region, Margins margins)(Code)




Method Detail
setAnimFloat
public void setAnimFloat(boolean animFloat)(Code)
When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close again once the user mouses out of that panel (or clicks out if autoHide = false). Setting animFloat to false will prevent the open and close of these floated panels from being animated (defaults to true).
Parameters:
  animFloat - true to amin float



setAutoHide
public void setAutoHide(boolean autoHide)(Code)
When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is true, the panel will automatically hide after the user mouses out of the panel. If autoHide is false, the panel will continue to display until the user clicks outside of the panel (defaults to true).
Parameters:
  autoHide - true to auto hide



setCMargins
public void setCMargins(int top, int left, int right, int bottom)(Code)



setCMargins
public void setCMargins(Margins cMargins)(Code)
The margins to apply to the region's collapsed element.
Parameters:
  cMargins - the margins to apply to collapsed element



setCollapseModeMini
public void setCollapseModeMini(boolean miniMode)(Code)
By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the region's title bar. Optionally, when collapseMode is set to 'mini' the region's split bar will also display a small collapse button in the center of the bar. In 'mini' mode the region will collapse to a thinner bar than in normal mode.

Note that if a collapsible region does not have a title bar, then collapseMode must be set to 'mini' in order for the region to be collapsible by the user as the tool button will not be rendered.
Parameters:
  miniMode - true for mimi collapse mode



setCollapsibleSplitTip
public void setCollapsibleSplitTip(String collapsibleSplitTip)(Code)
The tooltip to display when the user hovers over a collapsible region's split bar (defaults to "Drag to resize. Double click to hide."). Setting this property automatically sets the split property to true.
Parameters:
  collapsibleSplitTip - the tooltip to display when the user hovers over a collapsible region's split bar
See Also:   BorderLayoutData.setSplit(boolean)



setFloatable
public void setFloatable(boolean floatable)(Code)
True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to force the user to fully expand a collapsed region by clicking the expand button to see it again (defaults to true).
Parameters:
  floatable - true for floatable



setMargins
public void setMargins(int top, int left, int right, int bottom)(Code)
The margins to apply to the region.



setMargins
public void setMargins(Margins margins)(Code)



setMaxSize
public void setMaxSize(int maxSize)(Code)
When BorderLayoutData.setSplit(boolean) is true, it is common to specify a minSize and maxSize for the region.
Parameters:
  maxSize - the split regions max size



setMinHeight
public void setMinHeight(int minHeight)(Code)
The minimum allowable height in pixels for this region (defaults to 50).
Parameters:
  minHeight - the min height



setMinSize
public void setMinSize(int minSize)(Code)
When BorderLayoutData.setSplit(boolean) is true, it is common to specify a minSize and maxSize for the region.
Parameters:
  minSize - the split regions min size



setMinWidth
public void setMinWidth(int minWidth)(Code)
The minimum allowable width in pixels for this region (defaults to 50).
Parameters:
  minWidth - the min width



setRegion
public void setRegion(RegionPosition region)(Code)
Set the BorderLayout region.
Parameters:
  region - the region



setSplit
public void setSplit(boolean split)(Code)
True to display a SplitBar between this region and its neighbor, allowing the user to resize the regions dynamically (defaults to false). When split = true, it is common to specify a minSize and maxSize for the region.
Parameters:
  split - true for split bar



setSplitTip
public void setSplitTip(String splitTip)(Code)
The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to "Drag to resize.").
Setting this property automatically sets the split property to true.
Parameters:
  splitTip - the tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to "Drag to resize.").
See Also:   BorderLayoutData.setSplit(boolean)



setUseSplitTips
public void setUseSplitTips(boolean useSplitTips)(Code)
True to display a tooltip when the user hovers over a region's split bar (defaults to false). The tooltip text will be the value of either splitTip or collapsibleSplitTip as appropriate.
Setting this property automatically sets the split property to true.
Parameters:
  useSplitTips - true to display a tooltip when the user hovers over a region's split bar (defaults to false)
See Also:   BorderLayoutData.setSplit(boolean)




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