Uses of Interface
org.adempiere.base.IColumnCallout
Packages that use IColumnCallout
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
-
Uses of IColumnCallout in org.adempiere.base
Methods in org.adempiere.base that return IColumnCalloutModifier and TypeMethodDescriptionAnnotationBasedColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) DefaultColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) IColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) MappedColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) Methods in org.adempiere.base that return types with arguments of type IColumnCalloutModifier and TypeMethodDescriptionstatic List<IColumnCallout>
ColumnCalloutManager.findCallout
(String tableName, String columnName) static List<IColumnCallout>
Core.findCallout
(String tableName, String columnName) Method parameters in org.adempiere.base with type arguments of type IColumnCalloutModifier and TypeMethodDescriptionvoid
IMappedColumnCalloutFactory.addMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) add mapping for calloutvoid
MappedColumnCalloutFactory.addMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) void
IMappedColumnCalloutFactory.removeMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) remove mapping for calloutvoid
MappedColumnCalloutFactory.removeMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) -
Uses of IColumnCallout in org.adempiere.model
Classes in org.adempiere.model that implement IColumnCalloutModifier and TypeClassDescriptionclass
class
Callout for AD_InfoWindow and AD_InfoColumn