Example #1
0
 public AudioFaderList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 7, 7, 2, (list, index) => new AudioFaderListItem(list, index))
 {
 }
Example #2
0
 public PanelCalendarMeetingList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 2, 1, 3, (list, index) => new PanelCalendarMeetingListItem(list, index))
 {
 }
Example #3
0
 public SetupMenu(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 1, 1, 1, (list, index) => new SetupMenuItem(list, index))
 {
 }
 public SystemStatusList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 1, 1, 2, (list, index) => new SystemStatusListItem(list, index))
 {
 }
Example #5
0
 public RoutingList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 2, 4, 2, (list, index) => new RoutingListItem(list, index))
 {
 }
Example #6
0
 public NavIconMenu(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 3, 2, 1, (list, index) => new NavIconMenuItem(list, index))
 {
 }
 public DeskSceneList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 1, 1, 2, (list, index) => new DeskSceneListItem(list, index))
 {
 }
Example #8
0
 public TechAudioControlList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 3, 1, 2, (list, index) => new TechAudioControlListItem(list, index))
 {
 }
Example #9
0
 public VCDialList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 4, 1, 2, (list, index) => new VCDialListItem(list, index))
 {
 }
Example #10
0
 public CiscoSmallIconList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 1, 1, 1, (list, index) => new CiscoSmallIconListItem(list, index))
 {
 }
Example #11
0
 public PowerControlList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 2, 1, 1, (list, index) => new PowerControlListItem(list, index))
 {
 }
Example #12
0
 public DgeCalendarMeetingList(UIControllerWithSmartObjects uiController, SmartObject smartObject)
     : base(uiController, smartObject, 1, 1, 2, (list, index) => new DgeCalendarMeetingListItem(list, index))
 {
 }