org.jminor.framework.client.ui
Interface EntityTableSearchPanel

All Known Implementing Classes:
EntityTableSearchAdvancedPanel, EntityTableSearchSimplePanel

public interface EntityTableSearchPanel

A UI component based on the EntityTableSearchModel

See Also:
EntityTableSearchModel

Method Summary
 ControlSet getControls()
           
 EntityTableSearchModel getSearchModel()
           
 boolean requestFocusInWindow()
          Requests the focus for this search panel
 

Method Detail

getSearchModel

EntityTableSearchModel getSearchModel()
Returns:
the search model this search panel is based on

getControls

ControlSet getControls()
Returns:
the search controls

requestFocusInWindow

boolean requestFocusInWindow()
Requests the focus for this search panel

Returns:
true if the focus request was granted