org.eclipse.emf.ecp.view.internal.table.swt
Class TableConfigurationHelper

java.lang.Object
  extended by org.eclipse.emf.ecp.view.internal.table.swt.TableConfigurationHelper

public final class TableConfigurationHelper
extends Object

Helper class for retrieving configuration information.

Author:
Eugen Neufeld

Method Summary
static boolean isReadOnly(VTableControl tableControl, VDomainModelReference domainModelReference)
          Retrieve the readonly state for the table control of a VDomainModelReference.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isReadOnly

public static boolean isReadOnly(VTableControl tableControl,
                                 VDomainModelReference domainModelReference)
Retrieve the readonly state for the table control of a VDomainModelReference.

Parameters:
tableControl - the VTableControl to get the readonly state of a column for
domainModelReference - the VDomainModelReference to get the state for
Returns:
true if the domainModelReference is readonly, false otherwise


Copyright © 2015. All Rights Reserved.