Class UsuarioDTOSmartSearchViewImpl

Object
AbstractSmartSearchView
UsuarioDTOSmartSearchViewImpl
All Implemented Interfaces:
SmartSearchView, View, UsuarioDTOSmartSearchView, Serializable

@Component @Scope("prototype") public class UsuarioDTOSmartSearchViewImpl extends AbstractSmartSearchView implements UsuarioDTOSmartSearchView
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

    • UsuarioDTOSmartSearchViewImpl

      public UsuarioDTOSmartSearchViewImpl()
  • 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