org.kuali.rice.core.api.uif
Class RemotableQuickFinder

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.core.api.uif.RemotableAbstractWidget
          extended by org.kuali.rice.core.api.uif.RemotableQuickFinder
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, RemotableWidgetContract

public final class RemotableQuickFinder
extends RemotableAbstractWidget

A quick finder widget that can be used by a TextInput, HiddenInput, Select, or MultiSelect control types.

See Also:
Serialized Form

Nested Class Summary
static class RemotableQuickFinder.Builder
           
 
Method Summary
 String getBaseLookupUrl()
           
 String getDataObjectClass()
           
 Map<String,String> getFieldConversions()
           
 Map<String,String> getLookupParameters()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getBaseLookupUrl

public String getBaseLookupUrl()

getDataObjectClass

public String getDataObjectClass()

getLookupParameters

public Map<String,String> getLookupParameters()

getFieldConversions

public Map<String,String> getFieldConversions()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.