org.openmdx.ui1.cci2
Interface NumberField

All Superinterfaces:
AbstractField, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, LabelledField, ValuedField, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
NumberField
All Known Implementing Classes:
NumberField

public interface NumberField
extends ValuedField

Class NumberField


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 int getDecimalPlaces()
          Retrieves the value for the attribute decimalPlaces.
 BigDecimal getIncrement()
          Retrieves the value for the attribute increment.
 BigDecimal getMaxValue()
          Retrieves the value for the attribute maxValue.
 BigDecimal getMinValue()
          Retrieves the value for the attribute minValue.
 boolean isHasThousandsSeparator()
          Retrieves the value for the attribute hasThousandsSeparator.
 void setDecimalPlaces(int decimalPlaces)
          Sets a new value for the attribute decimalPlaces.
 void setHasThousandsSeparator(boolean hasThousandsSeparator)
          Sets a new value for the attribute hasThousandsSeparator.
 void setIncrement(BigDecimal increment)
          Sets a new value for the attribute increment.
 void setMaxValue(BigDecimal maxValue)
          Sets a new value for the attribute maxValue.
 void setMinValue(BigDecimal minValue)
          Sets a new value for the attribute minValue.
 
Methods inherited from interface org.openmdx.ui1.cci2.ValuedField
getDataBindingName, getDefaultValue, getEventHandler, getFeatureName, getMultiplicity, getQualifiedFeatureName, getSkipRow, getSpanRow, isFilterable, isSortable, setDataBindingName, setDefaultValue, setEventHandler, setFeatureName, setFilterable, setMultiplicity, setQualifiedFeatureName, setSkipRow, setSortable, setSpanRow
 
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

getDecimalPlaces

int getDecimalPlaces()
Retrieves the value for the attribute decimalPlaces.

Returns:
The non-null value for attribute decimalPlaces.

setDecimalPlaces

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

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

isHasThousandsSeparator

boolean isHasThousandsSeparator()
Retrieves the value for the attribute hasThousandsSeparator.

Returns:
The non-null value for attribute hasThousandsSeparator.

setHasThousandsSeparator

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

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

getIncrement

BigDecimal getIncrement()
Retrieves the value for the attribute increment.

Returns:
The non-null value for attribute increment.

setIncrement

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

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

getMaxValue

BigDecimal getMaxValue()
Retrieves the value for the attribute maxValue.

Returns:
The non-null value for attribute maxValue.

setMaxValue

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

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

getMinValue

BigDecimal getMinValue()
Retrieves the value for the attribute minValue.

Returns:
The non-null value for attribute minValue.

setMinValue

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

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


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