org.openmdx.ui1.query
Interface AbstractFieldQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery
All Known Subinterfaces:
CheckBoxQuery, CompoundFieldQuery, ContainerFieldQuery, DateFieldQuery, DocumentBoxQuery, FieldGroupQuery, LabelledFieldQuery, NonLabelledFieldQuery, NumberFieldQuery, ObjectContainerQuery, ObjectReferenceFieldQuery, TextBoxQuery, TextFieldQuery, ValuedFieldQuery
All Known Implementing Classes:
AbstractFieldFilterImpl, CheckBoxFilterImpl, CompoundFieldFilterImpl, ContainerFieldFilterImpl, DateFieldFilterImpl, DocumentBoxFilterImpl, FieldGroupFilterImpl, LabelledFieldFilterImpl, NonLabelledFieldFilterImpl, NumberFieldFilterImpl, ObjectContainerFilterImpl, ObjectReferenceFieldFilterImpl, TextBoxFilterImpl, TextFieldFilterImpl, ValuedFieldFilterImpl

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 fontSize()
           
 org.w3c.cci2.BooleanTypePredicate fontStrikeout()
           
 org.w3c.cci2.BooleanTypePredicate fontUnderline()
           
 org.w3c.cci2.StringTypePredicate forAllBackColor()
          Adds a constraint for the feature backColor to the predicate.
 org.w3c.cci2.StringTypePredicate forAllColor()
          Adds a constraint for the feature color to the predicate.
 org.w3c.cci2.StringTypePredicate forAllFontColor()
          Adds a constraint for the feature fontColor to the predicate.
 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 constraint for the feature backColor to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsColor()
          Adds a constraint for the feature color to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsFontColor()
          Adds a constraint for the feature fontColor to the predicate.
 
Methods inherited from interface org.openmdx.ui1.query.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.query.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 constraint for the feature backColor to the predicate. The predicate for AbstractField evaluates true if its value of feature backColor satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllBackColor

org.w3c.cci2.StringTypePredicate forAllBackColor()
Adds a constraint for the feature backColor to the predicate. The predicate for AbstractField evaluates true if its value of feature backColor satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature color to the predicate. The predicate for AbstractField evaluates true if its value of feature color satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllColor

org.w3c.cci2.StringTypePredicate forAllColor()
Adds a constraint for the feature color to the predicate. The predicate for AbstractField evaluates true if its value of feature color satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature fontColor to the predicate. The predicate for AbstractField evaluates true if its value of feature fontColor satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllFontColor

org.w3c.cci2.StringTypePredicate forAllFontColor()
Adds a constraint for the feature fontColor to the predicate. The predicate for AbstractField evaluates true if its value of feature fontColor satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 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-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.