|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.dataops.containermove.ContainerMoveEvent
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Object |
containers
|
private Object |
folders
|
static String |
POST_CONTAINER_MOVE
Supported API: false |
static String |
PRE_CONTAINER_MOVE
Supported API: false |
private static String |
RESOURCE
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
ContainerMoveEvent(String eventType,
Object moveObjects,
Object containers,
Object folders)
Supported API: false |
Method Summary | |
static String |
generateEventKey(String eventType)
Supported API: false |
Object |
getContainers()
Gets the value of the attribute: containers. |
Object |
getFolders()
Gets the value of the attribute: folders. |
void |
setContainers(Object a_Containers)
Sets the value of the attribute: containers. |
void |
setFolders(Object a_Folders)
Sets the value of the attribute: folders. |
KeyedEvent[] |
toSingleObjectEvents()
Supported API: false |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String PRE_CONTAINER_MOVE
public static final String POST_CONTAINER_MOVE
private Object containers
private Object folders
Constructor Detail |
public ContainerMoveEvent(String eventType, Object moveObjects, Object containers, Object folders)
eventType
- moveObjects
- containers
- folders
- Method Detail |
public Object getContainers()
public void setContainers(Object a_Containers) throws WTPropertyVetoException
a_Containers
-
WTPropertyVetoException
public Object getFolders()
public void setFolders(Object a_Folders) throws WTPropertyVetoException
a_Folders
-
WTPropertyVetoException
public static String generateEventKey(String eventType)
eventType
-
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class KeyedEvent
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |