|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputElementUIHints
UI hints for a data element defined with the input mode.
The following features are supported:
DesignPackage.getInputElementUIHints()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
int |
getAutoSuggestThreshold()
Returns the value of the 'Auto Suggest Threshold' attribute. |
InputPromptControlStyle |
getPromptStyle()
Returns the value of the 'Prompt Style' attribute. |
boolean |
isSetAutoSuggestThreshold()
Returns whether the value of the ' Auto Suggest Threshold ' attribute is set. |
boolean |
isSetPromptStyle()
Returns whether the value of the ' Prompt Style ' attribute is set. |
void |
setAutoSuggestThreshold(int value)
Sets the value of the ' Auto Suggest Threshold ' attribute. |
void |
setPromptStyle(InputPromptControlStyle value)
Sets the value of the ' Prompt Style ' attribute. |
void |
unsetAutoSuggestThreshold()
Unsets the value of the ' Auto Suggest Threshold ' attribute. |
void |
unsetPromptStyle()
Unsets the value of the ' Prompt Style ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
InputPromptControlStyle getPromptStyle()
InputPromptControlStyle
.
Defaults to TextField if no static and dynamic value choices are defined; otherwise, defaults to SelectableList.
InputPromptControlStyle
,
isSetPromptStyle()
,
unsetPromptStyle()
,
setPromptStyle(InputPromptControlStyle)
,
DesignPackage.getInputElementUIHints_PromptStyle()
void setPromptStyle(InputPromptControlStyle value)
Prompt Style
' attribute.
value
- the new value of the 'Prompt Style' attribute.InputPromptControlStyle
,
isSetPromptStyle()
,
unsetPromptStyle()
,
getPromptStyle()
void unsetPromptStyle()
Prompt Style
' attribute.
isSetPromptStyle()
,
getPromptStyle()
,
setPromptStyle(InputPromptControlStyle)
boolean isSetPromptStyle()
Prompt Style
' attribute is set.
unsetPromptStyle()
,
getPromptStyle()
,
setPromptStyle(InputPromptControlStyle)
int getAutoSuggestThreshold()
"1"
.
The number of characters after which auto suggest will kick in. It is applicable only where an user can input a value, e.g. when a SelectableListWithTextField promptStyle and a DynamicValuesQuery is used.
isSetAutoSuggestThreshold()
,
unsetAutoSuggestThreshold()
,
setAutoSuggestThreshold(int)
,
DesignPackage.getInputElementUIHints_AutoSuggestThreshold()
void setAutoSuggestThreshold(int value)
Auto Suggest Threshold
' attribute.
value
- the new value of the 'Auto Suggest Threshold' attribute.isSetAutoSuggestThreshold()
,
unsetAutoSuggestThreshold()
,
getAutoSuggestThreshold()
void unsetAutoSuggestThreshold()
Auto Suggest Threshold
' attribute.
isSetAutoSuggestThreshold()
,
getAutoSuggestThreshold()
,
setAutoSuggestThreshold(int)
boolean isSetAutoSuggestThreshold()
Auto Suggest Threshold
' attribute is set.
unsetAutoSuggestThreshold()
,
getAutoSuggestThreshold()
,
setAutoSuggestThreshold(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |