org.openmdx.ui1.cci2
Interface AbstractElementDefinition

All Known Subinterfaces:
AbstractElementDefinition, AdditionalElementDefinition, AdditionalElementDefinition, AlternateElementDefinition, AlternateElementDefinition, ElementDefinition, ElementDefinition
All Known Implementing Classes:
AdditionalElementDefinition, AlternateElementDefinition, ElementDefinition

public interface AbstractElementDefinition

Abstract class AbstractElementDefinition


Method Summary
 String getBackColor()
           
 String getColor()
           
 String getDataBindingName()
           
 Integer getDecimalPlaces()
           
 List<String> getDisplayValueExpr()
           
 List<String> getEventHandler()
           
 String getIconKey()
           
 BigDecimal getIncrement()
           
 List<String> getLabel()
           
 Integer getMaxLength()
           
 Integer getMaxMember()
           
 String getMaxValue()
           
 List<String> getMemberDefaultValue()
           
 List<String> getMemberElementName()
           
 List<String> getMemberMimeType()
           
 String getMinValue()
           
 String getMultiplicity()
           
 List<Integer> getOrder()
           
 List<Integer> getOrderFieldGroup()
           
 List<Integer> getOrderObjectContainer()
           
 List<String> getShortLabel()
           
 Integer getShowMaxMember()
           
 Integer getSizeXweight()
           
 Integer getSkipRow()
           
 Integer getSpanRow()
           
 Integer getTitleIndex()
           
 List<String> getToolTip()
           
 Boolean isChangeable()
           
 Boolean isColumnBreak()
           
 Boolean isFilterable()
           
 Boolean isHasThousandsSeparator()
           
 Boolean isInPlace()
           
 Boolean isPassword()
           
 Boolean isSortable()
           
 void setBackColor(String backColor)
          Sets a new value for the attribute backColor.
 void setChangeable(Boolean changeable)
          Sets a new value for the attribute changeable.
 void setColor(String color)
          Sets a new value for the attribute color.
 void setColumnBreak(Boolean columnBreak)
          Sets a new value for the attribute columnBreak.
 void setDataBindingName(String dataBindingName)
          Sets a new value for the attribute dataBindingName.
 void setDecimalPlaces(Integer decimalPlaces)
          Sets a new value for the attribute decimalPlaces.
 void setDisplayValueExpr(String... displayValueExpr)
           This method is equivalent to
 void setEventHandler(String... eventHandler)
           This method is equivalent to
 void setFilterable(Boolean filterable)
          Sets a new value for the attribute filterable.
 void setHasThousandsSeparator(Boolean hasThousandsSeparator)
          Sets a new value for the attribute hasThousandsSeparator.
 void setIconKey(String iconKey)
          Sets a new value for the attribute iconKey.
 void setIncrement(BigDecimal increment)
          Sets a new value for the attribute increment.
 void setInPlace(Boolean inPlace)
          Sets a new value for the attribute inPlace.
 void setLabel(String... label)
           This method is equivalent to
 void setMaxLength(Integer maxLength)
          Sets a new value for the attribute maxLength.
 void setMaxMember(Integer maxMember)
          Sets a new value for the attribute maxMember.
 void setMaxValue(String maxValue)
          Sets a new value for the attribute maxValue.
 void setMemberDefaultValue(String... memberDefaultValue)
           This method is equivalent to
 void setMemberElementName(String... memberElementName)
           This method is equivalent to
 void setMemberMimeType(String... memberMimeType)
           This method is equivalent to
 void setMinValue(String minValue)
          Sets a new value for the attribute minValue.
 void setMultiplicity(String multiplicity)
          Sets a new value for the attribute multiplicity.
 void setOrder(int... order)
           This method is equivalent to
 void setOrderFieldGroup(int... orderFieldGroup)
           This method is equivalent to
 void setOrderObjectContainer(int... orderObjectContainer)
           This method is equivalent to
 void setPassword(Boolean isPassword)
          Sets a new value for the attribute isPassword.
 void setShortLabel(String... shortLabel)
           This method is equivalent to
 void setShowMaxMember(Integer showMaxMember)
          Sets a new value for the attribute showMaxMember.
 void setSizeXweight(Integer sizeXweight)
          Sets a new value for the attribute sizeXWeight.
 void setSkipRow(Integer skipRow)
          Sets a new value for the attribute skipRow.
 void setSortable(Boolean sortable)
          Sets a new value for the attribute sortable.
 void setSpanRow(Integer spanRow)
          Sets a new value for the attribute spanRow.
 void setTitleIndex(Integer titleIndex)
          Sets a new value for the attribute titleIndex.
 void setToolTip(String... toolTip)
           This method is equivalent to
 

