Class DateTimeInputDescription

All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class DateTimeInputDescription extends WebElementDescription
The description of an SAPUI5 DateTimeInput.
  • Constructor Details

    • DateTimeInputDescription

      public DateTimeInputDescription()
      Initializes a new instance of the DateTimeInputDescription class.
    • DateTimeInputDescription

      protected DateTimeInputDescription(DateTimeInputDescription.Init<?> init)
      Initializes a new instance of the DateTimeInputDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets whether the DateTimeInput object is enabled.
      Parameters:
      enabled - true, if the DateTimeInput object is enabled.
    • isEnabled

      public Boolean isEnabled()
      Returns whether the DateTimeInput object is enabled.
      Returns:
      True if enabled.
    • setDateType

      public void setDateType(DateType value)
      Sets the type of date displayed in the object.
      Parameters:
      value - type of date displayed in the object.
    • getDateType

      public DateType getDateType()
      Gets the type of date displayed in the object.
      Returns:
      The type of date displayed in the object.
    • setPlaceholder

      public void setPlaceholder(StringProperty value)
      Sets the placeholder of the DateTimeInput object.
      Parameters:
      value - the placeholder of the DateTimeInput object.
    • setPlaceholder

      public void setPlaceholder(String value)
      Sets the placeholder of the DateTimeInput object.
      Parameters:
      value - the placeholder of the DateTimeInput object.
    • getPlaceholder

      public StringProperty getPlaceholder()
      Gets the placeholder of the DateTimeInput object.
      Returns:
      the placeholder of the DateTimeInput object.
    • setDisplayFormat

      public void setDisplayFormat(StringProperty value)
      Sets the display format of the DateTimeInput object using a StringProperty value.
      Parameters:
      value - the display format of the DateTimeInput object.
    • setDisplayFormat

      public void setDisplayFormat(String value)
      Sets the display format of the DateTimeInput object using a string.
      Parameters:
      value - the display format of the DateTimeInput object.
    • getDisplayFormat

      public StringProperty getDisplayFormat()
      Gets the display format of the DateTimeInput object.
      Returns:
      The display format of the DateTimeInput object.