JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
io.github.tonywasher.joceanus.tethys.core
Package
io.github.tonywasher.joceanus.tethys.api.menu
Interface TethysUIScrollItem<T>
Type Parameters:
T
- the value type
All Known Subinterfaces:
TethysUIScrollToggle
<T>
public interface
TethysUIScrollItem<T>
ScrollMenu Item.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getText
()
Obtain the text.
T
getValue
()
Obtain the value.
void
scrollToItem
()
Ensure that this item is visible immediately the context is displayed.
Method Details
getValue
T
getValue
()
Obtain the value.
Returns:
the value
getText
String
getText
()
Obtain the text.
Returns:
the text
scrollToItem
void
scrollToItem
()
Ensure that this item is visible immediately the context is displayed.