Class RepeaterDefinition

    • Method Detail

      • getInitialSize

        public int getInitialSize()
        Deprecated.
        Retrieves the initial size.
        Returns:
        the initial size.
      • setInitialSize

        public void setInitialSize​(int size)
        Deprecated.
        Set the initial size.
        Parameters:
        size - the initial size.
      • getMinSize

        public int getMinSize()
        Deprecated.
        Retrieves the minimum size.
        Returns:
        the minimum size.
      • setMinSize

        public void setMinSize​(int size)
        Deprecated.
        Set the minimum size.
        Parameters:
        size - the minimum size.
      • getMaxSize

        public int getMaxSize()
        Deprecated.
        Retrieves the maximum size.
        Returns:
        the maximum size or -1 if unbounded.
      • setMaxSize

        public void setMaxSize​(int size)
        Deprecated.
        Set the maximum size.
        Parameters:
        size - the maximum size or -1 if unbounded.
      • getAddLabel

        public I18nizableText getAddLabel()
        Deprecated.
        Retrieves the add label.
        Returns:
        the add label or null if none.
      • setAddLabel

        public void setAddLabel​(I18nizableText label)
        Deprecated.
        Set the add label.
        Parameters:
        label - the add label or null if none.
      • getDeleteLabel

        public I18nizableText getDeleteLabel()
        Deprecated.
        Retrieves the delete label.
        Returns:
        the delete label or null if none.
      • setDeleteLabel

        public void setDeleteLabel​(I18nizableText label)
        Deprecated.
        Set the delete label.
        Parameters:
        label - the delete label or null if none.
      • getHeaderLabel

        public String getHeaderLabel()
        Deprecated.
        Get the header label.
        Returns:
        the header label or null if none.
      • setHeaderLabel

        public void setHeaderLabel​(String label)
        Deprecated.
        Set the header label.
        Parameters:
        label - the header label or null if none.