com.wewebu.ow.server.settingsimpl
Class OwSettingsPropertyClipboardBehavior

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.app.OwSettingsPropertyControl
          extended by com.wewebu.ow.server.settingsimpl.OwSettingsPropertyBaseImpl
              extended by com.wewebu.ow.server.settingsimpl.OwSettingsPropertyStringCombo
                  extended by com.wewebu.ow.server.settingsimpl.OwSettingsPropertyClipboardBehavior
All Implemented Interfaces:
OwSettingsProperty

public class OwSettingsPropertyClipboardBehavior
extends OwSettingsPropertyStringCombo

Settings Property for Clipboard behavior.

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


Field Summary
static String OW_CLIPBOARD_BEHAVIOR_APPEND
          clipboard behavior append - append items to the content of the clipboard each time copy/cut plugins are invoked
static String OW_CLIPBOARD_BEHAVIOR_REPLACE
          clipboard behavior replace - replace the content of the clipboard each time copy/cut plugins are invoked
 
Fields inherited from class com.wewebu.ow.server.settingsimpl.OwSettingsPropertyStringCombo
COMBO_SELECT_ITEM_DISPLAY_ATTR_NAME, COMBO_SELECT_ITEM_NODE_NAME
 
Fields inherited from class com.wewebu.ow.server.settingsimpl.OwSettingsPropertyBaseImpl
ITEM_PREFIX, ITEM_QUERY_KEY, m_defaultValue, m_externalFormEventTarget, m_fList, m_propertyDefinitionNode, m_strError, m_strSetName, m_value
 
Fields inherited from interface com.wewebu.ow.server.app.OwSettingsProperty
ITEM_VALUE_NODE
 
Constructor Summary
OwSettingsPropertyClipboardBehavior()
           
 
Method Summary
protected  List createComboSelectList(Node valueNode_p)
          create a list of values, if property is a list
 
Methods inherited from class com.wewebu.ow.server.settingsimpl.OwSettingsPropertyStringCombo
createSingleClonedValue, getDefaultListItemValue, getSingleValueFromRequest, insertFormValue
 
Methods inherited from class com.wewebu.ow.server.settingsimpl.OwSettingsPropertyBaseImpl
appendSingleValueNode, canAdd, createValue, createValueList, extractIDIndex, getDisplayName, getFormName, getFormTarget, getHelpPath, getMaxListSize, getName, getPropertyDefinitionNode, getPropertyError, getSafePropertyError, getSingleValue, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OW_CLIPBOARD_BEHAVIOR_REPLACE

public static final String OW_CLIPBOARD_BEHAVIOR_REPLACE
clipboard behavior replace - replace the content of the clipboard each time copy/cut plugins are invoked

See Also:
Constant Field Values

OW_CLIPBOARD_BEHAVIOR_APPEND

public static final String OW_CLIPBOARD_BEHAVIOR_APPEND
clipboard behavior append - append items to the content of the clipboard each time copy/cut plugins are invoked

See Also:
Constant Field Values
Constructor Detail

OwSettingsPropertyClipboardBehavior

public OwSettingsPropertyClipboardBehavior()
Method Detail

createComboSelectList

protected List createComboSelectList(Node valueNode_p)
                              throws Exception
create a list of values, if property is a list

Overrides:
createComboSelectList in class OwSettingsPropertyStringCombo
Parameters:
valueNode_p - Node with child value nodes
Returns:
List of Objects representing values
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.