Package | Description |
---|---|
com.wewebu.ow.server.plug.owshortcut |
Modifier and Type | Class and Description |
---|---|
protected static class |
OwShortCutDocument.OwSimpleShortCutContext
Simple implementation of OwShortCutItemContext interface.
|
class |
OwShortCutItemView
Displays
OwShortCutItem s.The view is based on the OwShortCutDocument model object and
renders object-pointing shortcuts and non-object-pointing shortcuts into two separates lists. |
Modifier and Type | Method and Description |
---|---|
protected OwShortCutItemContext |
OwShortCutDocument.getShortCutItemContext()
Get/Create OwShortCutItemContext
|
Modifier and Type | Method and Description |
---|---|
protected OwShortCutItem |
OwShortCutDocument.deserializeShortCut(String persistString,
OwShortCutItemContext context)
(overridable)
Factory method called to create an OwShortCutItem object from provided String.
If OwShortCut item cannot be instantiated from string a exception will be thrown. |
void |
OwShortCutItemOwObject.insertIcon(OwShortCutItemContext context_p,
Writer w_p)
render a icon link for this short cut
|
void |
OwShortcutItemUnresolved.insertIcon(OwShortCutItemContext context_p,
Writer w_p) |
abstract void |
OwShortCutItem.insertIcon(OwShortCutItemContext context_p,
Writer w_p)
render a icon link for this short cut
|
void |
OwShortCutItemOwObject.insertLabel(OwShortCutItemContext context_p,
Writer w_p)
render a label link for this short cut
|
void |
OwShortcutItemUnresolved.insertLabel(OwShortCutItemContext context_p,
Writer w_p) |
abstract void |
OwShortCutItem.insertLabel(OwShortCutItemContext context_p,
Writer w_p)
render a label link for this short cut
|
static OwShortCutItem |
OwShortCutItem.loadShortCut(String persistString_p,
OwShortCutItemContext context_p,
int maxChildSize_p)
factory method to create a persistent short cut from given string
|
Constructor and Description |
---|
OwShortCutItemOwObject(String persistString_p,
OwShortCutItemContext context_p,
int maxChildSize_p)
reconstruct the short cut from the given string
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.