|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.Component
nextapp.echo2.app.Column
com.sptci.rwt.webui.model.AbstractView
com.sptci.rwt.webui.model.KeyView
com.sptci.rwt.webui.model.ForeignKeyView
public class ForeignKeyView
A view component used to display the information contained in
ForeignKeyMetaData.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private ForeignKeyMetaData |
metaData
The meta data object whose details are to be displayed. |
| Fields inherited from class nextapp.echo2.app.Column |
|---|
PROPERTY_BORDER, PROPERTY_CELL_SPACING, PROPERTY_INSETS |
| Constructor Summary | |
|---|---|
ForeignKeyView(ForeignKeyMetaData metaData)
Create a new instance of the view using the specified model object. |
|
| Method Summary | |
|---|---|
protected Component |
createColumnMappings()
Create the component used to display the mapping of the table column(s) to the referenced table column(s). |
protected Component |
createDetails()
Create the component used to display the details of the foreign key. |
protected KeyMetaData |
getMetaData()
Method to return the model object for this view. |
void |
init()
Lifecycle method used to initialise component when added to a container hierarchy. |
| Methods inherited from class com.sptci.rwt.webui.model.KeyView |
|---|
createCollectionLabels, createColumnDetails |
| Methods inherited from class com.sptci.rwt.webui.model.AbstractView |
|---|
createLabels, processFatalException |
| Methods inherited from class nextapp.echo2.app.Column |
|---|
getBorder, getCellSpacing, getInsets, setBorder, setCellSpacing, setInsets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final ForeignKeyMetaData metaData
| Constructor Detail |
|---|
public ForeignKeyView(ForeignKeyMetaData metaData)
metaData - The metaData model object to use.| Method Detail |
|---|
public void init()
init in class ComponentcreateDetails(),
KeyView.createColumnDetails(),
createColumnMappings()protected Component createDetails()
AbstractView.createLabels(java.lang.String, com.sptci.rwt.MetaData, nextapp.echo2.app.Component)protected Component createColumnMappings()
protected KeyMetaData getMetaData()
getMetaData in class KeyView
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||