jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.screen.IGuiElement

Packages that use IGuiElement
de.tif.jacob.core.definition   
de.tif.jacob.screen   
de.tif.jacob.screen.event   
 

Uses of IGuiElement in de.tif.jacob.core.definition
 

Methods in de.tif.jacob.core.definition that return IGuiElement
 IGuiElement IGUIElementDefinition.createRepresentation(IApplicationFactory factory, IApplication app, IGuiElement parent)
          Method to create a concret GUI element out of this GUI element definition.
 

Methods in de.tif.jacob.core.definition with parameters of type IGuiElement
 IGuiElement IGUIElementDefinition.createRepresentation(IApplicationFactory factory, IApplication app, IGuiElement parent)
          Method to create a concret GUI element out of this GUI element definition.
 

Uses of IGuiElement in de.tif.jacob.screen
 

Subinterfaces of IGuiElement in de.tif.jacob.screen
 interface IActionEmitter
           
 interface IApplication
           
 interface IBarChart
           
 interface IBrowser
           
 interface IButton
           
 interface ICaption
           
 interface IChart
           
 interface ICheckBox
           
 interface IComboBox
           
 interface IContextMenu
           
 interface IContextMenuEntry
           
 interface IDate
           
 interface IDateTime
           
 interface IDocument
           
 interface IDomain
           
 interface IForeignField
           
 interface IForm
           
 interface IGroup
           
 interface IHeading
           
 interface IHtmlText
           
 interface IImage
           
 interface IInFormBrowser
           
 interface IInFormHtmlText
           
 interface IInFormLongText
           
 interface ILineChart
           
 interface IListBox
           
 interface ILongText
           
 interface IMutableComboBox
           
 interface IMutableListBox
           
 interface IOwnDrawElement
           
 interface IPassword
           
 interface ISingleDataGuiElement
           
 interface IStaticImage
           
 interface ITabContainer
           
 interface ITableListBox
           
 interface IText
           
 interface ITime
           
 interface IToolbar
           
 interface IToolbarButton
           
 

Methods in de.tif.jacob.screen that return IGuiElement
 IGuiElement IGuiElement.findByName(java.lang.String name)
          Traverse the GUI element tree and looks for a GUI element with the given name.
 IGuiElement IGuiElement.getParent()
          Returns the parent of this GUI element.
 

Methods in de.tif.jacob.screen with parameters of type IGuiElement
abstract  IGridTableDialog IClientContext.createGridTableDialog(IGuiElement anchor)
          Creates a grid table dialog.
abstract  IGridTableDialog IClientContext.createGridTableDialog(IGuiElement anchor, IGridTableDialogCallback callback)
          Creates a grid table dialog.
abstract  IRecordTreeDialog IClientContext.createRecordTreeDialog(IGuiElement anchor, IDataTableRecord record, IRelationSet relationSet, Filldirection filldirection, IRecordTreeDialogCallback callback)
           
 boolean IGuiElement.hasChild(IGuiElement element)
          Checks whether the given GUI element is contained within this GUI element, i.e. the given GUI element is either a (direct) child of this GUI element or a child of a child of this GUI element and so further.
 

Uses of IGuiElement in de.tif.jacob.screen.event
 

Methods in de.tif.jacob.screen.event with parameters of type IGuiElement
abstract  void IButtonEventHandler.onAction(IClientContext context, IGuiElement button)
          The hook method will be called, if the button has been clicked by the user.
 void IActionButtonEventHandler.onError(IClientContext context, IGuiElement button, java.lang.Exception reason)
          This event method will be called, if the execution of the action fails by any reason.
 void IGroupListenerEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGuiElement element)
          Deprecated. This event method will be called, if the status of the corresponding group has been changed.
 void IGroupMemberEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGuiElement element)
          This event method will be called, if the status of the corresponding group has been changed.
 void IListBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGuiElement element)
           
 void IMutableComboBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGuiElement combobox)
           
 void IPasswordFieldEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGuiElement element)
           
 void ITableListBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGuiElement element)
           
 void IGroupMemberEventHandler.onHide(IClientContext context, IGuiElement element)
          This event method will be called, if the user switches to another form or domain.
 void IGroupMemberEventHandler.onShow(IClientContext context, IGuiElement element)
          This event method will be called, if the user switches to another form or domain.
abstract  void IActionButtonEventHandler.onSuccess(IClientContext context, IGuiElement button)
          This event method will be called, if the action has been successfully executed.
 

Constructors in de.tif.jacob.screen.event with parameters of type IGuiElement
IDomainEventHandler.INavigationEntry(IGuiElement emitter, java.lang.String label, java.lang.String event, java.lang.String eventData)
           
 


jACOB 2.7 API Documentation.