com.canoo.webtest.util
Class HtmlConstants

java.lang.Object
  extended by com.canoo.webtest.util.HtmlConstants

public class HtmlConstants
extends Object

Constants related to HTML.

Author:
Marc Guillemot, Paul King

Field Summary
static String ALT
           
static String BUTTON
           
static String CHECKBOX
           
static String FILE
           
static String HIDDEN
           
static String IMAGE
           
static String IMG
           
static String INPUT
           
static String NAME
           
static String PASSWORD
           
static String RADIO
           
static String RESET
           
static String SELECT
           
static String SUBMIT
           
static String TEXT
           
static String TEXTAREA
           
static String TYPE
           
static String VALUE
           
 
Constructor Summary
HtmlConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUT

public static final String INPUT
See Also:
Constant Field Values

IMG

public static final String IMG
See Also:
Constant Field Values

TEXTAREA

public static final String TEXTAREA
See Also:
Constant Field Values

SELECT

public static final String SELECT
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

VALUE

public static final String VALUE
See Also:
Constant Field Values

ALT

public static final String ALT
See Also:
Constant Field Values

FILE

public static final String FILE
See Also:
Constant Field Values

HIDDEN

public static final String HIDDEN
See Also:
Constant Field Values

IMAGE

public static final String IMAGE
See Also:
Constant Field Values

CHECKBOX

public static final String CHECKBOX
See Also:
Constant Field Values

RADIO

public static final String RADIO
See Also:
Constant Field Values

SUBMIT

public static final String SUBMIT
See Also:
Constant Field Values

RESET

public static final String RESET
See Also:
Constant Field Values

BUTTON

public static final String BUTTON
See Also:
Constant Field Values

TEXT

public static final String TEXT
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values
Constructor Detail

HtmlConstants

public HtmlConstants()

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.