We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Class AbstractSelect.AbstractSelectTargetDetails
java.lang.Object
com.vaadin.event.dd.TargetDetailsImpl
com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
All Implemented Interfaces:
Direct Known Subclasses:
Enclosing class:
- extends TargetDetailsImpl
public class AbstractSelect.AbstractSelectTargetDetails
TargetDetails implementation for subclasses of AbstractSelect
that implement DropTarget
.
Since:
6.3
See Also:
Field Summary | |
---|---|
protected Object |
idOver
The item id over which the drag event happened. |
Constructor Summary | |
---|---|
protected |
AbstractSelect.AbstractSelectTargetDetails(Map<String,Object> rawVariables)
Constructor that automatically converts itemIdOver key to corresponding item Id |
Method Summary | |
---|---|
VerticalDropLocation |
getDropLocation()
Returns a detailed vertical location where the drop happened on Item. |
Object |
getItemIdOver()
If the drag operation is currently over an Item , this method
returns the identifier of that Item . |
Methods inherited from class com.vaadin.event.dd.TargetDetailsImpl |
---|
getData, getTarget, setData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
idOver
protected Object idOver
The item id over which the drag event happened.
Constructor Detail |
---|
AbstractSelect.AbstractSelectTargetDetails
protected AbstractSelect.AbstractSelectTargetDetails(Map<String,Object> rawVariables)
Constructor that automatically converts itemIdOver key to corresponding item Id
Method Detail |
---|
getItemIdOver
public Object getItemIdOver()
getDropLocation
public VerticalDropLocation getDropLocation()
Returns a detailed vertical location where the drop happened on Item.