Example usage for Java com.vaadin.ui DragAndDropWrapper fields, constructors, methods, implement or subclass
The text is from its open source code.
DragAndDropWrapper(Component root) Wraps given component in a DragAndDropWrapper . |
void | addStyleName(String style) |
Object | getData() Gets the application specific data. |
String | getId() |
HasComponents | getParent() |
Iterator | iterator() |
void | setCaption(String caption) |
void | setData(Object data) Sets the data object, that can be used for any application specific data. |
void | setDragImageComponent(Component dragImageComponent) Sets the component that will be used as the drag image. |
void | setDragStartMode(DragStartMode dragStartMode) |
void | setDropHandler(DropHandler dropHandler) |
void | setHeight(String height) |
void | setHeight(float height, Unit unit) |
void | setId(String id) |
void | setSizeFull() |
void | setSizeUndefined() |
void | setStyleName(String style) |
void | setWidth(String width) |
void | setWidthUndefined() |