org.openmdx.ui1.cci2
Interface AdditionalElementDefinition

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:
AdditionalElementDefinition
All Known Implementing Classes:
AdditionalElementDefinition

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

Class AdditionalElementDefinition


Nested Class Summary
static interface AdditionalElementDefinition.Identity
          Object Identity
 
Method Summary
 Set<String> getForClass()
           
 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:ElementDefinitionContainsAdditionalElementDefinition.
 void setForClass(String... forClass)
           This method is equivalent to
 
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

getForClass

Set<String> getForClass()
Returns:
A set containing all elements for this attribute.

setForClass

void setForClass(String... forClass)

This method is equivalent to

   set.clear();
   set.addAll(Arrays.asList(forClass));
 

Parameters:
forClass - value(s) to be added to forClass

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:ElementDefinitionContainsAdditionalElementDefinition.

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.