|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUISocketElement
IUISocketElement is the interface used for creating
UI Socket Elements. All socket element implementations must derive
from this class to be compliant.
| Method Summary | |
|---|---|
java.lang.String |
getRef()
Returns the Ref of this element. |
UISocket |
getSocket()
Returns the UISocket object associated with this element. |
UISocketDocument |
getSocketDocument()
Returns the parent UISocketDocument of this element |
java.lang.String |
getType()
Returns the type of this element. |
boolean |
internalSetValue(java.lang.Object value)
Sets this element's current value |
void |
setSession(TargetSession session)
Sets the TargetSession for this element |
void |
setSocket(UISocket socket)
Sets the UISocket associated with this element. |
void |
setSocketDocument(UISocketDocument socketDocument)
Sets the UISocketDocument associated with this element. |
boolean |
setValue(java.lang.Object value)
Sets this element's current value and triggers an update |
| Methods inherited from interface edu.wisc.trace.urcsdk.base.IUISocketElement |
|---|
clone, getId, getValue, isWritable, parse, toString |
| Method Detail |
|---|
UISocketDocument getSocketDocument()
UISocketDocument of this element
UISocketDocument valueUISocket getSocket()
UISocket object associated with this element.
UISocket valuejava.lang.String getType()
getType in interface IUISocketElementString valuejava.lang.String getRef()
String value
boolean setValue(java.lang.Object value)
throws UrcException
value - the new value
UrcExceptionvoid setSocketDocument(UISocketDocument socketDocument)
UISocketDocument associated with this element.
socketDocument - the new UISocketDocument objectvoid setSocket(UISocket socket)
UISocket associated with this element.
socket - the new UISocket object
boolean internalSetValue(java.lang.Object value)
throws UrcException
value - the new value
UrcExceptionvoid setSession(TargetSession session)
session -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||