Java Doc for PopupWindowProperties.java in  » Web-Framework » aranea-mvc-1.1.1 » org » araneaframework » http » support » 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 » Web Framework » aranea mvc 1.1.1 » org.araneaframework.http.support 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.araneaframework.http.support.PopupWindowProperties

PopupWindowProperties
public class PopupWindowProperties implements Serializable(Code)
Simple class including the getters/setters for properties that can be set when opening browser windows. Note that all of these may not work on all platforms and browsers. For meaning of all these attributes "http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp" is good reference. Note that modeless and modal popups (IE proprietary extension) are not really fully-functional browser windows and should only be used for displaying statical content.
author:
   Taimo Peelo (taimo@araneaframework.org)




Method Summary
public  StringgetCenter()
     Center property specifies whether to center the dialog window within the desktop.
public  StringgetChannelmode()
    
public  StringgetDialogHeight()
    
public  StringgetDialogHide()
     DialogHide specifies whether the dialog window is hidden when printing or using print preview. This feature is only available when a dialog box is opened from a trusted application.
public  StringgetDialogLeft()
    
public  StringgetDialogTop()
    
public  StringgetDialogWidth()
    
public  StringgetDirectories()
    
public  StringgetEdge()
     Edge specifies the edge style of the dialog window, default is "raised".
public  StringgetFullscreen()
    
public  StringgetHeight()
    
public  StringgetHelp()
     Specifies whether the dialog window displays the context-sensitive Help icon.
public  StringgetLeft()
    
public  StringgetLocation()
    
public  StringgetMenubar()
    
public  StringgetResizable()
    
public  StringgetScrollbars()
    
public  StringgetStatus()
    
public  StringgetTitlebar()
    
public  StringgetToolbar()
    
public  StringgetTop()
    
public  StringgetUnadorned()
     Specifies whether the dialog window displays the border window chrome.
public  StringgetWidth()
    
public  booleanisModal()
    
public  booleanisModeless()
    
public  voidsetCenter(String center)
    
public  voidsetChannelmode(String channelmode)
    
public  voidsetDialogHeight(String dialogHeight)
     Sets the height of the dialog window (see Remarks for default unit of measure).
public  voidsetDialogHide(String dialogHide)
    
public  voidsetDialogLeft(String dialogLeft)
     Sets the left position of the dialog window relative to the upper-left corner of the desktop.
public  voidsetDialogTop(String dialogTop)
     Sets the left position of the dialog window relative to the upper-left corner of the desktop.
public  voidsetDialogWidth(String dialogWidth)
     Sets the width of the dialog window (see Remarks for default unit of measure).
public  voidsetDirectories(String directories)
    
public  voidsetEdge(String edge)
     Specifies the edge style of the dialog window - valid values are "raised" and "sunken". Default is "raised".
public  voidsetFullscreen(String fullscreen)
    
public  voidsetHeight(String height)
    
public  voidsetHelp(String help)
     Specifies whether the dialog window displays the context-sensitive Help icon.
public  voidsetLeft(String left)
    
public  voidsetLocation(String location)
    
public  voidsetMenubar(String menubar)
    
public  voidsetModal(boolean b)
    
public  voidsetModeless(boolean b)
    
public  voidsetResizable(String resizable)
    
public  voidsetScrollbars(String scrollbars)
     Specifies whether the dialog window displays scrollbars.
public  voidsetStatus(String status)
    
public  voidsetTitlebar(String titlebar)
    
public  voidsetToolbar(String toolbar)
    
public  voidsetTop(String top)
    
public  voidsetUnadorned(String unadorned)
     Specifies whether the dialog window displays the border window chrome.
public  voidsetWidth(String width)
    
public  StringtoString()
    



Method Detail
getCenter
public String getCenter()(Code)
Center property specifies whether to center the dialog window within the desktop. The default is yes. Applicable to modal and modeless popups.



getChannelmode
public String getChannelmode()(Code)



getDialogHeight
public String getDialogHeight()(Code)



getDialogHide
public String getDialogHide()(Code)
DialogHide specifies whether the dialog window is hidden when printing or using print preview. This feature is only available when a dialog box is opened from a trusted application. The default is no. Applicable to modal and modeless popups.



