Class ViewAccountPayments

java.lang.Object
tools.dynamia.actions.AbstractAction
tools.dynamia.actions.AbstractClassAction
tools.dynamia.crud.AbstractCrudAction
tools.dynamia.modules.saas.ui.action.ViewAccountPayments
All Implemented Interfaces:
Comparable<tools.dynamia.actions.Action>, tools.dynamia.actions.Action, tools.dynamia.actions.ClassAction, tools.dynamia.crud.CrudAction

@InstallAction public class ViewAccountPayments extends tools.dynamia.crud.AbstractCrudAction
  • Field Summary

    Fields inherited from class tools.dynamia.actions.AbstractAction

    CLASSIFIER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    actionPerformed(tools.dynamia.crud.CrudActionEvent evt)
     

    Methods inherited from class tools.dynamia.crud.AbstractCrudAction

    actionPerformed, crudService, getApplicableClass, getApplicableClasses, getApplicableStates, isMenuSupported, setApplicableClass, setApplicableClasses, setApplicableStates, setMenuSupported

    Methods inherited from class tools.dynamia.actions.AbstractAction

    compareTo, getAttribute, getAttributes, getBackground, getColor, getDescription, getGroup, getId, getImage, getKeyCode, getLocalizedDescription, getLocalizedMessagesProvider, getLocalizedName, getMessageClassifier, getName, getParent, getPosition, getRenderer, isEnabled, isVisible, log, log, logWarn, msg, msg, setAttribute, setAttributes, setBackground, setColor, setDescription, setEnabled, setGroup, setId, setImage, setKeyCode, setLocalizedMessagesProvider, setMessageClassifier, setName, setParent, setPosition, setRenderer, setVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface tools.dynamia.actions.Action

    getAttribute, getAttributes, getDescription, getGroup, getId, getImage, getKeyCode, getLocalizedDescription, getLocalizedDescription, getLocalizedMessagesProvider, getLocalizedName, getLocalizedName, getMessageClassifier, getName, getParent, getPosition, getRenderer, isEnabled, isVisible, setAttribute, setParent

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Constructor Details

    • ViewAccountPayments

      public ViewAccountPayments()
  • Method Details

    • actionPerformed

      public void actionPerformed(tools.dynamia.crud.CrudActionEvent evt)
      Specified by:
      actionPerformed in class tools.dynamia.crud.AbstractCrudAction