| Package | Description |
|---|---|
| com.vaadin.client.ui | |
| com.vaadin.client.ui.calendar |
| Modifier and Type | Class and Description |
|---|---|
class |
VScrollTable
VScrollTable
VScrollTable is a FlowPanel having two widgets in it: * TableHead component *
ScrollPanel
TableHead contains table's header and widgets + logic for resizing,
reordering and hiding columns.
|
class |
VScrollTable.TableHead |
protected class |
VScrollTable.VScrollTableBody.VScrollTableGeneratedRow |
class |
VScrollTable.VScrollTableBody.VScrollTableRow |
class |
VTree |
class |
VTree.TreeNode |
class |
VTreeTable |
protected class |
VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow |
class |
VTreeTable.VTreeTableScrollBody.VTreeTableRow |
| Modifier and Type | Field and Description |
|---|---|
protected ActionOwner |
Action.owner |
| Modifier and Type | Method and Description |
|---|---|
void |
VContextMenu.ensureHidden(ActionOwner actionOwner)
Hides context menu if it is currently shown by given action owner.
|
void |
VContextMenu.setActionOwner(ActionOwner ao)
Sets the element from which to build menu
|
void |
VContextMenu.showAt(ActionOwner ao,
int left,
int top) |
| Constructor and Description |
|---|
Action(ActionOwner owner) |
TreeAction(ActionOwner owner) |
TreeAction(ActionOwner owner,
String target,
String action) |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarConnector
Handles communication between Calendar on the server side and
VCalendar on the client side. |
Copyright © 2016 Vaadin Ltd. All rights reserved.