Class NoButtonMode
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class NoButtonMode extends PreviewButton implements Parcelable
Configuration of the 'preview' button in 'no button mode'.
-
-
Constructor Summary
Constructors Constructor Description NoButtonMode(Map<String, Object> source)NoButtonMode(JSONObject json)NoButtonMode(Boolean visible)
-
Method Summary
Modifier and Type Method Description Stringget_type()final BooleangetVisible()Whether the button is visible. JSONObjecttoJson(ToJsonConfiguration config)NoButtonModeclone()final static NoButtonModedefault()-
-
Constructor Detail
-
NoButtonMode
NoButtonMode(JSONObject json)
-
NoButtonMode
NoButtonMode(Boolean visible)
-
-
Method Detail
-
getVisible
final Boolean getVisible()
Whether the button is visible.
Default is false
-
toJson
JSONObject toJson(ToJsonConfiguration config)
-
clone
NoButtonMode clone()
-
default
final static NoButtonMode default()
-
-
-
-