org.openmdx.ui1.cci2
Interface ElementLayoutDefinitionQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate
All Known Subinterfaces:
FieldGroupQuery, OperationTabQuery, TabQuery

public interface ElementLayoutDefinitionQuery
extends org.w3c.cci2.AnyTypePredicate


Method Summary
 org.w3c.cci2.MultivaluedFeaturePredicate columnBreakAtElement()
          Adds a constraint to the predicate for ElementLayoutDefinition testing whether the feature columnBreakAtElement has values or not.
 org.w3c.cci2.MultivaluedFeaturePredicate columnSizeMax()
          Adds a constraint to the predicate for ElementLayoutDefinition testing whether the feature columnSizeMax has values or not.
 org.w3c.cci2.MultivaluedFeaturePredicate columnSizeMin()
          Adds a constraint to the predicate for ElementLayoutDefinition testing whether the feature columnSizeMin has values or not.
 org.w3c.cci2.ComparableTypePredicate<Integer> forAllColumnBreakAtElement()
          Adds a constraint for the feature columnBreakAtElement to the predicate.
 org.w3c.cci2.ComparableTypePredicate<Integer> forAllColumnSizeMax()
          Adds a constraint for the feature columnSizeMax to the predicate.
 org.w3c.cci2.ComparableTypePredicate<Integer> forAllColumnSizeMin()
          Adds a constraint for the feature columnSizeMin to the predicate.
 org.w3c.cci2.MultivaluedTypeOrder orderByColumnBreakAtElement()
          Allows to adds a sort instruction for ElementLayoutDefinition depending the feature columnBreakAtElement Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByColumnSizeMax()
          Allows to adds a sort instruction for ElementLayoutDefinition depending the feature columnSizeMax Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByColumnSizeMin()
          Allows to adds a sort instruction for ElementLayoutDefinition depending the feature columnSizeMin Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByVerticalFill()
          Allows to adds a sort instruction for ElementLayoutDefinition depending the feature verticalFill Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsColumnBreakAtElement()
          Adds a constraint for the feature columnBreakAtElement to the predicate.
 org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsColumnSizeMax()
          Adds a constraint for the feature columnSizeMax to the predicate.
 org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsColumnSizeMin()
          Adds a constraint for the feature columnSizeMin to the predicate.
 org.w3c.cci2.BooleanTypePredicate verticalFill()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

columnBreakAtElement

org.w3c.cci2.MultivaluedFeaturePredicate columnBreakAtElement()
Adds a constraint to the predicate for ElementLayoutDefinition testing whether the feature columnBreakAtElement has values or not.


thereExistsColumnBreakAtElement

org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsColumnBreakAtElement()
Adds a constraint for the feature columnBreakAtElement to the predicate. The predicate for ElementLayoutDefinition evaluates true if at least one of its values of feature columnBreakAtElement satisfies the given condition.

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


forAllColumnBreakAtElement

org.w3c.cci2.ComparableTypePredicate<Integer> forAllColumnBreakAtElement()
Adds a constraint for the feature columnBreakAtElement to the predicate. The predicate for ElementLayoutDefinition evaluates true if all of its values of feature columnBreakAtElement satisfy the selected condition.

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


orderByColumnBreakAtElement

org.w3c.cci2.MultivaluedTypeOrder orderByColumnBreakAtElement()
Allows to adds a sort instruction for ElementLayoutDefinition depending the feature columnBreakAtElement Note: The order in which orderBy… instructions are given is relevant!


columnSizeMax

org.w3c.cci2.MultivaluedFeaturePredicate columnSizeMax()
Adds a constraint to the predicate for ElementLayoutDefinition testing whether the feature columnSizeMax has values or not.


thereExistsColumnSizeMax

org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsColumnSizeMax()
Adds a constraint for the feature columnSizeMax to the predicate. The predicate for ElementLayoutDefinition evaluates true if at least one of its values of feature columnSizeMax satisfies the given condition.

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


forAllColumnSizeMax

org.w3c.cci2.ComparableTypePredicate<Integer> forAllColumnSizeMax()
Adds a constraint for the feature columnSizeMax to the predicate. The predicate for ElementLayoutDefinition evaluates true if all of its values of feature columnSizeMax satisfy the selected condition.

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


orderByColumnSizeMax

org.w3c.cci2.MultivaluedTypeOrder orderByColumnSizeMax()
Allows to adds a sort instruction for ElementLayoutDefinition depending the feature columnSizeMax Note: The order in which orderBy… instructions are given is relevant!


columnSizeMin

org.w3c.cci2.MultivaluedFeaturePredicate columnSizeMin()
Adds a constraint to the predicate for ElementLayoutDefinition testing whether the feature columnSizeMin has values or not.


thereExistsColumnSizeMin

org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsColumnSizeMin()
Adds a constraint for the feature columnSizeMin to the predicate. The predicate for ElementLayoutDefinition evaluates true if at least one of its values of feature columnSizeMin satisfies the given condition.

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


forAllColumnSizeMin

org.w3c.cci2.ComparableTypePredicate<Integer> forAllColumnSizeMin()
Adds a constraint for the feature columnSizeMin to the predicate. The predicate for ElementLayoutDefinition evaluates true if all of its values of feature columnSizeMin satisfy the selected condition.

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


orderByColumnSizeMin

org.w3c.cci2.MultivaluedTypeOrder orderByColumnSizeMin()
Allows to adds a sort instruction for ElementLayoutDefinition depending the feature columnSizeMin Note: The order in which orderBy… instructions are given is relevant!


verticalFill

org.w3c.cci2.BooleanTypePredicate verticalFill()

orderByVerticalFill

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