public abstract class LoginView extends ContentPane
ContentPane instead of a
ContentPane. This makes it possible to
invoke ContentPane.setMenuBar(echopointng.MenuBar), and ContentPane.setContent(nextapp.echo2.app.Component)
or ContentPane.add(nextapp.echo2.app.Component) methods to replace the login screen with the
appropriate application screen.
© Copyright 2008 Sans Pareil Technologies, Inc.
content, menuBarPROPERTY_BACKGROUND_IMAGE, PROPERTY_HORIZONTAL_SCROLL, PROPERTY_INSETS, PROPERTY_VERTICAL_SCROLLCHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FOCUS_TRAVERSAL_INDEX_CHANGED_PROPERTY, FOCUS_TRAVERSAL_PARTICIPANT_CHANGED_PROPERTY, LAYOUT_DIRECTION_CHANGED_PROPERTY, LOCALE_CHANGED_PROPERTY, PROPERTY_BACKGROUND, PROPERTY_FONT, PROPERTY_FOREGROUND, PROPERTY_LAYOUT_DATA, STYLE_CHANGED_PROPERTY, STYLE_NAME_CHANGED_PROPERTY, VISIBLE_CHANGED_PROPERTY| Modifier | Constructor and Description |
|---|---|
protected |
LoginView()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract LoginListener |
getLoginListener()
Return the listener used to implement authentication.
|
void |
init()
Life-cycle method invoked when this component is added to the
component hierarchy.
|
add, add, createTop, getContent, getMenuBar, removeAll, setContent, setMenuBargetBackgroundImage, getHorizontalScroll, getInsets, getVerticalScroll, isValidChild, isValidParent, processInput, setBackgroundImage, setHorizontalScroll, setInsets, setVerticalScrolladdPropertyChangeListener, addPropertyChangeListener, dispose, firePropertyChange, getApplicationInstance, getBackground, getComponent, getComponent, getComponentCount, getComponents, getEventListenerList, getFocusTraversalIndex, getFont, getForeground, getId, getIndexedProperty, getLayoutData, getLayoutDirection, getLocale, getParent, getProperty, getRenderId, getRenderIndexedProperty, getRenderIndexedProperty, getRenderLayoutDirection, getRenderLocale, getRenderProperty, getRenderProperty, getStyle, getStyleName, getVisibleComponent, getVisibleComponentCount, getVisibleComponents, hasEventListenerList, indexOf, isAncestorOf, isEnabled, isFocusTraversalParticipant, isRegistered, isRenderEnabled, isRenderVisible, isVisible, remove, remove, removePropertyChangeListener, removePropertyChangeListener, setBackground, setEnabled, setFocusTraversalIndex, setFocusTraversalParticipant, setFont, setForeground, setId, setIndexedProperty, setLayoutData, setLayoutDirection, setLocale, setProperty, setRenderId, setStyle, setStyleName, setVisible, validate, verifyInput, visibleIndexOfprotected LoginView()
public void init()
Header and
LoginPane as children of this view.init in class ContentPaneprotected abstract LoginListener getLoginListener()