public class ClipBoard extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copy(ContentContext ctx,
Object inCopied) |
Object |
getCopied() |
ComponentBean |
getCopiedComponent(ContentContext ctx) |
static ClipBoard |
getInstance(javax.servlet.http.HttpServletRequest request) |
String |
getLabel() |
boolean |
isEmpty(ContentContext ctx) |
public static ClipBoard getInstance(javax.servlet.http.HttpServletRequest request)
public void copy(ContentContext ctx, Object inCopied)
public Object getCopied()
public String getLabel()
public boolean isEmpty(ContentContext ctx) throws Exception
Exceptionpublic void clear()
public ComponentBean getCopiedComponent(ContentContext ctx) throws Exception
ExceptionCopyright © 2012-2018. All Rights Reserved.