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
Exception
public void clear()
public ComponentBean getCopiedComponent(ContentContext ctx) throws Exception
Exception
Copyright © 2012-2018. All Rights Reserved.