Class CmsUnusedContentFinderComposite

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.ui.Component getDeleteButtonComponent()
      Returns the delete button component of this unused content finder.
      com.vaadin.ui.Component getFormComponent()
      Returns the form component of this unused content finder.
      com.vaadin.ui.Component getResultComponent()
      Returns the result component of this unused content finder.
      com.vaadin.ui.Component getResultFilterComponent()
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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​(CmsComponentState componentState)
        Initializes this component with data from a given state bean.
        Parameters:
        componentState - the state bean