A TextField is a TextContent which fades its textual representation into the text range to which it i...
Definition TextField.idl:35
specifies service of a conditional text field.
Definition ConditionalText.idl:32
string Condition
contains the condition.
Definition ConditionalText.idl:43
string CurrentPresentation
contains the current content of the text field.
Definition ConditionalText.idl:52
string FalseContent
contains the text that is displayed if the condition evaluates to FALSE.
Definition ConditionalText.idl:40
string TrueContent
contains the text that is displayed if the condition evaluates to TRUE.
Definition ConditionalText.idl:37
boolean IsConditionTrue
contains the result of the last evaluation of the condition.
Definition ConditionalText.idl:48