public class FieldAutoTextList extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryName()
Gets the name of the AutoText entry.
|
java.lang.String |
getListStyle()
Gets the name of the style on which the list to contain entries is based.
|
java.lang.String |
getScreenTip()
Gets the text of the ScreenTip to show.
|
int |
getSwitchType(java.lang.String switchName) |
void |
setEntryName(java.lang.String value)
Sets the name of the AutoText entry.
|
void |
setListStyle(java.lang.String value)
Sets the name of the style on which the list to contain entries is based.
|
void |
setScreenTip(java.lang.String value)
Sets the text of the ScreenTip to show.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getEntryName()
public void setEntryName(java.lang.String value)
throws java.lang.Exception
value - The name of the AutoText entry.java.lang.Exceptionpublic java.lang.String getListStyle()
public void setListStyle(java.lang.String value)
throws java.lang.Exception
value - The name of the style on which the list to contain entries is based.java.lang.Exceptionpublic java.lang.String getScreenTip()
public void setScreenTip(java.lang.String value)
throws java.lang.Exception
value - The text of the ScreenTip to show.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)