org.eclipse.emf.ecp.view.internal.table.swt
Class TableConfigurationHelper
java.lang.Object
org.eclipse.emf.ecp.view.internal.table.swt.TableConfigurationHelper
public final class TableConfigurationHelper
- extends Object
Helper class for retrieving configuration information.
- Author:
- Eugen Neufeld
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 fordomainModelReference
- the VDomainModelReference
to get the state for
- Returns:
- true if the domainModelReference is readonly, false otherwise
Copyright © 2014. All Rights Reserved.