|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 property
Exception
String getSafePropertyError(Locale locale_p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |