Interface MobileBaseForm.MutableSwipeAction
- All Superinterfaces:
MobileBaseForm.SwipeAction
- All Known Implementing Classes:
MutableSwipeActionImpl
- Enclosing interface:
MobileBaseForm
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetLeftBackgroundColor(String color) voidvoidsetRightBackgroundColor(String color) voidsetSwipeActionScript(Script script) voidsetTimeoutInSeconds(int seconds) voidsetUndoTimeoutInSeconds(int seconds) Methods inherited from interface MobileBaseForm.SwipeAction
getLeft, getLeftBackgroundColor, getRight, getRightBackgroundColor, getSwipeActionScript, getTimeoutInSeconds, getUndoTimeoutInSeconds
-
Method Details
-
setTimeoutInSeconds
void setTimeoutInSeconds(int seconds) -
setUndoTimeoutInSeconds
void setUndoTimeoutInSeconds(int seconds) -
setLeft
-
setLeftBackgroundColor
-
setRight
-
setRightBackgroundColor
-
setSwipeActionScript
-