Package org.hippoecm.frontend.service
Interface ITitleDecorator
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,IconProvider
,Serializable
- All Known Implementing Classes:
PanelPluginPerspective
,Perspective
Title decorator. This service can be added to another service to provide (optional)
presentational information to consumers.
Implementations should register it at the other service's id. IServiceReference.getServiceId()
Consumers can find it then at the same location.
-
Field Summary
-
Method Summary
Methods inherited from interface org.hippoecm.frontend.skin.IconProvider
getIcon
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
getTitle
org.apache.wicket.model.IModel<String> getTitle() -
getIcon
Retrieve an icon to represent the decorated object. Implementations should return null when no icon is available. When no icon is available of the specified size, a larger sized icon can be returned.Consumers should use a default icon when none is returned. They should handle resizing icons when these are not of the specified size.
- Parameters:
type
-
-