Class PresetSelector

    • Field Detail

      • table

        private Table table
        The parent <tbl:table> tag.
      • visible

        private boolean visible
        If the preset selector should be visible or not.
      • disableRemoved

        private boolean disableRemoved
        If the 'removed' option should be included in the preset selector or not. If the list contains items that are not removable, the option is never included.
      • disableOwnedBy

        private boolean disableOwnedBy
        If the 'owned by me' option should be included in the preset selector or not. If the list contains items that are not ownable, the option is never included.
      • disableSharedTo

        private boolean disableSharedTo
        If the 'shared to me' option should be included in the preset selector or not. If the list contains items that are not shareable, the option is never included.
      • disableInProject

        private boolean disableInProject
        If the 'in project' option should be included in the preset selector or not. If the list contains items that are not removable, the option is never included.
      • disableOthers

        private boolean disableOthers
        If the 'owned by others' option should be included in the preset selector or not. If the list contains items that are not ownable, the option is never included.
    • Constructor Detail

      • PresetSelector

        public PresetSelector()
    • Method Detail

      • setVisible

        public void setVisible​(boolean visible)
      • isVisible

        public boolean isVisible()
      • setDisableremoved

        public void setDisableremoved​(boolean disable)
      • getDisableremoved

        public boolean getDisableremoved()
      • setDisableownedby

        public void setDisableownedby​(boolean disable)
      • getDisableownedby

        public boolean getDisableownedby()
      • setDisablesharedto

        public void setDisablesharedto​(boolean disable)
      • getDisablesharedto

        public boolean getDisablesharedto()
      • setDisableinproject

        public void setDisableinproject​(boolean disable)
      • getDisableinproject

        public boolean getDisableinproject()
      • setDisableothers

        public void setDisableothers​(boolean disable)
      • getDisableothers

        public boolean getDisableothers()