Package org.opencms.ui.components
Class CmsUnusedContentFinderComponent
- java.lang.Object
-
- org.opencms.ui.components.CmsUnusedContentFinderComponent
-
public class CmsUnusedContentFinderComponent extends java.lang.Object
Component that realizes a unused content finder.
-
-
Constructor Summary
Constructors Constructor Description CmsUnusedContentFinderComponent()Creates a new component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.ui.ComponentgetDeleteButtonComponent()Returns the delete button component of this unused content finder.com.vaadin.ui.ComponentgetFormComponent()Returns the form component of this unused content finder.com.vaadin.ui.ComponentgetResultComponent()Returns the result component of this unused content finder.com.vaadin.ui.ComponentgetResultFilterComponent()Returns the result filter component of this unused content finder.voidsearch(boolean updateState)Search for unused contents.voidsetState(CmsUnusedContentFinderApp.StateBean stateBean)Initializes this component with data from a given state bean.
-
-
-
Constructor Detail
-
CmsUnusedContentFinderComponent
public CmsUnusedContentFinderComponent()
Creates a new component.
-
-
Method Detail
-
getDeleteButtonComponent
public com.vaadin.ui.Component getDeleteButtonComponent()
Returns the delete button component of this unused content finder.- Returns:
- the delete button component of this unused content finder
-
getFormComponent
public com.vaadin.ui.Component getFormComponent()
Returns the form component of this unused content finder.- Returns:
- the form component of this unused content finder
-
getResultComponent
public com.vaadin.ui.Component getResultComponent()
Returns the result component of this unused content finder.- Returns:
- the result component of this unused content finder
-
getResultFilterComponent
public com.vaadin.ui.Component getResultFilterComponent()
Returns the result filter component of this unused content finder.- Returns:
- the result filter component of this unused content finder
-
search
public void search(boolean updateState)
Search for unused contents.- Parameters:
updateState- whether to also update the state when searching
-
setState
public void setState(CmsUnusedContentFinderApp.StateBean stateBean)
Initializes this component with data from a given state bean.- Parameters:
stateBean- the state bean
-
-