Package org.luwrain.controls
Class ListUtils.DoubleLevelAppearance<E>
java.lang.Object
org.luwrain.controls.ListUtils.DoubleLevelAppearance<E>
- All Implemented Interfaces:
ListArea.Appearance<E>
- Direct Known Subclasses:
WebSearchResultPopup.Appearance
- Enclosing class:
ListUtils
public abstract static class ListUtils.DoubleLevelAppearance<E>
extends Object
implements ListArea.Appearance<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.luwrain.controls.ListArea.Appearance
ListArea.Appearance.Flags
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
announceItem
(E item, Set<ListArea.Appearance.Flags> flags) void
announceNonSection
(E item) void
announceSection
(E item) int
getObservableLeftBound
(E item) int
getObservableRightBound
(E item) getScreenAppearance
(E item, Set<ListArea.Appearance.Flags> flags) getSectionScreenAppearance
(E item) abstract boolean
isSectionItem
(E item)
-
Field Details
-
context
-
-
Constructor Details
-
DoubleLevelAppearance
-
-
Method Details
-
isSectionItem
-
announceNonSection
-
getNonSectionScreenAppearance
-
announceSection
-
getSectionScreenAppearance
-
announceItem
- Specified by:
announceItem
in interfaceListArea.Appearance<E>
-
getScreenAppearance
- Specified by:
getScreenAppearance
in interfaceListArea.Appearance<E>
-
getObservableLeftBound
- Specified by:
getObservableLeftBound
in interfaceListArea.Appearance<E>
-
getObservableRightBound
- Specified by:
getObservableRightBound
in interfaceListArea.Appearance<E>
-