|
NextApp Echo3 v3.0.rc1 |
||||||||
| 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.Composite
public abstract class Composite
Composite component: a generic composite component abstract base class.
This class is intended to be used as base class for composite components.
Provides no rendering properties (other than those specified in Component).
May contain at most one child component. May not contain a Pane component as
a child.
See the Panel component for a default implementation of a
single-child container component.
This class provides no benefit if you are providing a custom client-side
synchronization/rendering peer. In such cases, Component itself should be
derived instead of this class.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Composite()
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
isValidChild(Component child)
Allow at most one child component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Composite()
| Method Detail |
|---|
public boolean isValidChild(Component child)
isValidChild in class Componentchild - the Component to evaluate as a child
Component is a valid childComponent.isValidChild(nextapp.echo.app.Component)
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||