public class TimeElement extends PromptElement implements PromptInterfaces.Caption, PromptInterfaces.DataReference, PromptInterfaces.Focus, PromptInterfaces.Locked, PromptInterfaces.Constraints<Time>
| Constructor and Description |
|---|
TimeElement(String variableName,
UC4ObjectName reference)
Creates a new
TimeElement. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
UC4ObjectName |
getDataReference() |
String |
getMaximumValue()
Deprecated.
use getMaxValue instead
|
Time |
getMaxValue() |
String |
getMinimumValue()
Deprecated.
use getMinValue instead
|
Time |
getMinValue() |
boolean |
hasFocus()
Returns
true if the focus is set. |
boolean |
isLocked()
Returns
true if this Prompt Element is locked. |
void |
setCaption(String caption)
Sets the caption of this prompt element.
|
void |
setDataReference(UC4ObjectName vara)
Sets a VARA Object which contains a list of valid entries for this prompt element.
|
void |
setFocus(boolean value)
Sets the cursor focus: The cursor is placed at this control if the value is
true. |
void |
setLocked(boolean locked)
Lock or unlocks this element.
|
void |
setMaximumValue(String value)
Deprecated.
use setMaxValue instead
|
void |
setMaxValue(Time maxValue) |
void |
setMinimumValue(String value)
Deprecated.
use setMinValue instead
|
void |
setMinValue(Time minValue) |
getCustomField, getMessageInsert, getMessageNumber, getProperty, getTooltip, getValue, getValues, getVariable, hasList, isAltView, setAltView, setCustomField, setTooltip, setValue, setValues, setVariable, toString, updateDefaultValuepublic TimeElement(String variableName, UC4ObjectName reference)
TimeElement.variableName - Name of the script variablereference - Referencepublic boolean isLocked()
true if this Prompt Element is locked.
In this case a user cannot change the default value in the Prompt-Screen.isLocked in interface PromptInterfaces.Lockedpublic void setLocked(boolean locked)
setLocked in interface PromptInterfaces.Lockedlocked - true if locked, false if the user can change the value of the Prompt Elementpublic boolean hasFocus()
true if the focus is set.
The cursor is placed at this control if the value is true.
It may only be defined for one control in the PromptSet.
If this flag is defined for several Controls of a PromptSet the last Control that got the flag wins.hasFocus in interface PromptInterfaces.Focuspublic void setFocus(boolean value)
true.
It may only be defined for one control in the PromptSet.
If this flag is defined for several Controls of a PromptSet the last Control that got the flag wins.setFocus in interface PromptInterfaces.Focusvalue - true if the cursor should be set in this Prompt Element, false otherwisepublic String getCaption()
getCaption in interface PromptInterfaces.Captionpublic void setCaption(String caption)
setCaption in interface PromptInterfaces.Captioncaption - Captionpublic void setDataReference(UC4ObjectName vara)
setDataReference in interface PromptInterfaces.DataReferencevara - Name of a Variable Objectpublic UC4ObjectName getDataReference()
getDataReference in interface PromptInterfaces.DataReference@Deprecated public void setMinimumValue(String value)
value - Min value@Deprecated public String getMinimumValue()
@Deprecated public void setMaximumValue(String value)
value - Max value@Deprecated public String getMaximumValue()
public Time getMaxValue()
getMaxValue in interface PromptInterfaces.Constraints<Time>public void setMaxValue(Time maxValue)
setMaxValue in interface PromptInterfaces.Constraints<Time>maxValue - set maximum value @nullablepublic Time getMinValue()
getMinValue in interface PromptInterfaces.Constraints<Time>public void setMinValue(Time minValue)
setMinValue in interface PromptInterfaces.Constraints<Time>minValue - set minimum value @nullableCopyright © 2021. All rights reserved.