What is the TextField class?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

What is the TextField class?

Rating:

The TextField class is used to take one-line or multiple-line input from a user. The number of characters depends upon the maximum size of the TextField. The general syntax to create a TextField is as follows:

TextField textfield=new TextField("label", "input", "size", "constraint")

The label defines the visual text displayed before the text box.

The input is the text entered by a user.

The size defines the maximum number of characters the TextField is capable of taking.

The constraint defines the TextField constants. These constants are listed below:

CONSTRAINT_MASK: It determines the constraint's current value.

ANY: It takes any character as input.

EMAILADDR: It takes only a valid email address.

NUMERIC: It takes both positive and negative numbers.

PASSWORD: It hides the input while a user is entering data.

PHONENUMBER: It takes only valid phone numbers.

URL: It takes the valid address of a Web site.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.