|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.model.MapSection
public abstract class MapSection
An asbtract base class for model objects that represent the clickable
sections in a ImageMap. Concrete sub-classes exist that
represent the different types of shapes that are supported by HTML image
maps.
Note: Development of this component was sponsored by TCN Broadcasting. We are grateful for their support and sponsorship.
| Field Summary | |
|---|---|
protected String |
actionCommand
The action command to associate with this clickable section. |
protected String |
altText
The alternate text (title) to associate with the clickable section. |
| Constructor Summary | |
|---|---|
protected |
MapSection()
Default constructor. |
protected |
MapSection(String actionCommand,
String altText)
Create a new instance using the specified action command and title. |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare the specified object with this instance for equality. |
String |
getActionCommand()
Accessor for property 'actionCommand'. |
String |
getAltText()
Accessor for property 'altText'. |
int |
hashCode()
Compute a hash code for this instance. |
void |
setActionCommand(String actionCommand)
Mutator for property 'actionCommand'. |
void |
setAltText(String altText)
Mutator for property 'altText'. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String actionCommand
protected String altText
| Constructor Detail |
|---|
protected MapSection()
protected MapSection(String actionCommand,
String altText)
actionCommand - The action command to associated with this section.altText - The title to associate with this section.| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objecto - The object to be compared.
true if the two objects are equivalent.public int hashCode()
hashCode in class Objectpublic String getActionCommand()
public void setActionCommand(String actionCommand)
actionCommand - Value to set for property 'actionCommand'.public String getAltText()
public void setAltText(String altText)
altText - Value to set for property 'altText'.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||