Package org.robovm.apple.carplay
Class CPListTemplate
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.carplay.CPTemplate
org.robovm.apple.carplay.CPListTemplate
- All Implemented Interfaces:
CPBarButtonProviding,NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class CPListTemplate extends CPTemplate implements CPBarButtonProviding
- Since:
- Available in iOS 12.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCPListTemplate.CPListTemplatePtrNested classes/interfaces inherited from class org.robovm.apple.carplay.CPTemplate
CPTemplate.CPTemplatePtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedCPListTemplate()CPListTemplate(String title, NSArray<CPListSection> sections)CPListTemplate(String title, NSArray<CPListSection> sections, CPAssistantCellConfiguration assistantCellConfiguration)protectedCPListTemplate(NSObject.Handle h, long handle)protectedCPListTemplate(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.carplay.CPTemplate
encode, getTabImage, getTabSystemItem, getTabTitle, getUserInfo, init, setShowsTabBadge, setTabImage, setTabSystemItem, setTabTitle, setUserInfo, showsTabBadgeMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
CPListTemplate
protected CPListTemplate() -
CPListTemplate
-
CPListTemplate
-
CPListTemplate
-
CPListTemplate
public CPListTemplate(String title, NSArray<CPListSection> sections, CPAssistantCellConfiguration assistantCellConfiguration)- Since:
- Available in iOS 15.0 and later.
-
-
Method Details
-
getDelegate
Deprecated.Deprecated in iOS 14.0. Use -[CPListItem handler]- Since:
- Available in iOS 12.0 and later.
-
setDelegate
Deprecated.Deprecated in iOS 14.0. Use -[CPListItem handler]- Since:
- Available in iOS 12.0 and later.
-
getMaximumItemCount
public static long getMaximumItemCount()- Since:
- Available in iOS 14.0 and later.
-
getMaximumSectionCount
public static long getMaximumSectionCount()- Since:
- Available in iOS 14.0 and later.
-
getSections
-
getTitle
-
getSectionCount
public long getSectionCount()- Since:
- Available in iOS 14.0 and later.
-
getItemCount
public long getItemCount()- Since:
- Available in iOS 14.0 and later.
-
getEmptyViewTitleVariants
- Since:
- Available in iOS 14.0 and later.
-
setEmptyViewTitleVariants
- Since:
- Available in iOS 14.0 and later.
-
getEmptyViewSubtitleVariants
- Since:
- Available in iOS 14.0 and later.
-
setEmptyViewSubtitleVariants
- Since:
- Available in iOS 14.0 and later.
-
getAssistantCellConfiguration
- Since:
- Available in iOS 15.0 and later.
-
setAssistantCellConfiguration
- Since:
- Available in iOS 15.0 and later.
-
getLeadingNavigationBarButtons
- Specified by:
getLeadingNavigationBarButtonsin interfaceCPBarButtonProviding
-
setLeadingNavigationBarButtons
- Specified by:
setLeadingNavigationBarButtonsin interfaceCPBarButtonProviding
-
getTrailingNavigationBarButtons
- Specified by:
getTrailingNavigationBarButtonsin interfaceCPBarButtonProviding
-
setTrailingNavigationBarButtons
- Specified by:
setTrailingNavigationBarButtonsin interfaceCPBarButtonProviding
-
getBackButton
- Specified by:
getBackButtonin interfaceCPBarButtonProviding
-
setBackButton
- Specified by:
setBackButtonin interfaceCPBarButtonProviding
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
-
init
protected long init(String title, NSArray<CPListSection> sections, CPAssistantCellConfiguration assistantCellConfiguration)- Since:
- Available in iOS 15.0 and later.
-
updateSections
-
indexPathForItem
- Since:
- Available in iOS 14.0 and later.
-