Method Detail

getBackColor

String getBackColor()
Returns:
The possibly null value for attribute backColor.

setBackColor

void setBackColor(String backColor)
Sets a new value for the attribute backColor.

Parameters:
backColor - The possibly null new value for attribute backColor.

isChangeable

Boolean isChangeable()
Returns:
The possibly null value for attribute changeable.

setChangeable

void setChangeable(Boolean changeable)
Sets a new value for the attribute changeable.

Parameters:
changeable - The possibly null new value for attribute changeable.

getColor

String getColor()
Returns:
The possibly null value for attribute color.

setColor

void setColor(String color)
Sets a new value for the attribute color.

Parameters:
color - The possibly null new value for attribute color.

isColumnBreak

Boolean isColumnBreak()
Returns:
The possibly null value for attribute columnBreak.

setColumnBreak

void setColumnBreak(Boolean columnBreak)
Sets a new value for the attribute columnBreak.

Parameters:
columnBreak - The possibly null new value for attribute columnBreak.

getDataBindingName

String getDataBindingName()
Returns:
The possibly null value for attribute dataBindingName.

setDataBindingName

void setDataBindingName(String dataBindingName)
Sets a new value for the attribute dataBindingName.

Parameters:
dataBindingName - The possibly null new value for attribute dataBindingName.

getDecimalPlaces

Integer getDecimalPlaces()
Returns:
The possibly null value for attribute decimalPlaces.

setDecimalPlaces

void setDecimalPlaces(Integer decimalPlaces)
Sets a new value for the attribute decimalPlaces.

Parameters:
decimalPlaces - The possibly null new value for attribute decimalPlaces.

getDisplayValueExpr

List<String> getDisplayValueExpr()
Returns:
A list containing all elements for this attribute.

setDisplayValueExpr

void setDisplayValueExpr(String... displayValueExpr)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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

getEventHandler

List<String> getEventHandler()
Returns:
A list containing all elements for this attribute.

setEventHandler

void setEventHandler(String... eventHandler)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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

isFilterable

Boolean isFilterable()
Returns:
The possibly null value for attribute filterable.

setFilterable

void setFilterable(Boolean filterable)
Sets a new value for the attribute filterable.

Parameters:
filterable - The possibly null new value for attribute filterable.

isHasThousandsSeparator

Boolean isHasThousandsSeparator()
Returns:
The possibly null value for attribute hasThousandsSeparator.

setHasThousandsSeparator

void setHasThousandsSeparator(Boolean hasThousandsSeparator)
Sets a new value for the attribute hasThousandsSeparator.

Parameters:
hasThousandsSeparator - The possibly null new value for attribute hasThousandsSeparator.

getIconKey

String getIconKey()
Returns:
The possibly null value for attribute iconKey.

setIconKey

void setIconKey(String iconKey)
Sets a new value for the attribute iconKey.

Parameters:
iconKey - The possibly null new value for attribute iconKey.

isInPlace

Boolean isInPlace()
Returns:
The possibly null value for attribute inPlace.

setInPlace

void setInPlace(Boolean inPlace)
Sets a new value for the attribute inPlace.

Parameters:
inPlace - The possibly null new value for attribute inPlace.

getIncrement

BigDecimal getIncrement()
Returns:
The possibly null value for attribute increment.

setIncrement

void setIncrement(BigDecimal increment)
Sets a new value for the attribute increment.

Parameters:
increment - The possibly null new value for attribute increment.

isPassword

Boolean isPassword()
Returns:
The possibly null value for attribute isPassword.

setPassword

void setPassword(Boolean isPassword)
Sets a new value for the attribute isPassword.

Parameters:
isPassword - The possibly null new value for attribute isPassword.

getLabel

List<String> getLabel()
Returns:
A list containing all elements for this attribute.

setLabel

void setLabel(String... label)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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

getMaxLength

Integer getMaxLength()
Returns:
The possibly null value for attribute maxLength.

setMaxLength

void setMaxLength(Integer maxLength)
Sets a new value for the attribute maxLength.

Parameters:
maxLength - The possibly null new value for attribute maxLength.

getMaxMember

Integer getMaxMember()
Returns:
The possibly null value for attribute maxMember.

