public abstract class A_CmsEditUserGroupRoleDialog extends CmsBasicDialog
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 CmsAccountsApp |
m_app
The app instance.
|
protected CmsObject |
m_cms
CmsObject.
|
protected CmsPrincipal |
m_principal
User object to be edited.
|
| Constructor and Description |
|---|
A_CmsEditUserGroupRoleDialog(CmsObject cms,
CmsUUID userId,
com.vaadin.ui.Window window,
CmsAccountsApp app)
public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addItem(java.util.Set<java.lang.String> data)
Adds given items.
|
abstract java.lang.String |
getAddActionCaption()
Caption for the add action.
|
abstract java.lang.String |
getAddCaptionText()
Caption for the list with items to add.
|
abstract com.vaadin.v7.data.util.IndexedContainer |
getAvailableItemsIndexedContainer(java.lang.String caption,
java.lang.String propIcon)
Gets container with items which are available but not set.
|
abstract com.vaadin.ui.Button |
getCloseButton()
Gets the close button to close the window.
|
abstract java.lang.String |
getCurrentTableCaption()
Gets the caption for the table with the currently set elements for the user.
|
abstract java.lang.String |
getDescriptionForItemId(java.lang.Object itemId)
Gets the description for the item.
|
abstract java.lang.String |
getEmptyMessage()
Gets the empty message.
|
abstract java.lang.String |
getFurtherColumnId()
Further ID for a column.
|
abstract com.vaadin.v7.ui.HorizontalLayout |
getHLayout()
Gets the horizontal layout holding the tables.
|
abstract java.lang.String |
getItemName()
Get name of the items.
|
abstract com.vaadin.v7.data.util.IndexedContainer |
getItemsOfUserIndexedContainer(java.lang.String propName,
java.lang.String propIcon,
java.lang.String propStatus)
Gets container for items which are set for the user.
|
abstract com.vaadin.v7.ui.VerticalLayout |
getLeftTableLayout()
Gets layout for the table with items which are set to the user.
|
abstract com.vaadin.v7.ui.VerticalLayout |
getParentLayout()
Gets the parent layout.
|
abstract com.vaadin.v7.ui.VerticalLayout |
getRightTableLayout()
Gets layout for the table with available item.
|
abstract java.util.Set<java.lang.String> |
getStringSetValue(java.util.Set<java.lang.Object> value)
Get string values from given set of item-object.
|
abstract java.lang.String |
getWindowCaptionMessageKey()
Gets the window caption message key.
|
protected void |
init()
Init method.
|
abstract void |
removeItem(java.util.Set<java.lang.String> items)
Remove items represented as strings (see getStringSetValue()).
|
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, setErrorHandlerprotected CmsAccountsApp m_app
protected CmsPrincipal m_principal
public A_CmsEditUserGroupRoleDialog(CmsObject cms, CmsUUID userId, com.vaadin.ui.Window window, CmsAccountsApp app)
cms - CmsObjectuserId - id of userwindow - windowapp - the app instancepublic abstract void addItem(java.util.Set<java.lang.String> data)
data - data containing information about item to add (see getStringSetValue())public abstract java.lang.String getAddActionCaption()
public abstract java.lang.String getAddCaptionText()
public abstract com.vaadin.v7.data.util.IndexedContainer getAvailableItemsIndexedContainer(java.lang.String caption, java.lang.String propIcon)
caption - caption propertypropIcon - icon propertypublic abstract com.vaadin.ui.Button getCloseButton()
public abstract java.lang.String getCurrentTableCaption()
public abstract java.lang.String getDescriptionForItemId(java.lang.Object itemId)
itemId - to get description forpublic abstract java.lang.String getEmptyMessage()
public abstract java.lang.String getFurtherColumnId()
public abstract com.vaadin.v7.ui.HorizontalLayout getHLayout()
public abstract java.lang.String getItemName()
public abstract com.vaadin.v7.data.util.IndexedContainer getItemsOfUserIndexedContainer(java.lang.String propName, java.lang.String propIcon, java.lang.String propStatus)
propName - caption propertypropIcon - icon propertypropStatus - status propertypublic abstract com.vaadin.v7.ui.VerticalLayout getLeftTableLayout()
public abstract com.vaadin.v7.ui.VerticalLayout getParentLayout()
public abstract com.vaadin.v7.ui.VerticalLayout getRightTableLayout()
public abstract java.util.Set<java.lang.String> getStringSetValue(java.util.Set<java.lang.Object> value)
value - set of items to create string set frompublic abstract java.lang.String getWindowCaptionMessageKey()
public abstract void removeItem(java.util.Set<java.lang.String> items)
items - to be removedprotected void init()