public class UIListContentConfiguration extends NSObject implements UIContentConfiguration, NSSecureCoding
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret| Modifier | Constructor and Description |
|---|---|
protected |
UIListContentConfiguration(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_supportsSecureCoding()
This property must return YES on all classes that allow secure coding.
|
static boolean |
accessInstanceVariablesDirectly() |
static UIListContentConfiguration |
accompaniedSidebarCellConfiguration()
Returns the default configuration for an accompanied sidebar list cell.
|
static UIListContentConfiguration |
accompaniedSidebarSubtitleCellConfiguration()
Returns the default configuration for an accompanied sidebar list cell with subtitle text.
|
static UIListContentConfiguration |
alloc() |
static UIListContentConfiguration |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
NSAttributedString |
attributedText()
An attributed variant of the primary text, which supersedes the `text` and some properties of the `textProperties` if set.
|
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
long |
axesPreservingSuperviewLayoutMargins()
Whether the content view will preserve inherited layout margins from its superview on the horizontal and/or vertical axes.
|
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
static UIListContentConfiguration |
cellConfiguration()
Returns the default configuration for a list cell.
|
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
java.lang.Object |
copyWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static java.lang.String |
debugDescription_static() |
static java.lang.String |
description_static() |
NSDirectionalEdgeInsets |
directionalLayoutMargins()
The margins for the content to the edges of the content view.
|
void |
encodeWithCoder(NSCoder coder) |
static UIListContentConfiguration |
extraProminentInsetGroupedHeaderConfiguration()
Returns the default configuration for an extra prominent inset grouped list header.
|
static UIListContentConfiguration |
groupedFooterConfiguration()
Returns the default configuration for a grouped list footer.
|
static UIListContentConfiguration |
groupedHeaderConfiguration()
Returns the default configuration for a grouped list header.
|
static long |
hash_static() |
UIImage |
image()
The image to display.
|
UIListContentImageProperties |
imageProperties()
Additional properties to configure the image.
|
double |
imageToTextPadding()
Padding between the image and text.
|
UIListContentConfiguration |
init() |
UIListContentConfiguration |
initWithCoder(NSCoder coder)
NS_DESIGNATED_INITIALIZER
|
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
UIView |
makeContentView()
Initializes and returns a new instance of the content view using this configuration.
|
static UIListContentConfiguration |
new_objc() |
static UIListContentConfiguration |
plainFooterConfiguration()
Returns the default configuration for a plain list footer.
|
static UIListContentConfiguration |
plainHeaderConfiguration()
Returns the default configuration for a plain list header.
|
boolean |
prefersSideBySideTextAndSecondaryText()
When YES, the text and secondary text will be positioned side-by-side if there is sufficient space.
|
static UIListContentConfiguration |
prominentInsetGroupedHeaderConfiguration()
Returns the default configuration for a prominent inset grouped list header.
|
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
NSAttributedString |
secondaryAttributedText()
An attributed variant of the secondary text, which supersedes the `secondaryText` and some properties of the `secondaryTextProperties` if set.
|
java.lang.String |
secondaryText()
The secondary text.
|
UIListContentTextProperties |
secondaryTextProperties()
Additional properties to configure the secondary text.
|
void |
setAttributedText(NSAttributedString value)
An attributed variant of the primary text, which supersedes the `text` and some properties of the `textProperties` if set.
|
void |
setAxesPreservingSuperviewLayoutMargins(long value)
Whether the content view will preserve inherited layout margins from its superview on the horizontal and/or vertical axes.
|
void |
setDirectionalLayoutMargins(NSDirectionalEdgeInsets value)
The margins for the content to the edges of the content view.
|
void |
setImage(UIImage value)
The image to display.
|
void |
setImageToTextPadding(double value)
Padding between the image and text.
|
void |
setPrefersSideBySideTextAndSecondaryText(boolean value)
When YES, the text and secondary text will be positioned side-by-side if there is sufficient space.
|
void |
setSecondaryAttributedText(NSAttributedString value)
An attributed variant of the secondary text, which supersedes the `secondaryText` and some properties of the `secondaryTextProperties` if set.
|
void |
setSecondaryText(java.lang.String value)
The secondary text.
|
void |
setText(java.lang.String value)
The primary text.
|
void |
setTextToSecondaryTextHorizontalPadding(double value)
Horizontal (minimum) padding between the text and secondary text.
|
void |
setTextToSecondaryTextVerticalPadding(double value)
Vertical padding between the text and secondary text.
|
static void |
setVersion_static(long aVersion) |
static UIListContentConfiguration |
sidebarCellConfiguration()
Returns the default configuration for a sidebar list cell.
|
static UIListContentConfiguration |
sidebarHeaderConfiguration()
Returns the default configuration for a sidebar list header.
|
static UIListContentConfiguration |
sidebarSubtitleCellConfiguration()
Returns the default configuration for a sidebar list cell with subtitle text.
|
static UIListContentConfiguration |
subtitleCellConfiguration()
Returns the default configuration for a list cell with subtitle text.
|
static org.moe.natj.objc.Class |
superclass_static() |
static boolean |
supportsSecureCoding() |
java.lang.String |
text()
The primary text.
|
UIListContentTextProperties |
textProperties()
Additional properties to configure the primary text.
|
double |
textToSecondaryTextHorizontalPadding()
Horizontal (minimum) padding between the text and secondary text.
|
double |
textToSecondaryTextVerticalPadding()
Vertical padding between the text and secondary text.
|
UIListContentConfiguration |
updatedConfigurationForState(UIConfigurationState state)
Returns a copy of the configuration updated for the specified state, by applying the configuration's default values for that state to any properties that have not been customized.
|
static UIListContentConfiguration |
valueCellConfiguration()
Returns the default configuration for a list cell with side-by-side value text.
|
static long |
version_static() |
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeyprotected UIListContentConfiguration(org.moe.natj.general.Pointer peer)
public static boolean accessInstanceVariablesDirectly()
public static UIListContentConfiguration accompaniedSidebarCellConfiguration()
public static UIListContentConfiguration accompaniedSidebarSubtitleCellConfiguration()
public static UIListContentConfiguration alloc()
public static UIListContentConfiguration allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public NSAttributedString attributedText()
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public long axesPreservingSuperviewLayoutMargins()
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static UIListContentConfiguration cellConfiguration()
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public java.lang.Object copyWithZone(org.moe.natj.general.ptr.VoidPtr zone)
copyWithZone in interface NSCopyingpublic static java.lang.String debugDescription_static()
public static java.lang.String description_static()
public NSDirectionalEdgeInsets directionalLayoutMargins()
public void encodeWithCoder(NSCoder coder)
encodeWithCoder in interface NSCodingpublic static UIListContentConfiguration groupedFooterConfiguration()
public static UIListContentConfiguration groupedHeaderConfiguration()
public static long hash_static()
public UIImage image()
public UIListContentImageProperties imageProperties()
public double imageToTextPadding()
public UIListContentConfiguration init()
public UIListContentConfiguration initWithCoder(NSCoder coder)
NSCodinginitWithCoder in interface NSCodingpublic static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public UIView makeContentView()
UIContentConfigurationmakeContentView in interface UIContentConfigurationpublic static UIListContentConfiguration new_objc()
public static UIListContentConfiguration plainFooterConfiguration()
public static UIListContentConfiguration plainHeaderConfiguration()
public boolean prefersSideBySideTextAndSecondaryText()
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public NSAttributedString secondaryAttributedText()
public java.lang.String secondaryText()
public UIListContentTextProperties secondaryTextProperties()
public void setAttributedText(NSAttributedString value)
public void setAxesPreservingSuperviewLayoutMargins(long value)
public void setDirectionalLayoutMargins(NSDirectionalEdgeInsets value)
public void setImage(UIImage value)
public void setImageToTextPadding(double value)
public void setPrefersSideBySideTextAndSecondaryText(boolean value)
public void setSecondaryAttributedText(NSAttributedString value)
public void setSecondaryText(java.lang.String value)
public void setText(java.lang.String value)
public void setTextToSecondaryTextHorizontalPadding(double value)
public void setTextToSecondaryTextVerticalPadding(double value)
public static void setVersion_static(long aVersion)
public static UIListContentConfiguration sidebarCellConfiguration()
public static UIListContentConfiguration sidebarHeaderConfiguration()
public static UIListContentConfiguration sidebarSubtitleCellConfiguration()
public static UIListContentConfiguration subtitleCellConfiguration()
public static org.moe.natj.objc.Class superclass_static()
public static boolean supportsSecureCoding()
public boolean _supportsSecureCoding()
NSSecureCoding_supportsSecureCoding in interface NSSecureCodingpublic java.lang.String text()
public UIListContentTextProperties textProperties()
public double textToSecondaryTextHorizontalPadding()
public double textToSecondaryTextVerticalPadding()
public UIListContentConfiguration updatedConfigurationForState(UIConfigurationState state)
UIContentConfigurationupdatedConfigurationForState in interface UIContentConfigurationpublic static UIListContentConfiguration valueCellConfiguration()
public static long version_static()
public static UIListContentConfiguration extraProminentInsetGroupedHeaderConfiguration()
public static UIListContentConfiguration prominentInsetGroupedHeaderConfiguration()