de.tif.jacob.screen
Interface IBrowser
- All Superinterfaces:
- IGuiElement
public interface IBrowser
- extends IGuiElement
|
Field Summary |
static java.lang.String |
RCS_ID
|
static java.lang.String |
RCS_REV
|
| 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 |
RCS_ID
static final java.lang.String RCS_ID
- See Also:
- Constant Field Values
RCS_REV
static final java.lang.String RCS_REV
- See Also:
- Constant Field Values
setData
void setData(IClientContext context,
IDataBrowser data)
getData
IDataBrowser getData()
getDefinition
IBrowserDefinition getDefinition()
- Returns the underlying browser definition of this GUI browser.
- Returns:
- the browser definition
setSelectedRecordIndex
void setSelectedRecordIndex(IClientContext context,
int index)
throws java.lang.Exception
- Throws:
java.lang.Exception
getColumns
java.util.List getColumns()