public class DataFormViewerState extends View.BaseSavedState
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<DataFormViewerState> |
CREATOR |
int |
editorId |
EMPTY_STATE
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
DataFormViewerState(Parcel superState) |
DataFormViewerState(Parcelable superState) |
DataFormViewerState(Parcelable superState,
EntityPropertyViewer viewer) |
Modifier and Type | Method and Description |
---|---|
void |
writeToParcel(Parcel dest,
int flags) |
describeContents, getSuperState
public static final Parcelable.Creator<DataFormViewerState> CREATOR
public int editorId
public DataFormViewerState(Parcelable superState)
public DataFormViewerState(Parcelable superState, EntityPropertyViewer viewer)
public DataFormViewerState(Parcel superState)
public void writeToParcel(@NonNull Parcel dest, int flags)
writeToParcel
in interface Parcelable
writeToParcel
in class View.BaseSavedState