org.eclipse.emf.ecp.view.spi.section.swt
Class SectionLeafSWTRenderer

java.lang.Object
  extended by org.eclipse.emf.ecp.view.model.common.AbstractRenderer<VELEMENT>
      extended by org.eclipse.emfforms.spi.swt.core.AbstractSWTRenderer<VSection>
          extended by org.eclipse.emf.ecp.view.spi.section.swt.AbstractSectionSWTRenderer
              extended by org.eclipse.emf.ecp.view.spi.section.swt.SectionLeafSWTRenderer

public class SectionLeafSWTRenderer
extends AbstractSectionSWTRenderer

Renderer for VSection without child items.

Author:
jfaltermeier

Constructor Summary
SectionLeafSWTRenderer(VSection vElement, ViewModelContext viewContext, ReportService reportService)
           
 
Method Summary
 SWTGridDescription getGridDescription(SWTGridDescription gridDescription)
          Returns the GridDescription for this Renderer.
 
Methods inherited from class org.eclipse.emfforms.spi.swt.core.AbstractSWTRenderer
finalizeRendering, init, render
 
Methods inherited from class org.eclipse.emf.ecp.view.model.common.AbstractRenderer
getVElement, getViewModelContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionLeafSWTRenderer

public SectionLeafSWTRenderer(VSection vElement,
                              ViewModelContext viewContext,
                              ReportService reportService)
Parameters:
vElement - the view model element to be rendered
viewContext - the view context
reportService - the ReportService
Since:
1.6
Method Detail

getGridDescription

public SWTGridDescription getGridDescription(SWTGridDescription gridDescription)
Description copied from class: AbstractSWTRenderer
Returns the GridDescription for this Renderer.

Specified by:
getGridDescription in class AbstractSWTRenderer<VSection>
Parameters:
gridDescription - the current SWTGridDescription
Returns:
the number of controls per row


Copyright © 2015. All Rights Reserved.