public class RemoveAttributeUndoableEdit extends CayenneUndoableEdit
actionManager, controllerRedoName, UndoName| Constructor and Description |
|---|
RemoveAttributeUndoableEdit(DataChannelDescriptor domain,
DataMap dataMap,
DbEntity entity,
DbAttribute[] attribs) |
RemoveAttributeUndoableEdit(DataChannelDescriptor domain,
DataMap dataMap,
ObjEntity entity,
ObjAttribute[] attribs) |
RemoveAttributeUndoableEdit(Embeddable embeddable,
EmbeddableAttribute[] embeddableAttrs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPresentationName() |
void |
redo() |
void |
undo() |
canRedo, canUndoaddEdit, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toStringpublic RemoveAttributeUndoableEdit(Embeddable embeddable, EmbeddableAttribute[] embeddableAttrs)
public RemoveAttributeUndoableEdit(DataChannelDescriptor domain, DataMap dataMap, ObjEntity entity, ObjAttribute[] attribs)
public RemoveAttributeUndoableEdit(DataChannelDescriptor domain, DataMap dataMap, DbEntity entity, DbAttribute[] attribs)
public void redo()
throws CannotRedoException
redo in interface UndoableEditredo in class AbstractUndoableEditCannotRedoExceptionpublic void undo()
throws CannotUndoException
undo in interface UndoableEditundo in class AbstractUndoableEditCannotUndoExceptionpublic String getPresentationName()
getPresentationName in interface UndoableEditgetPresentationName in class AbstractUndoableEditCopyright © 2001–2015 Apache Cayenne. All rights reserved.