|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.extension.test.po.SearchResultsPane
public class SearchResultsPane
Represents the extension search results.
| Constructor Summary | |
|---|---|
SearchResultsPane()
|
|
| Method Summary | |
|---|---|
int |
getDisplayedResultsCount()
|
ExtensionPane |
getExtension(org.xwiki.extension.ExtensionId extensionId)
Looks for the specified extension on the current results page. |
ExtensionPane |
getExtension(int index)
Looks for the extension with the specified index in the search results. |
ExtensionPane |
getExtension(String name,
String version)
Looks for the specified extension on the current results page. |
String |
getNoResultsMessage()
|
PaginationFilterPane |
getPagination()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResultsPane()
| Method Detail |
|---|
public PaginationFilterPane getPagination()
public int getDisplayedResultsCount()
public String getNoResultsMessage()
public ExtensionPane getExtension(String name,
String version)
name - the extension pretty nameversion - the extension version
null if not foundpublic ExtensionPane getExtension(org.xwiki.extension.ExtensionId extensionId)
extensionId - the extension identifier
null if not foundpublic ExtensionPane getExtension(int index)
index - the 0-based index of the extension in the results
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||