@SpringComponent @UIScope public class RegistrationView extends TextFilteredView<RegistrationNotification,String>
BaseCrudView.DataGrid<E>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 |
|---|---|
static String |
VIEW_NAME |
dataProvider, form, grid, viewLogic| Constructor and Description |
|---|
RegistrationView(RegistrationDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateRegistration(RegistrationNotification registration) |
protected RegistrationForm |
createForm() |
protected com.tomasteubner.wlan_portal.admin.view.RegistrationView.RegistrationGrid |
createGrid() |
protected RegistrationLogic |
createLogic() |
protected com.vaadin.ui.HorizontalLayout |
createTopBar() |
void |
deleteEntity(RegistrationNotification entity) |
String |
getName() |
protected void |
onSelectionChanged(RegistrationNotification oldValue,
RegistrationNotification value) |
void |
refuseRegistration(RegistrationNotification registration) |
createFilterbeforeLeave, clearSelection, createBarAndGridLayout, createEntity, editEntity, enter, init, selectAndEditEntity, selectRow, showSaveNotification, updateEntityaddComponent, addComponent, addComponentAsFirst, addLayoutClickListener, beforeClientResponse, getComponent, getComponentCount, getComponentIndex, getCss, getState, getState, iterator, readDesign, removeComponent, removeLayoutClickListener, replaceComponent, writeDesignaddComponentAttachListener, addComponentDetachListener, addComponents, fireComponentAttachEvent, fireComponentDetachEvent, getComponentIterator, moveComponentsFrom, removeAllComponents, removeComponentAttachListener, removeComponentDetachListener, setHeight, setWidthaddContextClickListener, addListener, addShortcutListener, addStyleName, attach, detach, findAncestor, fireComponentErrorEvent, fireComponentEvent, focus, getActionManager, getCaption, getComponentError, getCustomAttributes, 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, 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, setVisibleaddAttachListener, addDetachListener, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlergetHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeight, setHeightUndefined, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthUndefinedforEach, spliteratorpublic static final String VIEW_NAME
@Autowired public RegistrationView(RegistrationDataProvider dataProvider)
protected void onSelectionChanged(RegistrationNotification oldValue, RegistrationNotification value)
onSelectionChanged in class BaseCrudView<RegistrationNotification,String,String>protected RegistrationForm createForm()
createForm in class BaseCrudView<RegistrationNotification,String,String>protected com.tomasteubner.wlan_portal.admin.view.RegistrationView.RegistrationGrid createGrid()
createGrid in class BaseCrudView<RegistrationNotification,String,String>protected RegistrationLogic createLogic()
createLogic in class BaseCrudView<RegistrationNotification,String,String>protected com.vaadin.ui.HorizontalLayout createTopBar()
createTopBar in class BaseCrudView<RegistrationNotification,String,String>public String getName()
getName in class BaseCrudView<RegistrationNotification,String,String>public void deleteEntity(RegistrationNotification entity)
deleteEntity in class BaseCrudView<RegistrationNotification,String,String>public void activateRegistration(RegistrationNotification registration)
public void refuseRegistration(RegistrationNotification registration)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.