OBEROn SDK

Uses of Class
com.oberon.ooql.sdk.Item

Packages that use Item
com.oberon.ooql.sdk   
 

Uses of Item in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return Item
 Item FormUserItem.getItem()
          Deprecated. 
 Item Form.getItem(int itemId)
          Get a Form Item with the given internal id
 Item Form.getItem(java.lang.String itemName)
          Get a Form Item with the given name
 Item Form.getItemAt(int index)
          Get a Form Item at given position index
 Item Form.getItemField(java.lang.String fieldName)
          Get a Form Item field with the given name
 

Methods in com.oberon.ooql.sdk that return types with arguments of type Item
 java.util.Vector<Item> Form.getAccessItems(int accessType, java.util.Vector<java.lang.Object> filterArgs, Framework framework)
          Get all Form Item for which the framework User has access
 java.util.Vector<Item> Form.getItems()
          Get all Form Items
 

Methods in com.oberon.ooql.sdk with parameters of type Item
 void Form.addItem(Item item)
          Appends a new Item to the Form
 void Form.addItemAfter(Item item, java.lang.String refItem)
          Add a Item after another reference Item
 void Form.addItemBefore(Item item, java.lang.String refItem)
          Add a Item before another reference Item
 void Item.compareUpdate(Item refItem, boolean checkImage, Framework framework)
          Return/apply the OOQL command to update this Item object and let it become equals to another reference object.
 boolean Item.equals(Item item)
          Compare two Items
 void Form.removeItem(Item item)
          Remove a Item from the Form
 

Method parameters in com.oberon.ooql.sdk with type arguments of type Item
 void Form.setItems(java.util.Vector<Item> items)
          Set all Form Items
 void Form.updateItems(java.util.Vector<Item> items)
          Update the items on the basis of a given list
 

Constructors in com.oberon.ooql.sdk with parameters of type Item
FormUserItem(Item item, java.util.Vector<java.lang.Object> filterArgs, Framework framework)
          Constructor
FormUserItem(Item item, java.util.Vector<java.lang.Object> filterArgs, Framework framework, java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
          Constructor
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.