|
3.2.4: 2013-12-06 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.clients.web.extensions.list.ListColumnUtil
public class ListColumnUtil
Utility class for list column extension points.
Field Summary | |
---|---|
static String |
EP_ALL
ID for the list column extension point that appear on all list pages. |
static String |
EP_ANNOTATABLE
ID for the list column extension point that appear on all pages that list Annotatable items. |
static String |
EP_OWNABLE
ID for the list column extension point that appear on all pages that list Ownable items. |
static String |
EP_PREFIX
ID prefixes for list column extension point. |
static String |
EP_REMOVABLE
ID for the list column extension point that appear on all pages that list Removable items. |
static String |
EP_SHAREABLE
ID for the list column extension point that appear on all pages that list Shareable items. |
static Item[] |
LIST_ITEMS
An array containing all items that we are registering an extension point for. |
Constructor Summary | |
---|---|
ListColumnUtil()
|
Method Summary | |
---|---|
private static void |
register(Registry registry,
String id,
String name)
|
static void |
registerExtensionPoints(Registry registry)
|
static ExtensionsInvoker<ListColumnAction> |
useExtensions(JspContext jspContext)
Use list column extensions for a given gui context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Item[] LIST_ITEMS
public static String EP_PREFIX
public static String EP_ALL
public static String EP_OWNABLE
Ownable
items.
public static String EP_SHAREABLE
Shareable
items.
public static String EP_REMOVABLE
Removable
items.
public static String EP_ANNOTATABLE
Annotatable
items.
Constructor Detail |
---|
public ListColumnUtil()
Method Detail |
---|
public static ExtensionsInvoker<ListColumnAction> useExtensions(JspContext jspContext)
ExtensionsControl.useExtensions(JspContext, String...)
.
jspContext
- The current jsp context
public static void registerExtensionPoints(Registry registry)
private static void register(Registry registry, String id, String name)
|
3.2.4: 2013-12-06 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |