Package ru.bitel.common.model
Interface GuiTitlable
- All Known Subinterfaces:
IpResourceInstance
,Resource
- All Known Implementing Classes:
AbstractEntity
,AbstractGeographicCode
,AbstractPaymentTypes
,AbstractSpecAttr
,AbstractTreeNode
,AbtractVoiceAccount
,ActionExpressionData
,AdditionalContractAction
,AdditionalContractAction
,AddressObj
,Area
,AssistantAction
,AssistantActionItem
,AssistantKeyValue
,AssistantMaster
,AttributeType
,BalanceBaseType
,BankAccount
,BGInstalledModule
,BGModule
,BGSActionGroup
,BillLink
,BonusPaymentType
,Bot
,BotDialog
,BotDialogElement
,BotDialogElementType
,BotDialogGroup
,BotType
,Channel
,Channel
,ChannelType
,ChargeType
,City
,City
,CityItem
,ClosedSormContract
,ConfigData
,ConfigDataDto
,Configuration
,ContactType
,Contract
,Contract
,ContractCard
,ContractGroup
,ContractIdTitleComment
,ContractLabelItem
,ContractNote
,ContractNotification
,ContractObject
,ContractObjectType
,ContractParameterGroup
,ContractParameterGroupAttr
,ContractParameterGroupName
,ContractParameterListItem
,ContractParameterMultiListItem
,ContractParameterPref
,ContractParameterPrefType
,ContractPatternNamedNumber
,ContractSubPanelLog
,ContractSubPanelManage
,ContractTariffCounter
,ContractTariffEntry
,ContractTariffVar
,Copy
,CostMap
,CostMapItem
,Country
,CustomDispatchMessage
,DashboardItem
,Dealer
,Dealer
,DefaultTreeNode
,DefaultTreeNode.Root
,Device
,DeviceGroup
,DeviceInterface
,DeviceInterfaceIndex
,DeviceType
,DeviceTypeConfig
,DeviceTypeScript
,DialogProcessingWrapper
,DialUpNAS
,Directional
,Dispatch
,DispatchBalanceMessage
,DispatchMessage
,DocType
,Document
,Document
,DocumentJournal
,DocumentPattern
,DocumentStatus
,DocumentType
,Domain
,Domain
,DrwebTariff
,DynamicClass
,Entity
,EntitySpec
,EntitySpecAttr
,EntitySpecAttrListItem
,EntitySpecAttrMultiListItem
,EntitySpecAttrType
,EntitySpecDTO
,EventScriptLink
,EventType
,FileInfo
,Function
,GarAddressCity
,GarAddressHouse
,GarAddressObject
,GarAddressStreet
,Gate
,GateType
,GlobalScript
,GlobalScriptLink
,IdTitle
,IdTitleValue
,InetDevice
,InetDeviceType
,InetInterface
,InetOption
,InetServ
,InetServType
,InstalledInstanceModule
,InvDevice
,IpCategory
,IpResource
,IpResourceAddress
,IpResourceNet
,IpResourceRange
,IsoObject
,IsoObjectType
,JmxAppItem
,LightweightTaskData
,ListValue
,MegogoContractSubscription
,MegogoContractTryAndBuy
,MegogoSubscription
,MegogoTryAndBuy
,MenuItem
,Message
,MobiServiceCode
,MobNews
,MonitoringComponent
,MQEvent
,MQServer
,News
,NewsItem
,NotificationData
,NumerationPool
,ObjectParameterGroupAttr
,ObjectType
,PackerKit
,PackerOptionLibrary
,Packet
,PaymentType
,PaymentTypeItem
,PermissionKit
,PermissionKitItem
,PersonalTariff
,PhoneCategory
,PhoneItemListMode.Mode
,Printer
,ProductOffering
,ProductOfferingActivationMode
,ProductSpec
,ProductSpecActivationMode
,Quarter
,RangeMap
,RangeMapItem
,Ratio
,Region
,RegisterCategory
,RegisterExecutor
,RegisterGroup
,RegisterSubject
,RequestRecordLog
,ReserveType
,Role
,RoleItem
,RSCMServiceDto
,RunTelTariff
,SBPilotTerminal
,Script
,ScriptBackup
,ScriptLibrary
,SenderType
,Service
,ServiceSpec
,ShopDirectoryItem
,ShopItemType
,ShopProductItem
,ShopProductTreeItem
,Signatory
,SmartHousePackageBase
,SoftLineProduct
,SoftLineSubscriptionPeriodType
,SoftLineSubscriptionStatus
,SormProject
,SotfLineProductCategory
,Source
,Status
,Street
,Street
,Subscriber
,SubscriptionMode
,SubscriptionType
,SubscriptionType
,Tag
,TariffAVD
,TariffCounterType
,TariffGroup
,TariffItem
,TariffLabelItem
,TariffOption
,TariffOptionActivateMode
,TariffPlan
,TariffPlanData
,TariffVar
,TariffVarType
,TaskData
,TrafficRangeSpec
,TrafficType
,TrafficTypeLink
,TvAccount
,TvAccountSpec
,TvChannelSpec
,TvDevice
,TvDeviceType
,Unit
,UpdaterTaskLogStatus
,User
,UserCard
,UserDevice
,UserGroup
,UserInfo
,UserRightRule
,VlanCategory
,VlanResource
,VoiceAccount
,VoiceAccountType
,VoiceAccountTypeAbstract
,VoiceBaseCodeBean
,VoiceCostMap
,VoiceCostMapItem
,VoiceDestination
,VoiceDevice
,VoiceDeviceType
,VoiceGeographicCode
,VoiceOperAccount
,VoiceOperAccountType
,VoiceOperator
,VoiceOption
,VoiceZone
,VoiceZoneCostMap
,VoiceZoneMap
,VoiceZoneMapItem
,WebMenuItem
,Zone
public interface GuiTitlable
Интерфейс для бинов, которые опционально хотят отображать себя в GUI в каком-то виде.
Работает в: BGUComboBox (отображение сущности), GuiTitlableRenderer (рендер столбца, надо поставить руками в initColumns).
-
Method Summary
-
Method Details
-
getGuiTitle
String getGuiTitle()Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Returns:
- Строка - представление объекта.
-