public class ProfilePropertyEditorDefault extends ProfilePropertyEditorBase
CREATOR, editType, properties| Constructor and Description |
|---|
ProfilePropertyEditorDefault(java.lang.String editType) |
| Modifier and Type | Method and Description |
|---|---|
ProfilePropertyEditorDefault |
addProperty(java.lang.String name,
java.util.AbstractList<java.lang.Object> value) |
ProfilePropertyEditorDefault |
addProperty(java.lang.String name,
java.lang.Boolean value) |
ProfilePropertyEditorDefault |
addProperty(java.lang.String name,
java.lang.Number value) |
ProfilePropertyEditorDefault |
addProperty(java.lang.String name,
java.lang.Object... value) |
ProfilePropertyEditorDefault |
addProperty(java.lang.String name,
java.lang.String value) |
commit, describeContents, getEditType, getProperties, putProperty, writeToParcelpublic ProfilePropertyEditorDefault(java.lang.String editType)
public ProfilePropertyEditorDefault addProperty(java.lang.String name, java.lang.String value)
public ProfilePropertyEditorDefault addProperty(java.lang.String name, java.lang.Number value)
public ProfilePropertyEditorDefault addProperty(java.lang.String name, java.lang.Boolean value)
public ProfilePropertyEditorDefault addProperty(java.lang.String name, java.lang.Object... value)
public ProfilePropertyEditorDefault addProperty(java.lang.String name, java.util.AbstractList<java.lang.Object> value)