public class ProfileDefaultEditor extends ProfileEditorBase
editType, properties| Modifier | Constructor and Description |
|---|---|
protected |
ProfileDefaultEditor(java.lang.String editType) |
| Modifier and Type | Method and Description |
|---|---|
ProfileDefaultEditor |
addProperty(java.lang.String name,
java.util.AbstractList<java.lang.Object> value) |
ProfileDefaultEditor |
addProperty(java.lang.String name,
java.lang.Boolean value) |
ProfileDefaultEditor |
addProperty(java.lang.String name,
java.lang.Number value) |
ProfileDefaultEditor |
addProperty(java.lang.String name,
java.lang.Object... value) |
ProfileDefaultEditor |
addProperty(java.lang.String name,
java.lang.String value) |
protected void |
updateProfileLocal() |
commit, getEditType, getProperties, putPropertyprotected void updateProfileLocal()
updateProfileLocal in class ProfileEditorBasepublic ProfileDefaultEditor addProperty(java.lang.String name, java.lang.String value)
public ProfileDefaultEditor addProperty(java.lang.String name, java.lang.Number value)
public ProfileDefaultEditor addProperty(java.lang.String name, java.lang.Boolean value)
public ProfileDefaultEditor addProperty(java.lang.String name, java.lang.Object... value)
public ProfileDefaultEditor addProperty(java.lang.String name, java.util.AbstractList<java.lang.Object> value)