public static class Suggest.SuggestPostData extends Object implements Serializable
Constructor and Description |
---|
SuggestPostData(Suggest suggest)
Constructor taking suggest widget to pull post data from.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAdditionalPropertiesToReturn() |
String |
getId() |
String |
getLabelPropertyName() |
AttributeQuery |
getSuggestQuery() |
String |
getValuePropertyName() |
boolean |
isRetrieveAllSuggestions() |
boolean |
isReturnFullQueryObject() |
public SuggestPostData(Suggest suggest)
suggest
- component instance to pull datapublic String getId()
LifecycleElement.getId()
public AttributeQuery getSuggestQuery()
Suggest.getSuggestQuery()
public String getValuePropertyName()
Suggest.getValuePropertyName()
public String getLabelPropertyName()
Suggest.getLabelPropertyName()
public List<String> getAdditionalPropertiesToReturn()
public boolean isReturnFullQueryObject()
Suggest.isReturnFullQueryObject()
public boolean isRetrieveAllSuggestions()
Suggest.isRetrieveAllSuggestions()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.