Interface MobileBaseForm.MutableSwipeAction

All Superinterfaces:
MobileBaseForm.SwipeAction
All Known Implementing Classes:
MutableSwipeActionImpl
Enclosing interface:
MobileBaseForm

public static interface MobileBaseForm.MutableSwipeAction extends MobileBaseForm.SwipeAction
  • Method Details

    • setTimeoutInSeconds

      void setTimeoutInSeconds(int seconds)
    • setUndoTimeoutInSeconds

      void setUndoTimeoutInSeconds(int seconds)
    • setLeft

      void setLeft(String caption)
    • setLeftBackgroundColor

      void setLeftBackgroundColor(String color)
    • setRight

      void setRight(String caption)
    • setRightBackgroundColor

      void setRightBackgroundColor(String color)
    • setSwipeActionScript

      void setSwipeActionScript(Script script)