|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DateFieldQuery
| Method Summary | |
|---|---|
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllMaxDate()
Adds a condition for the feature maxDate to the predicate
for DateField, which evaluates to false
unless the value of the feature maxDate satisfies the
given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllMinDate()
Adds a condition for the feature minDate to the predicate
for DateField, which evaluates to false
unless the value of the feature minDate satisfies the
given condition. |
org.w3c.cci2.StringTypePredicate |
format()
|
org.w3c.cci2.OptionalFeaturePredicate |
maxDate()
Adds a constraint to the predicate for DateField testing
whether the value of the feature maxDate is
null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
minDate()
Adds a constraint to the predicate for DateField testing
whether the value of the feature minDate is
null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByFormat()
Allows to adds a sort instruction for DateField depending
the feature format
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByMaxDate()
Allows to adds a sort instruction for DateField depending
the feature maxDate
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByMinDate()
Allows to adds a sort instruction for DateField depending
the feature minDate
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsMaxDate()
Adds a condition for the feature maxDate to the predicate
for DateField, which evaluates to false
unless the value of the feature maxDate satisfies the
given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsMinDate()
Adds a condition for the feature minDate to the predicate
for DateField, which evaluates to false
unless the value of the feature minDate satisfies the
given condition. |
| 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.StringTypePredicate format()
org.w3c.cci2.SimpleTypeOrder orderByFormat()
DateField depending
the feature format
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate maxDate()
DateField testing
whether the value of the feature maxDate is
null or not.
org.w3c.cci2.ComparableTypePredicate<Date> thereExistsMaxDate()
maxDate to the predicate
for DateField, which evaluates to false
unless the value of the feature maxDate 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<Date> forAllMaxDate()
maxDate to the predicate
for DateField, which evaluates to false
unless the value of the feature maxDate 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 orderByMaxDate()
DateField depending
the feature maxDate
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.OptionalFeaturePredicate minDate()
DateField testing
whether the value of the feature minDate is
null or not.
org.w3c.cci2.ComparableTypePredicate<Date> thereExistsMinDate()
minDate to the predicate
for DateField, which evaluates to false
unless the value of the feature minDate 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<Date> forAllMinDate()
minDate to the predicate
for DateField, which evaluates to false
unless the value of the feature minDate 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 orderByMinDate()
DateField depending
the feature minDate
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 | |||||||||