org.opennms.features.gwt.combobox.client.common
Class ColumnDefinition<T>

java.lang.Object
  extended by org.opennms.features.gwt.combobox.client.common.ColumnDefinition<T>

public abstract class ColumnDefinition<T>
extends Object


Constructor Summary
ColumnDefinition()
           
 
Method Summary
 boolean isClickable()
           
 boolean isSelectable()
           
abstract  com.google.gwt.user.client.ui.Widget render(T t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnDefinition

public ColumnDefinition()
Method Detail

render

public abstract com.google.gwt.user.client.ui.Widget render(T t)

isClickable

public boolean isClickable()

isSelectable

public boolean isSelectable()


Copyright © 2011. All Rights Reserved.