com.wewebu.ow.server.settingsimpl
Class OwSettingsPropertyStartupPlugin
java.lang.Object
com.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.app.OwSettingsPropertyControl
com.wewebu.ow.server.settingsimpl.OwSettingsPropertyBaseImpl
com.wewebu.ow.server.settingsimpl.OwSettingsPropertyStartupPlugin
- All Implemented Interfaces:
- OwSettingsProperty
public class OwSettingsPropertyStartupPlugin
- extends OwSettingsPropertyBaseImpl
Settings Property for the startup plugin selection.
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
Methods inherited from class com.wewebu.ow.server.settingsimpl.OwSettingsPropertyBaseImpl |
appendSingleValueNode, canAdd, createSingleClonedValue, createValue, createValueList, extractIDIndex, getDefaultListItemValue, getDisplayName, getFormName, getFormTarget, getHelpPath, getMaxListSize, getName, getPropertyDefinitionNode, getPropertyError, getSafePropertyError, getSingleValue, getSingleValueFromRequest, getValue, getValueNode, hasError, init, init, insertFormField, isEditable, isList, isModified, isUser, onAdd, onDelete, saved, setDefault, setExternalFormTarget, setValue, toString, updateExternalFormTarget, writeAddNewItemButton, writeDeleteButton |
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget |
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest |
OwSettingsPropertyStartupPlugin
public OwSettingsPropertyStartupPlugin()
insertFormValue
protected void insertFormValue(Writer w_p,
Object value_p,
String strID_p,
int iIndex_p)
throws Exception
- overridable to insert a single value into a edit HTML form
- Overrides:
insertFormValue
in class OwSettingsPropertyBaseImpl
- Parameters:
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 list
- Throws:
Exception
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.