Package io.flutter.view
Class ClassNameRoleConfigurator
java.lang.Object
io.flutter.view.BaseRoleConfigurator
io.flutter.view.ClassNameRoleConfigurator
- All Implemented Interfaces:
AccessibilityNodeConfigurator
Configurator that simply sets the class name of the accessibility node.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureRole(AccessibilityNodeInfo result, io.flutter.view.AccessibilityBridge.SemanticsNode node) Override this method to apply role-specific configuration.Methods inherited from class io.flutter.view.BaseRoleConfigurator
configure
-
Constructor Details
-
ClassNameRoleConfigurator
-
-
Method Details
-
configureRole
protected void configureRole(AccessibilityNodeInfo result, io.flutter.view.AccessibilityBridge.SemanticsNode node) Description copied from class:BaseRoleConfiguratorOverride this method to apply role-specific configuration. The default implementation is a no-op, suitable for the generic role (Role.NONE).- Overrides:
configureRolein classBaseRoleConfigurator
-