|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFieldQuery
| Method Summary | |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
backColor()
Adds a constraint to the predicate for AbstractField
testing whether the value of the feature backColor is
null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
color()
Adds a constraint to the predicate for AbstractField
testing whether the value of the feature color is
null or not. |
org.w3c.cci2.BooleanTypePredicate |
fontBold()
|
org.w3c.cci2.OptionalFeaturePredicate |
fontColor()
Adds a constraint to the predicate for AbstractField
testing whether the value of the feature fontColor is
null or not. |
org.w3c.cci2.BooleanTypePredicate |
fontItalic()
|
org.w3c.cci2.StringTypePredicate |
fontName()
|
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
fontSize()
|
org.w3c.cci2.BooleanTypePredicate |
fontStrikeout()
|
org.w3c.cci2.BooleanTypePredicate |
fontUnderline()
|
org.w3c.cci2.StringTypePredicate |
forAllBackColor()
Adds a condition for the feature backColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
backColor satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllColor()
Adds a condition for the feature color to the predicate
for AbstractField, which evaluates to false
unless the value of the feature color satisfies the given
condition. |
org.w3c.cci2.StringTypePredicate |
forAllFontColor()
Adds a condition for the feature fontColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
fontColor satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByBackColor()
Allows to adds a sort instruction for AbstractField
depending the feature backColor
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByColor()
Allows to adds a sort instruction for AbstractField
depending the feature color
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontBold()
Allows to adds a sort instruction for AbstractField
depending the feature fontBold
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontColor()
Allows to adds a sort instruction for AbstractField
depending the feature fontColor
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontItalic()
Allows to adds a sort instruction for AbstractField
depending the feature fontItalic
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontName()
Allows to adds a sort instruction for AbstractField
depending the feature fontName
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontSize()
Allows to adds a sort instruction for AbstractField
depending the feature fontSize
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontStrikeout()
Allows to adds a sort instruction for AbstractField
depending the feature fontStrikeout
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByFontUnderline()
Allows to adds a sort instruction for AbstractField
depending the feature fontUnderline
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsBackColor()
Adds a condition for the feature backColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
backColor satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsColor()
Adds a condition for the feature color to the predicate
for AbstractField, which evaluates to false
unless the value of the feature color satisfies the given
condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsFontColor()
Adds a condition for the feature fontColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
fontColor satisfies the given condition. |
| 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 backColor()
AbstractField
testing whether the value of the feature backColor is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsBackColor()
backColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
backColor 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 forAllBackColor()
backColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
backColor 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 orderByBackColor()
AbstractField
depending the feature backColor
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate color()
AbstractField
testing whether the value of the feature color is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsColor()
color to the predicate
for AbstractField, which evaluates to false
unless the value of the feature color 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 forAllColor()
color to the predicate
for AbstractField, which evaluates to false
unless the value of the feature color 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 orderByColor()
AbstractField
depending the feature color
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontBold()
org.w3c.cci2.SimpleTypeOrder orderByFontBold()
AbstractField
depending the feature fontBold
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate fontColor()
AbstractField
testing whether the value of the feature fontColor is
null or not.
org.w3c.cci2.StringTypePredicate thereExistsFontColor()
fontColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
fontColor 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 forAllFontColor()
fontColor to the
predicate for AbstractField, which evaluates to
false unless the value of the feature
fontColor 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 orderByFontColor()
AbstractField
depending the feature fontColor
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontItalic()
org.w3c.cci2.SimpleTypeOrder orderByFontItalic()
AbstractField
depending the feature fontItalic
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.StringTypePredicate fontName()
org.w3c.cci2.SimpleTypeOrder orderByFontName()
AbstractField
depending the feature fontName
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.ComparableTypePredicate<BigDecimal> fontSize()
org.w3c.cci2.SimpleTypeOrder orderByFontSize()
AbstractField
depending the feature fontSize
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontStrikeout()
org.w3c.cci2.SimpleTypeOrder orderByFontStrikeout()
AbstractField
depending the feature fontStrikeout
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.BooleanTypePredicate fontUnderline()
org.w3c.cci2.SimpleTypeOrder orderByFontUnderline()
AbstractField
depending the feature fontUnderline
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 | |||||||||