@Name(value="fragmentBean") @Scope(value=CONVERSATION) @Install(precedence=30) public class FragmentActionBean extends GenericActionBean
| Modifier and Type | Field and Description |
|---|---|
static String |
NX_PREFIX_PATH
Nuxeo prefix path.
|
static String |
NX_PREFIX_WEBID
Nuxeo prefix webid.
|
resourcesAccessor| Constructor and Description |
|---|
FragmentActionBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancelCreation()
Cancel the creation an back to the window selector
|
String |
dispatchCreation(String code,
String code2)
Prepare and display the creation view
|
String |
getBelowUri() |
EwDescriptor |
getDescriptor() |
Map<String,String> |
getListViewsParam() |
String |
getRegion() |
String |
getTitleByPath(String path) |
String |
getUri() |
void |
initDescriptor()
Prepare and display the current fragment's informations
|
boolean |
isCanCancel() |
void |
setBelowUri(String belowUri) |
void |
setRegion(String region) |
void |
setUri(String uri) |
void |
startUp() |
addMessagepublic static final String NX_PREFIX_PATH
public static final String NX_PREFIX_WEBID
public String getUri()
public void setUri(String uri)
uri - the uri to setpublic String getRegion()
public void setRegion(String region)
region - the region to setpublic String getBelowUri()
public void setBelowUri(String belowUri)
belowUri - the belowUri to setpublic boolean isCanCancel()
public EwDescriptor getDescriptor()
public String dispatchCreation(String code, String code2)
code - the code of the nuxeo fragment objectpublic String cancelCreation()
public void initDescriptor()
@Create public void startUp()
Copyright © 2018. All rights reserved.