public class CmsLoginForm extends com.vaadin.v7.ui.VerticalLayout
com.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 CmsLoginController |
m_controller
The login controller.
|
static java.lang.String |
PC_TYPE_PRIVATE
The private PC type constant.
|
static java.lang.String |
PC_TYPE_PUBLIC
The public PC type constant.
|
| Constructor and Description |
|---|
CmsLoginForm(CmsLoginController controller,
java.util.Locale locale)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOrgUnit()
Gets the OU.
|
java.lang.String |
getPassword()
Gets the password.
|
java.lang.String |
getPcType()
Gets the PC type.
|
java.lang.String |
getUser()
Gets the user.
|
void |
resetPassword()
Resets the password field.
|
void |
selectOrgUnit(java.lang.String preselectedOu)
Selects a specific org unit.
|
void |
setOptionsVisible(boolean optionsVisible)
Sets visibility of 'advanced' options.
|
void |
setSelectableOrgUnits(java.util.List<CmsOrganizationalUnit> ous)
Sets the org units available for selection.
|
void |
toggleOptionsVisible()
Toggles visibility of 'advanced' options.
|
addComponentsAndExpand, getState, getStateaddComponent, addComponent, addComponentAsFirst, addLayoutClickListener, getComponent, getComponentAlignment, getComponentCount, getComponentIndex, getCustomAttributes, getDefaultComponentAlignment, getExpandRatio, getMargin, isSpacing, iterator, readDesign, 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 PC_TYPE_PRIVATE
public static final java.lang.String PC_TYPE_PUBLIC
protected CmsLoginController m_controller
public CmsLoginForm(CmsLoginController controller, java.util.Locale locale)
controller - the login controllerlocale - the locale to usepublic java.lang.String getOrgUnit()
public java.lang.String getPassword()
public java.lang.String getPcType()
public java.lang.String getUser()
public void resetPassword()
public void selectOrgUnit(java.lang.String preselectedOu)
preselectedOu - the OU to selectpublic void setOptionsVisible(boolean optionsVisible)
optionsVisible - true if the options should be shown, false if notpublic void setSelectableOrgUnits(java.util.List<CmsOrganizationalUnit> ous)
ous - the ouspublic void toggleOptionsVisible()