|
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
public abstract class AbstractView
An abstract base class used to represent the various view components
used to represent the details in the associated MetaData model objects.
© 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 | |
|---|---|
AbstractView()
|
|
| Method Summary | |
|---|---|
protected void |
createLabels(String name,
MetaData metaData,
Component component)
Create standard Label components that
represent the name of the specified field and the value in the
specified model. |
protected void |
processFatalException(String method,
String cls,
Throwable throwable)
Display an error message indicating the cause of the reflection error. |
| 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 AbstractView()
| Method Detail |
|---|
protected void createLabels(String name,
MetaData metaData,
Component component)
Label components that
represent the name of the specified field and the value in the
specified model.
name - The name of the field.metaData - The model object.component - The container component to which the labels are to
be added.
protected void processFatalException(String method,
String cls,
Throwable throwable)
method - The name of the method that failed.cls - The fully qualified name of the class on which the method
was attempted.throwable - The exception that was raised.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||