org.openmdx.ui1.cci2
Interface ContainerFieldQuery

All Superinterfaces:
AbstractFieldQuery, org.w3c.cci2.AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, ContainerQuery, org.openmdx.base.cci2.ContextCapableQuery, ElementQuery, org.openmdx.base.cci2.ExtentCapableQuery, LabelledFieldQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery
All Known Subinterfaces:
FieldGroupQuery, ObjectContainerQuery

public interface ContainerFieldQuery
extends ContainerQuery, LabelledFieldQuery


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate dataBindingName()
          Adds a constraint to the predicate for ContainerField testing whether the value of the feature dataBindingName is null or not.
 org.w3c.cci2.StringTypePredicate forAllDataBindingName()
          Adds a condition for the feature dataBindingName to the predicate for ContainerField, which evaluates to false unless the value of the feature dataBindingName satisfies the given condition.
 org.w3c.cci2.BooleanTypePredicate forAllInPlaceEditable()
          Adds a condition for the feature inPlaceEditable to the predicate for ContainerField, which evaluates to false unless the value of the feature inPlaceEditable satisfies the given condition.
 org.w3c.cci2.ComparableTypePredicate<Integer> forAllShowMaxMember()
          Adds a condition for the feature showMaxMember to the predicate for ContainerField, which evaluates to false unless the value of the feature showMaxMember satisfies the given condition.
 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 orderByDataBindingName()
          Allows to adds a sort instruction for ContainerField depending the feature dataBindingName Note: The order in which orderBy… instructions are given is relevant!
 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.StringTypePredicate thereExistsDataBindingName()
          Adds a condition for the feature dataBindingName to the predicate for ContainerField, which evaluates to false unless the value of the feature dataBindingName satisfies the given condition.
 org.w3c.cci2.BooleanTypePredicate thereExistsInPlaceEditable()
          Adds a condition for the feature inPlaceEditable to the predicate for ContainerField, which evaluates to false unless the value of the feature inPlaceEditable satisfies the given condition.
 org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsShowMaxMember()
          Adds a condition for the feature showMaxMember to the predicate for ContainerField, which evaluates to false unless the value of the feature showMaxMember satisfies the given condition.
 
Methods inherited from interface org.openmdx.ui1.cci2.ContainerQuery
forAllMember, member, thereExistsMember
 
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

dataBindingName

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


thereExistsDataBindingName

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

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


forAllDataBindingName

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

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


orderByDataBindingName

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


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 condition for the feature inPlaceEditable to the predicate for ContainerField, which evaluates to false unless the value of the feature inPlaceEditable satisfies the given condition.

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


forAllInPlaceEditable

org.w3c.cci2.BooleanTypePredicate forAllInPlaceEditable()
Adds a condition for the feature inPlaceEditable to the predicate for ContainerField, which evaluates to false unless the value of the feature inPlaceEditable satisfies the given condition.

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


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<Integer> thereExistsShowMaxMember()
Adds a condition for the feature showMaxMember to the predicate for ContainerField, which evaluates to false unless the value of the feature showMaxMember satisfies the given condition.

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


forAllShowMaxMember

org.w3c.cci2.ComparableTypePredicate<Integer> forAllShowMaxMember()
Adds a condition for the feature showMaxMember to the predicate for ContainerField, which evaluates to false unless the value of the feature showMaxMember satisfies the given condition.

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


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