getDialogLeft
public String getDialogLeft()(Code)



getDialogTop
public String getDialogTop()(Code)



getDialogWidth
public String getDialogWidth()(Code)



getDirectories
public String getDirectories()(Code)



getEdge
public String getEdge()(Code)
Edge specifies the edge style of the dialog window, default is "raised". Applicable to modal and modeless popups.



getFullscreen
public String getFullscreen()(Code)



getHeight
public String getHeight()(Code)



getHelp
public String getHelp()(Code)
Specifies whether the dialog window displays the context-sensitive Help icon. The default is yes. Applicable to modal and modeless popups.



getLeft
public String getLeft()(Code)



getLocation
public String getLocation()(Code)



getMenubar
public String getMenubar()(Code)



getResizable
public String getResizable()(Code)



getScrollbars
public String getScrollbars()(Code)
whether the dialog window displays scrollbars



getStatus
public String getStatus()(Code)



getTitlebar
public String getTitlebar()(Code)



getToolbar
public String getToolbar()(Code)



getTop
public String getTop()(Code)



getUnadorned
public String getUnadorned()(Code)
Specifies whether the dialog window displays the border window chrome. This feature is only available when a dialog box is opened from a trusted application. The default is no. Applicable to modal and modeless popups.



getWidth
public String getWidth()(Code)



isModal
public boolean isModal()(Code)



isModeless
public boolean isModeless()(Code)



setCenter
public void setCenter(String center)(Code)



setChannelmode
public void setChannelmode(String channelmode)(Code)



setDialogHeight
public void setDialogHeight(String dialogHeight)(Code)
Sets the height of the dialog window (see Remarks for default unit of measure). Applicable to modal and modeless popups.
Parameters:
  dialogHeight -



setDialogHide
public void setDialogHide(String dialogHide)(Code)



setDialogLeft
public void setDialogLeft(String dialogLeft)(Code)
Sets the left position of the dialog window relative to the upper-left corner of the desktop. Applicable to modal and modeless popups.
Parameters:
  dialogLeft -



setDialogTop
public void setDialogTop(String dialogTop)(Code)
Sets the left position of the dialog window relative to the upper-left corner of the desktop. Applicable to modal and modeless popups.
Parameters:
  dialogTop -



setDialogWidth
public void setDialogWidth(String dialogWidth)(Code)
Sets the width of the dialog window (see Remarks for default unit of measure). Applicable to modal and modeless popups.
Parameters:
  dialogWidth -



setDirectories
public void setDirectories(String directories)(Code)



setEdge
public void setEdge(String edge)(Code)
Specifies the edge style of the dialog window - valid values are "raised" and "sunken". Default is "raised". Applicable to modal and modeless popups.



setFullscreen
public void setFullscreen(String fullscreen)(Code)



setHeight
public void setHeight(String height)(Code)



setHelp
public void setHelp(String help)(Code)
Specifies whether the dialog window displays the context-sensitive Help icon. The default is yes. Applicable to modal and modeless popups.



setLeft
public void setLeft(String left)(Code)



setLocation
public void setLocation(String location)(Code)



setMenubar
public void setMenubar(String menubar)(Code)



setModal
public void setModal(boolean b)(Code)



setModeless
public void setModeless(boolean b)(Code)



setResizable
public void setResizable(String resizable)(Code)



setScrollbars
public void setScrollbars(String scrollbars)(Code)
Specifies whether the dialog window displays scrollbars. Sets property "scroll", if window is modal or modeless, otherwise sets property "scrollbars".
Parameters:
  scrollbars - ("yes" | "no" | 0 | 1 | "on" | "off")



setStatus
public void setStatus(String status)(Code)



setTitlebar
public void setTitlebar(String titlebar)(Code)



setToolbar
public void setToolbar(String toolbar)(Code)



setTop
public void setTop(String top)(Code)



setUnadorned
public void setUnadorned(String unadorned)(Code)
Specifies whether the dialog window displays the border window chrome. This feature is only available when a dialog box is opened from a trusted application. The default is no. Applicable to modal and modeless popups.



setWidth
public void setWidth(String width)(Code)



toString
public String toString()(Code)



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.