SPT RWT Application API

Uses of Class
com.sptci.rwt.KeyMetaData

Packages that use KeyMetaData
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
com.sptci.rwt.webui.model Contains custom classes to display details of the MetaData classes in the detail area. 
 

Uses of KeyMetaData in com.sptci.rwt
 

Subclasses of KeyMetaData in com.sptci.rwt
 class ForeignKeyMetaData
          A metadata object that represents foreign key constraint types.
 class IndexMetaData
          A metadata object that represents table indices.
 class PrimaryKeyMetaData
          A metadata object that represents primary key constraint types.
 

Uses of KeyMetaData in com.sptci.rwt.webui.model
 

Methods in com.sptci.rwt.webui.model that return KeyMetaData
protected abstract  KeyMetaData KeyView.getMetaData()
          Abstract method to return the model object for this view.
protected  KeyMetaData IndexView.getMetaData()
          Method to return the model object for this view.
protected  KeyMetaData ForeignKeyView.getMetaData()
          Method to return the model object for this view.
 

Methods in com.sptci.rwt.webui.model with parameters of type KeyMetaData
protected  void KeyView.createCollectionLabels(String name, KeyMetaData kmd, Component component)
          Create standard Label components that represent the name of the specified field and the value in the specified model.
 


SPT RWT Application API