Class ModelFormAction


  • public abstract class ModelFormAction
    extends java.lang.Object
    Abstract form action.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelFormAction()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<ModelAction> readSubActions​(ModelForm modelForm, org.w3c.dom.Element parentElement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • ModelFormAction

        public ModelFormAction()
    • Method Detail

      • readSubActions

        public static java.util.List<ModelAction> readSubActions​(ModelForm modelForm,
                                                                 org.w3c.dom.Element parentElement)