setMaxMember

void setMaxMember(Integer maxMember)
Sets a new value for the attribute maxMember.

Parameters:
maxMember - The possibly null new value for attribute maxMember.

getMaxValue

String getMaxValue()
Returns:
The possibly null value for attribute maxValue.

setMaxValue

void setMaxValue(String maxValue)
Sets a new value for the attribute maxValue.

Parameters:
maxValue - The possibly null new value for attribute maxValue.

getMemberDefaultValue

List<String> getMemberDefaultValue()
Returns:
A list containing all elements for this attribute.

setMemberDefaultValue

void setMemberDefaultValue(String... memberDefaultValue)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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

getMemberElementName

List<String> getMemberElementName()
Returns:
A list containing all elements for this attribute.

setMemberElementName

void setMemberElementName(String... memberElementName)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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

getMemberMimeType

List<String> getMemberMimeType()
Returns:
A list containing all elements for this attribute.

setMemberMimeType

void setMemberMimeType(String... memberMimeType)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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

getMinValue

String getMinValue()
Returns:
The possibly null value for attribute minValue.

setMinValue

void setMinValue(String minValue)
Sets a new value for the attribute minValue.

Parameters:
minValue - The possibly null new value for attribute minValue.

getMultiplicity

String getMultiplicity()
Returns:
The possibly null value for attribute multiplicity.

setMultiplicity

void setMultiplicity(String multiplicity)
Sets a new value for the attribute multiplicity.

Parameters:
multiplicity - The possibly null new value for attribute multiplicity.

getOrder

List<Integer> getOrder()
Returns:
A list containing all elements for this attribute.

setOrder

void setOrder(int... order)

This method is equivalent to

   list.clear();
   for(int e : attributeName){
     list.add(e);
   }
 

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

getOrderFieldGroup

List<Integer> getOrderFieldGroup()
Returns:
A list containing all elements for this attribute.

setOrderFieldGroup

void setOrderFieldGroup(int... orderFieldGroup)

This method is equivalent to

   list.clear();
   for(int e : attributeName){
     list.add(e);
   }
 

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

getOrderObjectContainer

List<Integer> getOrderObjectContainer()
Returns:
A list containing all elements for this attribute.

setOrderObjectContainer

void setOrderObjectContainer(int... orderObjectContainer)

This method is equivalent to

   list.clear();
   for(int e : attributeName){
     list.add(e);
   }
 

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

getShortLabel

List<String> getShortLabel()
Returns:
A list containing all elements for this attribute.

setShortLabel

void setShortLabel(String... shortLabel)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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

getShowMaxMember

Integer getShowMaxMember()
Returns:
The possibly null value for attribute showMaxMember.

setShowMaxMember

void setShowMaxMember(Integer showMaxMember)
Sets a new value for the attribute showMaxMember.

Parameters:
showMaxMember - The possibly null new value for attribute showMaxMember.

getSizeXweight

Integer getSizeXweight()
Returns:
The possibly null value for attribute sizeXWeight.

setSizeXweight

void setSizeXweight(Integer sizeXweight)
Sets a new value for the attribute sizeXWeight.

Parameters:
sizeXweight - The possibly null new value for attribute sizeXWeight.

getSkipRow

Integer getSkipRow()
Returns:
The possibly null value for attribute skipRow.

setSkipRow

void setSkipRow(Integer skipRow)
Sets a new value for the attribute skipRow.

Parameters:
skipRow - The possibly null new value for attribute skipRow.

isSortable

Boolean isSortable()
Returns:
The possibly null value for attribute sortable.

setSortable

void setSortable(Boolean sortable)
Sets a new value for the attribute sortable.

Parameters:
sortable - The possibly null new value for attribute sortable.

getSpanRow

Integer getSpanRow()
Returns:
The possibly null value for attribute spanRow.

setSpanRow

void setSpanRow(Integer spanRow)
Sets a new value for the attribute spanRow.

Parameters:
spanRow - The possibly null new value for attribute spanRow.

getTitleIndex

Integer getTitleIndex()
Returns:
The possibly null value for attribute titleIndex.

setTitleIndex

void setTitleIndex(Integer titleIndex)
Sets a new value for the attribute titleIndex.

Parameters:
titleIndex - The possibly null new value for attribute titleIndex.

getToolTip

List<String> getToolTip()
Returns:
A list containing all elements for this attribute.

setToolTip

void setToolTip(String... toolTip)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

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


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