Package com.ptc.core.components.suggest
Class SuggestResult
java.lang.Object
com.ptc.core.components.suggest.SuggestMessage
com.ptc.core.components.suggest.SuggestResult
- All Implemented Interfaces:
Serializable
public final class SuggestResult
extends com.ptc.core.components.suggest.SuggestMessage
This represents the result of suggestion search
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic SuggestResultReturns a newSuggestResultsinitialized to the values specified in the parameters.static SuggestResultReturns a newSuggestResultsinitialized to the values specified in the parameters.static SuggestResultReturns a newSuggestResultsinitialized to the values specified in the parameters.static SuggestResultvalueOfAlt(String display_text, String value_text) Returns a newSuggestResultsinitialized to the values specified in the parameters.
-
Method Details
-
valueOf
Returns a newSuggestResultsinitialized to the values specified in the parameters. The argument is the text to place in the text field.
Supported API: true- Parameters:
display_text- the displayText of this element- Returns:
- a newly constructed SuggestResults initialized to the values specified in the parameters
-
valueOf
Returns a newSuggestResultsinitialized to the values specified in the parameters. The first argument is the text to place in the text field, the second is any additional text that should be displayed in the suggest drop down but notactually copied into the text box.
Supported API: true- Parameters:
display_text- the displayText of this elementadditional_text- the additionalText of this element- Returns:
- a newly constructed SuggestResults initialized to the values specified in the parameters
-
valueOfAlt
Returns a newSuggestResultsinitialized to the values specified in the parameters. The first argument is the text to place in the text field. The second argument is any string that should be copied to the hidden form field associated with the text box.
Supported API: true- Parameters:
display_text- the displayText of this elementvalue_text- the valueText of this element- Returns:
- a newly constructed SuggestResults initialized to the values specified in the parameters
-
valueOf
Returns a newSuggestResultsinitialized to the values specified in the parameters. The first argument is the text to place in the text field, the second is any additional text that should be displayed in the suggest drop down but notactually copied into the text box. The third argument is any string that should be copied to the hidden form field associated with the text box.
Supported API: true- Parameters:
display_text- the displayText of this elementadditional_text- the additionalText of this elementvalue_text- the valueText of this element- Returns:
- a newly constructed SuggestResults initialized to the values specified in the parameters
-