public class CrystalBallPage extends AbstractOneViewPage
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandlercom.vaadin.ui.ComponentContainer.ComponentAttachEvent, com.vaadin.ui.ComponentContainer.ComponentAttachListener, com.vaadin.ui.ComponentContainer.ComponentDetachEvent, com.vaadin.ui.ComponentContainer.ComponentDetachListener| Modifier and Type | Field and Description |
|---|---|
protected I18nManager |
i18nManager |
protected String |
managementId |
grid, select, showEvents, toolBar| Constructor and Description |
|---|
CrystalBallPage() |
| Modifier and Type | Method and Description |
|---|---|
protected ToolBar |
createMenuBar() |
protected com.vaadin.ui.AbstractSelect |
createSelectComponent()
Returns an implementation of
AbstractSelect,
which will be displayed on the left side of the page,
allowing to select elements from eg. |
protected void |
initUi()
Override this method (and call super()) when you want to influence the UI.
|
void |
refreshSelectNext()
Refreshes the elements of the list, and selects the next
one (useful when the selected element is deleted).
|
void |
selectElement(int index)
Select a specific element from the selection component.
|
addMainLayout, addMenuBar, getDetailComponent, setDetailComponentaddEventComponent, addSearch, addSelectComponent, attach, getEventComponent, getSearchComponent, getToolBaraddComponent, getComponentCount, getComponentIterator, getComponentType, getCompositionRoot, moveComponentsFrom, paintContent, removeAllComponents, removeComponent, replaceComponent, setComponentType, setCompositionRootaddListener, addListener, detach, fireComponentAttachEvent, fireComponentDetachEvent, removeListener, removeListener, requestRepaintAll, setEnabled, setHeight, setWidthaddListener, addListener, addListener, addListener, addListener, addStyleName, changeVariables, childRequestedRepaint, fireComponentErrorEvent, fireComponentEvent, fireEvent, focus, getApplication, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorHandler, getErrorMessage, getHeight, getHeightUnits, getIcon, getListeners, getLocale, getParent, getStyle, getStyleName, getWidth, getWidthUnits, getWindow, handleError, hasListeners, isEnabled, isImmediate, isReadOnly, isVisible, paint, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeStyleName, requestRepaint, requestRepaintRequests, setCaption, setComponentError, setData, setDebugId, setDescription, setErrorHandler, setHeight, setHeight, setHeightUnits, setIcon, setImmediate, setLocale, setParent, setReadOnly, setSizeFull, setSizeUndefined, setStyle, setStyleName, setVisible, setWidth, setWidth, setWidthUnitsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, addStyleName, childRequestedRepaint, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setIcon, setParent, setReadOnly, setStyleName, setVisibleprotected I18nManager i18nManager
protected String managementId
protected void initUi()
AbstractOneViewPageinitUi in class AbstractOneViewPageprotected ToolBar createMenuBar()
createMenuBar in class AbstractPageprotected com.vaadin.ui.AbstractSelect createSelectComponent()
AbstractPageAbstractSelect,
which will be displayed on the left side of the page,
allowing to select elements from eg. a list, tree, etc.createSelectComponent in class AbstractPagepublic void refreshSelectNext()
AbstractPagerefreshSelectNext in class AbstractPagepublic void selectElement(int index)
AbstractPageselectElement in class AbstractPageCopyright © 2016 Alfresco. All rights reserved.