com.hp.lft.sdk.mobile

Class ViewDescription

    • Constructor Detail

      • ViewDescription

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

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

      • setScrollable

        public void setScrollable(Boolean isScrollable)
        Sets whether the view can be scrolled.
        Parameters:
        isScrollable - true if the view can be scrolled.
      • isScrollable

        public Boolean isScrollable()
        Indicates whether the view can be scrolled.
        Returns:
        true if the object can be scrolled.