|
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
public abstract class KeyView
An abstract view component for representing instances of KeyMetaData.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Field Summary |
|---|
| Fields inherited from class nextapp.echo2.app.Column |
|---|
PROPERTY_BORDER, PROPERTY_CELL_SPACING, PROPERTY_INSETS |
| Constructor Summary | |
|---|---|
KeyView()
|
|
| Method Summary | |
|---|---|
protected void |
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. |
protected Component |
createColumnDetails()
Create the component used to display the details of the columns that are included in the foreign key. |
protected abstract KeyMetaData |
getMetaData()
Abstract method to return the model object for this view. |
| 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 |
| Constructor Detail |
|---|
public KeyView()
| Method Detail |
|---|
protected Component createColumnDetails()
createCollectionLabels(java.lang.String, com.sptci.rwt.KeyMetaData, nextapp.echo2.app.Component)
protected void createCollectionLabels(String name,
KeyMetaData kmd,
Component component)
Label components that
represent the name of the specified field and the value in the
specified model. Over-loaded to process the
java.util.Collection<ColumnMetaData> and create a
multi-dimensional grid.
name - The name of the field.kmd - The model object.component - The container component to which the labels are to
be added.protected abstract KeyMetaData getMetaData()
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||