Class AbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl

    • Constructor Detail

      • AbstractMultipleSelectAgentImpl

        public AbstractMultipleSelectAgentImpl​(ComponentAgent target)
    • Method Detail

      • select

        public void select()
        Description copied from interface: MultipleSelectAgent
        to select an item. If the parent component isn't at multiple selection mode, it will throw exception.
        Specified by:
        select in interface MultipleSelectAgent
      • deselect

        public void deselect()
        Description copied from interface: MultipleSelectAgent
        to de-select an item. If the parent component isn't at multiple selection mode, it will throw exception.
        Specified by:
        deselect in interface MultipleSelectAgent
      • getEventTarget

        protected abstract org.zkoss.zk.ui.Component getEventTarget()
      • isMultiple

        protected abstract boolean isMultiple()
      • collectSelectedItems

        protected abstract void collectSelectedItems​(Set<String> selected)