org.openmdx.ui1.cci2
Interface NumberFieldQuery

All Superinterfaces:
AbstractFieldQuery, org.w3c.cci2.AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, ElementQuery, org.openmdx.base.cci2.ExtentCapableQuery, LabelledFieldQuery, ValuedFieldQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery

public interface NumberFieldQuery
extends ValuedFieldQuery


Method Summary
 org.w3c.cci2.ComparableTypePredicate<Integer> decimalPlaces()
           
 org.w3c.cci2.BooleanTypePredicate hasThousandsSeparator()
           
 org.w3c.cci2.ComparableTypePredicate<BigDecimal> increment()
           
 org.w3c.cci2.ComparableTypePredicate<BigDecimal> maxValue()
           
 org.w3c.cci2.ComparableTypePredicate<BigDecimal> minValue()
           
 org.w3c.cci2.SimpleTypeOrder orderByDecimalPlaces()
          Allows to adds a sort instruction for NumberField depending the feature decimalPlaces Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByHasThousandsSeparator()
          Allows to adds a sort instruction for NumberField depending the feature hasThousandsSeparator Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByIncrement()
          Allows to adds a sort instruction for NumberField depending the feature increment Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByMaxValue()
          Allows to adds a sort instruction for NumberField depending the feature maxValue Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByMinValue()
          Allows to adds a sort instruction for NumberField depending the feature minValue Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.openmdx.ui1.cci2.ValuedFieldQuery
dataBindingName, defaultValue, eventHandler, featureName, filterable, forAllDataBindingName, forAllDefaultValue, forAllEventHandler, forAllFeatureName, forAllQualifiedFeatureName, multiplicity, orderByDataBindingName, orderByDefaultValue, orderByEventHandler, orderByFeatureName, orderByFilterable, orderByMultiplicity, orderByQualifiedFeatureName, orderBySkipRow, orderBySortable, orderBySpanRow, qualifiedFeatureName, skipRow, sortable, spanRow, thereExistsDataBindingName, thereExistsDefaultValue, thereExistsEventHandler, thereExistsFeatureName, thereExistsQualifiedFeatureName
 
Methods inherited from interface org.openmdx.ui1.cci2.LabelledFieldQuery
forAllLabel, forAllShortLabel, label, orderByLabel, orderByShortLabel, shortLabel, thereExistsLabel, thereExistsShortLabel
 
Methods inherited from interface org.openmdx.ui1.cci2.AbstractFieldQuery
backColor, color, fontBold, fontColor, fontItalic, fontName, fontSize, fontStrikeout, fontUnderline, forAllBackColor, forAllColor, forAllFontColor, orderByBackColor, orderByColor, orderByFontBold, orderByFontColor, orderByFontItalic, orderByFontName, orderByFontSize, orderByFontStrikeout, orderByFontUnderline, thereExistsBackColor, thereExistsColor, thereExistsFontColor
 
Methods inherited from interface org.openmdx.ui1.cci2.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

decimalPlaces

org.w3c.cci2.ComparableTypePredicate<Integer> decimalPlaces()

orderByDecimalPlaces

org.w3c.cci2.SimpleTypeOrder orderByDecimalPlaces()
Allows to adds a sort instruction for NumberField depending the feature decimalPlaces Note: The order in which orderBy… instructions are given is relevant!


hasThousandsSeparator

org.w3c.cci2.BooleanTypePredicate hasThousandsSeparator()

orderByHasThousandsSeparator

org.w3c.cci2.SimpleTypeOrder orderByHasThousandsSeparator()
Allows to adds a sort instruction for NumberField depending the feature hasThousandsSeparator Note: The order in which orderBy… instructions are given is relevant!


increment

org.w3c.cci2.ComparableTypePredicate<BigDecimal> increment()

orderByIncrement

org.w3c.cci2.SimpleTypeOrder orderByIncrement()
Allows to adds a sort instruction for NumberField depending the feature increment Note: The order in which orderBy… instructions are given is relevant!


maxValue

org.w3c.cci2.ComparableTypePredicate<BigDecimal> maxValue()

orderByMaxValue

org.w3c.cci2.SimpleTypeOrder orderByMaxValue()
Allows to adds a sort instruction for NumberField depending the feature maxValue Note: The order in which orderBy… instructions are given is relevant!


minValue

org.w3c.cci2.ComparableTypePredicate<BigDecimal> minValue()

orderByMinValue

org.w3c.cci2.SimpleTypeOrder orderByMinValue()
Allows to adds a sort instruction for NumberField depending the feature minValue Note: The order in which orderBy… instructions are given is relevant!



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