Package apple.uikit.enums
Class UIBarButtonSystemItem
- java.lang.Object
-
- apple.uikit.enums.UIBarButtonSystemItem
-
public final class UIBarButtonSystemItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longActionstatic longAddstatic longBookmarksstatic longCamerastatic longCancelstatic longClosestatic longComposestatic longDonestatic longEditstatic longFastForwardstatic longFixedSpacestatic longFlexibleSpacestatic longOrganizestatic longPageCurlstatic longPausestatic longPlaystatic longRedostatic longRefreshstatic longReplystatic longRewindstatic longSavestatic longSearchstatic longStopstatic longTrashstatic longUndo
-
-
-
Field Detail
-
Done
public static final long Done
- See Also:
- Constant Field Values
-
Cancel
public static final long Cancel
- See Also:
- Constant Field Values
-
Edit
public static final long Edit
- See Also:
- Constant Field Values
-
Save
public static final long Save
- See Also:
- Constant Field Values
-
Add
public static final long Add
- See Also:
- Constant Field Values
-
FlexibleSpace
public static final long FlexibleSpace
- See Also:
- Constant Field Values
-
FixedSpace
public static final long FixedSpace
- See Also:
- Constant Field Values
-
Compose
public static final long Compose
- See Also:
- Constant Field Values
-
Reply
public static final long Reply
- See Also:
- Constant Field Values
-
Action
public static final long Action
- See Also:
- Constant Field Values
-
Organize
public static final long Organize
- See Also:
- Constant Field Values
-
Bookmarks
public static final long Bookmarks
- See Also:
- Constant Field Values
-
Search
public static final long Search
- See Also:
- Constant Field Values
-
Refresh
public static final long Refresh
- See Also:
- Constant Field Values
-
Stop
public static final long Stop
- See Also:
- Constant Field Values
-
Camera
public static final long Camera
- See Also:
- Constant Field Values
-
Trash
public static final long Trash
- See Also:
- Constant Field Values
-
Play
public static final long Play
- See Also:
- Constant Field Values
-
Pause
public static final long Pause
- See Also:
- Constant Field Values
-
Rewind
public static final long Rewind
- See Also:
- Constant Field Values
-
FastForward
public static final long FastForward
- See Also:
- Constant Field Values
-
Undo
public static final long Undo
- See Also:
- Constant Field Values
-
Redo
public static final long Redo
- See Also:
- Constant Field Values
-
PageCurl
public static final long PageCurl
- See Also:
- Constant Field Values
-
Close
public static final long Close
- See Also:
- Constant Field Values
-
-