org.openmdx.ui1.jmi1
Interface ValuedField

All Superinterfaces:
AbstractField, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, LabelledField, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0, ValuedField, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
CheckBox, CompoundField, DateField, DocumentBox, NumberField, ObjectReferenceField, TextBox, TextField

public interface ValuedField
extends ValuedField, LabelledField

Abstract class ValuedField


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 List<String> getEventHandler()
          Retrieves a list containing all the elements for the attribute eventHandler.
 void setEventHandler(List<String> eventHandler)
          Clears eventHandler and adds the members of the given List.
 
Methods inherited from interface org.openmdx.ui1.cci2.ValuedField
getDataBindingName, getDefaultValue, getFeatureName, getMultiplicity, getQualifiedFeatureName, getSkipRow, getSpanRow, isFilterable, isSortable, setDataBindingName, setDefaultValue, setEventHandler, setFeatureName, setFilterable, setMultiplicity, setQualifiedFeatureName, setSkipRow, setSortable, setSpanRow
 
Methods inherited from interface org.openmdx.ui1.jmi1.LabelledField
getLabel, getShortLabel, setLabel, setShortLabel
 
Methods inherited from interface org.openmdx.ui1.cci2.LabelledField
setLabel, setShortLabel
 
Methods inherited from interface org.openmdx.ui1.cci2.AbstractField
getBackColor, getColor, getFontColor, getFontName, getFontSize, isFontBold, isFontItalic, isFontStrikeout, isFontUnderline, setBackColor, setColor, setFontBold, setFontColor, setFontItalic, setFontName, setFontSize, setFontStrikeout, setFontUnderline
 
Methods inherited from interface org.openmdx.ui1.jmi1.Element
getToolTip, setToolTip
 
Methods inherited from interface org.openmdx.ui1.cci2.Element
getIconKey, getMimeType, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setToolTip
 
Methods inherited from interface org.openmdx.base.jmi1.BasicObject
getCreatedBy, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getModifiedAt
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.jmi1.ViewCapable
getView, getView, getView
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getEventHandler

List<String> getEventHandler()
Retrieves a list containing all the elements for the attribute eventHandler.

Specified by:
getEventHandler in interface ValuedField
Returns:
A list containing all elements for this attribute.

setEventHandler

void setEventHandler(List<String> eventHandler)
Clears eventHandler and adds the members of the given List.

This method is equivalent to

   list.clear();
   list.addAll(eventHandler);
 
Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.

Parameters:
eventHandler - collection to be copied.


This software is published under the BSD license. Copyright © 2006-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.