|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerFieldQuery
| 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 |
|---|
org.w3c.cci2.OptionalFeaturePredicate dataBindingName()
ContainerField
testing whether the value of the feature dataBindingName
is null or not.
org.w3c.cci2.StringTypePredicate thereExistsDataBindingName()
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
org.w3c.cci2.StringTypePredicate forAllDataBindingName()
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
org.w3c.cci2.SimpleTypeOrder orderByDataBindingName()
ContainerField
depending the feature dataBindingName
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate inPlaceEditable()
ContainerField
testing whether the value of the feature inPlaceEditable
is null or not.
org.w3c.cci2.BooleanTypePredicate thereExistsInPlaceEditable()
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
org.w3c.cci2.BooleanTypePredicate forAllInPlaceEditable()
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
org.w3c.cci2.SimpleTypeOrder orderByInPlaceEditable()
ContainerField
depending the feature inPlaceEditable
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate showMaxMember()
ContainerField
testing whether the value of the feature showMaxMember is
null or not.
org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsShowMaxMember()
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
org.w3c.cci2.ComparableTypePredicate<Integer> forAllShowMaxMember()
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
org.w3c.cci2.SimpleTypeOrder orderByShowMaxMember()
ContainerField
depending the feature showMaxMember
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 | |||||||||