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


org.opencms.workplace.CmsWidgetDialog
   org.opencms.workplace.tools.content.CmsElementChangeLocaleDialog

CmsElementChangeLocaleDialog
public class CmsElementChangeLocaleDialog extends CmsWidgetDialog (Code)
Widget dialog that sets the settings to move page elements to another Locale.


author:
   Andreas Zahner
version:
   $Revision: 1.7 $
since:
   6.0.1



Field Summary
final protected static  StringCHANGELOCALE_ACTION_REPORT
     The import JSP report workplace URI.
final public static  StringKEY_PREFIX
     Localized message keys prefix.
final public static  String[]PAGES
     Defines which pages are valid for this dialog.

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

Method Summary
public  voidactionCommit()
    
protected  StringcreateDialogHtml(String dialog)
    
protected  voiddefineWidgets()
    
public  ListgetLocaleConfigOptions()
    
protected  String[]getPageArray()
    
public  ListgetTemplateConfigOptions()
    
protected  voidinitMessages()
    
protected  voidinitSettingsObject()
    
protected  voidinitWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)
    

Field Detail
CHANGELOCALE_ACTION_REPORT
final protected static String CHANGELOCALE_ACTION_REPORT(Code)
The import JSP report workplace URI.



KEY_PREFIX
final public static String KEY_PREFIX(Code)
Localized message keys prefix.



PAGES
final public static String[] PAGES(Code)
Defines which pages are valid for this dialog.




Constructor Detail
CmsElementChangeLocaleDialog
public CmsElementChangeLocaleDialog(CmsJspActionElement jsp)(Code)
Public constructor with JSP action element.


Parameters:
  jsp - an initialized JSP action element




