jACOB 2.7 API Documentation.

Uses of Class
de.tif.jacob.screen.IGuiElement.GroupState

Packages that use IGuiElement.GroupState
de.tif.jacob.screen   
de.tif.jacob.screen.event   
 

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

Fields in de.tif.jacob.screen declared as IGuiElement.GroupState
static IGuiElement.GroupState IGuiElement.NEW
          The group state for the new mode, i.e. the data record displayed within the group is a new record.
static IGuiElement.GroupState IGuiElement.SEARCH
          The group state for the search mode, i.e. no underlying data record exists.
static IGuiElement.GroupState IGuiElement.SELECTED
          The group state for the selected mode, i.e. a data record has been selected for being displayed within the group.
static IGuiElement.GroupState IGuiElement.UNDEFINED
          Internal dummy group state.
static IGuiElement.GroupState IGuiElement.UPDATE
          The group state for the update mode, i.e. the data record displayed within the group is going to be updated by an user.
 

Methods in de.tif.jacob.screen that return IGuiElement.GroupState
 IGuiElement.GroupState IGuiElement.getDataStatus()
          Returns the data status of this GUI element.
 

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

Methods in de.tif.jacob.screen.event with parameters of type IGuiElement.GroupState
 void IGroupEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGroup group)
          This event method will be called, if the status of the corresponding group has been changed.
 void IGroupListenerEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGroup group)
          Deprecated.  
 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)
           
abstract  void IListBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IListBox listBox)
          This event method will be called, if the status of the corresponding group has been changed.
 void IMutableListBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IListBox listbox)
           
abstract  void IMutableComboBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IMutableComboBox comboBox)
          This event method will be called, if the status of the corresponding group has been changed.
abstract  void IMutableListBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IMutableListBox listBox)
          This event method will be called, if the status of the corresponding group has been changed.
abstract  void IPasswordFieldEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IPassword passwordField)
          This event method will be called, if the status of the corresponding group has been changed.
abstract  void ITableListBoxEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, ITableListBox listBox)
          This event method will be called, if the status of the corresponding group has been changed.
 


jACOB 2.7 API Documentation.