|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.dmsdialogs.OwStandardPropertyViewBridge
public class OwStandardPropertyViewBridge
OwObjectPropertyView based property view bridge.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Field Summary | |
|---|---|
protected OwObjectPropertyView |
view
the view |
| Constructor Summary | |
|---|---|
OwStandardPropertyViewBridge(OwObjectPropertyView view_p)
constructor |
|
| Method Summary | |
|---|---|
OwMenuView |
getMenu()
Get the menu associated with this view. |
OwView |
getView()
|
boolean |
isReadOnly()
Get the status of the view. |
boolean |
isSystemPropertyView()
Return true if the view is used to render system properties. |
boolean |
onApply(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
Event called when user clicked Apply button in menu |
void |
onBatchIndex()
called by the client when the indexes should be set from the previous values as defined with setBatchProperties. |
void |
setGroupPropertiesConfiguration(OwGroupPropertiesConfiguration groupPropertyConfiguration_p)
Set the configuration for grouped properties. |
void |
setObjectRefEx(OwObject objectRef_p,
boolean showSystemProperties_p,
Collection propertyInfos_p)
Sets the object whose properties will be displayed. |
void |
setReadOnlyContext(int context_p)
set context to be used for the read-only property |
void |
setSaveAllActive(boolean saveAllEnabled_p)
Set the save all flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OwObjectPropertyView view
| Constructor Detail |
|---|
public OwStandardPropertyViewBridge(OwObjectPropertyView view_p)
| Method Detail |
|---|
public OwView getView()
getView in interface OwPropertyViewBridgeOwViewpublic void setReadOnlyContext(int context_p)
OwPropertyViewBridge
setReadOnlyContext in interface OwPropertyViewBridgecontext_p - int as defined with OwPropertyClass.CONTEXT_...
public void setObjectRefEx(OwObject objectRef_p,
boolean showSystemProperties_p,
Collection propertyInfos_p)
throws Exception
OwPropertyViewBridge
setObjectRefEx in interface OwPropertyViewBridgeobjectRef_p - The objectRef to set.showSystemProperties_p - if true show only system properties.propertyInfos_p - collection of property info objects describing the properties to edit and their read only state, or null to edit all
Exceptionpublic boolean isSystemPropertyView()
OwPropertyViewBridgetrue if the view is used to render system properties.
isSystemPropertyView in interface OwPropertyViewBridgetrue if the view is used to render system properties
public void onBatchIndex()
throws Exception
OwPropertyViewBridge
onBatchIndex in interface OwPropertyViewBridgeException
public boolean onApply(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
throws Exception
OwPropertyViewBridge
onApply in interface OwPropertyViewBridgerequest_p - HttpServletRequestreason_p - Optional reason object submitted in addMenuItem
Exceptionpublic OwMenuView getMenu()
OwPropertyViewBridge
getMenu in interface OwPropertyViewBridgeOwMenuView object associated with this view.public boolean isReadOnly()
OwPropertyViewBridge
isReadOnly in interface OwPropertyViewBridgetrue if the view is in read-only mode.public void setSaveAllActive(boolean saveAllEnabled_p)
OwPropertyViewBridge
setSaveAllActive in interface OwPropertyViewBridgepublic void setGroupPropertiesConfiguration(OwGroupPropertiesConfiguration groupPropertyConfiguration_p)
OwPropertyViewBridge
setGroupPropertiesConfiguration in interface OwPropertyViewBridgegroupPropertyConfiguration_p - - the configuration object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||