mlsoft.mct.MlTabPanelEvent

Event
    MlTabPanelEvent

The MlTabPanel posts an event of this type when a tab is selected. In MCT 3.1, this is a subclass of AWTEvent, so it cannot be handled by handleEvent() or action() method. Instead, it should be handled through MlTabPanelListener, or by processEvent() or processMlTabPanelEvent() in the subclass of MlTabPanel class.

Public Methods

public String getName()
Returns the page name of the selected tab.

public Object getSource()
Returns the MlTabPanel source of this event.