org.openmdx.ui1.cci2
Interface ValuedField

All Superinterfaces:
AbstractField, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, LabelledField, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
CheckBox, CheckBox, CompoundField, CompoundField, DateField, DateField, DocumentBox, DocumentBox, NumberField, NumberField, ObjectReferenceField, ObjectReferenceField, TextBox, TextBox, TextField, TextField, ValuedField
All Known Implementing Classes:
CheckBox, CompoundField, DateField, DocumentBox, NumberField, ObjectReferenceField, TextBox, TextField

public interface ValuedField
extends LabelledField

Abstract class ValuedField


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 String getDataBindingName()
           
 String getDefaultValue()
           
 List<String> getEventHandler()
           
 String getFeatureName()
           
 String getMultiplicity()
          Retrieves the value for the attribute multiplicity.
 String getQualifiedFeatureName()
           
 int getSkipRow()
          Retrieves the value for the attribute skipRow.
 int getSpanRow()
          Retrieves the value for the attribute spanRow.
 boolean isFilterable()
          Retrieves the value for the attribute filterable.
 boolean isSortable()
          Retrieves the value for the attribute sortable.
 void setDataBindingName(String dataBindingName)
          Sets a new value for the attribute dataBindingName.
 void setDefaultValue(String defaultValue)
          Sets a new value for the attribute defaultValue.
 void setEventHandler(String... eventHandler)
           This method is equivalent to
 void setFeatureName(String featureName)
          Sets a new value for the attribute featureName.
 void setFilterable(boolean filterable)
          Sets a new value for the attribute filterable.
 void setMultiplicity(String multiplicity)
          Sets a new value for the attribute multiplicity.
 void setQualifiedFeatureName(String qualifiedFeatureName)
          Sets a new value for the attribute qualifiedFeatureName.
 void setSkipRow(int skipRow)
          Sets a new value for the attribute skipRow.
 void setSortable(boolean sortable)
          Sets a new value for the attribute sortable.
 void setSpanRow(int spanRow)
          Sets a new value for the attribute spanRow.
 
Methods inherited from interface org.openmdx.ui1.cci2.LabelledField
getLabel, getShortLabel, 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.cci2.Element
getIconKey, getMimeType, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setSegment, setSegment, setToolTip
 
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
 

Method Detail

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.

getDefaultValue

String getDefaultValue()
Returns:
The possibly null value for attribute defaultValue.

setDefaultValue

void setDefaultValue(String defaultValue)
Sets a new value for the attribute defaultValue.

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

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

getFeatureName

String getFeatureName()
Returns:
The possibly null value for attribute featureName.

setFeatureName

void setFeatureName(String featureName)
Sets a new value for the attribute featureName.

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

isFilterable

boolean isFilterable()
Retrieves the value for the attribute filterable.

Returns:
The non-null value for attribute filterable.

setFilterable

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

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

getMultiplicity

String getMultiplicity()
Retrieves the value for the attribute multiplicity.

Returns:
The non-null value for attribute multiplicity.

setMultiplicity

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

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

getQualifiedFeatureName

String getQualifiedFeatureName()
Returns:
The possibly null value for attribute qualifiedFeatureName.

setQualifiedFeatureName

void setQualifiedFeatureName(String qualifiedFeatureName)
Sets a new value for the attribute qualifiedFeatureName.

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

getSkipRow

int getSkipRow()
Retrieves the value for the attribute skipRow.

Returns:
The non-null value for attribute skipRow.

setSkipRow

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

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

isSortable

boolean isSortable()
Retrieves the value for the attribute sortable.

Returns:
The non-null value for attribute sortable.

setSortable

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

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

getSpanRow

int getSpanRow()
Retrieves the value for the attribute spanRow.

Returns:
The non-null value for attribute spanRow.

setSpanRow

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

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


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