Uses of Interface
com._1c.g5.v8.dt.metadata.IPresentationAdapter
-
Packages that use IPresentationAdapter Package Description com._1c.g5.v8.dt.md.resource.presentation com._1c.g5.v8.dt.metadata -
-
Uses of IPresentationAdapter in com._1c.g5.v8.dt.md.resource.presentation
Classes in com._1c.g5.v8.dt.md.resource.presentation that implement IPresentationAdapter Modifier and Type Class Description classPeriodFieldPresentationProviderIPresentationAdapterimplementation for Accumulation register period fieldsclassSimplePresentationProviderIPresentationAdapterimplementation which shows presentation according to application locale.classSynonymAwarePresentationProviderDefaultIPresentationAdapterimplementation for DbView fields based on object with synonym. -
Uses of IPresentationAdapter in com._1c.g5.v8.dt.metadata
Methods in com._1c.g5.v8.dt.metadata that return IPresentationAdapter Modifier and Type Method Description static IPresentationAdapterPresentationAdapterProvider. getPresentationAdapter(IBmObject target)Gets the presentation adapter associated with the target.Methods in com._1c.g5.v8.dt.metadata with parameters of type IPresentationAdapter Modifier and Type Method Description static voidPresentationAdapterProvider. registerAdapter(IPresentationAdapter adapter, String id)Registers the presentation adapter with the given id.
-