|
||||||||||
| 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.Object |
clone()
Returnes a copy of the object |
java.lang.String |
getId()
Returns the Id of the UISocketElement |
java.lang.String |
getType()
Returns the type of this element. |
java.lang.Object |
getValue()
Returns the current value of this element. |
boolean |
isWritable()
Returns true if this element is writable. |
void |
parse(org.w3c.dom.Element rootElement)
Parses the given element for the data required to create a |
java.lang.String |
toString()
Returns a String representation of this object. |
| Method Detail |
|---|
java.lang.Object clone()
Object valuejava.lang.String getId()
UISocketElement
String valuejava.lang.String getType()
String valuejava.lang.Object getValue()
Object valueboolean isWritable()
boolean value
void parse(org.w3c.dom.Element rootElement)
throws UrcException
rootElement - the Element object to parse
UrcException - if an error occursjava.lang.String toString()
String representation of this object.
toString in class java.lang.ObjectString value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||