|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IForm
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface de.tif.jacob.screen.IGuiElement |
|---|
IGuiElement.GroupState |
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Fields inherited from interface de.tif.jacob.screen.IGuiElement |
|---|
NEW, SEARCH, SELECTED, UNDEFINED, UPDATE |
| Method Summary | |
|---|---|
void |
clear(IClientContext context)
Clears the form. |
IBrowser |
getCurrentBrowser()
Returns the current search browser of the form, i.e. the active browser being displayed on top (of other search browsers, if existing) then the form becomes the current one. |
java.lang.String |
getInputFieldValue(java.lang.String fieldName)
Returns the value of the input field specified by name. |
void |
resetTabOrder()
Resets the current input focus and sets the element with the lowest tab index as the current input element. |
void |
setCurrentBrowser(IBrowser browser)
Sets the current search browser of the form, i.e. the active browser being displayed on top (of other search browsers, if existing) then the form becomes the current one. |
void |
setInputFieldValue(java.lang.String fieldName,
java.lang.String value)
Sets the value of an input field specified by name. |
| Methods inherited from interface de.tif.jacob.screen.IGuiElement |
|---|
findByName, getApplicationDefinition, getChildren, getDataStatus, getGroupTableAlias, getI18NLabel, getLabel, getName, getParent, getPathName, hasChild, isEnabled, isVisible, setBackgroundColor, setColor, setEnable, setLabel, setVisible |
| Field Detail |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void setCurrentBrowser(IBrowser browser)
browser - the browser to become the current browsergetCurrentBrowser(),
IClientContext.setCurrentForm(String),
IClientContext.setCurrentForm(String, String)IBrowser getCurrentBrowser()
setCurrentBrowser(IBrowser),
IClientContext.setCurrentForm(String),
IClientContext.setCurrentForm(String, String)
void clear(IClientContext context)
throws java.lang.Exception
context - The current client context
java.lang.Exception - on any problem
void setInputFieldValue(java.lang.String fieldName,
java.lang.String value)
throws java.lang.Exception
fieldName - the name of the input field, i.e. this is not the name of
the associated data field.value - The new value of the input field.
java.lang.Exception - if the field does not exist or is not an input field.
java.lang.String getInputFieldValue(java.lang.String fieldName)
throws java.lang.Exception
fieldName - the name of the input field, i.e. this is not the name of
the associated data field.
java.lang.Exception - if the field does not exist or is not an input field.void resetTabOrder()
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||