public class SuggestOption extends java.lang.Object implements IntrospectionQuery
SuggestOption.SuggestResult
Modifier and Type | Class and Description |
---|---|
static class |
SuggestOption.SuggestResult
Result of this
SuggestOption introspection query. |
Constructor and Description |
---|
SuggestOption() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName() |
java.lang.String |
getConfigKey()
Path to option to suggest in the CVComponent configuration.
|
java.lang.String |
getCurrentValue() |
int |
getLimit() |
void |
setComponentName(java.lang.String componentName)
Specify component name to be fired.
|
void |
setConfigKey(java.lang.String configKey) |
void |
setCurrentValue(java.lang.String currentValue) |
void |
setLimit(int limit)
Set maximum number of values to be suggested.
|
public java.lang.String getConfigKey()
public void setConfigKey(java.lang.String configKey)
public java.lang.String getCurrentValue()
public void setCurrentValue(java.lang.String currentValue)
currentValue
- Current CVComponent option value.public int getLimit()
public void setLimit(int limit)
limit
- public void setComponentName(java.lang.String componentName)
componentName
- public java.lang.String getComponentName()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.