class flux::FindHistory
sys::Obj flux::FindHistory
FindHistory maintains the most recent find text queries for the entire application.
- dir
-
Uri[] dir()Get a readonly copy of all the find directories in the history. The first item is the most recent query and the last item is the oldest query.
- dirAsStr
-
Str[] dirAsStr()Convenience to return
diras aStr[]. - find
-
Str[] find()Get a readonly copy of all the find text in the history. The first item is the most recent query and the last item is the oldest query.
- load
-
const static FindHistory load()Convenience for loading from "session/find"
- matchCase
-
Bool matchCase := falseGet whether find should match the case of the query term.
- pushDir
-
Log the given find directory into the history. Return this.
- pushFind
-
Log the given find text into the history. Return this.
- save
-
This save()Convenience for save to "session/history". Return this.