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 class
PeriodFieldPresentationProvider
IPresentationAdapter
implementation for Accumulation register period fieldsclass
SimplePresentationProvider
IPresentationAdapter
implementation which shows presentation according to application locale.class
SynonymAwarePresentationProvider
DefaultIPresentationAdapter
implementation 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 IPresentationAdapter
PresentationAdapterProvider. 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 void
PresentationAdapterProvider. registerAdapter(IPresentationAdapter adapter, String id)
Registers the presentation adapter with the given id.
-