Interface LiveSearchFooterView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<LiveSearchFooterView.Presenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<LiveSearchFooterView.Presenter>
- All Known Implementing Classes:
LiveSearchFooterViewImpl
public interface LiveSearchFooterView extends org.uberfire.client.mvp.UberElement<LiveSearchFooterView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLiveSearchFooterView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrestore()voidsetNewEntryLabel(String newEntryLabel)voidsetResetLabel(String resetLabel)voidshow(org.jboss.errai.common.client.dom.HTMLElement element)voidshowAddNewEntry(boolean show)voidshowReset(boolean show)
-
-
-
Method Detail
-
showReset
void showReset(boolean show)
-
showAddNewEntry
void showAddNewEntry(boolean show)
-
show
void show(org.jboss.errai.common.client.dom.HTMLElement element)
-
restore
void restore()
-
setResetLabel
void setResetLabel(String resetLabel)
-
setNewEntryLabel
void setNewEntryLabel(String newEntryLabel)
-
-