org.eclipse.emf.ecp.view.spi.renderer
Interface RenderingResultRow<T>

Type Parameters:
T - the type this RenderingResultRow works on
All Known Implementing Classes:
DoubleColumnRow, SingleColumnRow, ThreeColumnRow

Deprecated.

@Deprecated
public interface RenderingResultRow<T>

This class is used to mark an result row of an renderer. Thus all controls should be displayed in one row.

Since:
1.2
Author:
Eugen Neufeld

Method Summary
 Set<T> getControls()
          Deprecated. Return all Controls which are held by this RenderingResultRow.
 T getMainControl()
          Deprecated. 
 

Method Detail

getMainControl

@Deprecated
T getMainControl()
Deprecated. 

The main control of the result row. This method is here for legacy.

Returns:
the Control that is most important in this row

getControls

Set<T> getControls()
Deprecated. 
Return all Controls which are held by this RenderingResultRow.

Returns:
the set of controls


Copyright © 2014. All Rights Reserved.