|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.acuity.ui.PresentationObject
com.ge.research.acuity.ui.IndependentDisplayPO
com.ge.research.acuity.ui.InteractionObject
com.ge.research.acuity.ui.TextEntryPO
An interaction object that allows for free text entry from the user.
| Field Summary |
| Fields inherited from class com.ge.research.acuity.ui.InteractionObject |
CLIENT_EFFECT_LANGUAGE, CLIENT_EFFECT_LOCATION, CLIENT_EFFECT_TYPE |
| Constructor Summary | |
TextEntryPO()
Calls the default constructor with null argument |
|
TextEntryPO(java.lang.String statement)
The default constructor. |
|
| Method Summary | |
java.lang.Object |
getDefaultValue()
Returns the initial value that appears in the text entry element, when rendered by the client |
double |
getInteractiveTextHeight()
Returns the number of rows of the text entry field, to be rendered by the client |
double |
getInteractiveTextWidth()
Returns the visible character width of the text entry field, to be rendered by the client |
void |
setDefaultValue(java.lang.Object val)
Sets the initial value that appears in the text entry element, when rendered by the client |
void |
setHasPresentationNature(java.lang.String string)
Overrides setHasPresentationNature in InteractionObject. |
void |
setInteractiveTextHeight(double d)
Sets the number of rows of the text entry field, to be rendered by the client |
void |
setInteractiveTextWidth(double d)
Sets the visible character width of the text entry field, to be rendered by the client |
| Methods inherited from class com.ge.research.acuity.ui.InteractionObject |
alwaysRefresh, getClientEffects, getOrientation, getPrompt, getValueName, hasOwnSubmit, isDisabled, setAlwaysRefresh, setClientEffects, setHasOwnSubmit, setIsDisabled, setOrientation, setPrompt, setSubmitsOnChange, setValueName, submitsOnChange |
| Methods inherited from class com.ge.research.acuity.ui.IndependentDisplayPO |
canBeRemoved, displayBanner, getHeight, getIdentifierTitle, getWidth, getXPos, getYPos, getZOrder, setCanBeRemoved, setDisplayBanner, setHeight, setIdentifier, setIdentifierTitle, setPos, setPos, setPos, setPos, setWidth, setXPos, setYPos, setZOrder |
| Methods inherited from class com.ge.research.acuity.ui.PresentationObject |
addLookupInfo, getHasPresentationNature, getIdentifier, getLookupInfo, getSubject, hasSubject, isDisplayed, isEditable, setEditability, setIsDisplayed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextEntryPO()
null argument
public TextEntryPO(java.lang.String statement)
PresentationNatureConstants.TEXT
statement - the statement explaining the purpose of this interaction object and contentInteractionObject.InteractionObject(java.lang.String),
PresentationObject.setHasPresentationNature(java.lang.String)| Method Detail |
public java.lang.Object getDefaultValue()
public double getInteractiveTextHeight()
public double getInteractiveTextWidth()
public void setDefaultValue(java.lang.Object val)
val - the default value to be rendered within the text entry element in the clientpublic void setHasPresentationNature(java.lang.String string)
setHasPresentationNature in class InteractionObjectstring - the new value of presentation naturePresentationNatureConstants.isGraphType(java.lang.String)public void setInteractiveTextHeight(double d)
d - the number of rows of the text entry field to be rendered by the clientpublic void setInteractiveTextWidth(double d)
d - the visible character width of the text entry field to be rendered by the client
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||