Phương thức PickerBuilder.addView
Thêm một thành phần hiển thị vào ngăn điều hướng.
Chữ ký
addView(viewOrViewId: DocsView|DocsUploadView|ViewId): PickerBuilder;
Thông tin chi tiết
Không bắt buộc |
Không |
Chung kết |
Không |
Được bảo vệ |
Không |
Tĩnh |
Không |
Thông số
Giá trị trả về
PickerBuilder
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-09 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-09 UTC."],[[["The `addView` method allows you to incorporate a DocsView, DocsUploadView, or ViewId into the navigation pane of the Picker."],["This method is not optional, final, protected, or static, offering flexibility in its implementation."],["It accepts a `viewOrViewId` parameter, which can be one of the specified view types, to determine the content added to the navigation."],["Upon adding the view, the method returns a PickerBuilder instance, enabling further customization of the Picker's configuration."]]],[]]