org.openmdx.ui1.cci2
Interface AlternateElementDefinition

All Superinterfaces:
AbstractElementDefinition, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
AlternateElementDefinition
All Known Implementing Classes:
AlternateElementDefinition

public interface AlternateElementDefinition
extends org.openmdx.base.cci2.BasicObject, AbstractElementDefinition

Class AlternateElementDefinition


Nested Class Summary
static interface AlternateElementDefinition.Identity
          Object Identity
 
Method Summary
 void setElementDefinition(ElementDefinition elementDefinition)
          Sets a new value for the reference elementDefinition.
 void setElementDefinition(ElementDefinition elementDefinition, boolean idIsPersistent, String id)
          Set the object's composite association org:openmdx:ui1:ElementDefinitionContainsAlternateElementDefinition.
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.openmdx.ui1.cci2.AbstractElementDefinition
getBackColor, getColor, getDataBindingName, getDecimalPlaces, getDisplayValueExpr, getEventHandler, getIconKey, getIncrement, getLabel, getMaxLength, getMaxMember, getMaxValue, getMemberDefaultValue, getMemberElementName, getMemberMimeType, getMinValue, getMultiplicity, getOrder, getOrderFieldGroup, getOrderObjectContainer, getShortLabel, getShowMaxMember, getSizeXweight, getSkipRow, getSpanRow, getTitleIndex, getToolTip, isChangeable, isColumnBreak, isFilterable, isHasThousandsSeparator, isInPlace, isPassword, isSortable, setBackColor, setChangeable, setColor, setColumnBreak, setDataBindingName, setDecimalPlaces, setDisplayValueExpr, setEventHandler, setFilterable, setHasThousandsSeparator, setIconKey, setIncrement, setInPlace, setLabel, setMaxLength, setMaxMember, setMaxValue, setMemberDefaultValue, setMemberElementName, setMemberMimeType, setMinValue, setMultiplicity, setOrder, setOrderFieldGroup, setOrderObjectContainer, setPassword, setShortLabel, setShowMaxMember, setSizeXweight, setSkipRow, setSortable, setSpanRow, setTitleIndex, setToolTip
 

Method Detail

setElementDefinition

void setElementDefinition(ElementDefinition elementDefinition)
Sets a new value for the reference elementDefinition.

Parameters:
elementDefinition - The non-null new value for this reference.

setElementDefinition

void setElementDefinition(ElementDefinition elementDefinition,
                          boolean idIsPersistent,
                          String id)
Set the object's composite association org:openmdx:ui1:ElementDefinitionContainsAlternateElementDefinition.

Parameters:
elementDefinition - The non-null new value for this object's composite owner.
idIsPersistent - Defines whether the id is persistent.
id - The non-null new value for this object's qualifier.


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