public class SalesforceServerRadioButton
extends RadioButton
Constructor and Description |
---|
SalesforceServerRadioButton(Context context,
java.lang.String name,
java.lang.String url,
boolean isCustom)
Parameterized constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the server name.
|
java.lang.String |
getUrl()
Returns the server URL.
|
boolean |
isCustom()
Returns whether this is a custom server or not.
|
void |
setText()
Formats the text the right way, before displaying it.
|
public SalesforceServerRadioButton(Context context, java.lang.String name, java.lang.String url, boolean isCustom)
context
- Context.name
- Server name.url
- Server URL.isCustom
- True - if it is a custom URL, False - otherwise.public void setText()
public java.lang.String getName()
public java.lang.String getUrl()
public boolean isCustom()