@Templated public class LiveSearchSelectorDropDownItemViewImpl<TYPE> extends Object implements LiveSearchSelectorDropDownItemView<TYPE>, org.jboss.errai.ui.client.local.api.IsElement
Constructor and Description |
---|
LiveSearchSelectorDropDownItemViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
init(LiveSearchSelectorDropDownItem presenter) |
void |
onItemClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
render(String value) |
void |
reset() |
void |
select() |
void |
setMultiSelect(boolean multiSelect) |
void |
setSelectionIconVisible(boolean visible) |
public LiveSearchSelectorDropDownItemViewImpl()
public void render(String value)
render
in interface LiveSearchSelectorItemView<LiveSearchSelectorDropDownItem<TYPE>,TYPE>
public void init(LiveSearchSelectorDropDownItem presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<LiveSearchSelectorDropDownItem<TYPE>>
public void select()
select
in interface LiveSearchSelectorItemView<LiveSearchSelectorDropDownItem<TYPE>,TYPE>
public void reset()
reset
in interface LiveSearchSelectorItemView<LiveSearchSelectorDropDownItem<TYPE>,TYPE>
public void setSelectionIconVisible(boolean visible)
setSelectionIconVisible
in interface LiveSearchSelectorDropDownItemView<TYPE>
public void setMultiSelect(boolean multiSelect)
setMultiSelect
in interface LiveSearchSelectorDropDownItemView<TYPE>
@EventHandler(value="itemAnchor") public void onItemClick(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.