ZCUIServiceの概要

ZCUIServiceの概要

お知らせ:当社は、お客様により充実したサポート情報を迅速に提供するため、本ページのコンテンツは機械翻訳を用いて日本語に翻訳しています。正確かつ最新のサポート情報をご覧いただくには、本内容の英語版を参照してください。

ZCUIService

このサービスを使用すると、Zoho Creator アプリケーション内の各種コンポーネントのインターフェイスを管理できます。

ZCUIService を使用して作成された ViewController を利用する場合、以下のメソッドを使用して左側のバー ボタン項目を設定できます。

func configureLeftBarButtonItem(barbutton: UIBarButtonItem?)


メモ:

ZCUIFramework を使用している場合、slidingPane の SectionList に通知ベルアイコンを表示するには、計算プロパティ `shouldShowNotificationBellIconInSlidingPaneView` をオーバーライドする必要があります。

これは `ZCUIServiceDelegate` に準拠する際に行います。

var shouldShowNotificationBellIconInSlidingPaneView: Bool {

return true

}

デフォルトでは無効になっており、この計算プロパティをオーバーライドするかどうかは任意です。

メソッド
getViewController(forForm:) -> UIViewController- フォーム用のビューコントローラを返します。
 
getViewController(forReport:) -> UIViewController- リストレポート用のビューコントローラを返します。
 
getViewController(forMap:) -> UIViewController- マップレポート用のビューコントローラを返します。
 
getViewController(forCalendar:) -> UIViewController- カレンダーレポート用のビューコントローラを返します。
 
getViewController(forKanban:) -> UIViewController- かんばんレポート用のビューコントローラを返します。
 
getViewController(forPivotTable:) -> UIViewController- ピボットテーブル用のビューコントローラを返します。
 
getViewController(forPivotChart:) -> UIViewController- ピボットチャート用のビューコントローラを返します。
 
getViewController(forPage:) -> UIViewController- ページ用のビューコントローラを返します。
 
getNotificationController(for 通知: ZCNotification) -> UIViewController- 指定した通知の詳細情報を含むビューコントローラを返します。
 
getNotificationsViewController(for application: Application? = nil) -> UIViewController- 通知一覧用のビューコントローラを返します。
 
getViewController(forForm:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、フォームリンク名が含まれます。
 
 
getViewController(forReport:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、レポートリンク名が含まれます。
 
getViewController(forMap:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、レポートリンク名が含まれます。
 
getViewController(forCalendar:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、レポートリンク名が含まれます。
 
getViewController(forKanban:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、レポートリンク名が含まれます。
 
getViewController(forPivotTable:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、レポートリンク名が含まれます。
 
getViewController(forPivotChart:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、レポートリンク名が含まれます。
 
getViewController(forPage:) -> UIViewController

パラメーター

component アプリの担当者、アプリ名、ページリンク名が含まれます。
 
getNotificationController(for 通知: ZCNotification) -> UIViewController

パラメーター

通知 カテゴリ、通知 ID などの通知情報が含まれます。
 
getNotificationsViewController(for application: Application? = nil) -> UIViewController

パラメーター

application アプリの担当者とアプリリンク名が含まれます。