nl.gx.webmanager.handler.forms
Class ParameterType

java.lang.Object
  extended by nl.gx.webmanager.handler.forms.ParameterType

public class ParameterType
extends java.lang.Object

Models the different types of parameters that may be passed to formcomponents.


Field Summary
static int TYPE_CALLBACK
           
static int TYPE_FORMPART
           
static int TYPE_FORMPARTCODE
           
static int TYPE_HANDLER
           
static int TYPE_INT
           
static int TYPE_PAGE
           
static int TYPE_UNKNOWN
           
static int TYPE_USER_ENTRY
           
 
Constructor Summary
ParameterType()
           
 
Method Summary
static int getType(java.lang.String name)
          Lookup typename.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN
See Also:
Constant Field Values

TYPE_PAGE

public static final int TYPE_PAGE
See Also:
Constant Field Values

TYPE_FORMPARTCODE

public static final int TYPE_FORMPARTCODE
See Also:
Constant Field Values

TYPE_USER_ENTRY

public static final int TYPE_USER_ENTRY
See Also:
Constant Field Values

TYPE_HANDLER

public static final int TYPE_HANDLER
See Also:
Constant Field Values

TYPE_INT

public static final int TYPE_INT
See Also:
Constant Field Values

TYPE_FORMPART

public static final int TYPE_FORMPART
See Also:
Constant Field Values

TYPE_CALLBACK

public static final int TYPE_CALLBACK
See Also:
Constant Field Values
Constructor Detail

ParameterType

public ParameterType()
Method Detail

getType

public static int getType(java.lang.String name)
                   throws java.lang.IllegalArgumentException
Lookup typename.

Parameters:
name -
Returns:
The type number for typename.
Throws:
java.lang.IllegalArgumentException - if the type does not exists.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.