The BaseTextEntry is an abstract TransformationBean for creating a text input field.
The TextEntry element is a single-line input control.
Note that subclasses of this bean actually provide the markup rendering used in/with Servlet and JavaServer Pages technologies. If you need to add support for a markup language that is not explicitly provided with AppDev Studio, then you must extend this class.
For More Information:
JSP custom tags provide an alternative to using the TransformationBeans. Visit the Custom Tag Library Reference for additional information on the sas:TextEntry custom tag.
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
Sets the state of the autoComplete on this input element. If autoComplete is turned off, the input element will write out
autocomplete='off'; otherwise autocomplete property will not be written
Parameters:
value - the state of the input field's auto completion
isAutoComplete
public boolean isAutoComplete()
Returns true if auto complete is turned on the input element, false otherwise.