org.openmdx.ui1.query
Interface ContainerFieldQuery

All Superinterfaces:
AbstractFieldQuery, org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContainerQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, LabelledFieldQuery
All Known Subinterfaces:
FieldGroupQuery, ObjectContainerQuery
All Known Implementing Classes:
ContainerFieldFilterImpl, FieldGroupFilterImpl, ObjectContainerFilterImpl

public interface ContainerFieldQuery
extends ContainerQuery, LabelledFieldQuery


Method Summary
 org.w3c.cci2.BooleanTypePredicate forAllInPlaceEditable()
          Adds a constraint for the feature inPlaceEditable to the predicate.
 org.w3c.cci2.ComparableTypePredicate forAllShowMaxMember()
          Adds a constraint for the feature showMaxMember to the predicate.
 org.w3c.cci2.OptionalFeaturePredicate inPlaceEditable()
          Adds a constraint to the predicate for ContainerField testing whether the value of the feature inPlaceEditable is null or not.
 org.w3c.cci2.SimpleTypeOrder orderByInPlaceEditable()
          Allows to adds a sort instruction for ContainerField depending the feature inPlaceEditable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByShowMaxMember()
          Allows to adds a sort instruction for ContainerField depending the feature showMaxMember Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.OptionalFeaturePredicate showMaxMember()
          Adds a constraint to the predicate for ContainerField testing whether the value of the feature showMaxMember is null or not.
 org.w3c.cci2.BooleanTypePredicate thereExistsInPlaceEditable()
          Adds a constraint for the feature inPlaceEditable to the predicate.
 org.w3c.cci2.ComparableTypePredicate thereExistsShowMaxMember()
          Adds a constraint for the feature showMaxMember to the predicate.
 
Methods inherited from interface org.openmdx.ui1.query.ContainerQuery
forAllMember, member, thereExistsMember
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.ui1.query.LabelledFieldQuery
forAllLabel, forAllShortLabel, label, orderByLabel, orderByShortLabel, shortLabel, thereExistsLabel, thereExistsShortLabel
 
Methods inherited from interface org.openmdx.ui1.query.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.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

inPlaceEditable

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


thereExistsInPlaceEditable

org.w3c.cci2.BooleanTypePredicate thereExistsInPlaceEditable()
Adds a constraint for the feature inPlaceEditable to the predicate. The predicate for ContainerField evaluates true if its value of feature inPlaceEditable 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!


forAllInPlaceEditable

org.w3c.cci2.BooleanTypePredicate forAllInPlaceEditable()
Adds a constraint for the feature inPlaceEditable to the predicate. The predicate for ContainerField evaluates true if its value of feature inPlaceEditable 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!


orderByInPlaceEditable

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


showMaxMember

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


thereExistsShowMaxMember

org.w3c.cci2.ComparableTypePredicate thereExistsShowMaxMember()
Adds a constraint for the feature showMaxMember to the predicate. The predicate for ContainerField evaluates true if its value of feature showMaxMember 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!


forAllShowMaxMember

org.w3c.cci2.ComparableTypePredicate forAllShowMaxMember()
Adds a constraint for the feature showMaxMember to the predicate. The predicate for ContainerField evaluates true if its value of feature showMaxMember 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!


orderByShowMaxMember

org.w3c.cci2.SimpleTypeOrder orderByShowMaxMember()
Allows to adds a sort instruction for ContainerField depending the feature showMaxMember 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.