Class CustomExpressionBuilderEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class CustomExpressionBuilderEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int column  
      int row  
      java.lang.String value  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        public java.lang.String value
      • row

        public int row
      • column

        public int column
    • Constructor Detail

      • CustomExpressionBuilderEvent

        public CustomExpressionBuilderEvent​(QueryBuilder sender,
                                            java.lang.String value,
                                            int row,
                                            int column)