com.hp.lft.sdk.sap.ui5

Class DateTimeInputDescription

    • Constructor Detail

      • 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 Detail

      • setEnabled

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

        public java.lang.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(java.lang.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(java.lang.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.