org.openmdx.ui1.query
Interface TabQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContainerQuery, ContextCapableQuery, ElementLayoutDefinitionQuery, ElementQuery, ExtentCapableQuery
All Known Subinterfaces:
OperationTabQuery
All Known Implementing Classes:
OperationTabFilterImpl, TabFilterImpl

public interface TabQuery
extends ContainerQuery, ElementLayoutDefinitionQuery


Method Summary
 org.w3c.cci2.StringTypePredicate forAllTitle()
          Adds a constraint for the feature title to the predicate.
 org.w3c.cci2.MultivaluedTypeOrder orderByTitle()
          Allows to adds a sort instruction for Tab depending the feature title Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.StringTypePredicate thereExistsTitle()
          Adds a constraint for the feature title to the predicate.
 org.w3c.cci2.MultivaluedFeaturePredicate title()
          Adds a constraint to the predicate for Tab testing whether the feature title has values or not.
 
Methods inherited from interface org.openmdx.ui1.query.ContainerQuery
forAllMember, member, thereExistsMember
 
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
 
Methods inherited from interface org.openmdx.ui1.query.ElementLayoutDefinitionQuery
columnBreakAtElement, columnSizeMax, columnSizeMin, forAllColumnBreakAtElement, forAllColumnSizeMax, forAllColumnSizeMin, orderByColumnBreakAtElement, orderByColumnSizeMax, orderByColumnSizeMin, orderByVerticalFill, thereExistsColumnBreakAtElement, thereExistsColumnSizeMax, thereExistsColumnSizeMin, verticalFill
 

Method Detail

title

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


thereExistsTitle

org.w3c.cci2.StringTypePredicate thereExistsTitle()
Adds a constraint for the feature title to the predicate. The predicate for Tab evaluates true if at least one of its values of feature title 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!


forAllTitle

org.w3c.cci2.StringTypePredicate forAllTitle()
Adds a constraint for the feature title to the predicate. The predicate for Tab evaluates true if all of its values of feature title 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!


orderByTitle

org.w3c.cci2.MultivaluedTypeOrder orderByTitle()
Allows to adds a sort instruction for Tab depending the feature title 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.