UXCamWidgetClassifier class

Widget classifier using Set-based O(1) lookups for type matching.

Constructors

UXCamWidgetClassifier()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

classify(Type runtimeType) int
classifyElement(Element element) int
clearCustomTypes() → void
getDisplayName(Type runtimeType) String
isButton(Type runtimeType) bool
isField(Type runtimeType) bool
isInteractive(Type runtimeType) bool
isOverlayType(Type runtimeType) bool
registerButtonType(Type type) → void
registerFieldType(Type type) → void
registerInteractiveType(Type type) → void
unregisterButtonType(Type type) → void
unregisterFieldType(Type type) → void
unregisterInteractiveType(Type type) → void