org.openmdx.ui1.cci2
Interface AbstractFieldQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, ElementQuery, org.openmdx.base.cci2.ExtentCapableQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery
All Known Subinterfaces:
CheckBoxQuery, CompoundFieldQuery, ContainerFieldQuery, DateFieldQuery, DocumentBoxQuery, FieldGroupQuery, LabelledFieldQuery, NonLabelledFieldQuery, NumberFieldQuery, ObjectContainerQuery, ObjectReferenceFieldQuery, TextBoxQuery, TextFieldQuery, ValuedFieldQuery

public interface AbstractFieldQuery
extends ElementQuery


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate backColor()
          Adds a constraint to the predicate for AbstractField testing whether the value of the feature backColor is null or not.
 org.w3c.cci2.OptionalFeaturePredicate color()
          Adds a constraint to the predicate for AbstractField testing whether the value of the feature color is null or not.
 org.w3c.cci2.BooleanTypePredicate fontBold()
           
 org.w3c.cci2.OptionalFeaturePredicate fontColor()
          Adds a constraint to the predicate for AbstractField testing whether the value of the feature fontColor is null or not.
 org.w3c.cci2.BooleanTypePredicate fontItalic()
           
 org.w3c.cci2.StringTypePredicate fontName()
           
 org.w3c.cci2.ComparableTypePredicate<BigDecimal> fontSize()
           
 org.w3c.cci2.BooleanTypePredicate fontStrikeout()
           
 org.w3c.cci2.BooleanTypePredicate fontUnderline()
           
 org.w3c.cci2.StringTypePredicate forAllBackColor()
          Adds a condition for the feature backColor to the predicate for AbstractField, which evaluates to false unless the value of the feature backColor satisfies the given condition.
 org.w3c.cci2.StringTypePredicate forAllColor()
          Adds a condition for the feature color to the predicate for AbstractField, which evaluates to false unless the value of the feature color satisfies the given condition.
 org.w3c.cci2.StringTypePredicate forAllFontColor()
          Adds a condition for the feature fontColor to the predicate for AbstractField, which evaluates to false unless the value of the feature fontColor satisfies the given condition.
 org.w3c.cci2.SimpleTypeOrder orderByBackColor()
          Allows to adds a sort instruction for AbstractField depending the feature backColor Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByColor()
          Allows to adds a sort instruction for AbstractField depending the feature color Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFontBold()
          Allows to adds a sort instruction for AbstractField depending the feature fontBold Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFontColor()
          Allows to adds a sort instruction for AbstractField depending the feature fontColor Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFontItalic()
          Allows to adds a sort instruction for AbstractField depending the feature fontItalic Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFontName()
          Allows to adds a sort instruction for AbstractField depending the feature fontName Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFontSize()
          Allows to adds a sort instruction for AbstractField depending the feature fontSize Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFontStrikeout()
          Allows to adds a sort instruction for AbstractField depending the feature fontStrikeout Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFontUnderline()
          Allows to adds a sort instruction for AbstractField depending the feature fontUnderline Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.StringTypePredicate thereExistsBackColor()
          Adds a condition for the feature backColor to the predicate for AbstractField, which evaluates to false unless the value of the feature backColor satisfies the given condition.
 org.w3c.cci2.StringTypePredicate thereExistsColor()
          Adds a condition for the feature color to the predicate for AbstractField, which evaluates to false unless the value of the feature color satisfies the given condition.
 org.w3c.cci2.StringTypePredicate thereExistsFontColor()
          Adds a condition for the feature fontColor to the predicate for AbstractField, which evaluates to false unless the value of the feature fontColor satisfies the given condition.
 
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

backColor

org.w3c.cci2.OptionalFeaturePredicate backColor()
Adds a constraint to the predicate for AbstractField testing whether the value of the feature backColor is null or not.


thereExistsBackColor

org.w3c.cci2.StringTypePredicate thereExistsBackColor()
Adds a condition for the feature backColor to the predicate for AbstractField, which evaluates to false unless the value of the feature backColor satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllBackColor

org.w3c.cci2.StringTypePredicate forAllBackColor()
Adds a condition for the feature backColor to the predicate for AbstractField, which evaluates to false unless the value of the feature backColor satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByBackColor

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


color

org.w3c.cci2.OptionalFeaturePredicate color()
Adds a constraint to the predicate for AbstractField testing whether the value of the feature color is null or not.


thereExistsColor

org.w3c.cci2.StringTypePredicate thereExistsColor()
Adds a condition for the feature color to the predicate for AbstractField, which evaluates to false unless the value of the feature color satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllColor

org.w3c.cci2.StringTypePredicate forAllColor()
Adds a condition for the feature color to the predicate for AbstractField, which evaluates to false unless the value of the feature color satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByColor

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


fontBold

org.w3c.cci2.BooleanTypePredicate fontBold()

orderByFontBold

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


fontColor

org.w3c.cci2.OptionalFeaturePredicate fontColor()
Adds a constraint to the predicate for AbstractField testing whether the value of the feature fontColor is null or not.


thereExistsFontColor

org.w3c.cci2.StringTypePredicate thereExistsFontColor()
Adds a condition for the feature fontColor to the predicate for AbstractField, which evaluates to false unless the value of the feature fontColor satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllFontColor

org.w3c.cci2.StringTypePredicate forAllFontColor()
Adds a condition for the feature fontColor to the predicate for AbstractField, which evaluates to false unless the value of the feature fontColor satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByFontColor

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


fontItalic

org.w3c.cci2.BooleanTypePredicate fontItalic()

orderByFontItalic

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


fontName

org.w3c.cci2.StringTypePredicate fontName()

orderByFontName

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


fontSize

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

orderByFontSize

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


fontStrikeout

org.w3c.cci2.BooleanTypePredicate fontStrikeout()

orderByFontStrikeout

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


fontUnderline

org.w3c.cci2.BooleanTypePredicate fontUnderline()

orderByFontUnderline

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



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