Uses of Class
amber.type.server.ComplexItem

Packages that use ComplexItem
amber.server.component The handlers at the server for the remote components. 
amber.type.server Amber Server Types. 
 

Uses of ComplexItem in amber.server.component
 

Methods in amber.server.component with parameters of type ComplexItem
 void ComplexListHandler.replaceSubItem(ComplexItem newValue, int row, int column)
          Replaces the a column item in the line specified by the row in the list.
 

Uses of ComplexItem in amber.type.server
 

Subclasses of ComplexItem in amber.type.server
 class ComplexColumn
          This class contains information relating to the various columns in the ComplexList.
 

Methods in amber.type.server that return ComplexItem
 ComplexItem ComplexLine.getColumn(int index)
          Gets the data in the following variable: This is a column in the line.
 

Methods in amber.type.server with parameters of type ComplexItem
 void ComplexLine.addColumn(ComplexItem item)
          Sets the data in the following variable: This is a column in the line.
 void ComplexLine.insertColumn(ComplexItem item, int index)
          Inserts a column into the line.
 void ComplexLine.replaceColumn(ComplexItem item, int index)
          Replaces a column in the line.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.