public class OwSettingsPropertyStringCombo extends OwSettingsPropertyBaseImpl
A single settings String property, with combo select box.
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 | Field and Description |
---|---|
protected static String |
COMBO_SELECT_ITEM_DISPLAY_ATTR_NAME
attribute name of a combo select item display name for list properties
|
protected static String |
COMBO_SELECT_ITEM_NODE_NAME
node name of a combo select item for list properties
|
ITEM_PREFIX, ITEM_QUERY_KEY, m_defaultValue, m_fList, m_strError, m_value
m_externalFormEventTarget, m_propertyDefinitionNode, m_strSetName
ITEM_VALUE_NODE
Constructor and Description |
---|
OwSettingsPropertyStringCombo() |
Modifier and Type | Method and Description |
---|---|
protected List |
createComboSelectList(Node valueNode_p)
create a list of values, if property is a list
|
protected Object |
createSingleClonedValue(Object oSingleValue_p)
create a clone out of the given single property value
|
protected Object |
getDefaultListItemValue()
overridable to create a default value for list properties
|
protected Object |
getSingleValueFromRequest(javax.servlet.http.HttpServletRequest request_p,
String strID_p)
overridable to apply changes on a submitted form
|
protected void |
insertFormValue(Writer w_p,
Object value_p,
String strID_p,
int iIndex_p)
overridable to insert a single value into a edit HTML form
|
appendSingleValueNode, canAdd, createValue, createValueList, extractIDIndex, getMaxListSize, getPropertyError, getSafePropertyError, getSingleValue, getValue, getValueNode, hasError, init, insertFormField, insertLabel, insertLabelValue, isList, isModified, onAdd, onDelete, saved, setDefault, setValue, toString, updateExternalFormTarget, writeAddNewItemButton, writeDeleteButton
getDisplayName, getFormName, getFormTarget, getHelpPath, getName, getPropertyDefinitionNode, init, isEditable, isUser, setExternalFormTarget
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest
protected static final String COMBO_SELECT_ITEM_NODE_NAME
protected static final String COMBO_SELECT_ITEM_DISPLAY_ATTR_NAME
protected Object createSingleClonedValue(Object oSingleValue_p)
createSingleClonedValue
in class OwSettingsPropertyBaseImpl
oSingleValue_p
- single Object valueprotected List createComboSelectList(Node valueNode_p) throws Exception
valueNode_p
- Node with child value nodesException
protected void insertFormValue(Writer w_p, Object value_p, String strID_p, int iIndex_p) throws Exception
insertFormValue
in class OwSettingsPropertyBaseImpl
w_p
- Writer to write HTML code tovalue_p
- the property value to editstrID_p
- String the ID of the HTML element for use in onApplyiIndex_p
- int Index of item if it is a listException
protected Object getSingleValueFromRequest(javax.servlet.http.HttpServletRequest request_p, String strID_p)
getSingleValueFromRequest
in class OwSettingsPropertyBaseImpl
request_p
- HttpServletRequest with form data to update the propertystrID_p
- String the HTML form element ID of the requested valueprotected Object getDefaultListItemValue() throws Exception
getDefaultListItemValue
in class OwSettingsPropertyBaseImpl
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.