Java Doc for CmsImageGallery.java in  » Content-Management-System » opencms » org » opencms » workplace » galleries » 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 » Content Management System » opencms » org.opencms.workplace.galleries 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.opencms.workplace.galleries.A_CmsGallery
   org.opencms.workplace.galleries.CmsImageGallery

CmsImageGallery
public class CmsImageGallery extends A_CmsGallery (Code)
Generates the image gallery popup window which can be used in editors or as a dialog widget.


author:
   Andreas Zahner
author:
   Armen Markarian
version:
   $Revision: 1.18 $
since:
   6.0.0



Field Summary
final public static  StringURI_GALLERY
     URI of the image gallery popup dialog.

Constructor Summary
public  CmsImageGallery()
    
public  CmsImageGallery(CmsJspActionElement jsp)
    
public  CmsImageGallery(PageContext context, HttpServletRequest req, HttpServletResponse res)
    

Method Summary
public  StringapplyButton()
    
protected  StringbuildGalleryItemListCustomEndCols(CmsResource res, String tdClass)
    
protected  StringbuildGalleryItemListCustomStartCols(CmsResource res, String tdClass)
    
public  StringbuildGalleryItemPreview()
    
public  CmsImageScalergetDefaultScaleParams()
    
public  intgetGalleryItemsTypeId()
    
public  IntegergetOrder()
    
public  StringgetPreviewBodyStyle()
    
public  voidinit()
    
public  StringpreviewButton()
    
public  StringtargetSelectBox()
    

Field Detail
URI_GALLERY
final public static String URI_GALLERY(Code)
URI of the image gallery popup dialog.




Constructor Detail
CmsImageGallery
public CmsImageGallery()(Code)
Public empty constructor, required for A_CmsGallery.createInstance(StringCmsJspActionElement) .




CmsImageGallery
public CmsImageGallery(CmsJspActionElement jsp)(Code)
Public constructor with JSP action element.


Parameters:
  jsp - an initialized JSP action element




CmsImageGallery
public CmsImageGallery(PageContext context, HttpServletRequest req, HttpServletResponse res)(Code)
Public constructor with JSP variables.


Parameters:
  context - the JSP page context
Parameters:
  req - the JSP request
Parameters:
  res - the JSP response





Method Detail
applyButton
public String applyButton()(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.applyButton



buildGalleryItemListCustomEndCols
protected String buildGalleryItemListCustomEndCols(CmsResource res, String tdClass)(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.buildGalleryItemListCustomEndCols(org.opencms.file.CmsResourcejava.lang.String)



buildGalleryItemListCustomStartCols
protected String buildGalleryItemListCustomStartCols(CmsResource res, String tdClass)(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.buildGalleryItemListCustomStartCols(org.opencms.file.CmsResourcejava.lang.String)



buildGalleryItemPreview
public String buildGalleryItemPreview()(Code)
Builds the html String for the preview frame.

the html String for the preview frame




getDefaultScaleParams
public CmsImageScaler getDefaultScaleParams()(Code)
Returns the default image scaling parameters for the gallery preview.

the default image scaling parameters for the gallery preview




getGalleryItemsTypeId
public int getGalleryItemsTypeId()(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.getGalleryItemsTypeId



getOrder
public Integer getOrder()(Code)
Returns the order of the implemented gallery, used to sort the gallery buttons in the editors.

the order of the implemented gallery




getPreviewBodyStyle
public String getPreviewBodyStyle()(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.getPreviewBodyStyle



init
public void init()(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.init



previewButton
public String previewButton()(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.previewButton



targetSelectBox
public String targetSelectBox()(Code)

See Also:   org.opencms.workplace.galleries.A_CmsGallery.targetSelectBox



Fields inherited from org.opencms.workplace.galleries.A_CmsGallery
final public static int ACTION_DELETE(Code)(Java Doc)
final public static int ACTION_LIST(Code)(Java Doc)
final public static int ACTION_SEARCH(Code)(Java Doc)
final public static int ACTION_UPLOAD(Code)(Java Doc)
final public static String CSS_FILENAME(Code)(Java Doc)
final public static String DIALOG_DELETE(Code)(Java Doc)
final public static String DIALOG_EDITPROPERTY(Code)(Java Doc)
final public static String DIALOG_LIST(Code)(Java Doc)
final public static String DIALOG_SEARCH(Code)(Java Doc)
final public static String DIALOG_TYPE(Code)(Java Doc)
final public static String DIALOG_UPLOAD(Code)(Java Doc)
final public static String MODE_EDITOR(Code)(Java Doc)
final public static String MODE_VIEW(Code)(Java Doc)
final public static String MODE_WIDGET(Code)(Java Doc)
final public static String OPEN_URI_SUFFIX(Code)(Java Doc)
final public static String PARAM_CSSPATH(Code)(Java Doc)
final public static String PARAM_DIALOGMODE(Code)(Java Doc)
final public static String PARAM_FIELDID(Code)(Java Doc)
final public static String PARAM_GALLERYPATH(Code)(Java Doc)
final public static String PARAM_GALLERY_TYPENAME(Code)(Java Doc)
final public static String PARAM_PAGE(Code)(Java Doc)
final public static String PARAM_PROPERTYVALUE(Code)(Java Doc)
final public static String PARAM_RESOURCEPATH(Code)(Java Doc)
final public static String PARAM_SEARCHWORD(Code)(Java Doc)
final public static String PATH_GALLERIES(Code)(Java Doc)

Methods inherited from org.opencms.workplace.galleries.A_CmsGallery
public String applyButton()(Code)(Java Doc)
public String buildGalleryButtonBar()(Code)(Java Doc)
protected String buildGalleryItemListCustomEndCols(CmsResource res, String tdClass)(Code)(Java Doc)
protected String buildGalleryItemListCustomStartCols(CmsResource res, String tdClass)(Code)(Java Doc)
protected String buildGalleryItemListHeadline()(Code)(Java Doc)
abstract public String buildGalleryItemPreview()(Code)(Java Doc)
public String buildGalleryItems()(Code)(Java Doc)
public String buildGallerySelectBox()(Code)(Java Doc)
public String buildPageSelectBox()(Code)(Java Doc)
public int compareTo(Object o)(Code)(Java Doc)
public static A_CmsGallery createInstance(CmsJspActionElement jsp)(Code)(Java Doc)
public static A_CmsGallery createInstance(String galleryTypeName, CmsJspActionElement jsp)(Code)(Java Doc)
public String deleteButton()(Code)(Java Doc)
public String editPropertyButton()(Code)(Java Doc)
public boolean galleriesExists()(Code)(Java Doc)
public String getBodyOnload()(Code)(Java Doc)
public String getCssPath()(Code)(Java Doc)
public CmsResource getCurrentResource()(Code)(Java Doc)
public List getGalleries()(Code)(Java Doc)
public List getGalleryItems()(Code)(Java Doc)
abstract public int getGalleryItemsTypeId()(Code)(Java Doc)
public int getGalleryTypeId()(Code)(Java Doc)
public String getGalleryTypeName()(Code)(Java Doc)
public String getGalleryTypeParams()(Code)(Java Doc)
public String getHeadFrameSetHeight()(Code)(Java Doc)
public String getKeyTitle()(Code)(Java Doc)
public String getNoGalleryErrorMsg()(Code)(Java Doc)
public Integer getOrder()(Code)(Java Doc)
public String getParamCssPath()(Code)(Java Doc)
public String getParamDialogMode()(Code)(Java Doc)
public String getParamFieldId()(Code)(Java Doc)
public String getParamGalleryPath()(Code)(Java Doc)
public String getParamPage()(Code)(Java Doc)
public String getParamPropertyValue()(Code)(Java Doc)
public String getParamResourcePath()(Code)(Java Doc)
public String getParamSearchWord()(Code)(Java Doc)
public String getPreviewBodyStyle()(Code)(Java Doc)
public String getPreviewDivStyle()(Code)(Java Doc)
protected String getPropertyValue(CmsResource resource, String propertydefinition)(Code)(Java Doc)
public CmsResourceTypeFolderExtended getResourceType()(Code)(Java Doc)
protected List getSearchHits(List items)(Code)(Java Doc)
protected String getTargetOptions()(Code)(Java Doc)
public String getWizardUrl()(Code)(Java Doc)
protected boolean hasWritePermissions() throws CmsException(Code)(Java Doc)
public void init()(Code)(Java Doc)
public static void initGallery(CmsDialog wp)(Code)(Java Doc)
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)(Code)(Java Doc)
public String previewButton()(Code)(Java Doc)
public String previewRow(String column1, String column2)(Code)(Java Doc)
public String publishButton()(Code)(Java Doc)
public String searchButton()(Code)(Java Doc)
public void setCurrentResource(CmsResource currentResource)(Code)(Java Doc)
public void setParamCssPath(String paramCssPath)(Code)(Java Doc)
public void setParamDialogMode(String dialogMode)(Code)(Java Doc)
public void setParamFieldId(String fieldId)(Code)(Java Doc)
public void setParamGalleryPath(String galleryPath)(Code)(Java Doc)
public void setParamPage(String page)(Code)(Java Doc)
public void setParamPropertyValue(String paramPropertyValue)(Code)(Java Doc)
public void setParamResourcePath(String resourcePath)(Code)(Java Doc)
public void setParamSearchWord(String searchWord)(Code)(Java Doc)
public void setResourceType(CmsResourceTypeFolderExtended type)(Code)(Java Doc)
protected int sortOptions(List options, List values)(Code)(Java Doc)
public String targetSelectBox()(Code)(Java Doc)
public String wizardButton()(Code)(Java Doc)
protected void writeTitleProperty(CmsResource res)(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.