Class OnChangePropertyBaseAction

    • Constructor Detail

      • OnChangePropertyBaseAction

        public OnChangePropertyBaseAction()
    • Method Detail

      • getNewValue

        public java.lang.Object getNewValue()
      • getChangedProperty

        public java.lang.String getChangedProperty()
      • getView

        public View getView()
        The view where the on-change is declared.

        This may be the main view or the module (if property-view : on-change is declared in main view) or an subview (if it's declared inside a aggregate view, for example).

        Overrides:
        getView in class ViewBaseAction
        Returns:
      • showView

        protected void showView​(View newView)
        Description copied from class: ViewBaseAction
        Shows the specified view.

        After it if you call to getView() it will be the specified view.

        Overrides:
        showView in class ViewBaseAction