Package io.flutter.view
Class ProgressBarRoleConfigurator
java.lang.Object
io.flutter.view.BaseRoleConfigurator
io.flutter.view.ProgressBarRoleConfigurator
- All Implemented Interfaces:
AccessibilityNodeConfigurator
Configurator for the
AccessibilityBridge.Role.PROGRESS_BAR role. Sets the class name to
ProgressBar and handles range info.-
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
-
ProgressBarRoleConfigurator
public ProgressBarRoleConfigurator()
-
-
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
-