|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InfoObject
This interface is shared by all objects which have detail information associated with them, including Community, Geometry and MarkerOverlays.
| Nested Class Summary | |
|---|---|
static class |
InfoObject.InfoObjectType
This enumeration is used to specify the class of info object. |
static class |
InfoObject.StandardDetailInfo
This is the object that is returned for a detail standard object. |
| Field Summary | |
|---|---|
static int |
DETAIL_CUSTOM
This value indicates the detail is a developer defined custom object. |
static int |
DETAIL_HTML
This value indicates the detail is HTML text. |
static int |
DETAIL_NONE
This value indicates there is no detail for the object. |
static int |
DETAIL_STANDARD
This value indicates that detail info is available remotely from the micello web service. |
static int |
DETAIL_SUPPRESS
This value indicates there is no detail and the info option should be suppressed, if possible. |
static int |
DETAIL_URL_HTML
This value indicates the detail is a URL pointing to HTML. |
static int |
DETAIL_URL_VALUES
This value indicates the detail is a URL pointing to a detail list. |
static int |
DETAIL_VALUE_LIST
This value indicates the detail is a list of DetailValue objects. |
| Method Summary | |
|---|---|
java.lang.Object |
getDetailObject()
This method returns the detail object. |
int |
getDetailType()
This method gets the type of detail this object has. |
java.lang.String |
getName()
A title for the object. |
| Field Detail |
|---|
static final int DETAIL_SUPPRESS
static final int DETAIL_NONE
static final int DETAIL_STANDARD
static final int DETAIL_VALUE_LIST
DetailValue objects.
static final int DETAIL_HTML
static final int DETAIL_URL_HTML
static final int DETAIL_URL_VALUES
static final int DETAIL_CUSTOM
| Method Detail |
|---|
java.lang.String getName()
int getDetailType()
java.lang.Object getDetailObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||