Class TmaProductSpecCharacteristicGroupModel<D,H,F,E>

java.lang.Object
org.zkoss.zul.AbstractGroupsModel<D,Object,F,E>
org.zkoss.zul.SimpleGroupsModel
de.hybris.platform.b2ctelcobackoffice.editors.TmaProductSpecCharacteristicGroupModel<D,H,F,E>
All Implemented Interfaces:
Serializable, Cloneable, org.zkoss.zk.ui.util.ComponentCloneListener, org.zkoss.zul.ext.GroupsSelectableModel, org.zkoss.zul.ext.GroupsSortableModel, org.zkoss.zul.ext.Selectable, org.zkoss.zul.ext.Sortable, org.zkoss.zul.GroupsModel

public class TmaProductSpecCharacteristicGroupModel<D,H,F,E> extends org.zkoss.zul.SimpleGroupsModel
Listgroup model for displaying the TmaProductSpecCharacteristicModel.
Since:
6.7
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.zkoss.zul.AbstractGroupsModel

    org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl<E extends Object>
  • Field Summary

    Fields inherited from class org.zkoss.zul.SimpleGroupsModel

    _data, _foots, _heads, _opens, _sortDir, _sorting

    Fields inherited from class org.zkoss.zul.AbstractGroupsModel

    _selection
  • Constructor Summary

    Constructors
    Constructor
    Description
    TmaProductSpecCharacteristicGroupModel(List<List<D>> data, List<H> heads, List<F> foots, boolean[] closes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class org.zkoss.zul.SimpleGroupsModel

    addOpenGroup, clone, getChild, getChildCount, getGroup, getGroupCount, getGroupfoot, getSortDirection, group, hasGroupfoot, isClose, isGroupOpened, removeOpenGroup, setClose, setOpenGroup0, sort, sortGroupData, sortGroupData, willClone

    Methods inherited from class org.zkoss.zul.AbstractGroupsModel

    addGroupsDataListener, addToSelection, clearSelection, fireEvent, fireSelectionEvent, getSelection, getSelectionControl, isGroupSelectable, isMultiple, isSelected, isSelectionEmpty, newEmptySelection, readSelection, removeAllSelection, removeFromSelection, removeGroupsDataListener, retainAllSelection, setGroupSelectable, setMultiple, setSelection, setSelectionControl, writeSelection

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.zkoss.zul.ext.GroupsSortableModel

    sort

    Methods inherited from interface org.zkoss.zul.ext.Sortable

    sort
  • Constructor Details

    • TmaProductSpecCharacteristicGroupModel

      public TmaProductSpecCharacteristicGroupModel(List<List<D>> data, List<H> heads, List<F> foots, boolean[] closes)
  • Method Details