|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TabQuery
| 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 |
|---|
org.w3c.cci2.MultivaluedFeaturePredicate title()
Tab testing whether
the feature title has values or not.
org.w3c.cci2.StringTypePredicate thereExistsTitle()
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!
org.w3c.cci2.StringTypePredicate forAllTitle()
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!
org.w3c.cci2.MultivaluedTypeOrder orderByTitle()
Tab depending the
feature title
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||