|
||||||||||
| 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.DateConstant
public class DateConstant
DateConstant is a variant of UISocketConstant that
deals specifically with date. It has special handling
to parse strings determined to be time strings.
It serves as the SDK implementation of the xsd:date 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 | |
|---|---|
DateConstant()
Creates a new instance of DateConstant |
|
DateConstant(UISocketDocument parent,
UISocketMirror socket,
org.w3c.dom.Element rootElement)
Creates a new instance of DateConstant |
|
DateConstant(UISocketMirror socket)
Creates a new instance of DateConstant |
|
| Method Summary | |
|---|---|
DateConstant |
clone()
Describe clone method here. |
java.lang.Object |
validate(java.lang.String value)
Validates the string value as a valid xsd:date String |
| Methods inherited from class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant |
|---|
hasSelection, isExecutable, isReadable, isWritable, parse, 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 DateConstant()
DateConstant
public DateConstant(UISocketMirror socket)
DateConstant
socket -
public DateConstant(UISocketDocument parent,
UISocketMirror socket,
org.w3c.dom.Element rootElement)
throws UrcException
DateConstant
parent - socket - rootElement -
UrcException| Method Detail |
|---|
public DateConstant clone()
clone method here.
clone in interface IUISocketElementclone in class UISocketConstantDateConstant valuepublic java.lang.Object validate(java.lang.String value)
validate in class UISocketConstantvalue -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||