public class ListColumnUtil extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ListColumnUtil() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.public static ExtensionsInvoker<ListColumnAction> useExtensions(JspContext jspContext)
ExtensionsControl.useExtensions(JspContext, String...)
.jspContext
- The current jsp contextpublic static void registerExtensionPoints(Registry registry)