Package com.liferay.sharing.filter
Interface SharedAssetsFilterItem
public interface SharedAssetsFilterItem
Filters the shared items provided by the Shared With Me portlet.
Implementations of this interface must be registered as OSGi components using
the service
SharedAssetsFilterItem
. The navigation.item.order
property defines the order in which the filter appears in the user interface.-
Method Summary
-
Method Details
-
getClassName
String getClassName()Returns the name of the class that filters the sharing entries.- Returns:
- the class name
-
getIcon
Returns the icon displayed in the user interface.- Returns:
- the icon
-
getLabel
Returns the label displayed in the user interface.- Returns:
- the label
-