|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.app.Component
nextapp.echo.app.SplitPane
com.sptci.echo.AbstractHeader<C>
C - The child component that is displayed in this header.public abstract class AbstractHeader<C extends Component>
A base class for displaying standard headers in applications. Displays the SPT logo.
© Copyright 2009 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
static String |
LABEL_STYLE
The name of the style that is assigned to the label displayed in the header. |
| Constructor Summary | |
|---|---|
protected |
AbstractHeader()
Create a new instance of the component. |
| Method Summary | |
|---|---|
protected Label |
createTitle()
Create the label that displays the application title in the header. |
protected abstract C |
getComponent()
|
void |
init()
Life-cycle method invoked when the header is added to the view hierarcy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LABEL_STYLE
| Constructor Detail |
|---|
protected AbstractHeader()
Logo as the
first child.
| Method Detail |
|---|
public void init()
init in class Componentprotected Label createTitle()
protected abstract C getComponent()
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||