@Dependent public class SearchBarComponent<T extends Searchable> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchBarComponent.View |
| Constructor and Description |
|---|
SearchBarComponent(SearchBarComponent.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableSearch() |
SearchBarComponent.View |
getView() |
void |
init(EditorSearchIndex<T> editorSearchIndex) |
@Inject public SearchBarComponent(SearchBarComponent.View view)
public void init(EditorSearchIndex<T> editorSearchIndex)
public SearchBarComponent.View getView()
public void disableSearch()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.