org.kuali.rice.krad.uif.util
Class DelayedCopyableHandler

java.lang.Object
  extended by org.kuali.rice.krad.uif.util.DelayedCopyableHandler
All Implemented Interfaces:
InvocationHandler

public class DelayedCopyableHandler
extends Object
implements InvocationHandler

TODO mark don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

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

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
This overridden method ...

Specified by:
invoke in interface InvocationHandler
Throws:
Throwable
See Also:
InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])

isPendingDelayedCopy

public static boolean isPendingDelayedCopy(Copyable source)

getDelayedCopy

public static Copyable getDelayedCopy(Copyable source)
Get a proxy instance providing delayed copy behavior on a source component.

Parameters:
source - The source object
Returns:
proxy instance wrapping the object


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.