Class BaseActionComponent

All Implemented Interfaces:
Serializable, ActionSource, IBaseComponent, ICCComponentProperties, ICCServerConstants, CLogConstants
Direct Known Subclasses:
BaseHTMLActionComponent, BasePopupComponent, org.eclnt.jsfserver.elements.impl.ROWPAGEBEANINCLUDEComponent, StructureComponent

public abstract class BaseActionComponent extends BaseComponent implements ActionSource, CLogConstants
Is decoding "ID.action" and is invoking the Action accordingly.
See Also:
  • Field Details

    • m_actionListeners

      protected ArrayList<ActionListener> m_actionListeners
    • m_immediate

      protected boolean m_immediate
  • Constructor Details

    • BaseActionComponent

      public BaseActionComponent()
  • Method Details