com.plumtree.xpshared.htmlelements
Class HTMLInputTypes

java.lang.Object
  extended by com.plumtree.xpshared.htmlelements.HTMLInputTypes

public class HTMLInputTypes
extends java.lang.Object

This class contains constants identifying the various types of INPUT element. These constants can be used to instantiate HTMLInput type objects.

See Also:
HTMLInput.HTMLInput( int, String, String, String )

Field Summary
static int BUTTON
           
static HTMLInputTypes BUTTON_TYPE
           
static int CHECKBOX
           
static HTMLInputTypes CHECKBOX_TYPE
           
static int FILE
           
static HTMLInputTypes FILE_TYPE
           
static int HIDDEN
           
static HTMLInputTypes HIDDEN_TYPE
           
static int IMAGE
           
static HTMLInputTypes IMAGE_TYPE
           
static int PASSWORD
           
static HTMLInputTypes PASSWORD_TYPE
           
static int RADIO
           
static HTMLInputTypes RADIO_TYPE
           
static int RESET
           
static HTMLInputTypes RESET_TYPE
           
static int SUBMIT
           
static HTMLInputTypes SUBMIT_TYPE
           
static int TEXT
           
static HTMLInputTypes TEXT_TYPE
           
 
Method Summary
 int ToInt()
          Get the int representation of this type.
 java.lang.String ToString()
          Get the string representation of this type.
static java.lang.String ToString(int iType)
          Call to convert an int type value to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUTTON

public static final int BUTTON
See Also:
Constant Field Values

CHECKBOX

public static final int CHECKBOX
See Also:
Constant Field Values

FILE

public static final int FILE
See Also:
Constant Field Values

HIDDEN

public static final int HIDDEN
See Also:
Constant Field Values

IMAGE

public static final int IMAGE
See Also:
Constant Field Values

PASSWORD

public static final int PASSWORD
See Also:
Constant Field Values

RADIO

public static final int RADIO
See Also:
Constant Field Values

RESET

public static final int RESET
See Also:
Constant Field Values

SUBMIT

public static final int SUBMIT
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

BUTTON_TYPE

public static final HTMLInputTypes BUTTON_TYPE

CHECKBOX_TYPE

public static final HTMLInputTypes CHECKBOX_TYPE

FILE_TYPE

public static final HTMLInputTypes FILE_TYPE

HIDDEN_TYPE

public static final HTMLInputTypes HIDDEN_TYPE

IMAGE_TYPE

public static final HTMLInputTypes IMAGE_TYPE

PASSWORD_TYPE

public static final HTMLInputTypes PASSWORD_TYPE

RADIO_TYPE

public static final HTMLInputTypes RADIO_TYPE

RESET_TYPE

public static final HTMLInputTypes RESET_TYPE

SUBMIT_TYPE

public static final HTMLInputTypes SUBMIT_TYPE

TEXT_TYPE

public static final HTMLInputTypes TEXT_TYPE
Method Detail

ToInt

public int ToInt()
Get the int representation of this type.

Returns:
int

ToString

public java.lang.String ToString()
Get the string representation of this type.

Returns:
String

ToString

public static java.lang.String ToString(int iType)
Call to convert an int type value to a String.

Parameters:
iType - int type respresentation
Returns:
String representation



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.