Class MutableSwipeActionImpl
Object
MutableSwipeActionImpl
- All Implemented Interfaces:
MobileBaseForm.MutableSwipeAction,MobileBaseForm.SwipeAction,Serializable
public class MutableSwipeActionImpl
extends Object
implements MobileBaseForm.MutableSwipeAction, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLeft()getRight()intintvoidvoidsetLeftBackgroundColor(String color) voidvoidsetRightBackgroundColor(String color) voidsetSwipeActionScript(Script script) voidsetTimeoutInSeconds(int seconds) voidsetUndoTimeoutInSeconds(int seconds)
-
Constructor Details
-
MutableSwipeActionImpl
public MutableSwipeActionImpl()
-
-
Method Details
-
getTimeoutInSeconds
public int getTimeoutInSeconds()- Specified by:
getTimeoutInSecondsin interfaceMobileBaseForm.SwipeAction
-
getLeft
- Specified by:
getLeftin interfaceMobileBaseForm.SwipeAction
-
getLeftBackgroundColor
- Specified by:
getLeftBackgroundColorin interfaceMobileBaseForm.SwipeAction
-
getRight
- Specified by:
getRightin interfaceMobileBaseForm.SwipeAction
-
getRightBackgroundColor
- Specified by:
getRightBackgroundColorin interfaceMobileBaseForm.SwipeAction
-
getSwipeActionScript
- Specified by:
getSwipeActionScriptin interfaceMobileBaseForm.SwipeAction
-
setSwipeActionScript
- Specified by:
setSwipeActionScriptin interfaceMobileBaseForm.MutableSwipeAction
-
setTimeoutInSeconds
public void setTimeoutInSeconds(int seconds) - Specified by:
setTimeoutInSecondsin interfaceMobileBaseForm.MutableSwipeAction
-
setLeft
- Specified by:
setLeftin interfaceMobileBaseForm.MutableSwipeAction
-
setLeftBackgroundColor
- Specified by:
setLeftBackgroundColorin interfaceMobileBaseForm.MutableSwipeAction
-
setRight
- Specified by:
setRightin interfaceMobileBaseForm.MutableSwipeAction
-
setRightBackgroundColor
- Specified by:
setRightBackgroundColorin interfaceMobileBaseForm.MutableSwipeAction
-
getUndoTimeoutInSeconds
public int getUndoTimeoutInSeconds()- Specified by:
getUndoTimeoutInSecondsin interfaceMobileBaseForm.SwipeAction
-
setUndoTimeoutInSeconds
public void setUndoTimeoutInSeconds(int seconds) - Specified by:
setUndoTimeoutInSecondsin interfaceMobileBaseForm.MutableSwipeAction
-