java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.bpmui.screen.decisiontablemodeler.inputentry.InputEntryEdit
All Implemented Interfaces:
FrameOwner

@UiController("bpm_InputEntryEdit") @UiDescriptor("input-entry-edit.xml") public class InputEntryEdit extends Screen
  • Field Details

  • Constructor Details

    • InputEntryEdit

      public InputEntryEdit()
  • Method Details

    • setType

      public void setType(String type)
    • setExpression

      public void setExpression(String expression)
    • onBeforeShow

      @Subscribe protected void onBeforeShow(Screen.BeforeShowEvent event)
    • parseExpression

      protected void parseExpression()
    • setValue

      protected void setValue(String value)
    • getStringValue

      protected String getStringValue()
    • buildExpression

      public String buildExpression()
    • onWindowCommitAndClose

      @Subscribe("windowCommitAndClose") protected void onWindowCommitAndClose(Action.ActionPerformedEvent event)
    • onWindowClose

      @Subscribe("windowClose") protected void onWindowClose(Action.ActionPerformedEvent event)
    • removeWrappingQuotes

      protected String removeWrappingQuotes(String s)
    • addWrappingQuotes

      protected String addWrappingQuotes(String s)
    • extractDateFromExpression

      @Nullable protected Date extractDateFromExpression(String expression)
    • buildDateExpression

      protected String buildDateExpression(Date date)