jACOB 2.7 API Documentation.

de.tif.jacob.screen
Interface ILongText

All Superinterfaces:
IGuiElement, ISingleDataGuiElement

public interface ILongText
extends ISingleDataGuiElement


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.tif.jacob.screen.IGuiElement
IGuiElement.GroupState
 
Field Summary
static java.lang.String RCS_ID
           
static java.lang.String RCS_REV
           
 
Fields inherited from interface de.tif.jacob.screen.IGuiElement
NEW, SEARCH, SELECTED, UNDEFINED, UPDATE
 
Method Summary
 java.lang.String getEditMode()
           
 boolean hasWordwrap()
           
 
Methods inherited from interface de.tif.jacob.screen.ISingleDataGuiElement
clear, getTabIndex, getValue, isRequired, setRequired, setValue
 
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

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
Method Detail

getEditMode

java.lang.String getEditMode()

hasWordwrap

boolean hasWordwrap()

jACOB 2.7 API Documentation.