info.magnolia.cms.gui.dialog
Class DialogBox

java.lang.Object
  extended by info.magnolia.cms.gui.dialog.DialogControlImpl
      extended by info.magnolia.cms.gui.dialog.DialogBox
All Implemented Interfaces:
DialogControl
Direct Known Subclasses:
ACLSDialogControl, DialogButton, DialogButtonSet, DialogEdit, DialogEditCode, DialogEditWithButton, DialogEditWithCustomButtons, DialogFile, DialogFreemarker, DialogHidden, DialogInclude, DialogMultiSelect, DialogPassword, DialogSelect, DialogStatic, FckEditorDialog, SubPagesControl

public class DialogBox
extends DialogControlImpl

Version:
2.0
Author:
Vinzenz Wyser

Field Summary
static int BOXTYPE_1COL
           
static int BOXTYPE_2COLS
           
 
Fields inherited from class info.magnolia.cms.gui.dialog.DialogControlImpl
DEFAULT_VALUE_PROPERTY, SESSION_ATTRIBUTENAME_DIALOGOBJECT, SESSION_ATTRIBUTENAME_DIALOGOBJECT_REMOVE, VALIDATION_PATTERN_PROPERTY, value
 
Constructor Summary
DialogBox()
           
 
Method Summary
 void drawHtmlPost(Writer out)
           
 void drawHtmlPre(Writer out)
           
 int getBoxType()
           
 String getHtmlDescription()
           
 void setBoxType(int i)
           
 
Methods inherited from class info.magnolia.cms.gui.dialog.DialogControlImpl
addOption, addSub, clearWebsiteNode, drawHtml, drawHtmlPostSubs, drawHtmlPreSubs, drawSubs, getConfigValue, getConfigValue, getDescription, getId, getLabel, getMessage, getMessage, getMessages, getName, getOptions, getParent, getRequest, getResponse, getStorageNode, getSub, getSubs, getTopParent, getValidationPattern, getValue, getValues, getWebsiteNode, init, isRequired, readValue, readValues, removeSessionAttribute, setConfig, setConfig, setConfig, setDescription, setLabel, setName, setOptions, setRequired, setSaveInfo, setSessionAttribute, setTopParent, setValidationMessage, setValue, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOXTYPE_2COLS

public static final int BOXTYPE_2COLS
See Also:
Constant Field Values

BOXTYPE_1COL

public static final int BOXTYPE_1COL
See Also:
Constant Field Values
Constructor Detail

DialogBox

public DialogBox()
Method Detail

setBoxType

public void setBoxType(int i)

getBoxType

public int getBoxType()

drawHtmlPre

public void drawHtmlPre(Writer out)
                 throws IOException
Throws:
IOException

drawHtmlPost

public void drawHtmlPost(Writer out)
                  throws IOException
Throws:
IOException

getHtmlDescription

public String getHtmlDescription()


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.