Class CmsUnusedContentFinderComposite
java.lang.Object
org.opencms.ui.apps.unusedcontentfinder.CmsUnusedContentFinderComposite
Component that realizes a unused content finder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.ui.Component
Returns the delete button component of this unused content finder.com.vaadin.ui.Component
Returns the form component of this unused content finder.com.vaadin.ui.Component
Returns the result component of this unused content finder.com.vaadin.ui.Component
Returns the result filter component of this unused content finder.void
search
(boolean updateState) Search for unused contents.void
setState
(CmsComponentState componentState) Initializes this component with data from a given state bean.
-
Constructor Details
-
CmsUnusedContentFinderComposite
public CmsUnusedContentFinderComposite()Creates a new component.
-
-
Method Details
-
getDeleteButtonComponent
Returns the delete button component of this unused content finder.- Returns:
- the delete button component of this unused content finder
-
getFormComponent
Returns the form component of this unused content finder.- Returns:
- the form component of this unused content finder
-
getResultComponent
Returns the result component of this unused content finder.- Returns:
- the result component of this unused content finder
-
getResultFilterComponent
Returns the result filter component of this unused content finder.- Returns:
- the result filter component of this unused content finder
-
search
Search for unused contents.- Parameters:
updateState
- whether to also update the state when searching
-
setState
Initializes this component with data from a given state bean.- Parameters:
componentState
- the state bean
-