Package org.luwrain.controls
Class ListUtils.DefaultAppearance<E>
java.lang.Object
org.luwrain.controls.ListUtils.AbstractAppearance<E>
org.luwrain.controls.ListUtils.DefaultAppearance<E>
- All Implemented Interfaces:
ListArea.Appearance<E>
- Direct Known Subclasses:
TreeListArea.Appearance
- Enclosing class:
ListUtils
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.luwrain.controls.ListArea.Appearance
ListArea.Appearance.Flags -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultAppearance(ControlContext context) DefaultAppearance(ControlContext context, Suggestions suggestion) -
Method Summary
Modifier and TypeMethodDescriptionvoidannounceItem(E 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
-
context
-
suggestion
-
-
Constructor Details
-
DefaultAppearance
-
DefaultAppearance
-
-
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
-