|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.gadgets.EditorGadget
com.partnersoft.v3x.gadgets.RecordEditor
com.partnersoft.v3x.gadgets.CascadingEditor
public class CascadingEditor
An editor that for an object that has subobjects that also need to be edited.
| Constructor Summary | |
|---|---|
CascadingEditor()
|
|
| Method Summary | |
|---|---|
void |
addSubEditor(java.lang.String propertyName,
Editor sub)
|
void |
addSubEditorFor(java.lang.String propertyName)
|
Editor |
getSubEditorFor(java.lang.String fieldName)
|
void |
reset()
Reset the editor to reflect the state of the object the last time it was saved. |
void |
save()
Save changes to the object if there are any. |
void |
setEdited(java.lang.Object newEdited)
Set the object to be edited. |
| Methods inherited from class com.partnersoft.v3x.gadgets.RecordEditor |
|---|
addSpecifier, addViewer, applyChanges, autosaveOn, forceSave, getCurrentSpecifiedValues, getEdited, isAutosaving, isForcedSaving, listSpecifiersFor, listViewersFor, setAutosaving, setForcedSaving |
| Methods inherited from class com.partnersoft.v3x.gadgets.EditorGadget |
|---|
addEditListener, delete, fireChanged, removeEditListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CascadingEditor()
| Method Detail |
|---|
public void addSubEditorFor(java.lang.String propertyName)
public void addSubEditor(java.lang.String propertyName,
Editor sub)
public void save()
RecordEditor
save in interface Editorsave in class RecordEditorpublic void reset()
RecordEditor
reset in interface Editorreset in class RecordEditorpublic Editor getSubEditorFor(java.lang.String fieldName)
public void setEdited(java.lang.Object newEdited)
RecordEditor
setEdited in interface EditorsetEdited in class RecordEditor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||