Interface ContentDashboardItemActionProvider<T>
public interface ContentDashboardItemActionProvider<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetContentDashboardItemAction
(T t, javax.servlet.http.HttpServletRequest httpServletRequest) getKey()
getType()
boolean
-
Method Details
-
getContentDashboardItemAction
ContentDashboardItemAction getContentDashboardItemAction(T t, javax.servlet.http.HttpServletRequest httpServletRequest) throws ContentDashboardItemActionException -
getKey
String getKey() -
getType
ContentDashboardItemAction.Type getType() -
isShow
-