Package com.storedobject.vaadin
Class Dashboard
java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.vaadin.CSSGrid
com.storedobject.vaadin.Dashboard
- All Implemented Interfaces:
ClickHandler
,ExecutableView
,HasSize
,HasStyle
,ValueChangeHandler
,com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.HasComponents
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,com.vaadin.flow.component.HasOrderedComponents
,com.vaadin.flow.component.HasSize
,com.vaadin.flow.component.HasStyle
,com.vaadin.flow.component.HasValue.ValueChangeListener
,Serializable
,Runnable
,EventListener
Dashboard is a "view" that can show multiple embedded "sub-views". Dashboard divides the display area into rows and columns and each
"sub-view" can span across one or more rows and columns.
- Author:
- Syam
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.vaadin.CSSGrid
CSSGrid.Position
Nested classes/interfaces inherited from interface com.storedobject.vaadin.ClickHandler
ClickHandler.ModifiedClickEvent<C extends com.vaadin.flow.component.Component>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
abort()
Closes the view by aborting if that existsvoid
Add sub-views to the dashboard.void
add
(com.vaadin.flow.component.Component... components) Add sub-views to the dashboard.void
align
(View view, CSSGrid.Position position) Align (vertically) a view within its grid cell.void
Center (horizontally and vertically) a view within its grid cell.void
clean()
This will be invoked whenever the dashboard is closed or aborted so that any resource clean-up can be run.void
clicked
(com.vaadin.flow.component.Component c) Default implementation, does nothing.void
close()
Closes the view if that existsprotected View
Create a View to display the grid when executed.Caption used when displaying it in a View.final View
getView
(boolean create) Create a View to display the grid when executed.boolean
Check the current value of auto-arrange flag.void
justify
(View view, CSSGrid.Position position) Justify (horizontally) a view within its grid cell.void
Remove sub-views to the dashboard.void
setAutoarrange
(boolean autoarrange) Set the auto-arrange flag.void
setCaption
(String caption) Set caption used when displaying the grid in a View.void
setColumnSpan
(View view, int numberOfColumns) Set the column-span for the particular sub-view.void
setColumnSpan
(com.vaadin.flow.component.Component component, int numberOfColumns) Set the column-span for the particular sub-view.void
setMinimumColumnWidth
(String width) Set minimum width for the column.void
setRowSpan
(View view, int numberOfRows) Set the row-span for the particular sub-view.Methods inherited from class com.storedobject.vaadin.CSSGrid
align, center, getColumnSpan, getRowSpan, justify, setColumnGap, setColumnGap, setGap, setGap, setRowGap, setRowGap, setRowSpan, style
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.storedobject.vaadin.ClickHandler
clicked, doubleClicked, onComponentEvent, rightClicked
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
Methods inherited from interface com.storedobject.vaadin.ExecutableView
clearAlerts, createMenuItem, error, execute, execute, getApplication, getMenuIconName, getMenuItem, getView, invoke, isCloseable, isFullScreen, isHomeView, log, log, message, returnedFrom, run, setClickable, speak, trackValueChange, tray, valueChanged, warning
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAll
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
Methods inherited from interface com.vaadin.flow.component.HasOrderedComponents
getChildren, getComponentAt, getComponentCount, indexOf, replace
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFull
Methods inherited from interface com.storedobject.vaadin.HasStyle
getClassName, getClassNames, getInternalElement, getStyle, setClassName
Methods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, hasClassName, removeClassName, removeClassNames, setClassName
Methods inherited from interface com.storedobject.vaadin.ValueChangeHandler
valueChanged
-
Constructor Details
-
Dashboard
public Dashboard()Constructor. Sub-views are shown in a box by default. -
Dashboard
public Dashboard(boolean boxing) Constructor.- Parameters:
boxing
- Whether the sub-views should be shown inside a box or not
-
Dashboard
Constructor. Sub-views are shown in a box by default.- Parameters:
caption
- Caption
-
Dashboard
Constructor.- Parameters:
caption
- Captionboxing
- Whether the sub-views should be shown inside a box or not
-
-
Method Details
-
setMinimumColumnWidth
Set minimum width for the column. Default width is 250 pixels.- Parameters:
width
- Width
-
setAutoarrange
public void setAutoarrange(boolean autoarrange) Set the auto-arrange flag. If set, sub-views are arranged automatically to optimize space used. Default value for this istrue
.- Parameters:
autoarrange
- Whether to auto-arrange sub-views or not
-
isAutoarrange
public boolean isAutoarrange()Check the current value of auto-arrange flag.- Returns:
- Current auto-arrange flag
- See Also:
-
justify
Justify (horizontally) a view within its grid cell.- Parameters:
view
- Viewposition
- Position
-
align
Align (vertically) a view within its grid cell.- Parameters:
view
- Viewposition
- Position
-
center
Center (horizontally and vertically) a view within its grid cell.- Parameters:
view
- View
-
setColumnSpan
public void setColumnSpan(com.vaadin.flow.component.Component component, int numberOfColumns) Set the column-span for the particular sub-view. Minimum value is 1 and maximum allowed is 6.- Overrides:
setColumnSpan
in classCSSGrid
- Parameters:
component
- Sub-viewnumberOfColumns
- Number of columns to span
-
setColumnSpan
Set the column-span for the particular sub-view. Minimum value is 1 and maximum allowed is 6.- Parameters:
view
- Sub-viewnumberOfColumns
- Number of columns to span
-
setRowSpan
Set the row-span for the particular sub-view. Minimum value is 1.- Parameters:
view
- Sub-viewnumberOfRows
- Number of rows to span
-
add
public void add(com.vaadin.flow.component.Component... components) Add sub-views to the dashboard.- Specified by:
add
in interfacecom.vaadin.flow.component.HasComponents
- Parameters:
components
- Sub-views.
-
add
-
remove
-
clicked
public void clicked(com.vaadin.flow.component.Component c) Description copied from interface:ExecutableView
Default implementation, does nothing.- Specified by:
clicked
in interfaceClickHandler
- Specified by:
clicked
in interfaceExecutableView
- Parameters:
c
- Component
-
getView
Create a View to display the grid when executed.- Specified by:
getView
in interfaceExecutableView
- Parameters:
create
- If true is passed, a view will be created if no current view exists- Returns:
- A View with this grid as the component.
-
createView
Create a View to display the grid when executed. If this method returns null, a default View will be created.- Returns:
- A View with this grid as the component.
-
getCaption
Caption used when displaying it in a View. If no caption was set using setCaption method, "Dashboard" will be returned.- Specified by:
getCaption
in interfaceExecutableView
- Returns:
- Caption
-
close
-
abort
public void abort()Closes the view by aborting if that exists- Specified by:
abort
in interfaceExecutableView
-
clean
public void clean()This will be invoked whenever the dashboard is closed or aborted so that any resource clean-up can be run.- Specified by:
clean
in interfaceExecutableView
-
setCaption
Set caption used when displaying the grid in a View.- Specified by:
setCaption
in interfaceExecutableView
- Parameters:
caption
- Caption
-