Interface SyListViewReadableType
- All Superinterfaces:
SyActiveReadableType, SyBoundedReadableType<SySpaceParentRelativeType>, SyComponentReadableType, SyContainerReadableType, SyKeyboardFocusableReadableType, SyMouseFocusAcceptingReadableType, SySizedReadableType<SySpaceParentRelativeType>, SyThemeableReadableType, SyVisibleReadableType
- All Known Subinterfaces:
SyListViewType
Read-only access to list views.
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<SyThemeClassNameType> Obtain the list of theme classes in preference order that are the default classes for a particular type of component.Methods inherited from interface SyActiveReadableType
activity, isMouseOverMethods inherited from interface SyBoundedReadableType
boundingArea, positionMethods inherited from interface SyComponentReadableType
ancestorMatchingReadable, childCount, isActive, isVisible, nodeReadable, relativePositionOf, screen, viewportPositionOf, windowReadableMethods inherited from interface SyKeyboardFocusableReadableType
keyboardFocusBehaviorMethods inherited from interface SyMouseFocusAcceptingReadableType
isMouseQueryAcceptingMethods inherited from interface SySizedReadableType
size, sizeUpperLimitMethods inherited from interface SyThemeableReadableType
themeClassesExtra, themeClassesInPreferenceOrderMethods inherited from interface SyVisibleReadableType
visibility
-
Method Details
-
themeClassesDefaultForComponent
Description copied from interface:SyThemeableReadableTypeObtain the list of theme classes in preference order that are the default classes for a particular type of component.- Specified by:
themeClassesDefaultForComponentin interfaceSyContainerReadableType- Specified by:
themeClassesDefaultForComponentin interfaceSyThemeableReadableType- Returns:
- The list of theme classes
-