Class LeafActionImpl

    • Method Detail

      • getParentAction

        protected Action getParentAction()
        Description copied from class: BaseActionImpl
        Get the parent Action, which might be null in case the parent does not implement Action.
        Specified by:
        getParentAction in class BaseActionImpl
        Returns:
        The parent action object, or null if parent does not implement Action.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object