Class SearchKeyHandle


  • public class SearchKeyHandle
    extends StructureHandle
    Represents the handle of key used for search. The search key is the search criteria which is used when we defined drill-through action in some report item, such as label item, image item and so on. It's provided for drill-through contents. Each search key has the following properties:

    Expression
    an expression of the search key for the drill-through.

    See Also:
    ActionHandle
    • Constructor Detail

      • SearchKeyHandle

        public SearchKeyHandle​(SimpleValueHandle valueHandle,
                               int index)
        Constructs the handle of search key.
        Parameters:
        valueHandle - the value handle for search key list of one property
        index - the position of this search key in the list
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
        Returns the expression of this search key.
        Returns:
        the expression of this search key.
      • setExpression

        public void setExpression​(java.lang.String expression)
        Sets the expression of this search key.
        Parameters:
        expression - the expression to set