Package | Description |
---|---|
com.whitestein.lsps.vaadin.forms.dashboard |
Modifier and Type | Method and Description |
---|---|
GridStackDashboardWidget |
GridStackDashboard.addWidget(com.vaadin.ui.Component c,
Rectangle position,
boolean autoposition)
Adds new widget with
Component as a content. |
GridStackDashboardWidget |
GridStackDashboardUpdateEvent.getWidget() |
Modifier and Type | Method and Description |
---|---|
void |
GridStackDashboard.DashboardCommunication.addWidget(GridStackDashboardWidget widget,
Boolean autoposition) |
void |
GridStackDashboard.DashboardCommunication.markWidgetDirtyAfterAnimation(GridStackDashboardWidget widget) |
abstract void |
GridStackDashboardWidgetUpdateListener.onUpdate(GridStackDashboardWidget w) |
void |
GridStackDashboard.removeWidget(GridStackDashboardWidget widget)
Removes widget from
GridStackDashboard . |
void |
GridStackDashboard.DashboardCommunication.removeWidget(GridStackDashboardWidget widget) |
void |
GridStackDashboard.DashboardCommunication.setMoveEnabled(GridStackDashboardWidget widget,
boolean enabled) |
void |
GridStackDashboard.DashboardCommunication.updateWidgetFromServer(GridStackDashboardWidget widget) |
Constructor and Description |
---|
GridStackDashboardUpdateEvent(GridStackDashboardWidget widget,
Rectangle newPosition) |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.