|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteUserField
This class is a subclass of the Field class and represents a user field in a document.
Creation and access
Method Summary | |
---|---|
java.lang.String |
getName()
This property returns the name of a user field. |
double |
getValue()
This property returns or sets the value of a user field. |
boolean |
isVisible()
This property returns or sets whether the field is visible. |
void |
setContent(java.lang.String content)
This property returns or sets the content of a user field. |
void |
setValue(double value)
This property returns or sets the value of a user field. |
void |
setVisible(boolean visible)
This property returns or sets whether the field is visible. |
Methods inherited from interface com.mindoo.remote.api.symphony.document.IRemoteField |
---|
getContent, getRange, getType, remove |
Method Detail |
---|
void setContent(java.lang.String content) throws RemoteEclipseAPIException
content
- content
RemoteEclipseAPIException
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
double getValue() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setValue(double value) throws RemoteEclipseAPIException
value
- value
RemoteEclipseAPIException
boolean isVisible() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setVisible(boolean visible) throws RemoteEclipseAPIException
visible
- true, when the field is visible.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |