|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
com.ge.research.acuity.web.struts.form.NewHighlightRegionForm
Represents the information necessary to create a new independent highlight region, or share an existing highlight region.
| Field Summary |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
NewHighlightRegionForm()
|
|
| Method Summary | |
int |
getAlpha()
Returns the opaqueness component of the highlight region Color
The component value is in the range 0-255 |
java.lang.String |
getAnchorChoiceLabel()
Returns the label to be used for the anchor choice input object of the form. |
java.util.List |
getAnchorChoices()
Returns the set of possible appliesTo values for the highlight region. |
java.lang.String |
getAppliesTo()
Returns the appliesTo reference for the highlight region. |
int |
getBlueVal()
Returns the RGB blue value component of the highlight region Color
The component value is in the range 0-255 |
int |
getGreenVal()
Returns the RGB green value component of the highlight region Color
The component value is in the range 0-255 |
java.lang.String |
getHiThreshold()
Gets the upper threshold value for the highlight region. |
java.lang.String |
getHlrAction()
Returns the action associated with the supplied information of the form, identifying that the information is to be used to create a new independent highlight region, or used to identify and share an existing highlight region. |
java.util.Map |
getHlrChoices()
Returns the set of existing highlight regions, mapped to their region properties. |
java.lang.String |
getLoThreshold()
Gets the lower threshold value for the highlight region. |
java.lang.String |
getMember()
Returns the identifier of the PresentationObject for which the highlight region is being created. |
int |
getRedVal()
Returns the RGB red value component of the highlight region Color
The component value is in the range 0-255 |
java.lang.String |
getSharedHLR()
Returns the existing highlight region, if any, that the PresentationObject should share |
boolean |
isForGraph()
Returns the value of the Flag indicating whether or not the highlight region is for a GraphPO |
void |
setAlpha(int alpha)
Sets the opaqueness component of the highlight region Color
from the client interface. |
void |
setAnchorChoices(java.util.List anchorChoices)
Sets the possible appliesTo values for the highlight region. |
void |
setAppliesTo(java.lang.String appliesTo)
Sets the appliesTo reference for the highlight region from the client interface. |
void |
setBlueVal(int blueVal)
Sets the RGB blue component of the highlight region Color
from the client interface. |
void |
setGreenVal(int greenVal)
Sets the RGB green component of the highlight region Color
from the client interface. |
void |
setHiThreshold(java.lang.String hiThreshold)
Sets the upper threshold value for the highlight region from the client interface. |
void |
setHlrAction(java.lang.String hlrAction)
Sets the action associated with the supplied information of the form, identifying that the information is to be used to create a new independent highlight region, or used to identify and share an existing highlight region. |
void |
setHlrChoices(java.util.Map hlrChoices)
Sets the set of existing highlight regions, mapped to their region properties. |
void |
setLoThreshold(java.lang.String loThreshold)
Sets the lower threshold value for the highlight region from the client interface. |
void |
setMember(java.lang.String member)
Sets the identifier of the PresentationObject for which the highlight region is being created. |
void |
setMemberType(java.lang.Class memberType)
Using the type of PresentationObject the highlight region is to be created for,
sets the value of the graphHLR flag and the value of the anchorChoiceLabel attribute. |
void |
setRedVal(int redVal)
Sets the RGB red component of the highlight region Color
from the client interface. |
void |
setSharedHLR(java.lang.String sharedHLR)
Sets the existing highlight region that the PresentationObject should share |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NewHighlightRegionForm()
| Method Detail |
public int getAlpha()
Color
The component value is in the range 0-255
public java.lang.String getAnchorChoiceLabel()
PresentationObject
the highlight region is for. The label will be one of the following:
APPLIES_TO_GRAPH, APPLIES_TO_TABLE, APPLIES_TO_UNKNOWN
public java.util.List getAnchorChoices()
Map with the key being a valid value for the appliesTo property,
and the value being a display string for that choice. The list preserves any ordering of the choices, that we wish to retain.
PresentationObject the highlight region is forpublic java.lang.String getAppliesTo()
public int getBlueVal()
Color
The component value is in the range 0-255
public int getGreenVal()
Color
The component value is in the range 0-255
public java.lang.String getHiThreshold()
public java.lang.String getHlrAction()
AcuityConstants.CREATE_HLR,
AcuityConstants.SHARE_HLRpublic java.util.Map getHlrChoices()
public java.lang.String getLoThreshold()
public java.lang.String getMember()
PresentationObject for which the highlight region is being created.
PresentationObject for which the highlight region is being created.public int getRedVal()
Color
The component value is in the range 0-255
public java.lang.String getSharedHLR()
PresentationObject should share
PresentationObject should sharepublic boolean isForGraph()
GraphPO
true if the highlight region is for a GraphPO;
false otherwisepublic void setAlpha(int alpha)
Color
from the client interface.
alpha - the opaqueness component of the highlight region colorpublic void setAnchorChoices(java.util.List anchorChoices)
Map with the key being a valid value for the appliesTo property,
and the value being a display string for that choice. The list preserves any ordering of the choices, that we wish to retain.
PresentationObject the highlight region is forpublic void setAppliesTo(java.lang.String appliesTo)
appliesTo - the value of the appliesTo reference for the highlight regionpublic void setBlueVal(int blueVal)
Color
from the client interface.
blueVal - the RGB blue component of the highlight region colorpublic void setGreenVal(int greenVal)
Color
from the client interface.
greenVal - the RGB green component of the highlight region colorpublic void setHiThreshold(java.lang.String hiThreshold)
hiThreshold - the upper threshold value for the highlight regionpublic void setHlrAction(java.lang.String hlrAction)
hlrAction - the action keyword distinguishing a create request from a share request.AcuityConstants.CREATE_HLR,
AcuityConstants.SHARE_HLRpublic void setHlrChoices(java.util.Map hlrChoices)
hlrChoices - the set of existing highlight regions, mapped to their region properties.public void setLoThreshold(java.lang.String loThreshold)
loThreshold - the lower threshold value for the highlight regionpublic void setMember(java.lang.String member)
PresentationObject for which the highlight region is being created.
member - the identifier of the PresentationObject for which the highlight region is being created.public void setMemberType(java.lang.Class memberType)
PresentationObject the highlight region is to be created for,
sets the value of the graphHLR flag and the value of the anchorChoiceLabel attribute.
memberType - the type of PresentationObject the highlight region is to be created forpublic void setRedVal(int redVal)
Color
from the client interface.
redVal - the RGB red component of the highlight region colorpublic void setSharedHLR(java.lang.String sharedHLR)
PresentationObject should share
sharedHLR - the existing highlight region that the PresentationObject should share;
null if an independent highlight region should be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||