public class OwSettingsPropertyRefreshBootConfig extends OwSettingsPropertyBaseImpl
Settings Property for boot configuration refresh button.
NOTE: Property does not edit data, it just displays a button
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
ITEM_PREFIX, ITEM_QUERY_KEY, m_defaultValue, m_fList, m_strError, m_valuem_externalFormEventTarget, m_propertyDefinitionNode, m_strSetNameITEM_VALUE_NODE| Constructor and Description |
|---|
OwSettingsPropertyRefreshBootConfig() |
| Modifier and Type | Method and Description |
|---|---|
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
|
void |
insertLabel(Writer w_p) |
void |
onBootConfigClick(javax.servlet.http.HttpServletRequest request_p)
called, when user clicked the boot config update button
|
void |
onRoleConfigClick(javax.servlet.http.HttpServletRequest request_p)
called, when user clicked the role config update button
|
appendSingleValueNode, canAdd, createSingleClonedValue, createValue, createValueList, extractIDIndex, getDefaultListItemValue, getMaxListSize, getPropertyError, getSafePropertyError, getSingleValue, getSingleValueFromRequest, getValue, getValueNode, hasError, init, insertFormField, insertLabelValue, isList, isModified, onAdd, onDelete, saved, setDefault, setValue, toString, updateExternalFormTarget, writeAddNewItemButton, writeDeleteButtongetDisplayName, getFormName, getFormTarget, getHelpPath, getName, getPropertyDefinitionNode, init, isEditable, isUser, setExternalFormTargetattach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequestprotected void insertFormValue(Writer w_p, Object value_p, String strID_p, int iIndex_p) throws Exception
insertFormValue in class OwSettingsPropertyBaseImplw_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 listExceptionpublic void onRoleConfigClick(javax.servlet.http.HttpServletRequest request_p)
throws Exception
request_p - HttpServletRequestExceptionpublic void onBootConfigClick(javax.servlet.http.HttpServletRequest request_p)
throws Exception
request_p - HttpServletRequestExceptionpublic void insertLabel(Writer w_p) throws Exception
insertLabel in class OwSettingsPropertyBaseImplExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.