@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.IsElement
public void onItemSelected(HasListSelectorControl.ListSelectorItem item)
onItemSelected
in interface ListSelectorView.Presenter
public void bind(HasListSelectorControl bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<HasListSelectorControl>
public void show(Optional<String> editorTitle)
show
in interface PopupEditorControls
public void hide()
hide
in interface PopupEditorControls
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.