public class CmsNewDialog extends A_CmsSelectResourceTypeDialog
CmsBasicDialog.DialogWidth
com.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.SpacingHandler
com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier, com.vaadin.ui.HasComponents.ComponentAttachEvent, com.vaadin.ui.HasComponents.ComponentAttachListener, com.vaadin.ui.HasComponents.ComponentDetachEvent, com.vaadin.ui.HasComponents.ComponentDetachListener
com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listener
com.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 com.vaadin.ui.Button |
m_cancelButton
The cancel button.
|
protected com.vaadin.v7.ui.CheckBox |
m_defaultLocationCheckbox
Check box for enabling / disabling default creation folders.
|
protected com.vaadin.v7.ui.VerticalLayout |
m_typeContainer
Container for the type list.
|
protected com.vaadin.v7.ui.ComboBox |
m_viewSelector
Element view selector.
|
DEFAULT_LOCATION_DEFAULT, ID_VIEW_ALL, m_createdResource, m_currentView, m_dialogContext, m_folderResource, m_selectedType, m_typeHelper, SETTING_STANDARD_VIEW, VIEW_ALL
Constructor and Description |
---|
CmsNewDialog(CmsResource folderResource,
I_CmsDialogContext context)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.Button |
getCancelButton() |
com.vaadin.v7.ui.VerticalLayout |
getVerticalLayout() |
com.vaadin.v7.ui.ComboBox |
getViewSelector() |
void |
handleSelection(CmsResourceTypeBean selectedType)
Handles selection of a type.
|
boolean |
useDefault() |
createTypeHelper, finish, getSubtitle, getTypeInfoLayout, init, setSelectedRunnable
addButton, addButton, createButtonCancel, createButtonClose, createButtonOK, createResourceListPanel, createResourceListPanelDirectly, displayResourceInfo, displayResourceInfo, displayResourceInfoDirectly, enableMaxHeight, getInfoResources, initActionHandler, prepareWindow, prepareWindow, readDesign, setAbove, setActionHandler, setBelow, setContent, setContentMinHeight, setContentVisibility, setWindowMinFullHeight
addComponentsAndExpand, getState, getState
addComponent, addComponent, addComponentAsFirst, addLayoutClickListener, getComponent, getComponentAlignment, getComponentCount, getComponentIndex, getCustomAttributes, getDefaultComponentAlignment, getExpandRatio, getMargin, isSpacing, iterator, removeComponent, removeLayoutClickListener, replaceComponent, setComponentAlignment, setDefaultComponentAlignment, setExpandRatio, setMargin, setMargin, setSpacing, writeDesign
addComponentAttachListener, addComponentDetachListener, addComponents, fireComponentAttachEvent, fireComponentDetachEvent, getComponentIterator, moveComponentsFrom, removeAllComponents, removeComponentAttachListener, removeComponentDetachListener, setHeight, setWidth
addContextClickListener, 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, setWidthUndefined
addAttachListener, 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, updateDiffstate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addComponents, getComponentIterator, moveComponentsFrom, removeAllComponents
addListener, 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, setVisible
addAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
protected com.vaadin.v7.ui.ComboBox m_viewSelector
protected com.vaadin.v7.ui.VerticalLayout m_typeContainer
protected com.vaadin.v7.ui.CheckBox m_defaultLocationCheckbox
protected com.vaadin.ui.Button m_cancelButton
public CmsNewDialog(CmsResource folderResource, I_CmsDialogContext context)
folderResource
- the folder resourcecontext
- the contextpublic com.vaadin.ui.Button getCancelButton()
getCancelButton
in class A_CmsSelectResourceTypeDialog
public com.vaadin.v7.ui.VerticalLayout getVerticalLayout()
getVerticalLayout
in class A_CmsSelectResourceTypeDialog
public com.vaadin.v7.ui.ComboBox getViewSelector()
getViewSelector
in class A_CmsSelectResourceTypeDialog
public void handleSelection(CmsResourceTypeBean selectedType)
handleSelection
in class A_CmsSelectResourceTypeDialog
selectedType
- the selected typepublic boolean useDefault()
useDefault
in class A_CmsSelectResourceTypeDialog