Package org.opencms.gwt.client.util
Interface I_CmsAdditionalInfoLoader
- All Known Implementing Classes:
CmsInfoLoadingListItemWidget.DummyAdditionalInfoLoader
public interface I_CmsAdditionalInfoLoader
This interface defines an additional info loader for a
CmsListItemWidget
.- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(com.google.gwt.user.client.rpc.AsyncCallback<List<CmsListItemWidget.AdditionalInfoItem>> callback) Triggers a load operation for additional info items.
-
Method Details
-
load
void load(com.google.gwt.user.client.rpc.AsyncCallback<List<CmsListItemWidget.AdditionalInfoItem>> callback) Triggers a load operation for additional info items.- Parameters:
callback
- the callback to which the result of the load operation will be passed
-