Package org.opencms.gwt.client.ui
Class CmsInfoLoadingListItemWidget.DummyAdditionalInfoLoader
java.lang.Object
org.opencms.gwt.client.ui.CmsInfoLoadingListItemWidget.DummyAdditionalInfoLoader
- All Implemented Interfaces:
I_CmsAdditionalInfoLoader
- Enclosing class:
- CmsInfoLoadingListItemWidget
public class CmsInfoLoadingListItemWidget.DummyAdditionalInfoLoader
extends Object
implements I_CmsAdditionalInfoLoader
The default loader for additional info items, which does nothing.
-
Constructor Summary
-
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.
-
Constructor Details
-
DummyAdditionalInfoLoader
public DummyAdditionalInfoLoader()
-
-
Method Details
-
load
public void load(com.google.gwt.user.client.rpc.AsyncCallback<List<CmsListItemWidget.AdditionalInfoItem>> callback) Description copied from interface:I_CmsAdditionalInfoLoader
Triggers a load operation for additional info items.- Specified by:
load
in interfaceI_CmsAdditionalInfoLoader
- Parameters:
callback
- the callback to which the result of the load operation will be passed- See Also:
-