wt.notify
Class SubscriptionTableModel

java.lang.Object
  extended bywt.templateutil.table.RowDataTableModel
      extended bywt.notify.SubscriptionTableModel
All Implemented Interfaces:
AddColumn, ColumnIdentifier, TableHeaderSetter, TableModel, TableModelStub

public class SubscriptionTableModel
extends RowDataTableModel



Supported API: false

Extendable: false


Field Summary
private static String ACCESS_RESOURCE
           
private static String CLASSNAME
           
private static String EVENT_RESOURCE
           
private static String RESOURCE
           
private  HTMLValueObject valueObject
           
private static boolean VERBOSE
           
 
Fields inherited from class wt.templateutil.table.RowDataTableModel
 
Constructor Summary
SubscriptionTableModel()
           
 
Method Summary
 String getColumnName(int columnIndex)
          

Supported API: false
 Object getValueAt(int rowIndex, int columnIndex)
          

Supported API: false
 boolean isCellEditable(int rowIndex, int columnIndex)
          

Supported API: false
static void main(String[] args)
           
 
Methods inherited from class wt.templateutil.table.RowDataTableModel
addColumn, addTableModelListener, getColumnClass, getColumnClasses, getColumnCount, getColumnName, getIdentifier, getLocale, getParentClass, getRowCount, getRowDataObjects, getSetValues, getTableColumns, getWtAttribute, getWTAttribute, newWTAttribute, removeTableModelListener, setHeaderFromResource, setHeaderFromTargetClass, setLocale, setRowDataObjects, setSetValues, setTableColumns, setValueAt, setWTAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

valueObject

private HTMLValueObject valueObject

VERBOSE

private static boolean VERBOSE

ACCESS_RESOURCE

private static final String ACCESS_RESOURCE
See Also:
Constant Field Values

EVENT_RESOURCE

private static final String EVENT_RESOURCE
See Also:
Constant Field Values
Constructor Detail

SubscriptionTableModel

public SubscriptionTableModel()
Method Detail

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)


Supported API: false

Specified by:
isCellEditable in interface TableModelStub
Overrides:
isCellEditable in class RowDataTableModel
Parameters:
rowIndex -
columnIndex -
Returns:
boolean

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)


Supported API: false

Specified by:
getValueAt in interface TableModelStub
Overrides:
getValueAt in class RowDataTableModel
Parameters:
rowIndex -
columnIndex -
Returns:
Object

getColumnName

public String getColumnName(int columnIndex)


Supported API: false

Specified by:
getColumnName in interface TableModelStub
Overrides:
getColumnName in class RowDataTableModel
Parameters:
columnIndex -
Returns:
String

main

public static void main(String[] args)