Package org.robovm.apple.uikit
Class UITextInputTextStyle
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.UITextInputTextStyle
public class UITextInputTextStyle extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUITextInputTextStyle.AsListMarshalerstatic classUITextInputTextStyle.Keysstatic classUITextInputTextStyle.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description UITextInputTextStyle() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)UIColorgetBackgroundColor()Deprecated.Deprecated in iOS 8.0.UIFontgetFont()Deprecated.Deprecated in iOS 8.0.UIColorgetTextColor()Deprecated.Deprecated in iOS 8.0.booleanhas(NSString key)UITextInputTextStyleset(NSString key, NSObject value)UITextInputTextStylesetBackgroundColor(UIColor backgroundColor)Deprecated.Deprecated in iOS 8.0.UITextInputTextStylesetFont(UIFont font)Deprecated.Deprecated in iOS 8.0.UITextInputTextStylesetTextColor(UIColor textColor)Deprecated.Deprecated in iOS 8.0.Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
UITextInputTextStyle
public UITextInputTextStyle()
-
-
Method Details
-
has
-
get
-
set
-
getBackgroundColor
Deprecated.Deprecated in iOS 8.0. Use NSBackgroundColorAttributeName -
setBackgroundColor
Deprecated.Deprecated in iOS 8.0. Use NSBackgroundColorAttributeName -
getTextColor
Deprecated.Deprecated in iOS 8.0. Use NSForegroundColorAttributeName -
setTextColor
Deprecated.Deprecated in iOS 8.0. Use NSForegroundColorAttributeName -
getFont
Deprecated.Deprecated in iOS 8.0. Use NSFontAttributeName -
setFont
Deprecated.Deprecated in iOS 8.0. Use NSFontAttributeName
-