-
-
Methods in org.robovm.apple.uikit with parameters of type UIControlState
| Modifier and Type |
Method |
Description |
NSAttributedString |
UIButton.getAttributedTitle(UIControlState state) |
|
UIImage |
UIBarButtonItem.getBackButtonBackgroundImage(UIControlState state,
UIBarMetrics barMetrics) |
|
UIImage |
UIBarButtonItem.getBackgroundImage(UIControlState state,
UIBarButtonItemStyle style,
UIBarMetrics barMetrics) |
|
UIImage |
UIBarButtonItem.getBackgroundImage(UIControlState state,
UIBarMetrics barMetrics) |
|
UIImage |
UIButton.getBackgroundImage(UIControlState state) |
|
UIImage |
UISegmentedControl.getBackgroundImage(UIControlState state,
UIBarMetrics barMetrics) |
|
UIImage |
UIStepper.getBackgroundImage(UIControlState state) |
|
NSDictionary<NSString,?> |
UITabBarItem.getBadgeTextAttributes(UIControlState state) |
|
UIImage |
UIStepper.getDecrementImage(UIControlState state) |
|
UIImage |
UISegmentedControl.getDividerImage(UIControlState leftState,
UIControlState rightState,
UIBarMetrics barMetrics) |
|
UIImage |
UIStepper.getDividerImage(UIControlState leftState,
UIControlState rightState) |
|
UIImage |
UIButton.getImage(UIControlState state) |
|
UIImage |
UISearchBar.getImageForSearchBarIcon(UISearchBarIcon icon,
UIControlState state) |
|
UIImage |
UIStepper.getIncrementImage(UIControlState state) |
|
UIImage |
UISlider.getMaximumTrackImage(UIControlState state) |
|
UIImage |
UISlider.getMinimumTrackImage(UIControlState state) |
|
UIImage |
UISearchBar.getScopeBarButtonBackgroundImage(UIControlState state) |
|
UIImage |
UISearchBar.getScopeBarButtonDividerImage(UIControlState leftState,
UIControlState rightState) |
|
CTAttributedStringAttributes |
UISearchBar.getScopeBarButtonTitleCoreTextAttributes(UIControlState state) |
|
NSAttributedStringAttributes |
UISearchBar.getScopeBarButtonTitleTextAttributes(UIControlState state) |
|
NSDictionary<NSString,?> |
UISearchBar.getScopeBarButtonTitleTextAttributesDictionary(UIControlState state) |
|
CMTextMarkupAttributes |
UISearchBar.getScopeBarButtonTitleTextMarkupAttributes(UIControlState state) |
|
UIImage |
UISearchBar.getSearchFieldBackgroundImage(UIControlState state) |
|
UIImage |
UISlider.getThumbImage(UIControlState state) |
|
String |
UIButton.getTitle(UIControlState state) |
|
UIColor |
UIButton.getTitleColor(UIControlState state) |
|
CTAttributedStringAttributes |
UIBarItem.getTitleCoreTextAttributes(UIControlState state) |
|
CTAttributedStringAttributes |
UISegmentedControl.getTitleCoreTextAttributes(UIControlState state) |
|
UIColor |
UIButton.getTitleShadowColor(UIControlState state) |
|
NSAttributedStringAttributes |
UIBarItem.getTitleTextAttributes(UIControlState state) |
|
NSAttributedStringAttributes |
UISegmentedControl.getTitleTextAttributes(UIControlState state) |
|
NSDictionary<NSString,?> |
UIBarItem.getTitleTextAttributesDictionary(UIControlState state) |
|
NSDictionary<NSString,?> |
UISegmentedControl.getTitleTextAttributesDictionary(UIControlState state) |
|
CMTextMarkupAttributes |
UIBarItem.getTitleTextMarkupAttributes(UIControlState state) |
|
CMTextMarkupAttributes |
UISegmentedControl.getTitleTextMarkupAttributes(UIControlState state) |
|
UIImageSymbolConfiguration |
UIButton.preferredSymbolConfigurationForImageInState(UIControlState state) |
|
void |
UIButton.setAttributedTitle(NSAttributedString title,
UIControlState state) |
|
void |
UIBarButtonItem.setBackButtonBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarButtonItemStyle style,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarMetrics barMetrics) |
|
void |
UIButton.setBackgroundImage(UIImage image,
UIControlState state) |
|
void |
UISegmentedControl.setBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarMetrics barMetrics) |
|
void |
UIStepper.setBackgroundImage(UIImage image,
UIControlState state) |
|
void |
UITabBarItem.setBadgeTextAttributes(NSDictionary<NSString,?> textAttributes,
UIControlState state) |
|
void |
UIStepper.setDecrementImage(UIImage image,
UIControlState state) |
|
void |
UISegmentedControl.setDividerImage(UIImage dividerImage,
UIControlState leftState,
UIControlState rightState,
UIBarMetrics barMetrics) |
|
void |
UIStepper.setDividerImage(UIImage image,
UIControlState leftState,
UIControlState rightState) |
|
void |
UIButton.setImage(UIImage image,
UIControlState state) |
|
void |
UISearchBar.setImageForSearchBarIcon(UIImage iconImage,
UISearchBarIcon icon,
UIControlState state) |
|
void |
UIStepper.setIncrementImage(UIImage image,
UIControlState state) |
|
void |
UISlider.setMaximumTrackImage(UIImage image,
UIControlState state) |
|
void |
UISlider.setMinimumTrackImage(UIImage image,
UIControlState state) |
|
void |
UIButton.setPreferredSymbolConfiguration(UIImageSymbolConfiguration configuration,
UIControlState state) |
|
void |
UISearchBar.setScopeBarButtonBackgroundImage(UIImage backgroundImage,
UIControlState state) |
|
void |
UISearchBar.setScopeBarButtonDividerImage(UIImage dividerImage,
UIControlState leftState,
UIControlState rightState) |
|
void |
UISearchBar.setScopeBarButtonTitleCoreTextAttributes(CTAttributedStringAttributes attributes,
UIControlState state) |
|
void |
UISearchBar.setScopeBarButtonTitleTextAttributes(NSAttributedStringAttributes attributes,
UIControlState state) |
|
void |
UISearchBar.setScopeBarButtonTitleTextAttributesDictionary(NSDictionary<NSString,?> attributes,
UIControlState state) |
|
void |
UISearchBar.setScopeBarButtonTitleTextMarkupAttributes(CMTextMarkupAttributes attributes,
UIControlState state) |
|
void |
UISearchBar.setSearchFieldBackgroundImage(UIImage backgroundImage,
UIControlState state) |
|
void |
UISlider.setThumbImage(UIImage image,
UIControlState state) |
|
void |
UIButton.setTitle(String title,
UIControlState state) |
|
void |
UIButton.setTitleColor(UIColor color,
UIControlState state) |
|
void |
UIBarItem.setTitleCoreTextAttributes(CTAttributedStringAttributes attributes,
UIControlState state) |
|
void |
UISegmentedControl.setTitleCoreTextAttributes(CTAttributedStringAttributes attributes,
UIControlState state) |
|
void |
UIButton.setTitleShadowColor(UIColor color,
UIControlState state) |
|
void |
UIBarItem.setTitleTextAttributes(NSAttributedStringAttributes attributes,
UIControlState state) |
|
void |
UISegmentedControl.setTitleTextAttributes(NSAttributedStringAttributes attributes,
UIControlState state) |
|
void |
UIBarItem.setTitleTextAttributesDictionary(NSDictionary<NSString,?> attributes,
UIControlState state) |
|
void |
UISegmentedControl.setTitleTextAttributesDictionary(NSDictionary<NSString,?> attributes,
UIControlState state) |
|
void |
UIBarItem.setTitleTextMarkupAttributes(CMTextMarkupAttributes attributes,
UIControlState state) |
|
void |
UISegmentedControl.setTitleTextMarkupAttributes(CMTextMarkupAttributes attributes,
UIControlState state) |
|