public interface OwEditableProperty
Interface for a editable property used in HTML forms.
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
Modifier and Type | Method and Description |
---|---|
String |
getSafePropertyError(Locale locale_p)
gets a error message for this field, if update failed, clears the message automatically
|
Object |
getValue()
get current value of property
|
void |
setValue(Object value_p)
set current value of property
|
boolean |
update(Locale locale_p,
javax.servlet.http.HttpServletRequest request_p)
apply changes form a HTML form request, to be overridden
|
Object getValue()
void setValue(Object value_p)
value_p
- Objectboolean update(Locale locale_p, javax.servlet.http.HttpServletRequest request_p) throws Exception
locale_p
- Locale to userequest_p
- HttpServletRequest with form data to update the propertyException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.