RegistryApiImpl class

Inheritance
  • Object
  • RegistryApi
  • RegistryApiImpl

Constructors

RegistryApiImpl()

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

addComponentSpec(String pluginName, String pluginFriendlyName, List<ComponentSpec> specs) → void
override
addDropDownSupporter(String componentId, ComponentDropDown support) → void
override
addInternalComponents(String pluginName, List<String> list) → void
override
allInternalComponents(String pluginName) List<String>?
override
application({required AppModel app, required bool asPlaystore}) Widget
override
component(BuildContext context, AppModel app, String componentName, String id, {Map<String, dynamic>? parameters, Key? key}) Widget
override
componentSpecMap() Map<String, List<ComponentSpec>>
override
getComponentSpecs(String name) → ComponentSpec?
override
getExtensions() List<String>
override
getRetrieveRepository(String pluginName, String componentId) → RetrieveRepository?
override
getSupportingDropDown(String componentId) → ComponentDropDown?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDialog(BuildContext context, {required AppModel app, required String id, Map<String, dynamic>? parameters}) Future<void>
override
openSelectActionWidget({required AppModel app, required ActionModel? action, required ActionSelected actionSelected, required int containerPrivilege, required String label}) Widget
override
packageFriendlyNames() Map<String, String>
override
register({String? componentName, ComponentConstructor? componentConstructor}) → void
override
registerOpenSelectActionWidgetFnct(OpenSelectActionWidgetFnct openSelectActionWidgetFnct) → void
override
registerRetrieveRepository(String pluginName, String componentId, RetrieveRepository repository) → void
override
snackbar(String text, {String? snackbarActionLabel, dynamic action()?}) → void
override
toString() String
A string representation of this object.
inherited

Operators

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