public class CmsEditSiteForm extends CmsBasicDialog
| Modifier and Type | Class and Description |
|---|---|
class |
CmsEditSiteForm.PositionComboBoxElementBean
Bean for the ComboBox to edit the position.
|
CmsBasicDialog.DialogWidthcom.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.SpacingHandlercom.vaadin.ui.HasComponents.ComponentAttachDetachNotifier, com.vaadin.ui.HasComponents.ComponentAttachEvent, com.vaadin.ui.HasComponents.ComponentAttachListener, com.vaadin.ui.HasComponents.ComponentDetachEvent, com.vaadin.ui.HasComponents.ComponentDetachListenercom.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listenercom.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_blockChange
Flag to block change events.
|
static java.lang.String |
MODULE_NAME
The module name constant.
|
static java.lang.String |
PARAM_OU_DESCRIPTION
Module parameter constant for the web server script.
|
| Constructor and Description |
|---|
CmsEditSiteForm(CmsObject cms,
CmsSite site,
CmsSiteManager manager,
boolean editable)
Public constructor.
|
CmsEditSiteForm(CmsObject cms,
CmsSiteManager manager)
Constructor.
|
CmsEditSiteForm(CmsObject cms,
CmsSiteManager manager,
java.lang.String siteRoot)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkOnOfflineSiteRoot()
Checks if site root exists in on and offline repository.
|
protected void |
checkTemplate()
Checks the Template Property of the site root and fills the form field.
|
protected com.vaadin.ui.FormLayout |
createAliasComponent(java.lang.String alias,
boolean red)
Creates field for aliases.
|
protected java.lang.String |
getFieldServer()
Reads server field.
|
protected static com.vaadin.v7.data.util.IndexedContainer |
getSSLModeContainer(java.lang.String captionProp,
boolean includeOldStyle,
CmsSSLMode currentValue)
Creates an IndexedContaienr for use in SSL mode selection widgets.
|
protected void |
handleSSLChange()
Handles SSL changes.
|
protected void |
setTemplateField()
Sets the template field depending on current set site root field(s).
|
addButton, addButton, createButtonCancel, createButtonClose, createButtonOK, createResourceListPanel, createResourceListPanelDirectly, displayResourceInfo, displayResourceInfo, displayResourceInfoDirectly, enableMaxHeight, getInfoResources, initActionHandler, prepareWindow, prepareWindow, readDesign, setAbove, setActionHandler, setBelow, setContent, setContentMinHeight, setContentVisibility, setWindowMinFullHeightaddComponentsAndExpand, getState, getStateaddComponent, addComponent, addComponentAsFirst, addLayoutClickListener, getComponent, getComponentAlignment, getComponentCount, getComponentIndex, getCustomAttributes, getDefaultComponentAlignment, getExpandRatio, getMargin, isSpacing, iterator, removeComponent, removeLayoutClickListener, replaceComponent, setComponentAlignment, setDefaultComponentAlignment, setExpandRatio, setMargin, setMargin, setSpacing, writeDesignaddComponentAttachListener, addComponentDetachListener, addComponents, fireComponentAttachEvent, fireComponentDetachEvent, getComponentIterator, moveComponentsFrom, removeAllComponents, removeComponentAttachListener, removeComponentDetachListener, setHeight, setWidthaddContextClickListener, addListener, addShortcutListener, addStyleName, attach, beforeClientResponse, detach, findAncestor, fireComponentErrorEvent, fireComponentEvent, focus, getActionManager, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isEnabled, isOrHasAncestor, isReadOnly, isRequiredIndicatorVisible, isResponsive, isVisible, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaption, setCaptionAsHtml, setComponentError, setData, setDebugId, setDescription, setDescription, setEnabled, setHeight, setHeightUndefined, setIcon, setId, setLocale, setParent, setPrimaryStyleName, setReadOnly, setRequiredIndicatorVisible, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidthUndefinedaddAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource, updateDiffstateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddComponents, getComponentIterator, moveComponentsFrom, removeAllComponentsaddListener, addStyleName, addStyleNames, attach, getCaption, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isEnabled, isVisible, removeListener, removeStyleName, removeStyleNames, setCaption, setEnabled, setIcon, setId, setParent, setPrimaryStyleName, setStyleName, setStyleName, setVisibleaddAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerpublic static final java.lang.String MODULE_NAME
public static final java.lang.String PARAM_OU_DESCRIPTION
protected boolean m_blockChange
public CmsEditSiteForm(CmsObject cms, CmsSite site, CmsSiteManager manager, boolean editable)
cms - CmsObjectsite - Site to be shown / editedmanager - calling the dialogeditable - flag indicates if fields should be editablepublic CmsEditSiteForm(CmsObject cms, CmsSiteManager manager)
Use this to create a new site.
manager - the site manager instancecms - the CmsObjectpublic CmsEditSiteForm(CmsObject cms, CmsSiteManager manager, java.lang.String siteRoot)
Used to edit existing site.
manager - the manager instancesiteRoot - of site to editcms - the CmsObjectprotected static com.vaadin.v7.data.util.IndexedContainer getSSLModeContainer(java.lang.String captionProp, boolean includeOldStyle, CmsSSLMode currentValue)
captionProp - the name of the property to use for captionsincludeOldStyle - true if the old-style secure server mode should be includedcurrentValue - the current value of the mode (may be null)protected void checkOnOfflineSiteRoot()
protected void checkTemplate()
protected com.vaadin.ui.FormLayout createAliasComponent(java.lang.String alias, boolean red)
alias - urlred - redirectprotected java.lang.String getFieldServer()
protected void handleSSLChange()
protected void setTemplateField()