-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AContextMenuButton extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private intbuttonIdprivate StringleftTextCaptionprivate StringrightTextCaptionprivate StringleftIconNameprivate StringrightIconNamepublic final static Parcelable.Creator<AContextMenuButton>CREATOR
-
Constructor Summary
Constructors Constructor Description AContextMenuButton(int buttonId, String leftTextCaption, String rightTextCaption, String leftIconName, String rightIconName, boolean needColorizeIcon, boolean enabled)
-
Method Summary
Modifier and Type Method Description intgetButtonId()StringgetLeftTextCaption()StringgetRightTextCaption()StringgetLeftIconName()StringgetRightIconName()booleanisTintIcon()booleanisEnabled()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getButtonId
int getButtonId()
-
getLeftTextCaption
String getLeftTextCaption()
-
getRightTextCaption
String getRightTextCaption()
-
getLeftIconName
String getLeftIconName()
-
getRightIconName
String getRightIconName()
-
isTintIcon
boolean isTintIcon()
-
isEnabled
boolean isEnabled()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-