Uses of Class
com.logicaldoc.impex.application.SearchLine
-
Packages that use SearchLine Package Description com.logicaldoc.impex.application -
-
Uses of SearchLine in com.logicaldoc.impex.application
Methods in com.logicaldoc.impex.application that return types with arguments of type SearchLine Modifier and Type Method Description static List<SearchLine>
SearchPanel. getSearchLines()
Methods in com.logicaldoc.impex.application with parameters of type SearchLine Modifier and Type Method Description void
SearchPanel. removeLine(SearchLine searchLine)
Removing a Search Line, this method removes also the associated criterion from the criterion list.
-