gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.model / Binder
sealed class Binder :
Parcelable
,
Cloneable
Created by Maksim Shumko on 7/13/2020
Name | Summary |
---|---|
DateField | data class DateField : Binder |
FloatField | data class FloatField : Binder |
ImageField | data class ImageField : Binder |
IntegerField | data class IntegerField : Binder |
StringField | data class StringField : Binder |
TimeDuration | data class TimeDuration : Binder |
Name | Summary |
---|---|
binderDestination | val binderDestination: String |
binderSource | val binderSource: String |
Name | Summary |
---|---|
clone | abstract fun clone(): Binder |
equals | open fun equals(other: Any ?): Boolean |
hashCode | open fun hashCode(): Int |
Name | Summary |
---|---|
DATE | const val DATE: String |
FLOAT | const val FLOAT: String |
IMAGE | const val IMAGE: String |
INTEGER | const val INTEGER: String |
STRING | const val STRING: String |
TIME_DURATION | const val TIME_DURATION: String |
Name | Summary |
---|---|
DateField | data class DateField : Binder |
FloatField | data class FloatField : Binder |
ImageField | data class ImageField : Binder |
IntegerField | data class IntegerField : Binder |
StringField | data class StringField : Binder |
TimeDuration | data class TimeDuration : Binder |