|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.model.DefaultExpandableModel
A generic implementation of ExpandableModel.
Field Summary | |
protected nextapp.echo.event.ChangeEvent |
changeEvent
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property. |
protected boolean |
isExpanded
|
protected nextapp.echo.event.EventListenerList |
listenerList
|
Constructor Summary | |
DefaultExpandableModel(boolean isExpanded)
|
Method Summary | |
void |
addChangeListener(nextapp.echo.event.ChangeListener l)
Adds a ChangeListener to the button. |
void |
fireStateChanged()
Notifies all listeners that have registered for this event type. |
boolean |
isExpanded()
Returns the model's expansion. |
void |
removeChangeListener(nextapp.echo.event.ChangeListener l)
Removes a ChangeListener from the button. |
void |
setExpanded(boolean isExpanded)
Sets the model's expansion Notifies any listeners if the model changes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected transient nextapp.echo.event.ChangeEvent changeEvent
protected boolean isExpanded
protected nextapp.echo.event.EventListenerList listenerList
Constructor Detail |
public DefaultExpandableModel(boolean isExpanded)
Method Detail |
public void addChangeListener(nextapp.echo.event.ChangeListener l)
ChangeListener
to the button.
addChangeListener
in interface ExpandableModel
l
- The ChangeListener
to be added.public void fireStateChanged()
public boolean isExpanded()
isExpanded
in interface ExpandableModel
public void removeChangeListener(nextapp.echo.event.ChangeListener l)
ChangeListener
from the button.
removeChangeListener
in interface ExpandableModel
l
- The ChangeListener
to be removed.public void setExpanded(boolean isExpanded)
setExpanded
in interface ExpandableModel
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |