@Dependent public class ListSelector extends Object implements ListSelectorView.Presenter
| Constructor and Description |
|---|
ListSelector() |
ListSelector(ListSelectorView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(HasListSelectorControl bound,
int uiRowIndex,
int uiColumnIndex) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
onItemSelected(HasListSelectorControl.ListSelectorItem item) |
void |
show(Optional<String> editorTitle) |
public ListSelector()
@Inject public ListSelector(ListSelectorView view)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void onItemSelected(HasListSelectorControl.ListSelectorItem item)
onItemSelected in interface ListSelectorView.Presenterpublic void bind(HasListSelectorControl bound, int uiRowIndex, int uiColumnIndex)
bind in interface HasCellEditorControls.Editor<HasListSelectorControl>public void show(Optional<String> editorTitle)
show in interface PopupEditorControlspublic void hide()
hide in interface PopupEditorControlsCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.