|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant
edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
edu.wisc.trace.urcsdk.client.uisocket.types.DecimalConstant
public class DecimalConstant
DecimalConstant is the number variant of UISocketStatic.
It provides special handling for decimal values.
It serves as the xsd:decimal type.
Created on: May 25, 2006
| Field Summary |
|---|
| Fields inherited from class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement |
|---|
dependents, id, interactor, listeners, logger, parent, ref, secret, sensitive, session, sessionId, simpleType, socket, socketDependency, supports, timeout, type, value |
| Constructor Summary | |
|---|---|
DecimalConstant()
Creates a new DecimalConstant instance. |
|
DecimalConstant(UISocketDocument parent,
UISocketMirror socket,
org.w3c.dom.Element rootElement)
Creates a new DecimalConstant instance. |
|
DecimalConstant(UISocketMirror socket)
Creates a new DecimalConstant instance. |
|
| Method Summary | |
|---|---|
DecimalConstant |
clone()
Describe clone method here. |
double |
getMaxInclusive()
getMaxInclusive gets the highest allowable number (inclusive) |
double |
getMinInclusive()
getMinInclusive gets the lowest allowed number (inclusive) |
double |
getStep()
getStep the distance between each allowed number |
void |
parse(org.w3c.dom.Element rootElement)
Describe parse method here. |
java.lang.Object |
validate(java.lang.String value)
|
| Methods inherited from class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant |
|---|
hasSelection, isExecutable, isReadable, isWritable, setValue, setValueRequest, updateValue |
| Methods inherited from class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement |
|---|
checkDependencies, checkDependents, getAccessKey, getDependents, getHelp, getId, getInteractor, getKeywords, getLabel, getParent, getRef, getResource, getSecret, getSession, getSocket, getSocketDependency, getSupports, getType, getValue, getXSDSimpleType, registerDependent, registerSupport, setInteractor, setListener, setParent, setSession, setSessionId, setSocket, setXSDSimpleType, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DecimalConstant()
DecimalConstant instance.
public DecimalConstant(UISocketMirror socket)
DecimalConstant instance.
socket - an UISocket value
public DecimalConstant(UISocketDocument parent,
UISocketMirror socket,
org.w3c.dom.Element rootElement)
throws UrcException
DecimalConstant instance.
parent - an UISocketDocument valuesocket - an UISocket valuerootElement - an Element value
UrcException - if an error occurs| Method Detail |
|---|
public DecimalConstant clone()
clone method here.
clone in interface IUISocketElementclone in class NumberConstantDecimalConstant valuepublic double getMinInclusive()
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive in class NumberConstantdouble valuepublic double getMaxInclusive()
getMaxInclusive gets the highest allowable number (inclusive)
getMaxInclusive in class NumberConstantdouble value
public void parse(org.w3c.dom.Element rootElement)
throws UrcException
UISocketConstantparse method here.
parse in interface IUISocketElementparse in class NumberConstantrootElement - an Element value
UrcException - if an error occurspublic double getStep()
getStep the distance between each allowed number
getStep in class NumberConstantdouble valuepublic java.lang.Object validate(java.lang.String value)
validate in class NumberConstantvalue -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||