@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.View
public Optional<elemental2.dom.Element> getNextDataTypeRow()
getNextDataTypeRow
in interface DataTypeListShortcuts.View
public Optional<elemental2.dom.Element> getPrevDataTypeRow()
getPrevDataTypeRow
in interface DataTypeListShortcuts.View
public Optional<DataTypeListItem> getCurrentDataTypeListItem()
getCurrentDataTypeListItem
in interface DataTypeListShortcuts.View
public List<DataTypeListItem> getVisibleDataTypeListItems()
getVisibleDataTypeListItems
in interface DataTypeListShortcuts.View
public void highlight(elemental2.dom.Element element)
highlight
in interface DataTypeListShortcuts.View
public void focusIn()
focusIn
in interface DataTypeListShortcuts.View
public void reset()
reset
in interface DataTypeListShortcuts.View
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.