blockly > fieldRegistry
Przestrzeń nazw fieldRegistry
Funkcje
Funkcja |
Opis |
register(type, fieldClass) |
Rejestruje typ pola. Pole Registry.fromJson korzysta z tego rejestru, aby znaleźć odpowiedni typ pola. |
unregister(type) |
Wyrejestrowuje pole zarejestrowane o podanym typie. |
Interfejsy
Interfejs |
Opis |
RegistrableField |
Reprezentuje metody statyczne, które muszą być zdefiniowane w każdym zarejestrowanym polu, tj. metody konstruktora i metody JSON. Nie wiemy, która podklasa pola zostanie zarejestrowana, dlatego nie możemy sprawdzić parametrów konstruktora. |
Zmienne
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-20 UTC.
[null,null,["Ostatnia aktualizacja: 2024-05-20 UTC."],[[["The `fieldRegistry` namespace manages the registration and unregistration of field types in Blockly."],["It provides functions like `register` and `unregister` to interact with the field type registry."],["The `RegistrableField` interface defines the necessary static methods for any registered field type, including a constructor and a `fromJson` method."],["A `TEST_ONLY` variable is present within this namespace, potentially for testing purposes."]]],[]]