Package com.vaadin.collaborationengine
Interface HighlightHandler.HighlightContext
-
- All Superinterfaces:
Serializable
- Enclosing interface:
- HighlightHandler
public static interface HighlightHandler.HighlightContext extends Serializable
The context of the highlight.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFieldIndex()Gets the field index.StringgetPropertyName()Gets the property name.UserInfogetUser()Gets the user.
-