75 lines
4.5 KiB
HTML
75 lines
4.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="FormInput classes" />
|
|
<meta name="abstract" content="" />
|
|
<meta name="description" content="" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="formin" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>FormInput classes</title>
|
|
</head>
|
|
<body id="formin"><a name="formin"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">FormInput classes</h1>
|
|
<div><p></p>
|
|
<div class="section"><p>The <a href="javadoc/com/ibm/as400/util/html/FormInput.html"> FormInput</a> class allows you to: </p>
|
|
<ul><li><a href="javadoc/com/ibm/as400/util/html/FormInput.html#GETNAME()">Get</a> and <a href="javadoc/com/ibm/as400/util/html/FormInput.html#SETNAME(JAVA.LANG.STRING)"> set</a> the name of an input element</li>
|
|
<li><a href="javadoc/com/ibm/as400/util/html/FormInput.html#GETSIZE()">Get</a> and <a href="javadoc/com/ibm/as400/util/html/FormInput.html#SETSIZE(INT)"> set</a> the size of an input element</li>
|
|
<li><a href="javadoc/com/ibm/as400/util/html/FormInput.html#GETVALUE()">Get</a> and <a href="javadoc/com/ibm/as400/util/html/FormInput.html#SETVALUE(JAVA.LANG.STRING)"> set</a> the initial value of an input element</li>
|
|
</ul>
|
|
<p>The FormInput class is extended by the classes in the following list.
|
|
These classes provide a way to create specific types of form input elements
|
|
and allow you to get and set various attributes or retrieve the HTML tag
|
|
for the input element: </p>
|
|
<ul><li><a href="butfrmin.htm#butfrmin">ButtonFormInput</a>: Represents
|
|
a button element for an HTML form</li>
|
|
<li><a href="filefrm.htm#filefrm">FileFormInput</a>: Represents a file
|
|
input type, for an HTML form</li>
|
|
<li><a href="hidfrmin.htm#hidfrmin">HiddenFormInput</a>: Represents
|
|
a hidden input type for an HTML form</li>
|
|
<li><a href="imgfrmin.htm#imgfrmin">ImageFormInput</a>: Represents
|
|
an image input type for an HTML form.</li>
|
|
<li><a href="resetfrm.htm#resetfrm">ResetFormInput</a>: Represents
|
|
a reset button input for an HTML form</li>
|
|
<li><a href="subfrmin.htm#subfrmin">SubmitFormInput</a>: Represents
|
|
a submit button input for an HTML form</li>
|
|
<li><a href="txtfrmin.htm#txtfrmin">TextFormInput</a>: Represents a
|
|
single line of text input for an HTML form where you define the maximum number
|
|
of characters in a line. For a password input type, you use <a href="pswdfrm.htm#pswdfrm">PasswordFormInput</a>,
|
|
which extends TextFormInput and represents a password input type for an HTML
|
|
form</li>
|
|
<li><a href="javadoc/com/ibm/as400/util/html/ToggleFormInput.html"> ToggleFormInput</a>: Represents a toggle input type for
|
|
an HTML form. The user can set or get the text label and specify whether the
|
|
toggle should be checked or selected. The toggle input type can be one of
|
|
two: <ul><li><a href="radfrmin.htm#radfrmin">RadioFormInput</a>: Represents
|
|
a radio button input type for an HTML form. Radio buttons may be placed in
|
|
groups with the <a href="javadoc/com/ibm/as400/util/html/RadioFormInputGroup.html"> RadioFormInputGroup</a> class; this creates
|
|
a group of radio buttons where the user selects only one of the choices presented.</li>
|
|
<li><a href="chkbxfrm.htm#chkbxfrm">CheckboxFormInput</a>: Represents
|
|
a checkbox input type for an HTML form where the user may select more than
|
|
one from the choices presented, and where the checkbox is initialized as either
|
|
checked or unchecked.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |