Package com.vaadin.collaborationengine
Interface HighlightHandler.HighlightContext
-
- All Superinterfaces:
java.io.Serializable
- Enclosing interface:
- HighlightHandler
public static interface HighlightHandler.HighlightContext extends java.io.SerializableThe context of the highlight.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFieldIndex()Gets the field index.java.lang.StringgetPropertyName()Gets the property name.UserInfogetUser()Gets the user.
-
-
-
Method Detail
-
getUser
UserInfo getUser()
Gets the user.- Returns:
- the user, not
null
-
getPropertyName
java.lang.String getPropertyName()
Gets the property name.- Returns:
- the property name, not
null
-
getFieldIndex
int getFieldIndex()
Gets the field index.- Returns:
- the field index
-
-