@Dependent public class DataTypeListShortcutsView extends Object implements DataTypeListShortcuts.View
| Constructor and Description |
|---|
DataTypeListShortcutsView(ScrollHelper scrollHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
focusIn() |
Optional<DataTypeListItem> |
getCurrentDataTypeListItem() |
Optional<elemental2.dom.Element> |
getFirstDataTypeRow() |
Optional<elemental2.dom.Element> |
getNextDataTypeRow() |
Optional<elemental2.dom.Element> |
getPrevDataTypeRow() |
List<DataTypeListItem> |
getVisibleDataTypeListItems() |
void |
highlight(elemental2.dom.Element element) |
void |
init(DataTypeListShortcuts presenter) |
void |
reset() |
@Inject public DataTypeListShortcutsView(ScrollHelper scrollHelper)
public void init(DataTypeListShortcuts presenter)
init in interface org.uberfire.client.mvp.HasPresenter<DataTypeListShortcuts>public Optional<elemental2.dom.Element> getFirstDataTypeRow()
getFirstDataTypeRow in interface DataTypeListShortcuts.Viewpublic Optional<elemental2.dom.Element> getNextDataTypeRow()
getNextDataTypeRow in interface DataTypeListShortcuts.Viewpublic Optional<elemental2.dom.Element> getPrevDataTypeRow()
getPrevDataTypeRow in interface DataTypeListShortcuts.Viewpublic Optional<DataTypeListItem> getCurrentDataTypeListItem()
getCurrentDataTypeListItem in interface DataTypeListShortcuts.Viewpublic List<DataTypeListItem> getVisibleDataTypeListItems()
getVisibleDataTypeListItems in interface DataTypeListShortcuts.Viewpublic void highlight(elemental2.dom.Element element)
highlight in interface DataTypeListShortcuts.Viewpublic void focusIn()
focusIn in interface DataTypeListShortcuts.Viewpublic void reset()
reset in interface DataTypeListShortcuts.ViewCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.