Package de.tsl2.nano.action


package de.tsl2.nano.action
  • Class
    Description
    CommonAction<RETURNTYPE>
     
    IAction<RETURNTYPE>
    provides all informations to start an action (through Runnable) and to handle a graphical user interface of type button etc.
    Implementors of this interface provide the possibility to check if a component should be active or not. will be used as callback by the tsl2nano framework.
     
    status base construct - used by bean values on validation. no severity is defined. the status IStatus.OK, IStatus.WARN and IStatus.ERROR should fulfil a validation status.
     
    Parameter handler for IAction