Interface TreeNode<N>

Type Parameters:
N -
All Known Subinterfaces:
Node<N>
All Known Implementing Classes:
AbstractGeographicCode, AbstractPaymentTypes, AbstractTreeNode, ContractLabelItem, CostMapItem, DefaultTreeNode, DefaultTreeNode.Root, Device, DeviceGroup, Domain, GeographicCode, GroupRight, InetDevice, InetOption, InetServ, InvDevice, IpCategory, PaymentTypeItem, PhoneCategory, ProductSpec, ServiceSpec, TvAccount, TvChannelSpec, TvDevice, VlanCategory, VoiceAccount, VoiceBaseCodeBean, VoiceCostMapItem, VoiceDevice, VoiceGeographicCode, VoiceZoneMapItem

public interface TreeNode<N>
Если bean имплементит этот интерфейс, то этот bean можно просто вставить в BGUTreeTable
  • Method Summary

    Modifier and Type Method Description
    java.util.List<N> getChildren()  
  • Method Details

    • getChildren

      java.util.List<N> getChildren()