Uses of Class
amber.type.server.ComplexLine

Packages that use ComplexLine
amber.server.component The handlers at the server for the remote components. 
 

Uses of ComplexLine in amber.server.component
 

Methods in amber.server.component that return ComplexLine
 ComplexLine ComplexListHandler.getSelectedItem()
          Return the item selected in the list.
 ComplexLine ComplexListHandler.getItem(int index)
          This returns the specified item in the complex list.
 ComplexLine[] ComplexListHandler.getSelectedItems()
          Gets the multiple selected items of the list.
 

Methods in amber.server.component with parameters of type ComplexLine
 void ComplexListHandler.add(ComplexLine item)
          This adds a line at the end of the list.
 void ComplexListHandler.addItem(ComplexLine item)
          This adds a line at the end of the list.
 void ComplexListHandler.insert(ComplexLine item, int index)
          Inserts the line at the location specified by the index in the list.
 void ComplexListHandler.insertItem(ComplexLine item, int index)
          Inserts the line at the location specified by the index in the list.
 void ComplexListHandler.replaceItem(ComplexLine newValue, int index)
          Replaces the line specified by the index in the list.
 void ComplexListHandler.updateNode(ComplexLine line)
          Updates the contents of the node in the list.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.