Class RelatorioSmartSearchViewImpl

Object
AbstractSmartSearchView
RelatorioSmartSearchViewImpl
All Implemented Interfaces:
SmartSearchView, View, RelatorioSmartSearchView, Serializable

@Component @Scope("prototype") public class RelatorioSmartSearchViewImpl extends AbstractSmartSearchView implements RelatorioSmartSearchView
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    Button
     
    protected Table
     

    Methods inherited from class AbstractSmartSearchView

    addOnCustomArea, cancelButton, getI18nService, getTitle, getViewComponent, init, isBottomVisible, prepareForRelativeSize, removeFromCustomArea, resultTable, searchButton, searchField, selectButton, setBottomVisible, setI18nService

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface SmartSearchView

    cancelButton, isBottomVisible, prepareForRelativeSize, resultTable, searchButton, searchField, selectButton, setBottomVisible

    Methods inherited from interface View

    getTitle, getViewComponent
  • Constructor Details

    • RelatorioSmartSearchViewImpl

      public RelatorioSmartSearchViewImpl()
  • Method Details

    • cleanSearchButton

      public Button cleanSearchButton()
      Specified by:
      cleanSearchButton in interface SmartSearchView
    • afterContainerSet

      public void afterContainerSet()
      Specified by:
      afterContainerSet in interface SmartSearchView
    • createTable

      protected Table createTable()
      Specified by:
      createTable in class AbstractSmartSearchView