SL-GMS Enterprise RTView Customization

com.sl.gmsjrtviewds
Class DialogFieldType

java.lang.Object
  extended by com.sl.gmsjrtviewds.DialogFieldType

public class DialogFieldType
extends java.lang.Object

This class is used to hold the constants that define the diffent types of fields that may be used in Dialogs.


Field Summary
static java.lang.String FIELD_CHECKBOX
          Dialog field type which specifies a CheckBox field.
static java.lang.String FIELD_COMBOBOX
          Dialog field type which specifies a ComboBox.
static java.lang.String FIELD_PASSWORD
          Dialog field type which specifies a Password field.
static java.lang.String FIELD_TEXTAREA
          Dialog field type which specifies a TextArea.
static java.lang.String FIELD_TEXTFIELD
          Dialog field type which specifies a TextField.
 
Constructor Summary
DialogFieldType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_CHECKBOX

public static final java.lang.String FIELD_CHECKBOX
Dialog field type which specifies a CheckBox field.

See Also:
Constant Field Values

FIELD_COMBOBOX

public static final java.lang.String FIELD_COMBOBOX
Dialog field type which specifies a ComboBox.

See Also:
Constant Field Values

FIELD_PASSWORD

public static final java.lang.String FIELD_PASSWORD
Dialog field type which specifies a Password field.

See Also:
Constant Field Values

FIELD_TEXTAREA

public static final java.lang.String FIELD_TEXTAREA
Dialog field type which specifies a TextArea.

See Also:
Constant Field Values

FIELD_TEXTFIELD

public static final java.lang.String FIELD_TEXTFIELD
Dialog field type which specifies a TextField.

See Also:
Constant Field Values
Constructor Detail

DialogFieldType

public DialogFieldType()

SL-GMS Enterprise RTView Customization

Copyright 2009 Sherrill-Lubinski Corporation, 240 Tamal Vista Blvd
Corte Madera, CA 94925, U.S.A. All Rights Reserved