OpenAPI 1.0

com.aquafold.openapi.form
Interface AQTextArea


public interface AQTextArea

This interface corresponds to the HTML <TEXTAREA> element.


Method Summary
 void setName(String name)
          Sets HTML element name.
 void setText(String text)
          Sets the text area content.
 

Method Detail

setName

void setName(String name)
Sets HTML element name.

Parameters:
name -

setText

void setText(String text)
Sets the text area content.

Parameters:
text -

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.