nl.gx.webmanager.handler.forms
Class ParameterType
java.lang.Object
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.
|
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 |
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
ParameterType
public ParameterType()
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.