Interface HighlightHandler.HighlightContext

  • All Superinterfaces:
    java.io.Serializable
    Enclosing interface:
    HighlightHandler

    public static interface HighlightHandler.HighlightContext
    extends java.io.Serializable
    The context of the highlight.
    • 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