com.retek.commons.gui.widget
Class RPanelRow

java.lang.Object
  extended bycom.retek.commons.gui.widget.RPanelRow
All Implemented Interfaces:
REventListener

public class RPanelRow
extends java.lang.Object
implements REventListener

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

RPanelRow

public RPanelRow()
Method Detail

addREventListener

public void addREventListener(REventListener listener)
Adds a REventListener to the REventListener list.

Parameters:
listener - The REventListener to add.

removeREventListener

public void removeREventListener(REventListener listener)
Removes a REventListener from the REventListener list.

Parameters:
listener - The REventListener to remove.

notifyREventListeners

public void notifyREventListeners(RActionEvent event)
Notifies all listeners of an action event.

Parameters:
event - An RActionEvent containing details about the event.

notifyREventListeners

public void notifyREventListeners(RErrorEvent event)
Notifies all listeners of an error event.

Parameters:
event - An RErrorEvent object containing details about the event.

performActionEvent

public void performActionEvent(RActionEvent event)
Empty implementation of the REventListener method.

Specified by:
performActionEvent in interface REventListener
Parameters:
event - The RActionEvent that triggered this listener method.

performErrorEvent

public void performErrorEvent(RErrorEvent event)
IEmpty implementation of the REventListener method.

Specified by:
performErrorEvent in interface REventListener
Parameters:
event - The RErrorEvent that triggered this listener method.


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28