@Name(value="orderableDocumentActions") @Scope(value=CONVERSATION) public class OrderableDocumentActions extends Object implements SelectDataModelListener, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CHILDREN_DOCUMENT_LIST |
static String |
CURRENT_DOC_ORDERED_CHILDREN_QM |
static String |
SECTION_TYPE |
Constructor and Description |
---|
OrderableDocumentActions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCanMoveDown() |
boolean |
getCanMoveToBottom() |
boolean |
getCanMoveToTop() |
boolean |
getCanMoveUp() |
SelectDataModel |
getCurrentOrderedChildrenSelectModel() |
SelectDataModel |
getSectionOrderedChildrenSelectModel() |
void |
invalidateProviderOnDocumentChanged() |
String |
moveDown() |
String |
moveToBottom() |
String |
moveToTop() |
String |
moveUp() |
void |
processSelectRowEvent(SelectDataModelRowEvent event) |
public static final String CURRENT_DOC_ORDERED_CHILDREN_QM
public static final String CHILDREN_DOCUMENT_LIST
public static final String SECTION_TYPE
@Factory(value="currentOrderedChildrenSelectModel", scope=EVENT) public SelectDataModel getCurrentOrderedChildrenSelectModel() throws ClientException
ClientException
@Factory(value="sectionOrderedChildrenSelectModel", scope=EVENT) public SelectDataModel getSectionOrderedChildrenSelectModel() throws ClientException
ClientException
public void processSelectRowEvent(SelectDataModelRowEvent event)
processSelectRowEvent
in interface SelectDataModelListener
public boolean getCanMoveDown() throws ClientException
ClientException
public String moveDown() throws ClientException
ClientException
public boolean getCanMoveUp() throws ClientException
ClientException
public String moveUp() throws ClientException
ClientException
public boolean getCanMoveToTop() throws ClientException
ClientException
public String moveToTop() throws ClientException
ClientException
public boolean getCanMoveToBottom() throws ClientException
ClientException
public String moveToBottom() throws ClientException
ClientException
Copyright © 2011 Nuxeo SA. All Rights Reserved.