Interface IAssistField
-
public interface IAssistField
The class is used to wrap a control to support field assist function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContents()
Returns contents.void
setContent(java.lang.String[] values)
Set contents to the field.void
setContents(java.lang.String contents)
Set contents.
-