|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsReport
| Constructor Summary | |
AimsReport()
Creates a new instance of AimsReport |
|
AimsReport(AimsFeatureLayer layer)
Creates a new instance of AimsReport |
|
| Method Summary | |
void |
addLink(AimsIdentifyLink link)
Adds a hyperlink to the default report. |
AimsReport |
getCopy()
|
java.lang.String |
getDescription()
Gets the description for this report. |
AimsField |
getField(java.lang.String name)
Gets the field with the specified name. |
java.util.ArrayList |
getFields()
Gets the fields for this report. |
java.lang.String |
getHandler()
Gets the handler URL property. |
java.util.ArrayList |
getKeyFields()
Gets the key fields. |
AimsIdentifyLink[] |
getLinks()
Gets the links associated with the default report. |
java.lang.String |
getName()
Gets the name for this report. |
java.lang.String |
getProperty(java.lang.String name)
Gets the value of a property set in the configuration XML using a <property> element. |
java.lang.String |
getType()
Gets the report type property. |
boolean |
isPopup()
Gets an indicator of whether the report should open in a separate window. |
void |
moveField(AimsField fld,
int toIndex)
Moves a field to the specified position in the fields list. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setDescription(java.lang.String description)
Sets the report description property. |
void |
setHandler(java.lang.String handler)
Sets the handler URL property. |
void |
setKeyFields(java.lang.String fieldNames)
Sets the key fields for this report. |
void |
setName(java.lang.String name)
Sets the report name property. |
void |
setPopup(boolean popup)
Sets the target window popup property. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property (programmer defined). |
void |
setType(java.lang.String type)
Sets the report type property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsReport()
public AimsReport(AimsFeatureLayer layer)
| Method Detail |
public AimsReport getCopy()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The report description.public AimsField getField(java.lang.String name)
public java.util.ArrayList getFields()
public java.lang.String getHandler()
public void setHandler(java.lang.String handler)
handler - The handler URL.public java.util.ArrayList getKeyFields()
public void setKeyFields(java.lang.String fieldNames)
fieldNames - A comma separated list of field names.public AimsIdentifyLink[] getLinks()
public void addLink(AimsIdentifyLink link)
link - The link to add to the default report.public java.lang.String getName()
public void setName(java.lang.String name)
name - The report name.public java.lang.String getProperty(java.lang.String name)
name - The property name
public void setProperty(java.lang.String name,
java.lang.String value)
name - The property namevalue - The property value.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type of report.public boolean isPopup()
public void setPopup(boolean popup)
public void moveField(AimsField fld,
int toIndex)
fld - The field to move.toIndex - The location to move to.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute (not used).name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||