|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.util.DelayedCopyableHandler
public class DelayedCopyableHandler
TODO mark don't forget to fill this in.
| Method Summary | |
|---|---|
static Copyable |
getDelayedCopy(Copyable source)
Get a proxy instance providing delayed copy behavior on a source component. |
Object |
invoke(Object proxy,
Method method,
Object[] args)
This overridden method ... |
static boolean |
isPendingDelayedCopy(Copyable source)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
invoke in interface InvocationHandlerThrowableInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])public static boolean isPendingDelayedCopy(Copyable source)
public static Copyable getDelayedCopy(Copyable source)
source - The source object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||