Class ElementVisibilityFunction

    • Constructor Detail

      • ElementVisibilityFunction

        public ElementVisibilityFunction()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getField

        public String getField()
        Deprecated.
        Returns the field name of the data-row column from where to read the boolean value.
        Returns:
        the field name.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines field name of the data-row column from where to read the boolean value.
        Parameters:
        field - the name of the field.
      • isVisible

        protected boolean isVisible()
        Deprecated.
        Computes the visiblity of the element.
        Returns:
        true, if the field contains the Boolean.TRUE object, false otherwise.