|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.widget.RPanelRow
This represents the superclass of a collection of widgets that represents a single row within the panel. Event handling is placed in this superclass for convenience. Each row should handle its own evens and notify listeners that the row has changed (NOT that a widget has changed).
Retek Inc. Copyright (c) 2002
Constructor Summary | |
---|---|
RPanelRow()
|
Method Summary | |
---|---|
void |
addREventListener(REventListener listener)
Adds a REventListener to the REventListener list. |
void |
notifyREventListeners(RActionEvent event)
Notifies all listeners of an action event. |
void |
notifyREventListeners(RErrorEvent event)
Notifies all listeners of an error event. |
void |
performActionEvent(RActionEvent event)
Empty implementation of the REventListener method. |
void |
performErrorEvent(RErrorEvent event)
IEmpty implementation of the REventListener method. |
void |
removeREventListener(REventListener listener)
Removes a REventListener from the REventListener list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RPanelRow()
Method Detail |
public void addREventListener(REventListener listener)
listener
- The REventListener to add.public void removeREventListener(REventListener listener)
listener
- The REventListener to remove.public void notifyREventListeners(RActionEvent event)
event
- An RActionEvent containing details about the event.public void notifyREventListeners(RErrorEvent event)
event
- An RErrorEvent object containing details about the event.public void performActionEvent(RActionEvent event)
performActionEvent
in interface REventListener
event
- The RActionEvent that triggered this listener method.public void performErrorEvent(RErrorEvent event)
performErrorEvent
in interface REventListener
event
- The RErrorEvent that triggered this listener method.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |