org.kuali.student.lum.common.client.widgets
Class SearchResultsLightBox

java.lang.Object
  extended by org.kuali.student.lum.common.client.widgets.SearchResultsLightBox

public class SearchResultsLightBox
extends Object


Field Summary
private  KSButton closeButton
           
private  KSLightBox lightbox
           
private  LookupMetadata lookupMetadata
           
private  SearchRequest searchRequest
           
private  SearchResultsTable searchResultsTable
           
 
Constructor Summary
SearchResultsLightBox(String title, SearchRequest searchRequest, LookupMetadata lookupMetadata)
           
 
Method Summary
 void hide()
           
 void setSize(int width, int height)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lightbox

private KSLightBox lightbox

searchResultsTable

private SearchResultsTable searchResultsTable

closeButton

private KSButton closeButton

searchRequest

private SearchRequest searchRequest

lookupMetadata

private LookupMetadata lookupMetadata
Constructor Detail

SearchResultsLightBox

public SearchResultsLightBox(String title,
                             SearchRequest searchRequest,
                             LookupMetadata lookupMetadata)
Method Detail

setSize

public void setSize(int width,
                    int height)

show

public void show()

hide

public void hide()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.