com.retek.commons.gui.table
Class RTable

java.lang.Object
  extended bycom.retek.commons.gui.table.RTable

public class RTable
extends java.lang.Object


Field Summary
static int BOOLEAN
           
static int CENTER
           
static int CHECKBOX
           
static int COMBOBOX
           
static java.lang.String COPY
           
static int CURRENCYFIELD
           
static int DATE
           
protected static java.lang.String DOWN_PRESSED
           
static int ICON
           
static int LABEL
           
static int LEFT
           
protected static int MAX_SORT
           
static java.lang.String MESSAGE
           
protected static java.lang.String MINUS_PRESSED
           
static int NUMBER
           
static java.lang.String PASTE
           
protected static java.lang.String PLUS_PRESSED
           
protected static int PRIMARY_ROW
           
protected static java.lang.String REPAINT_TABLE
           
static int RIGHT
           
protected static java.lang.String ROW_DESELECTED
           
protected static java.lang.String ROW_SELECTED
           
protected static java.lang.String SORT_TRIGGERED
           
protected static java.lang.String TAB_PRESSED
           
protected static java.lang.String TABLE_MAX_SORT_EXCEEDED
           
static int TEXT
           
static int TEXTAREA
           
static int TEXTFIELD
           
protected static java.lang.String UP_PRESSED
           
 
Constructor Summary
RTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT

public static final int TEXT
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

LABEL

public static final int LABEL
See Also:
Constant Field Values

ICON

public static final int ICON
See Also:
Constant Field Values

TEXTFIELD

public static final int TEXTFIELD
See Also:
Constant Field Values

TEXTAREA

public static final int TEXTAREA
See Also:
Constant Field Values

CHECKBOX

public static final int CHECKBOX
See Also:
Constant Field Values

CURRENCYFIELD

public static final int CURRENCYFIELD
See Also:
Constant Field Values

COMBOBOX

public static final int COMBOBOX
See Also:
Constant Field Values

CENTER

public static final int CENTER
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

ROW_SELECTED

protected static final java.lang.String ROW_SELECTED
See Also:
Constant Field Values

ROW_DESELECTED

protected static final java.lang.String ROW_DESELECTED
See Also:
Constant Field Values

SORT_TRIGGERED

protected static final java.lang.String SORT_TRIGGERED
See Also:
Constant Field Values

PLUS_PRESSED

protected static final java.lang.String PLUS_PRESSED
See Also:
Constant Field Values

MINUS_PRESSED

protected static final java.lang.String MINUS_PRESSED
See Also:
Constant Field Values

TAB_PRESSED

protected static final java.lang.String TAB_PRESSED
See Also:
Constant Field Values

UP_PRESSED

protected static final java.lang.String UP_PRESSED
See Also:
Constant Field Values

DOWN_PRESSED

protected static final java.lang.String DOWN_PRESSED
See Also:
Constant Field Values

MESSAGE

public static final java.lang.String MESSAGE
See Also:
Constant Field Values

COPY

public static final java.lang.String COPY
See Also:
Constant Field Values

PASTE

public static final java.lang.String PASTE
See Also:
Constant Field Values

REPAINT_TABLE

protected static final java.lang.String REPAINT_TABLE
See Also:
Constant Field Values

TABLE_MAX_SORT_EXCEEDED

protected static final java.lang.String TABLE_MAX_SORT_EXCEEDED
See Also:
Constant Field Values

MAX_SORT

protected static final int MAX_SORT
See Also:
Constant Field Values

PRIMARY_ROW

protected static final int PRIMARY_ROW
See Also:
Constant Field Values
Constructor Detail

RTable

public RTable()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25