コード例 #1
0
ファイル: AbstractBox.cs プロジェクト: fjgandrade/sharpkit
		public void DisconnectFromChildWidget(qx.ui.mobile.core.Widget widget) { throw new NotImplementedException(); }
コード例 #2
0
		public void AddItems(qx.ui.core.Widget items, string names, string title, JsArray itemsOptions = null, object headerOptions = null) { throw new NotImplementedException(); }
コード例 #3
0
ファイル: UserAction.cs プロジェクト: fjgandrade/sharpkit
		/// <summary>
		/// <para>Create a new instance</para>
		/// </summary>
		/// <param name="manager">Event manager for the window to use</param>
		public UserAction(qx.eventx.Manager manager) { throw new NotImplementedException(); }
コード例 #4
0
ファイル: List.cs プロジェクト: fjgandrade/sharpkit
		public void SetModel(qx.data.Array value) { throw new NotImplementedException(); }
コード例 #5
0
		/// <param name="form">The form to be rendered</param>
		public AbstractRenderer(qx.ui.mobile.form.Form form) { throw new NotImplementedException(); }
コード例 #6
0
ファイル: ToolBar.cs プロジェクト: hultqvist/SharpKit-SDK
		public void SetOpenMenu(qx.ui.menu.Menu value) { throw new NotImplementedException(); }
コード例 #7
0
ファイル: ToolBar.cs プロジェクト: hultqvist/SharpKit-SDK
		public void SetRemovePriority(qx.ui.core.Widget item, double priority, bool overridex) { throw new NotImplementedException(); }
コード例 #8
0
		public void SetSuite(qx.dev.unit.TestSuite value) { throw new NotImplementedException(); }
コード例 #9
0
ファイル: Focus.cs プロジェクト: fjgandrade/sharpkit
		/// <summary>
		/// <para>Create a new instance</para>
		/// </summary>
		/// <param name="manager">Event manager for the window to use</param>
		public Focus(qx.eventx.Manager manager) { throw new NotImplementedException(); }
コード例 #10
0
ファイル: Resize.cs プロジェクト: fjgandrade/sharpkit
		public void SetBehavior(qx.ui.table.columnmodel.resizebehavior.Abstract value) { throw new NotImplementedException(); }
コード例 #11
0
		public void AddWidget(qx.ui.core.Widget widget, object options = null) { throw new NotImplementedException(); }
コード例 #12
0
ファイル: Resize.cs プロジェクト: fjgandrade/sharpkit
		public void Init(double numColumns, qx.ui.table.Table table) { throw new NotImplementedException(); }
コード例 #13
0
ファイル: Widget.cs プロジェクト: fjgandrade/sharpkit
		/// <param name="widget">The widget to connect to</param>
		public Widget(qx.ui.core.Widget widget) { throw new NotImplementedException(); }
コード例 #14
0
ファイル: Visibility.cs プロジェクト: hultqvist/SharpKit-SDK
		public static bool IsVisible(qx.ui.core.Widget widget) { throw new NotImplementedException(); }
コード例 #15
0
ファイル: Layout.cs プロジェクト: hultqvist/SharpKit-SDK
		public static double GetNestingLevel(qx.ui.core.Widget widget) { throw new NotImplementedException(); }
コード例 #16
0
ファイル: Focus.cs プロジェクト: fjgandrade/sharpkit
		public void Blur(qx.html.Element element) { throw new NotImplementedException(); }
コード例 #17
0
ファイル: Layout.cs プロジェクト: hultqvist/SharpKit-SDK
		public static bool IsScheduled(qx.ui.core.Widget widget) { throw new NotImplementedException(); }
コード例 #18
0
ファイル: Focus.cs プロジェクト: fjgandrade/sharpkit
		public void Deactivate(qx.html.Element element) { throw new NotImplementedException(); }
コード例 #19
0
ファイル: ToolBar.cs プロジェクト: hultqvist/SharpKit-SDK
		public void SetOverflowIndicator(qx.ui.core.Widget value) { throw new NotImplementedException(); }
コード例 #20
0
ファイル: Focus.cs プロジェクト: fjgandrade/sharpkit
		public void FocusElement(qx.html.Element element) { throw new NotImplementedException(); }
コード例 #21
0
ファイル: List.cs プロジェクト: fjgandrade/sharpkit
		/// <summary>
		/// <para>Creates the qx.ui.list.List with the passed model.</para>
		/// </summary>
		/// <param name="model">model for the list.</param>
		public List(qx.data.Array model) { throw new NotImplementedException(); }
コード例 #22
0
ファイル: Manager.cs プロジェクト: hultqvist/SharpKit-SDK
		public void CancelOpen(qx.ui.menu.Menu menu) { throw new NotImplementedException(); }
コード例 #23
0
ファイル: List.cs プロジェクト: fjgandrade/sharpkit
		public void SetSelection(qx.data.IListData value) { throw new NotImplementedException(); }
コード例 #24
0
ファイル: Manager.cs プロジェクト: hultqvist/SharpKit-SDK
		public void Remove(qx.ui.menu.Menu obj) { throw new NotImplementedException(); }
コード例 #25
0
		public void AddButton(qx.ui.form.Button button, object options = null) { throw new NotImplementedException(); }
コード例 #26
0
ファイル: Manager.cs プロジェクト: hultqvist/SharpKit-SDK
		public void ScheduleOpen(qx.ui.menu.Menu menu) { throw new NotImplementedException(); }
コード例 #27
0
		public void ShowErrorForItem(qx.ui.mobile.core.Widget item) { throw new NotImplementedException(); }
コード例 #28
0
ファイル: Flow.cs プロジェクト: fjgandrade/sharpkit
		public void ConnectToWidget(qx.ui.core.Widget widget) { throw new NotImplementedException(); }
コード例 #29
0
ファイル: Dispose.cs プロジェクト: fjgandrade/sharpkit
		public static void Add(qx.ui.core.Widget widget) { throw new NotImplementedException(); }
コード例 #30
0
ファイル: WidgetCell.cs プロジェクト: fjgandrade/sharpkit
		/// <param name="widgetCellProvider">This class manages the life cycle of the cell widgets.</param>
		public WidgetCell(qx.ui.virtualx.core.IWidgetCellProvider widgetCellProvider) { throw new NotImplementedException(); }