org.opencms.workplace.list
Class CmsTwoListsDialogsWOStart

java.lang.Object
  extended by org.opencms.workplace.list.CmsTwoListsDialog
      extended by org.opencms.workplace.list.CmsTwoListsDialogsWOStart

public class CmsTwoListsDialogsWOStart
extends CmsTwoListsDialog

A CmsTwoListsDialog with no starting html for previous widget dialog display.

Since:
6.0.0
Version:
$Revision: 1.9 $
Author:
Michael Moossen

Constructor Summary
CmsTwoListsDialogsWOStart(A_CmsListDialog wp1, A_CmsListDialog wp2)
          Default constructor.
 
Method Summary
protected  java.lang.String defaultActionHtmlStart()
          Generates the dialog starting html code.
 
Methods inherited from class org.opencms.workplace.list.CmsTwoListsDialog
defaultActionHtml, defaultActionHtmlContent, defaultActionHtmlEnd, displayDialog, displayDialog, getActiveWp, getFirstWp, getPassiveWp, getSecondWp, writeDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsTwoListsDialogsWOStart

public CmsTwoListsDialogsWOStart(A_CmsListDialog wp1,
                                 A_CmsListDialog wp2)
Default constructor.

Parameters:
wp1 - the workplace instance for the first list
wp2 - the workplace instance for the second list
Method Detail

defaultActionHtmlStart

protected java.lang.String defaultActionHtmlStart()
Description copied from class: CmsTwoListsDialog
Generates the dialog starting html code.

Overrides:
defaultActionHtmlStart in class CmsTwoListsDialog
Returns:
html code
See Also:
CmsTwoListsDialog.defaultActionHtmlStart()