An interface for all {@link org.apache.isis.viewer.wicket.ui.ComponentFactory component factories}(e.g. CollectionContentAsXyzFactory-ies) which want to provide specific title and CSS class(es) for their representation in {@link org.apache.isis.viewer.wicket.ui.selector.links.LinksSelectorPanelAbstract}.
If the {@link org.apache.isis.viewer.wicket.ui.ComponentFactory} doesn't implement this interface or the implementationof any of its methods return {@code null} then {@link ComponentFactory#getName()} will be used as title and its{@link org.apache.isis.core.commons.lang.StringExtensions#asLowerDashed(java.lang.String) dashed representation}as CSS class for the optional image.
|
|