com.hp.lft.sdk.sap.ui5

Class TileDescription

    • Constructor Detail

      • TileDescription

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

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

      • setEnabled

        public void setEnabled(java.lang.Boolean enabled)
        Sets whether the tile is enabled.
        Parameters:
        enabled - true to enable the object.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Returns whether the tile is enabled.
        Returns:
        True if enabled.