Package org.luwrain.popups.pim
Class ChooseMailPopup.Appearance
java.lang.Object
org.luwrain.controls.ListUtils.AbstractAppearance<Object>
org.luwrain.popups.pim.ChooseMailPopup.Appearance
- All Implemented Interfaces:
ListArea.Appearance<Object>
- Enclosing class:
ChooseMailPopup
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.luwrain.controls.ListArea.Appearance
ListArea.Appearance.Flags -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidannounceItem(Object item, Set<ListArea.Appearance.Flags> flags) Announces the given item using the screen reader.Methods inherited from class org.luwrain.controls.ListUtils.AbstractAppearance
getObservableLeftBound, getObservableRightBound, getScreenAppearance
-
Field Details
-
luwrain
-
strings
-
-
Method Details
-
announceItem
Description copied from interface:ListArea.AppearanceAnnounces the given item using the screen reader.- Parameters:
item- the item to announceflags- a set of flags that may affect the announcement style
-