CmsElementChangeLocaleDialog
public CmsElementChangeLocaleDialog(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
actionCommit
public void actionCommit() throws IOException, ServletException(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.actionCommit



createDialogHtml
protected String createDialogHtml(String dialog)(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.createDialogHtml(java.lang.String)



defineWidgets
protected void defineWidgets()(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.defineWidgets



getLocaleConfigOptions
public List getLocaleConfigOptions()(Code)
Returns the selector widget options to build a Locale selector widget.

the selector widget options to build a Locale selector widget




getPageArray
protected String[] getPageArray()(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.getPageArray



getTemplateConfigOptions
public List getTemplateConfigOptions()(Code)
returns the selector widget options to build a template selector widget.

the selector widget options to build a template selector widget




initMessages
protected void initMessages()(Code)

See Also:   org.opencms.workplace.CmsWorkplace.initMessages



initSettingsObject
protected void initSettingsObject()(Code)
Initializes the settings object to work with depending on the dialog state and request parameters.




initWorkplaceRequestValues
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)(Code)

See Also:   org.opencms.workplace.CmsWorkplace.initWorkplaceRequestValues(org.opencms.workplace.CmsWorkplaceSettingsjavax.servlet.http.HttpServletRequest)



Fields inherited from org.opencms.workplace.CmsWidgetDialog
final public static int ACTION_ELEMENT_ADD(Code)(Java Doc)
final public static int ACTION_ELEMENT_REMOVE(Code)(Java Doc)
final public static int ACTION_ERROR(Code)(Java Doc)
final public static int ACTION_SAVE(Code)(Java Doc)
final public static String DIALOG_SAVE(Code)(Java Doc)
final public static String EDITOR_ACTION_ELEMENT_ADD(Code)(Java Doc)
final public static String EDITOR_ACTION_ELEMENT_REMOVE(Code)(Java Doc)
final public static String HIDDEN_PARAM_PREFIX(Code)(Java Doc)
protected List m_commitErrors(Code)(Java Doc)
protected Object m_dialogObject(Code)(Java Doc)
protected List m_pages(Code)(Java Doc)
protected String m_paramPage(Code)(Java Doc)
protected List m_validationErrorList(Code)(Java Doc)
protected Map m_widgetParamValues(Code)(Java Doc)
protected List m_widgets(Code)(Java Doc)

Methods inherited from org.opencms.workplace.CmsWidgetDialog
public void actionCancel()(Code)(Java Doc)
abstract public void actionCommit() throws IOException, ServletException(Code)(Java Doc)
public void actionToggleElement()(Code)(Java Doc)
protected void addCommitError(Exception error)(Code)(Java Doc)
protected void addWidget(CmsWidgetDialogParameter param)(Code)(Java Doc)
public String buildAddElement(String elementName, int insertAfter, boolean enabled)(Code)(Java Doc)
public String buildDialogForm()(Code)(Java Doc)
public String buildRemoveElement(String elementName, int index, boolean enabled)(Code)(Java Doc)
public void clearDialogObject()(Code)(Java Doc)
protected boolean closeDialogOnCommit()(Code)(Java Doc)
protected List commitWidgetValues()(Code)(Java Doc)
protected List commitWidgetValues(String dialogPage)(Code)(Java Doc)
protected String createDialogHtml()(Code)(Java Doc)
protected String createDialogHtml(String dialog)(Code)(Java Doc)
protected String createDialogRowHtml(CmsWidgetDialogParameter base)(Code)(Java Doc)
protected String createDialogRowsHtml(int startIndex, int endIndex)(Code)(Java Doc)
protected String createWidgetBlockEnd()(Code)(Java Doc)
protected String createWidgetBlockStart(String headline)(Code)(Java Doc)
protected String createWidgetErrorHeader()(Code)(Java Doc)
protected String createWidgetTableEnd()(Code)(Java Doc)
protected String createWidgetTableStart()(Code)(Java Doc)
protected String defaultActionHtml() throws JspException(Code)(Java Doc)
protected String defaultActionHtmlContent()(Code)(Java Doc)
protected String defaultActionHtmlEnd()(Code)(Java Doc)
protected String defaultActionHtmlStart() throws JspException(Code)(Java Doc)
abstract protected void defineWidgets()(Code)(Java Doc)
public String dialogBlockEnd()(Code)(Java Doc)
public String dialogBlockStart(String headline)(Code)(Java Doc)
public String dialogButtonsCustom()(Code)(Java Doc)
public void displayDialog() throws JspException, IOException, ServletException(Code)(Java Doc)
public void displayDialog(boolean writeLater) throws JspException, IOException, ServletException(Code)(Java Doc)
protected void fillWidgetValues(HttpServletRequest request)(Code)(Java Doc)
public int getButtonStyle()(Code)(Java Doc)
public List getCommitErrors()(Code)(Java Doc)
public Object getDialogObject()(Code)(Java Doc)
protected String getDialogTitle()(Code)(Java Doc)
public Set getHelpMessageIds()(Code)(Java Doc)
abstract protected String[] getPageArray()(Code)(Java Doc)
protected List getPages()(Code)(Java Doc)
public String getParamElementIndex()(Code)(Java Doc)
public String getParamElementName()(Code)(Java Doc)
public String getParamPage()(Code)(Java Doc)
public String getParamValue(String name)(Code)(Java Doc)
public String getParamValue(String name, int index)(Code)(Java Doc)
protected CmsWidgetDialogParameter getParameterDefinition(String name)(Code)(Java Doc)
protected Map getParameters()(Code)(Java Doc)
public String getUserAgent()(Code)(Java Doc)
protected List getValidationErrorList()(Code)(Java Doc)
protected String getWidget(CmsWidgetDialogParameter param)(Code)(Java Doc)
public String getWidgetHtmlEnd()(Code)(Java Doc)
public String getWidgetIncludes() throws JspException(Code)(Java Doc)
public String getWidgetInitCalls() throws JspException(Code)(Java Doc)
public String getWidgetInitMethods() throws JspException(Code)(Java Doc)
protected List getWidgets()(Code)(Java Doc)
protected boolean hasCommitErrors()(Code)(Java Doc)
protected boolean hasValidationErrors()(Code)(Java Doc)
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)(Code)(Java Doc)
public String paramsAsHidden()(Code)(Java Doc)
protected void setCommitErrors(List errors)(Code)(Java Doc)
public void setDialogObject(Object dialogObject)(Code)(Java Doc)
protected void setKeyPrefix(String prefix)(Code)(Java Doc)
protected void setPages(List pages)(Code)(Java Doc)
public void setParamElementIndex(String elementIndex)(Code)(Java Doc)
public void setParamElementName(String elementName)(Code)(Java Doc)
public void setParamPage(String paramPage)(Code)(Java Doc)
protected void setValidationErrorList(List errors)(Code)(Java Doc)
protected void validateParamaters() throws Exception(Code)(Java Doc)
public String widgetParamsAsHidden()(Code)(Java Doc)
public String widgetParamsAsHidden(String excludeDialogPage)(Code)(Java Doc)
public void writeDialog() throws IOException, JspException(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.