|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteHiddenTextField
This class is a subclass of the Field class and represents a hidden text field in a document.
Creation and access
Method Summary | |
---|---|
java.lang.String |
getCondition()
This property returns or sets the condition of a hidden text field. |
boolean |
isVisible()
This property returns whether the field is visible. |
void |
setCondition(java.lang.String condition)
This property returns or sets the condition of a hidden text field. |
void |
setContent(java.lang.String content)
This property returns or sets the content of a hidden text field. |
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
- new content
RemoteEclipseAPIException
boolean isVisible() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getCondition() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setCondition(java.lang.String condition) throws RemoteEclipseAPIException
condition
- new condition
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |