Package org.robovm.apple.uikit
Class UIControlState
- All Implemented Interfaces:
Comparable<UIControlState>,Iterable<UIControlState>
public final class UIControlState extends Bits<UIControlState>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static UIControlStateApplicationstatic UIControlStateDisabledstatic UIControlStateFocusedstatic UIControlStateHighlightedstatic UIControlStateNormalstatic UIControlStateReservedstatic UIControlStateSelected -
Constructor Summary
Constructors Constructor Description UIControlState(long value) -
Method Summary
Modifier and Type Method Description protected UIControlState[]_values()static UIControlState[]values()protected UIControlStatewrap(long value, long mask)
-
Field Details
-
Normal
-
Highlighted
-
Disabled
-
Selected
-
Focused
- Since:
- Available in iOS 9.0 and later.
-
Application
-
Reserved
-
-
Constructor Details
-
UIControlState
public UIControlState(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIControlState>
-
_values
- Specified by:
_valuesin classBits<UIControlState>
-
values
-