Package org.robovm.apple.carplay
Class CPGridTemplate
- 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.CPGridTemplate
-
- All Implemented Interfaces:
CPBarButtonProviding
,NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class CPGridTemplate extends CPTemplate implements CPBarButtonProviding
- Since:
- Available in iOS 12.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CPGridTemplate.CPGridTemplatePtr
-
Nested classes/interfaces inherited from class org.robovm.apple.carplay.CPTemplate
CPTemplate.CPTemplatePtr
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CPGridTemplate()
CPGridTemplate(java.lang.String title, NSArray<CPGridButton> gridButtons)
protected
CPGridTemplate(NSObject.Handle h, long handle)
protected
CPGridTemplate(NSObject.SkipInit skipInit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPBarButton
getBackButton()
NSArray<CPGridButton>
getGridButtons()
NSArray<CPBarButton>
getLeadingNavigationBarButtons()
java.lang.String
getTitle()
NSArray<CPBarButton>
getTrailingNavigationBarButtons()
protected long
init(java.lang.String title, NSArray<CPGridButton> gridButtons)
void
setBackButton(CPBarButton v)
void
setLeadingNavigationBarButtons(NSArray<CPBarButton> v)
void
setTrailingNavigationBarButtons(NSArray<CPBarButton> v)
-
Methods inherited from class org.robovm.apple.carplay.CPTemplate
encode, getUserInfo, init, setUserInfo, supportsSecureCoding
-
Methods 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, willChangeValues
-
-
-
-
Constructor Detail
-
CPGridTemplate
protected CPGridTemplate()
-
CPGridTemplate
protected CPGridTemplate(NSObject.Handle h, long handle)
-
CPGridTemplate
protected CPGridTemplate(NSObject.SkipInit skipInit)
-
CPGridTemplate
public CPGridTemplate(java.lang.String title, NSArray<CPGridButton> gridButtons)
-
-
Method Detail
-
getGridButtons
public NSArray<CPGridButton> getGridButtons()
-
getTitle
public java.lang.String getTitle()
-
getLeadingNavigationBarButtons
public NSArray<CPBarButton> getLeadingNavigationBarButtons()
- Specified by:
getLeadingNavigationBarButtons
in interfaceCPBarButtonProviding
-
setLeadingNavigationBarButtons
public void setLeadingNavigationBarButtons(NSArray<CPBarButton> v)
- Specified by:
setLeadingNavigationBarButtons
in interfaceCPBarButtonProviding
-
getTrailingNavigationBarButtons
public NSArray<CPBarButton> getTrailingNavigationBarButtons()
- Specified by:
getTrailingNavigationBarButtons
in interfaceCPBarButtonProviding
-
setTrailingNavigationBarButtons
public void setTrailingNavigationBarButtons(NSArray<CPBarButton> v)
- Specified by:
setTrailingNavigationBarButtons
in interfaceCPBarButtonProviding
-
getBackButton
public CPBarButton getBackButton()
- Specified by:
getBackButton
in interfaceCPBarButtonProviding
-
setBackButton
public void setBackButton(CPBarButton v)
- Specified by:
setBackButton
in interfaceCPBarButtonProviding
-
init
protected long init(java.lang.String title, NSArray<CPGridButton> gridButtons)
-
-